@charset "UTF-8";
/* CSS Document */

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px default;
list-style-type: none;
list-style: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
list-style: none;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
list-style: none;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}




/* --- Schedule Tabs on Team Pages --- */

/* Right Block */
.right_block {
	width: 600px;
	float: left;
	padding: 3px 6px 0px 7px;   /*  old settings:  14px 6px 0px 7px; */
	margin-top: 4px;
}
.right_content {
	width: 598px;
	float: left;
	border: 1px #aaaaaa solid;
	margin-top: 0px;
}
.sched_tab {
font: bold 11px default;
font-family:Verdana, Helvetica, sans-serif;
	color: #757474;
	height: 24px;
	float: left;
	margin: 7px 0px 0px -1px;
	cursor: pointer;
}
.sched_tab li {
display: inline;
margin: 0 -8px 0 0;
list-style: none;
	text-align: center;
	padding: 0;
		width: 598px;
}
.sched_tab li a{
text-decoration: none;
position: relative;
z-index: 1;
	padding: 7px 12px;
margin-right: 2px;
list-style: none;
	border: 1px #aaaaaa solid;


}
.sched_tab li a.selected{ /*selected main tab style */
border-bottom-color: white;
	color: #ff3300;
		border-bottom: none;

}

/* END Team Schedule Tabs */





/* Right Block */
.right_block {
	width: 600px;
	float: left;
	padding: 3px 6px 0px 7px;   /*  old settings:  14px 6px 0px 7px; */
	margin-top: 4px;
}
.right_content {
	width: 598px;
	float: left;
	border: 1px #aaaaaa solid;
	margin-top: 0px;
}
.tabs_block {
	width: 598px;
	height: 29px;
	float: left;
	position: relative;
}
.tab {
font: bold 13px default;
	color: #757474;
	height: 24px;
	padding: 2px;
	border: 1px #aaaaaa solid;
	float: left;
	margin: -1px 0px 0px -1px;
	cursor: pointer;
}
.tab div {
	height: 20px;
	width: 60px;
	float: left;
	text-align: center;
	padding-top: 4px;
}

.active {
	border-bottom: none;
	cursor: default;
	color: #ff3300;
}
/* Start Schedule Tabs Block */
#2009_tab, #2008_tab, #2007_tab, #2006_tab, #2005_tab, #2004_tab, #2003_tab {
	width: 55px;
}
.tab_content {
	width: 568px;
	float: left;
	font: 9pt Arial, Helvetica, sans-serif;
	color: #000;
	padding: 20px 8px 11px 8px;
}
span.gray {
	font-weight: bold;
	color: #585858;
	margin-right: 3px;
}
/* End Schedule Tabs Block */

/* Team Schedule Tabs */
.tabSet-schedule-on {
	background-color: #C3C3C3;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Helvetica, sans-serif;
	cursor:pointer;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
}
.tabSet-schedule-off {
	background-color: #7F7F7F;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Helvetica, sans-serif;
	cursor:pointer;
	font-size: 11px;
	font-weight: bold;
	color: #D8D8D8;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.tabSetFoot-schedule-on {
	background-color: #C3C3C3;
	border-bottom: 1px solid #1A1969;
}
.tabSetFoot-schedule-off {
	background-color: #C3C3C3;
	border-bottom: 1px solid #1A1969;
}
/* END Team Schedule Tabs */
@charset "UTF-8";
/* CSS Document */


