@import "jquery.lightbox-0.5.css";
@import "jshowoff.css";
@import "jquery-ui-1.7.2.custom.css";
@import "superfish.css";
/* superfish.submenu.css is used for division/team/family menus */
@import "superfish.submenu.css";
@import "forms.css";
/* yahoo reset css */
@import "http://yui.yahooapis.com/3.0.0b1/build/cssreset/reset-min.css";
@import "jmonthcalendar.css";

html {
	background:#e2ecec;
}

body
{
	padding:0;
	margin:0;
}

body, td, div 
{
	font-family:arial;
	font-size:12px;
	vertical-align:top;
	color:#fff;
}
/* this is for IE, without it, everything is centered */
td {
	text-align:left;
}
/* top ads */
.divTopAds 
{
	background:#000;
}
.divOneTopAd 
/* a single top ad */
{
	
}
/* surrounds everything below top ads */
#divMain
{
		background: url(images/siteBG.gif) repeat-x;
}
/* main table */
.divMainTable
{
	width:990px;
}
/* masthead */
.divHeader
{
	background:url(images/masthead.jpg) no-repeat;
	height:109px;
	
}
/* second masthead - below nav */
.divHeaderBottom 
{
}
/*
 H1 HEADER - appears before any content in either left or right column
*/
#hMainHeader 
{
	font-size:20px;
	font-weight:bold;
	height:25px;
	color:#fff;
	padding:5px 0;
}
/* main menu 
 * - menu uses superfish.css
 */
