/*--------------------------------------------*/
/*-----------Athletics Team DDLB--------------*/
#at-ddlb-container{
	/*this is the container for the ddlb*/
	background: url('/images/at_ddlb.png') center left no-repeat #8d9f48;
	width:427px; 
	height:80px;
}
#at-ddlb-teams-container{
	/*this is the container for team listing, and its header*/
	float: left;
	padding-left:188px;
	padding-top: 28px;
	display:block;
}
#ddlb-teams-header{
	/*team header*/
	display:none;
}
#ddlb-team{
	/*this is the container for team listing*/
}
#at-ddlb-teams{
	/*the ddlb, used to set width*/
	width:225px;
}

#at-ddlb-season-container{
	/*this is the container for season listing, and its header*/
	float: left;
	padding-left:306px;
	padding-top: 3px;
	display:block;
}
#ddlb-season-header{
	/*season header*/
	display:none;
}
#ddlb-season{
	/*this is the container for season listing*/
}
#at-ddlb-season{
	/*the ddlb, used to set width*/
	width:107px;
}
/*--------------------------------------------*/
/*-------------Athletics Portal---------------*/
#at-news-header{
	width:427px;
	border-bottom: 1px solid #cddbe8;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
#no-news-container{}
.news-container{ padding-top:20px; }
.news-seperator{
	background:url(/images/news_sep.gif) bottom left no-repeat;
	margin-bottom:8px;
	height:2px;
}
.at-news-thumbphoto{
	float:left;
	margin-right:24px;
	margin-bottom:24px;
}
.at-news-headline {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #1e6494;
 }
.at-news-publish-date {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #769ac1;
}
.news-archive-year-selector{
	margin-bottom:10px;
}
.archive-month-header{
	margin-bottom:10px;
}
#archive-button{}
#archive-back-button{}
/*Canceled Box Styes*/
.canceled-game-container{
	padding-bottom:1px;
}
.canceled-game-date{
	font-weight:bold;
}
.canceled-vs{}
.canceled-opp{}
.canceled-ind{
	font-weight:bold;
	color:#C6170C;
}
/*use these styles to change the look of the highlights button 
in the recent scores sidebar if its different from the link style*/
#atHighlightsButton{}
#atHighlightsButton a{}

/*--------------------------------------------*/
/*-------------Athletics Calendar-------------*/
#atCalHeaderMid {
	border-top:1px solid #C6CCDF;
	border-bottom:1px solid #C6CCDF;
	margin-bottom:10px;
}
#atCalHeaderLeft {}
#atCalHeaderRight {}

#rangeIndicator {
	font-family:Verdana;
	font-size:11px;
	color:#243971;
	font-weight:bold;
	float:left;
}
#atPrintButton {
	background:url(/images/at_print_button.gif) no-repeat;
	float:right;
}
#atPrintButton a {
	width:117px;
	height:20px;
	display:block;
	text-indent:-9999em;
}
#no-games-container{
	
}

/*Athletics Calendar Styles*/
/*AT Key Styles*/
#calWidth {
	width:214px;
	text-align:center;
}
	#calDirectionsText { font-size:10px; display:block; margin-bottom:5px; }
#cal-container {
	margin:auto;
	width:172px;
	text-align:left;
}

#selected-day{}
#selected-day .bgcolor{
	background:#bc2234;
	float: left; 
	margin-right:3px;
	margin-top:1px;
	width:11px;
}
#selected-day .border {border:1px solid #000000;}
#selected-day .height {height:9px;}
#selected-day .text{ 
	font-size:10px;
	float: left;
	color:#000000;
	font-family:Verdana;
}
.selected-day-clear {
	height:3px;
	clear:both;
}

#event-sch{}
#event-sch .bgcolor{
	background:#1e6494;
	float: left; 
	margin-right:3px;
	margin-top:1px;
	width:11px;
}
#event-sch .border {border:1px solid #000000;}
#event-sch .height {height:9px;}
#event-sch .text{
	font-size:10px;
	float: left;
	color:#000000;
	font-family:Verdana;
}
.event-sch-clear {
	clear:both;
}

/*season ddlb styles*/
#season-ddlb-container { margin-top:5px; width:180px; }
#cal-season-label{
	display:none;
	font-size:11px;
	color:#000000;
	font-family:Verdana;
	text-indent:-9999px;
	background:url(/images/season_label.gif) 0px 2px no-repeat;
	width:82px;
	height:18px;
	float:left;
}
#cal_season_ddlb-container{float:left;}
#cal_season_ddlb{ width:79px; }

/*--------------------------------------------*/
/*---------- Athletics Team Page -------------*/
/*Added this to show/hide Brief Description on News Detail page*/
#newsDetailBriefDescription{display:none;}

/*Team Nav Styles*/
#teamNavPrintButtonContainer{
	width:427px;
	border-bottom: 1px solid #cddbe8;
	height:20px;
	margin-bottom:16px;
	float:left;
	position:relative;
}

