/** -----------------------------
	Page Structure
	----------------------------- **/
	
body {
	background-image: url("/s/images/site/1280x800-2.jpg");
	background-color: #EFEFEF;
	font-family: Arial, sans-serif;
	margin:0px;
	padding:0px;
	text-align: center;
	}

#FRAME {
	background-color: rgb(255,255,255);
	/* background-color: #191816; */
	/* background-image: url("/s/images/site/light_bg1.png"); */
	background-repeat: no-repeat;
	background-position: 600px 300px;
	border: white 1px solid;
	width:960px; height: 100%;
	margin:0px auto;
	text-align: left;
	top: 0px;
	}

#CONTENT {
	display: block;
	margin: 0px 0px 0px 240px;
	padding: 0px 0px 30px 0px;
	width: 720px; height: 100%;
	}

#NAV {
	color: black;
	margin: 5px 0px 0px 0px;
	width: 240px; height: auto;
	font-size: 20pt;
	line-height: .9;
	float: left;
	}

#RIGHT {
	border: 1px solid red;
	margin: 0px 10px 0px 10px;
	width: 200px; height: 500px;
	float: right;
	top: 200px;
	}
/** -----------------------------
	Logo 
	----------------------------- **/
a.logo {
	text-indent: -9999px;
	background-image: url("../images/site/logo_m.jpg");
	background-repeat: no-repeat;
	display: block;
	margin: 20px 0px 20px 20px;
	width: 252px; height: 135px;
	}
a.logo:hover {
	background-image: url("../images/site/logo_h.jpg");
	}
a.logo_admin {
	text-indent: -9999px;
	background-image: url("../images/site/logo_m.jpg");
	background-repeat: no-repeat;
	display: block;
	margin: 0px 0px 20px 20px;
	width: 252px; height: 135px;
	float: left;
}
a.logo_admin:hover {
	background-image: url("../images/site/logo_h.jpg");
	}
/** -----------------------------
	Headers
	----------------------------- **/

h1, h2, h3, h4, h5 {
	border: none;
	font-weight: normal;
}

h1 { font-size: 28pt; }
h2 { font-size: 20pt;
	 margin: 24px 0px 22px 0px;
	 text-shadow: 2px 2px 2px #888;
	 -moz-text-shadow: 2px 2px 2px #888;
	}
h3 { font-size: 16pt; }
h4 { font-size: 14pt; 
	 margin: 0px 0px 0px 0px;
	}
h5 { font-size: 12pt; }
h6 { font-size: 10pt; }
h7 { display: block;
	 font-size: 14pt; 
	 margin: 30px 0px 30px 50px;
	}
p { font-size: 10pt; 
	margin: 0px 0px 10px 0px;
	}

/** -----------------------------
	Primary Navigation 
	----------------------------- **/