.divMainMenu 
{

	height:26px;
	margin:0 0 0 310px;
}
/* left column */
.tdLeftColumn 
{
	width:310px;
	height:inherit;
	background:#000 url(images/contentBG.gif) repeat-x;
}
/* left column quicklinks/ads (small column in a left content setup - unused if the site is a right content area site) */
.tdLeftSmallColumn 
{
	width:0px;
}
/* quick links - for either left or right */
.divQuickLinks 
{
	width:170px;
	margin:0 0 10px;
}
.divQuickLinks a, .divQuickLinks a:visited {
	display:block;
	padding:15px 0 0 0;
	height:15px;
	text-decoration:none;
	color:#da251c;
	background:url(images/qlBG.gif) right no-repeat;
}
.divQuickLinks a:hover {
	background:url(images/qlOBG.gif) right no-repeat;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
/* quick links list menu - for either left or right */
ul.quicklinksmnu 
{
}

/* quicklinks/small column in content area ads - for either left or right */
.divSmallColAds 
{

}
/* quicklinks/small column single ad - for either left or right */
.divOneSmallColAd 
{
	width:170px;
	text-align:center;
}
/* left content area
 *   this will be the content area if the site is setup with left content, otherwise, the calendar/events/news
 *   tabs will be here
 */
.tdLeftContent 
{

}
/* surrounds all content inside the content area */
.divContent 
{
	min-width:480px;
	padding:0 10px;
}

/* main right column */
.tdRightColumn 
{
	background:#000 url(images/contentBG.gif) repeat-x;
	height:inherit;
}
/* right content area
 *   this is the right content area in a right content setup, otherwise, it's used as the calendar/events/news tabs
 */
.tdRightContent
{
}
/* quicklinks/small column cell (also for ads) in a right content setup */
.tdRightSmallColumn 
{
	width:170px;
}
/* holds ads that appear above the content area */
.divContentTopAds 
{
}
/* one "content top" ad */
.divOneContentTopAd 
{
}
/* holds ads that appear directly below content area */
.divContentBottomAds 
{
}
/* one "content bottom" ad */
.divOneContentBottomAd 
{
}
/* "side bar" ads (calendar/news/events tab box) appears below that */
.divSideBarAds  
{
}
/* one "side bar" ad */
.divOneSideBarAd 
{
}
/* footer colunm */
.tdFooter 
{
}
/* footer div */
.divFooter 
{
}
.divFooterLinks {
	width:990px;
	margin:0 auto;
	text-align:center;
}
/* counter */
.divCounter
{
	text-align:center;
	background:#000;
	padding:5px;
	color:#fff;
}
/* bottom of site (outside table) ads */
.divBottomAds 
{
}
/* one ad */
.divOneBottomAd 
{
	background:#da251c;
	padding:10px;
}

/****************************************************************************
 * tab box - calendar tab - jquery calendar - special days
 ****************************************************************************/
.eventDate .ui-state-default
{
    color: #fff;
    background-image: none;
    background-color: #000;
	border:1px solid #737373;
}
.homeGameDate .ui-state-default
{
    color: #fff;
    background-image: none;
    background-color: #da251c;
}
.awayGameDate .ui-state-default
{
    color: #000;
    background-image: none;
    background-color: #fff;
}
.practiceDate .ui-state-default
{
    color: #fff;
    background-image: none;
    background-color: #434343;
}

/****************************************************************************
 * tab box - events tab
 ****************************************************************************/
 /* container div */
.divUpcomingEvents 
{
}
/* events listing */
ul.eventslist 
{
}
/* appears when there's no upcoming events */
.divNoUpcomingEvents 
{
}
/****************************************************************************
 * tab box - news tab
 ****************************************************************************/
.divNews 
{
}
.newslist 
{
}
.divNoCurrentNews 
{
}

/****************************************************************************
 * division listing accordian 
 *   actual accoridian is styled with jquery themes, this is the stuff inside
 ****************************************************************************/
/* div surrounding ul */
.divDivisionListContent 
{
}
ul.divlist 
{
}


/****************************************************************************
 * albums viewall page
 ****************************************************************************/
/* albums viewall page - surrounds list of albums */
.divAlbums 
{
}
/* table that shows 1 album on album list page */
.tblOneAlbum 
{
}
/* album title */
.divAlbumTitle 
{
}
/* created date */
.divAlbumCreated 
{
}
/* photo count */
.divAlbumPhotoCount 
{
}
/* description */
.divAlbumDesc 
{
}


/****************************************************************************
 * one album page - viewing photos
 ****************************************************************************/
/* next/prev links */
a.albumViewPrevNext, a.albumViewPrevNext:link, a.albumViewPrevNext:visited 
{
}
a.albumViewPrevNext:hover 
{
}
/* div around image */
.divPhoto 
{
}
/* image description */
.divPhotoDesc 
{
}


/****************************************************************************
 * viewing one event details
 ****************************************************************************/
/* div around it */
.divEvent 
{
}
/* name */
.divEventName 
{
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#da251c;
}
/* date */
.divEventDate 
{
	font-size:10px;
	color:#999;
	margin:0 0 10px;
}
/* event description */
.divEventText 
{
}


/****************************************************************************
 * news archives listing page - shows multiple entries
 ****************************************************************************/
/* div that surrounds one news summary */
.divNewsSummary 
{
}
/* title */
.divNewsTitle 
{
}
/* date */
.divNewsDate 
{
}
/* article */
.divNewsArticle 
{
}


/****************************************************************************
 * one news article page
 ****************************************************************************/
/* surrounds article */
.divNewsArticleViewOne
{
}
/* title */
.divNewsArticleTitle 
{
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#da251c;
}
/* date */
.divNewsArticleDate 
{
	font-size:10px;
	color:#999;
	margin:0 0 10px;
}
/* text */
.divNewsArticleText 
{
}


/****************************************************************************
 * division microsite - division menu - containing div, menu styles in superfish.division.css
 ****************************************************************************/
.divDivisionMenu 
{
	background:#111111;
	height:27px;
}

ul.divlist a
{
	display: block;
	width: auto;
	padding:4px 0 4px 27px;
	color: #4e4e4e;
	background:#cecece;
	text-decoration: none;
	border-bottom:1px solid #000;
	font-weight: bold;
}
ul.divlist a:hover {
	font-weight:bold;
}
/****************************************************************************
 * team microsite - team menu - containing div, menu styles in superfish.team.css
 ****************************************************************************/
.divTeamMenu 
{
	background:#111111;
	height:27px;
}
ul.teamlist a
{
	display: block;
	width: auto;
	padding:4px 0 4px 27px;
	margin:0 -27px;
	color: #fff;
	background:url(images/divBg.jpg) repeat-x;
	text-decoration: none;
}
ul.teamlist a:hover {
	font-weight:bold;
}


/****************************************************************************
 * quick search above grid views
 ****************************************************************************/
form.quicksearch { padding: 10px; float:right; display:block;}
form.quicksearch input { margin-left: 5px; width:200px; }
form.quicksearch img { vertical-align: middle; margin-left: 5px; }


/****************************************************************************
 * table sorter - used with gridviews
 ****************************************************************************/
table.tablesorter {
	clear:right;
	width:100%;

}
table.tablesorter th {
	text-align: left;
	padding: 5px;
	background-color: #434343;
	font-weight:normal;
	border:1px; 
	border-color:Black;
}
table.tablesorter td {
	/*color: #FFF;*/
	padding: 5px;
}
table.tablesorter .even {
	background-color: #1d1d1d;
}
table.tablesorter .odd {
	background-color: #0f0f0f;
}
table.tablesorter .header {
	background-image: url(images/small.gif);
	background-repeat: no-repeat;
	background-position: center right;
	text-align:left;
	/*
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	
	padding-left: 30px;*/
	padding-top: 8px;
	height: auto;
	cursor: pointer; /* hand cursor for Mozilla based browsers */
	cursor: hand;
	border: #E6EEEE;
	border-color: White;
	border-width: 1px;
}
table.tablesorter .headerSortUp 
{
	background-image: url(images/small_asc.gif);
	background-repeat: no-repeat;
	background-position: center right;

}
table.tablesorter .headerSortDown {
	background-image: url(images/small_desc.gif);
	background-repeat: no-repeat;
	background-position: center right;

}


/* modal popup windows */


.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=75);
	opacity:0.75;
}

