* {
	font-family: Arial, Helvetica, sans-serif;
}

HTML {
	height: 100%;
}

BODY {
	/* to center the body or add a body background
	image, add the styles directly in the template
	head or body tag. Adding it here will affect
	the body alignment in SitePress edit mode! */
	margin: 0;
	height: 100%;
	background-color: #FFFFFF;
	font-size: 78%;
	color: #000000;
}

.clearAll {
	display: block;
	float: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}

.jsWarning {
	display: block;
	background-color: red;
	padding: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
	border: 3px solid #D50000;
}
.header .jsWarning {
	position: absolute;
	padding: 20px 0;
	width: 955px;
}

.warning {
	background-color: #FFCE4B;
	padding: 5px 10px;
	font-weight: bold;
}



/* add margin to popup pages */
.page_region_wait_list,
.page_student_information,
.page_parent_information {
	margin: 30px;
}






/* HEADINGS ------------------------------------------------------ */
H1 {
	font-size: 2em;
	font-weight: normal;
}

H2 {
	font-size: 1.5em;
	font-weight: normal;
}




/* MAIN LAYOUT --------------------------------------------------- */

/* PAGE */
.page {
	margin: 0 auto;
	width: 960px;
	height: 100%;
	text-align: left;
	background: #FFFFFF;
}



/*	HEADER	*/
.header {
	clear:both;
	height: 145px;
}
.header .logo {
	float: left;
	width: 240px;
}
.header .logo * {
	margin:0;
	padding:0;
}

.header .marketLogo {
	float: left;
	padding: 15px 0 0 15px;
	width: 235px;
	overflow: hidden;
}


.login {
	float: right;
	width: 150px;
	height: 125px;
	overflow: hidden;
	padding: 5px 0 5px 12px;
	border-left: 3px solid #002632;
	background: #D7DFE1;
}
.login P {
	margin: .6em 0;
}


/* hide the login form by default, to be displayed with some modifications by jQuery function on page load */
.loginForm TABLE {
	display: none;
	padding: 0;
	margin: 0;
	line-height: 100%;
}
.loginForm TD {
	padding: 1px 0;
}
.loginForm TD INPUT {
	float: left;
	clear: both;
	width: 125px;
	padding: 0 2px;
	position: relative;
	margin-left: -1px;
	//*ie*/ margin-left: -10px;
	//*ie6*/ _margin-left: -8px;
}
.section_home .loginForm TD INPUT {
	//*ie*/ margin-left: -20px;
	//*ie6*/ _margin-left: -8px;
}
.loginForm .LoginFormButton {
	clear: both;
	width: auto;
	margin-top: 3px;
}



/*	LAYOUT & CONTENT	*/

.leftColumn {
	width: 160px;
	float: left;
	overflow: hidden;
}

.middleColumn {
	width: 615px;
	float: left;
	margin: 0 0 0 20px;
}

.rightColumn {
	width: 160px;
	float: right;
	overflow: hidden;
}

.middleColumn .leftSide {
	margin: 0 10px 0 0;
	float: left;
	width: 300px;
	min-height: 100px;
	overflow: hidden;
}
.middleColumn .content {
	height: 400px;
	overflow: auto;
}
.middleColumn .scrollableTopContent {
	height: 230px;
	overflow: auto;
}
.middleColumn .scrollableTopContentChamps {
	height: 400px;
	overflow: auto;
	margin-bottom: 10px;
}

.middleColumn .scrollableTopContent .content,
.middleColumn .scrollableTopContentChamps .content {
	height: auto !important;
	overflow: visible;
}


.middleColumn .rightSide {
	float: left;
	width: 290px;
	overflow: hidden;
}





/* SCOREBOARD */
.scoreboard {
	width: 300px;
	min-height: 172px;
	background: #00abd8 url(/img/scoreboardBottom.gif) left bottom no-repeat;
}
/* ie6 fix */
* html .scoreboard {
	height: 170px;
}
.scoreboard IMG {
	display: block;
}
.scoreboard TABLE TD {
	padding: 4px 10px;
	color: #FFFFFF;
}

.page_temporary_scoreboard_info {
	background: #00ABD8;
	margin: 0;
	padding: 0 10px;
	color: white;
}
.page_temporary_scoreboard_info P {
	margin: .4em 0;
}






/* LINKS */
.links P {
	margin: 7px 0;
}

.video {
	width: 300px;
}

.downloads {
	background: #feac3f;
}

.downloadsScrollableContent {
	height: 130px;
	overflow: auto;
}
.adminDownloads .downloadsScrollableContent {
	height: 192px;
	//*ie*/ height: 200px;
}


.downloadsTitle {
	display: block;
	padding: 10px;
}
.downloads IMG {
	display: block;
}
.downloads UL {
	list-style: none;
	margin: 0;
	padding: 0 10px 10px 10px;
}
.downloads LI {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	background: url(/img/downloadLink.gif) left .25em no-repeat;
}
.downloads LI A {
}

