@charset "utf-8";
/* CSS Document */
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}  /* hack for IE5+/Win.*/
html>body, html>body #contents {
	height: auto;
}
/* Without this, Moz1.0 adds a vertical scrollbar */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	left: 50px;
	background-color: #000;
	color: #FFF;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

#contents {
	/* Keeps footer from going over content and gives the other CSS something to relate to*/	
	position: absolute;
	top: 0;
	left: 0;
}
#main {
	/*Main Content Area	*/
	margin-bottom: .5em;
	height: auto;
	padding: .5em;
	width:955px;
}
#header {
	/*used for non flash header, */
	position:relative;
	left:0;
	top:0;
	width:955px;
	height:200px;
}
#menu {
	/*used for non flash menu, */
	position:relative;
	padding: 0px 0px 0px 0px;
	width:955px;
	height:25px;
}
#Flash_Header {
	position:relative;
	left:0;
	top:0;
	width:955px;
	height:200px;
	/*background-image:url(/images/header.png);*/
}
#footer, #footer2 {
	color:#fff;
	width: 100%;
	text-align: center;
	font-size: .75em;
	width: 955px;
}
.footer A:link {
	color:#fff;
}
.footer A:visited {
	color:#fff;
}
.footer A:active {
	color:#fff;
}
.footer A:hover {
	text-decoration: underline;
	color:#fff;
}

.footer #login,
.footer #login A:link,
.footer #login A:visited,
.footer #login A:active {
	color: #333;
	font-size: 10px;
}
.footer #login A:hover  {
	color: #666;
	font-size: 10px;
}

/*Content Page styles */

#mnuMenu {
	float: left;
	width: 190px;
	/*position:absolute;*/
	margin-top:1px;
	z-index: 10;
}

#DetailContainer {
	padding:.5em;
	width: 740px;
	float: right;
	overflow: auto;
	background-color:#BBBDBF;
	color: #000;
	margin-bottom: 1em;
	min-height: 350px;
	font-size:14px;
}
#DetailContainer2 {
	width: 955px;
	overflow: auto;
	background-color:#BBBDBF;
	color: #000;
	margin-bottom: 1em;
	min-height: 350px;
	padding:.5em;
	font-size:14px;
}

#DetailContainer #cbMain1 {margin-top: .5em;}
#DetailContainer2 #cbMain1 .who {margin-top: .5em;}
#DetailContainer #cbMain1 .text, #DetailContainer #cbMain1 .text_bold, #DetailContainer #cbMain1 .text_italic {margin-top: -.5em;}



/* Page Jumps */
#top {
	color:#000;
	font-size: .75em;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	display: block;
	padding-bottom: .25em;
}
.top A:link {
	color: #000;
}
.top A:visited {
	color: #000;
}
.top A:active {
	color: #000;
}
.top A:hover {
	text-decoration: underline;
	color: #000;
}

#strike {
	text-decoration: line-through;
}
A:link {
	color:#000;
}
A:visited {
	color:#000;
}
A:active {
	color:#000;
}
A:hover {
	text-decoration: underline;
	color:#000;
}
/*Events Page*/
.who {
	color:#000;
	font-size:1.5em;
	margin-top: -.5em;
}
.who_sub {
	color:#000;
	font-size:1em;
}
.when {
	color:#000;
	font-size:1em;
}
.when_sub {
	color:#000;
	font-size:.75em;
}

.text {
}
.text_bold {
	font-weight:bold;

}
.text_italic {
	font-style:italic;
}


.text A:link, .text A:visited, .text A:active  {font-size:14px;
}

.text A:hover {
	text-decoration: underline;
	font-size:14px;
}

.grade {
	color:#000;
	font-size:1em;
}
.grade_sub {
	color:#000;
	font-size:.75em;
}

.picture {
	float: left;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	/*width: 425px;*/
}
.picture img {
	border: 1px;
	border-color:#000;
	border-style:solid;
}

.youtube {
	border: 0px;
}
.sponsor {
	text-align: center;
	background-color:#CCC;
	color: #000;
	width: 98.75%;
	position: 50%;
	padding: .25em;
	margin-top: 10px;
	float:left;
	min-height:100px;
}
.sponsor img {
	border: 0px;
}
.hideit {
	display: none;
}
.showit {
	display: block;
}
.FinePrint {
	font-size:.75em;
}
/*School Events Page*/

.org_sub {
	color:#000;
	font-size:.6em;
}
.org {
	color:#000;
	font-size:.8em;
	font-weight:bold;
}
/* Front Page */
#VideoAndSponsor {
	position:relative;
	left:0px;
}
/* Bottom Text for front page*/
#ContentBlock {
	position:relative;
	left:0px;
	background-color: #C0C0C0;
	padding:1em;
	color: #000;
}

table#TicketPrices {
	background-color: #ABABAB;
padding: 5px;
border: #000 solid 2px;
}
tr#FirstRow {
	background-color:#CCC;
}
tr#SecondRow {
	background-color: #9A9A9A;
}