.modalpop {
	/*background-color:#ffffdd;*/
	background-color:White;
	border-width:4px;
	border-style:solid;
	border-color:#212121;
	padding:5px;
	/*width:250px;*/
}

.breadcrumb
{
	font-style:italic;
	margin:4px 0 10px;
}


/*
CALENDAR LEGEND (association/division)
*/
#divMainCalLegend
{
	background:url(images/calLegend.gif) no-repeat;
	height:26px;
	margin:0 0 8px;
}

/*
CALENDAR LEGEND (team)
*/
#divTeamCalLegend
{
	background:url(images/calTeamLegend.gif) no-repeat;
	height:26px;
	margin:0 0 8px;
}


/* poll question <span>*/
#pollQuestion
{
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
h1{
	font:normal 20px Arial, Helvetica, sans-serif;
	color:#da251c;
	padding:0;
	margin:0 0 5px;
}
h2 {
	font:italic 20px Arial, Helvetica, sans-serif;
	color:#da251c;
	padding:0;
	margin:0 0 5px;
}
h3 {
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#da251c;
	padding:0;
	margin:0 0 5px;
} 
h4 {
	font:italic bold 20px Arial, Helvetica, sans-serif;
	color:#da251c;
	padding:0;
	margin:0 0 5px;
} 
h5 {
	font:normal 20px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0;
	margin:0 0 5px;
}
h6 {
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0;
	margin:0 0 5px;
}
p {
	line-height:1.75em;
	padding:0 0 2em 0;
}
a {
	color:#da251c;
	text-decoration:underline;
}
a:visited {
	color:#87322e;
	text-decoration:underline;
}
a:hover {
	color:#f64840;
	text-decoration:underline;
}
blockquote {
	padding:6px 20px;
}
hr {
	color:#7b3e3b;
}
.tdRightContent ul {
	padding:0;
	margin:0 0 0 0;

}
.tdRightContent ul li {
	list-style-type:disc;
	list-style-position:inside;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.tdRightContent ol {
	padding:6px 20px;
	margin:0 0 0 0;

}
.tdRightContent ol li {
	list-style-type:decimal;
	list-style-position:inside;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

textarea {
	width:400px;
}

.chkItem {
	margin:4px;
}

.rblButton {
	margin:4px;
}

.inputButton {
	border:1px black solid;
	padding:4px;
	margin:2px;
}
.sf-submenu ul {
	margin:0;
	padding:0;
}