ul.action {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

ul.action li {
	color: black;
	list-style: none;
	margin: 1px 0px 0px 0px;
	padding: 11px 0px 11px 25px;
	/* text-shadow: 2px 2px 2px #888;
	-moz-text-shadow: 2px 2px 2px #888; */
	width: 180px;
	}
	
ul.action li:hover {
	/* border-left: solid 20px black; */
	border-top: solid 1px black;
	border-bottom: solid black 1px;
	/*color: #0000BF;*/
	color: rgb(0,167,229);
	padding: 10px 0px 10px 25px;
	}



ul.action li.last {
	/* background-color: green; */
	color: rgb(110,208,39);
	font-size: 18pt;
	width: 160px;
	}

ul.action li.last:hover {
	color: rgb(0,167,229);
	}

ul.admin {
	color: lightgray;
	margin: 150px 0px 0px 0px;
	padding: 0px;
	font-size: 12pt;
	list-style: none;
	width: 160px;
	}

ul.admin li {
	margin: 1px 0px 0px 20px;
	padding: 11px 0px 11px 15px;
	margin:none;
	}
	
ul.admin li:hover {
	color: gray;
	}

li p.h6 {
	color: black;
	margin: 0px;
	padding: 0px;
	text-shadow: none;
	}

ul.action a, ul.admin a{
	color: inherit;
	text-decoration: none;
	}
	
ul.action a:hover, ul.admin a:hover {
	color: inherit;
	}
	
/** -----------------------------
	Top Navigation 
	----------------------------- **/

ul.topnav {
	list-style: none;
	font-size: 10pt;
	height: 17px; 
	margin: 10px 0px 0px 450px;
}

ul.topnav li {
	color: grey;
	display: block;
	float: left;
	margin: 0px 10px;
	padding: 0px;
	/* border: 1px solid red; */
	}

ul.topnav li a{
	color: black;
	text-decoration: none;
	}

ul.topnav li a:hover{
	text-decoration: underline;
	}

/** -----------------------------
	Home page specific
	----------------------------- **/
a.mbox2 {
	background-color: #949494;
	background-image: url("/s/images/season/2009-2010season/topbanner.jpg");
	display: block;
	font-size: 18pt;
	height: 93px;
	margin: 3px 20px 45px 50px;
	padding: 20px 20px 0px 12px;
	text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
a.mbox {
	display: block;
	background-color: #949494;
	background-image: url("/s/images/season/2009-2010season/cameraheadsWEB.jpg");
	color: black;
	display: block;
	font-size: 18pt;
	height: 230px;
	margin: 3px 20px 10px 50px;
	padding: 20px 20px 0px 0px;
	text-align: right;
	text-decoration: none;
	width: 635px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
a.mbox:hover {
	color: white;
	}
	
a.mbox3 {
	background-color: #949494;
	background-image: url("/s/images/season/2009-2010season/topbanner.jpg");
	display: block;
	font-size: 18pt;
	height: 93px;
	margin: 10px 20px 45px 292px;
	padding: 20px 20px 0px 12px;
	text-align: right;
	width: 623px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

div.mbox:hover {
	text-decoration: underline;
	}

img.mbox {
	font-size: 18pt;
	margin: 3px 0px 45px 50px;
	padding: 0px;
}

/** -----------------------------
	News
	----------------------------- **/
	
ul.news {
	list-style: none;
	margin: 0px;
	padding: 0px;
	/*width: 500px; */
	}

ul.news li {
	font-size: 10pt;
	margin: 15px 0px 5px 0px;
	}
ul.news li p{
	/* line-height: 1.4; */
	}
	
ul.news h3 {
	border-top: solid 1px gray;
	color: rgb(0,167,229);
/*	border-bottom: solid 1px rgb(220,220,220);*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
ul.news h7 {
	border-top: solid gray 0px;
	border-bottom: solid gray 1px;
	font-size: 9pt;
	margin: 0px 0px 5px 0px;
	}


/** -----------------------------
	Errors and Notices
	----------------------------- **/

#lift__noticesContainer__ {
	height: auto;
	}
#lift__noticesContainer__ div {
	background-color: lightgreen;
	border: solid 1px green;
	color: red;
	font-size: 10pt;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	width: 80%; height: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#lift__noticesContainer__ div ul {
	color: black;
	list-style: none;
	margin: 0px;
	}
	
/**
	box-shadow: 0 0 10px rgb(0,0,0);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 10px rgb(0,0,0);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
**/

/** -----------------------------
	links
	----------------------------- **/
a.link {
	color: black;
	display: block;
	font-size: 30pt;
	height: 200px; width: 200px;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a.mentor {
	background-image: url("/s/images/site/links/mentor1.jpg");
	color: blue;
	}

a.pa {
	/* border: solid grey 1px; */
	background-image: url("/s/images/site/links/pa1.jpg");
	}
	
a.fl {
	background-image: url("/s/images/site/links/play_clip.jpg");
	background-position: 0px -5px ;
	color: rgb(141,206,253);
	float: left;
	font-size: 12pt;
	margin: 0px 20px 20px 0px;
	height: 62px; width: 220px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a.fl:hover {
	background-image: url("/s/images/site/links/play_clip1.jpg");
	color: white;
	}

a.fl div {
	margin: 5px 0px 0px 80px;
}

a.learnmore {
	color: rgb(0,167,229);
	display: block;
	font-size: 9pt;
	margin: 0px 0px 20px 0px;
	}

/** -----------------------------
	Content markup
	----------------------------- **/
div.floatright {
	float: right;
	margin: 0px 20px 5px 0px;
	padding: 0px;
}

div.main {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 475px;
}

div.main h2{
	margin-top: 0px;
}

div.main_programs {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 500px;
}

/** -----------------------------
	inline lists
	----------------------------- **/

ul.inline {
	font-size: 10pt;
	margin: 0px 0px 10px 0px;
}

/** -----------------------------
	media gallery
	----------------------------- **/
div.hide {display:none;}

div.simple_overlay { 
    display:none;
    z-index:10000;
    background-color:#333;
    border:1px solid #666;
    padding: 0px 40px 20px 40px;
    /* min-height:500px;*/
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;    
}
/* close button positioned on upper right corner */ 
div.simple_overlay .close { 
    background-image:url(/s/images/site/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

div.simple_overlay p {
	color: lightgrey;
	margin: 5px 0px 5px 0px;
}

#myplayer {
	background-color: yellow;
	height: 500px; width: 600px;
}


/** -----------------------------
	aplication status
	----------------------------- **/
	
span.confirmed {
	color: green;
	font-weight: bold;
}

span.unconfirmed {
	color: orange;
	font-weight: none;
}

/** -----------------------------
	register buttons
	----------------------------- **/
	
div.registerButton {
	display: block;
	border: darkgrey 1px solid;
	color: black;
	background: rgb(0,167,229);
	padding: 5px 15px;
	font-size: 12px;
	width: 90px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.registerPending {
	display: block;
	border: darkgrey 1px solid;
	color: white;
	background: rgb(0,167,229);
	padding: 5px 15px;
	font-size: 12px;
	width: 90px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: right;
}

div.registerClosed {
	display: block;
	border: darkgrey 1px solid;
	color: black;
	background: lightgrey;
	padding: 5px 15px;
	font-size: 12px;
	width: 90px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: right;
}

div.registerForm {
	display: block;
	border: darkgrey 1px solid;
	color: white;
	background: rgb(0,167,229);
	padding: 5px 15px;
	font-size: 12px;
	width: 220px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/** -----------------------------
	events
	----------------------------- **/

ul.events {
	list-style: none;
	margin: 0px;
	padding: 0px;
	/*width: 500px; */
	}

ul.events li {
	font-size: 10pt;
	margin: 15px 0px 5px 0px;
	}
ul.events li p{
	/* line-height: 1.4; */
	}
ul.events li div{
	margin: 0px 0px 20px 0px;
	}
	
ul.events h3 {
	border-top: solid 1px gray;
	color: rgb(0,167,229);
/*	border-bottom: solid 1px rgb(220,220,220);*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
ul.events h7 {
	border-bottom: solid gray 1px;
	font-size: 9pt;
	margin: 0px 0px 5px 0px;
	}

/** -----------------------------
	calendar list
	----------------------------- **/
div.cal {
	margin: 150px 0px 0px 10px;
	width: 173px;
}

ul.eventcal {
	border-bottom: solid 1px black;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
	font-size: 9pt;
	text-align: left;
}

ul.eventcal li {
	border-top: solid 1px black;
	color: rgb(0,167,229);
	margin: 0px;
	padding: 5px 0px 5px 10px;
	width: 163px;
	}
	
ul.eventcal a {
	text-decoration: none;
}

/** -----------------------------
	Event List
	----------------------------- **/
	
ul.eventlist {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	/*width: 500px; */
	}

ul.eventlist li {
	font-size: 10pt;
	margin: 15px 0px 5px 0px;
	}
ul.eventlist li p{
	/* line-height: 1.4; */
	}
	
ul.eventlist h3 {
	border-bottom: solid gray 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
ul.eventlist h7 {
	/* background-color: lightblue; */
	border-bottom: solid gray 1px;
	font-size: 9pt;
	margin: 0px 0px 5px 0px;
	}
/** opacity: 0.2; filter: alpha(filter = 20); 
	-webkit-box-shadow: 2px 2px 0px #888;
	-moz-box-shadow: 2px 2px 0px #888;
*/

/** -----------------------------
	register buttons
	----------------------------- **/
	
div.registerButton {
	color: white;
	float: right;
}

div.registerForm {
	float: right;
}