#team-nav-container{ float:left; position:relative; top:-38px; }
	#team-schedule a, #team-news a, #team-roster a{
		float:left; display:block; height:20px; background:#e2eef8; margin-right:1px;
		font-family:Verdana; font-size:11px; font-weight:bold; color:#b6cfe1; text-decoration:none;
		border:1px solid #cddbe8;
		padding:0 12px;
	}
	#team-schedule a:hover, #team-news a:hover, #team-roster a:hover,
	#team-schedule a.on, #team-news a.on, #team-roster a.on { background:#ffffff; color:#769ac1; border-bottom: 1px solid #ffffff; }

	#team-schedule, #team-news, #team-roster { float:left; }
		#team-schedule {}
			#team-schedule a {}
				#team-schedule a:hover {}
		#team-news {}
			#team-news a {}
				#team-news a:hover {}
		#team-roster {}
			#team-roster a {}
				#team-roster a:hover {}

#team-bio-container { margin-bottom:10px; }

/*--------------------------------------------*/
/*---------- Stats Sidebar Sidebar -----------*/
ul#at-stats{
	/*DO NOT REMOVE*/
	margin:0px;
	padding:0px;
	list-style:none;
	width:100%;
	/*DO NOT REMOVE*/
}
ul#at-stats li{
	/*DO NOT REMOVE*/
	display:inline;
	float:left;
	width:33%;
	/*DO NOT REMOVE*/
	text-align:center;
}
#stat-win-text{
	font-weight:bold;
}
#win-color{}

#stat-loss-text{
	font-weight:bold;
}
#loss-color{}

#stat-tie-text{
	font-weight:bold;
}
#tie-color{}


/*--------------------------------------------*/
/*------------- Coach Sidebar ----------------*/
.coach-photo{
	float:left;
	margin-right:12px; 
	margin-bottom:9px;
}
/*use these styles to show and hide fields in the coach sidebar*/
.coach-email{}
.coach-name{display:none;}
.coach-title{}
.coach-appointed{}
.coach-phone{}
.coach_bio{}

/*--------------------------------------------*/
/*------- Schedule Box Channel Style ---------*/
#sbox .chbox {}
#sbox .chbox2 {}
#sbox .chbox3 {}
#sbox .chbox4 {}

/*Footer*/
#sbox .chfooter {}
#sbox .chfooter2 {}
#sbox .chfooter3 {}
#sbox .chfooter4 {}

/*Header*/
#sbox .chheader {}
#sbox .chheader2 {}
#sbox .chheader3 {}
#sbox .chheader4 {}

/*Header Text*/
#sbox .chhtext{}

/*Link*/
#sbox a,
#sbox a:link,
#sbox a:hover,
#sbox a:active,
#sbox a:visited {}
#sbox a:hover {}

/*Buttons*/
#sbox a.button,
#sbox a.button:link,
#sbox a.button:active,
#sbox a.button:hover,
#sbox a.button:visited {
    color: #ffffff;
	display: block;
	float: left;
	font: Bold 12px Arial;
	margin-right: 6px;
	text-decoration: none;
}
#sbox a.button span {
	white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: #7485A1;
	display: block;
	line-height: 14px;
	padding: 0px 2px 0px 2px;
}

/*Text*/
#sbox .chtext {
	color: #53565B;
	font-family: Arial;
	font-size: 12px;
}

/*--------------------------------------------*/
/*------- Athletics Directions Page ----------*/
#directions-ddlb-background{
	background: url('/images/at_directions_ddlb.png') center left no-repeat #8d9f48;
	width:427px; 
	height:80px;
	margin-bottom:15px;
}
/*Container for the header and DDLB*/
#directions-ddlb-container{
	padding-left:145px; 
	padding-top:38px;
}
/*the header*/
#ddlb-directions-header{
	display:none;
}
/*Container for the DDLB*/
#ddlb-directions{float:left;}
/*set the width of the ddlb here*/
#at-directions-ddlb{
	width:269px;
}
#directions-container{}

.DirectionsButtons{ float:left; }
a.mapLink, a.printLink {
	display:block;
	text-indent:-9999em;
	margin-bottom:5px;
}

a.mapLink{
	background: url(/images/googleMapButton.png) top left no-repeat;
	width:208px;
	height:61px;
	float:left;
}
a.printLink {
	background: url(/images/directionsPrintButton.png) top left no-repeat;
	width:175px;
	height:61px;
	float:left;
	margin-left:7px;
}

/*--------------------------------------------*/
/*--------------- Team Roster ----------------*/
#roster-container{
	margin-top:10px;
	clear:both;
}
#directions-back-button{
	padding-left:25px;
}
/*sets up the roster*/
.ath_roster_col_name {
	width: 96px;
}
.ath_roster_col_position {
	width: 60px;
	text-align:center;
}
.ath_roster_col_number {
	width: 60px;
	text-align:center;
}
.ath_roster_col_class {
	width: 45px;
	text-align:center;
}
.ath_roster_col_height {
	width: 45px;
	text-align:center;
}
.ath_roster_col_weight {
	width: 60px;
	text-align:center;
}
.ath_roster_col_captian{
	width: 19px;
	text-align:center;
	height:16px;
}
.ath_roster_col_captian img{
	/*padding-top: 3px;
	padding-left: 3px;
	text-align:center;*/
}
.ath_roster_col_name, .ath_roster_col_number, .ath_roster_col_class,
.ath_roster_col_height, .ath_roster_col_weight, .ath_roster_col_captian, .ath_roster_col_position {
	float: left;
	height: 16px;
	/*border:solid 1px #ff0000;*/
}
.ath_roster_rowcolor_0 {
	background: #FFFFFF;
}
.ath_roster_rowcolor_1 {
	background: #ffffff;
}