.adminDownloads {
	margin: 0;
	border-top: 3px solid #eb7a09;
	background: #ffc272;
}


/*	FOOTER	*/
.footer {
	clear: both;
	padding-top: 10px;
	border-top: 3px solid #002731;
	color: #717d84;
	font-size: 11px;
}




/* NAVIGATION ELEMENTS ****************************************************** */

A  {
	color: #576d76 !important;
}



/* TOP Navigation */
.topNav {
	margin-bottom: 10px;
	padding: 5px 30px 0 30px;
	height: 20px;
	overflow: hidden;
	background: #103946;
	color: #889ca3;
}
.topNav * {
	line-height: 110%;
}
.topNav .navtitle {
	font-size: 14px;
}
.topNav .nav {
	float: right;
}
.topNav UL {
	margin: 0;
	padding: 0;
	list-style: none;
}
.topNav LI {
	display: inline;
	color: #FFFFFF;
	font-weight: bold;
}
.topNav LI SPAN {
	padding: 0 7px;
}
.topNav LI A {
	color: #FFFFFF !important;
	text-decoration: none;
}
.topNav LI A:hover {
	text-decoration: underline;
}



/* LEFT Navigation */
.leftColumn .nav {
	margin: 0 0 0 0;
	padding: 10px 10px 0 30px;
	list-style: none;
	background: #ffce4b;
}
.leftColumn .nav LI {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none
}
.leftColumn .nav A {
	text-decoration: none;
	color: #103946 !important;
}
.leftColumn .nav A:hover {
	text-decoration: underline;
}




/* TIMELINE */
.timeline {
	clear: both;
	margin-left: -1px;
}

/* timeline styles shortcust to appear in SP menu */
.WeekStyle_Current {}
.WeekStyle_Past {}
.WeekStyle_Future {}

/* Actual timeline styles */
.timelineRegular {
	margin: 10px 0;
}
.timelineRegular TD {
	padding: 5px 0;
	height: 17px;
	border-left: 1px solid #FFFFFF;
	background: #ffce4b;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}
.timelineRegular .WeekStyle_Current {
	background: #FF9800;
}
.timelineRegular .WeekStyle_CurrentPop {
	position: relative;
	margin: -5px 0 -15px 0;
	padding: 5px 0 14px 0; 
	background: #FF9800 url(/img/weekCurrent.gif) center bottom repeat-x;
	font-weight: bold;
}

.timelineRegular .WeekStyle_Past {
	background: #CCCCCC;
}
.timelineRegular .WeekStyle_Future {
	background: #ffce4b;
}

.timelineChampions {
	margin-bottom: 10px;
}
.timelineChampions TD {
	padding: 5px 0;
	width: 49px;
	height: 17px;
	border-left: 1px solid #FFFFFF;
	background: #a4eaa8;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 10px;
}
.timelineChampions .WeekStyle_Current {
	background: #02CA6E;
}
.timelineChampions .WeekStyle_CurrentPop {
	position: relative;
	margin: -6px 0 -13px 0;
	padding: 6px 0 12px 0; 
	background: #02CA6E url(/img/weekCurrentChampions.gif) center bottom repeat-x;
	font-weight: bold;
}

.timelineChampions .WeekStyle_Past {
	background: #d8dcde;
}
.timelineChampions .WeekStyle_Future {
	background: #a4eaa8;
}




/* DB */
.page_logo_db FORM {
	display: inline;
}


/* PROMOTIONAL LOGOS */

.vipLogosWrap {
	text-align: center;
	border-top: 3px solid #002731;
	padding: 0 0 0 10px;
}
.vipLogosWrap .heading {
	text-align: right;
	margin-bottom: 10px;
}


.championLogosWrap {
	float: left;
	width: 285px;
	height: 135px;
	overflow: hidden;
	padding: 0 0 0 7px;
	border-left: 3px solid #002632;
}
.championLogosWrap .heading {
	display: block;
	margin: 0 0 10px 0;
}
.championLogos {
	margin: 0 0 0 5px;
}
.championLogos TD {
	padding: 0 10px 0 0;
}


.captainLogosWrap {
	border-bottom: 3px solid #002731;
}
.captainLogosWrap .heading {
	position: absolute;
	margin-top: -2px;
}
.captainLogos {
	padding: 15px 0 0 0;
	text-align: center;
}
.captainLogos DIV {
	padding: 0 0 7px 0;
}
.captainLogos IMG {
	margin: 0 auto;
	display: block;
}


.foundationLogos {
	padding: 10px 0 0 0;
	text-align: center;
}
.foundationLogos DIV {
	padding: 0 0 10px 0;
}
.foundationLogos IMG {
	margin: 0 auto;
	display: block;
}



#ticker {
	position: relative;
	margin: 10px 15px 10px 0;
	padding: 0;
	list-style: none;
	background: #ffce4b;
}
#ticker LI {
	margin: 0;
	padding: 8px 10px 8px 10px;
	font-size: 14px;
	background: #ffce4b;
	color: #000000;
}


