@charset "utf-8";
/* CSS Document */
body{
	color:#000000; text-decoration:none; 
	font-family:Verdana, Sans-Serif; 
	font-size:10pt; 
	font-weight:normal; 
	font-style:normal;
	text-align: center;
	background: #C2E192 url(images/nhssop_page_bkg.png) repeat-x;
	margin: 0;
}
html {
    overflow: -moz-scrollbars-vertical;
}

a img {text-decoration:none; border:none;}

h1{
	color: #930E3D;
	font-size:11pt;
}

h2{
	color: #930E3D;
	font-size:10pt;	
}

/*the following headers are used as form headers in the profile table*/
h3{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #930E3D;
	font-size:10pt;	
}

h4{
	margin-top: 4px;
	margin-bottom: 0px;
	color: #930E3D;
	font-size:10pt;	
}

h5{
	color: #6699CC;
	font-size:11pt;
}

h6{
	color: #930E3D;
	font-size:10pt;
	border-bottom: #930E3D solid 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	clear: both;
}

#page{
	margin: 0 auto;
	width: 1000px;
	text-align:center;
}

#content{
	text-align:justify;
	width:1000px;
	padding-bottom:16px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
	

}

#content a{
	color: #930E3D;
}

#content a img{border:0;}

#content form{
	text-align:left;	
}

#contents{
	clear: both;
	border: #930E3D solid 2px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
	overflow: hidden;
	padding:6px;
}

#left-col{
	width:800px;
	float:left;
	position: relative;
	text-align:justify;
	margin-right:8px;
	font-size:12px;
	margin-left: 152px;
}

#main{
	text-align: justify;
	float: left;
	position: relative;
	width: 804px;
	margin: 0 auto;
	margin-left: 12px;
	margin-right: 12px;
	border: 1px solid #ccc;
	padding:12px;
	background: white;
}

#imgheader{
	width:1000px;
	height: 144px;
	background: url(/images/nhssop_header.png) #930E3D no-repeat;
}

#text_size{
	width: 112px;
	float: right;
}

#header_bottom{
	color: white;
	width:1000px;
	float: left;
	margin-bottom:12px;
	background-color: #930E3D;
	height:40px;
	text-align:right;
}

#header_bottom p{
	margin-top:4px;	
}

#text_size a img{
	margin:4px 8px 0 8px;
	border: 0;
}

#news-container{
	clear: right;
}

#footer{
	margin:0 auto;
	color:#666;
	text-align:center;
	font-size:11px;
	position:relative;
	z-index:1;
	border-top: #ccc solid 1px;
	background-color: white;
	padding-bottom:12px;
}

#footer a img{border:0};	
.footer-text{padding-top: 4px;}
.footer-text a{color:#666;}
.separator {text-decoration:none; font-size : 11px; margin: 0px 4px;}

#sp-image{
	float: right;
	padding-left:12px;
	padding-bottom:12px;
}

div#login-content {
	margin: auto;
	width: 375px;
	float:right;
	font-size: 9pt;
	text-align:left;
	margin-bottom:16px;
	
}

div#login-content form {
	font-weight: bold;
	padding: 4px;
	/*
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
	border: rgb(1,86,140) solid 2px;
	color:white;
	background-color:#6699CC;
}

div#login-content #myusername,
div#login-content #mypassword,
div#login-content #form-reset-code {
	color: #000;
	font-size: 9pt;
	margin-bottom: 6px;
	padding: 2px;
	margin-right:6px;
	border:#006 solid 1px;
}
div#login-content div.buttons {
	text-align: right;
	padding-top: 4px;
}
div#login-content p span {
	display: block;
	font-weight: normal;
	text-align: center;
}

div#login-content p {
	font-size:8pt;
	margin: 0;
}

div#login-content a {
	color: #930E3D;
	font-weight:normal;
}

div#login-content div.logout-link {
	font-size:9pt;
	margin: 0;
	float:left;
	padding-top:6px;
}

#side-nav{
	text-align: left;
	margin: 0 auto;
	width: 140px;
	float:left;
	border: 1px solid #CCC;

}

#side-nav a{
	color: #000;	
}

#side-nav a:hover{
	color: #399;	
}

#intran_img{
	float:left;	
	margin:6px;
}

.sidebarmenu ul{
margin: 0;
padding: 0;
margin-left:8px;
list-style-type: none;
font: bold 11px Verdana;
width: 132px; /* Main Menu Item widths */
/*border-bottom: 1px solid #fff;*/
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #000;
text-decoration: none;
padding: 6px;
padding-left:18px;
/*border-bottom: 1px solid #fff;
border-right: 1px solid #fff;*/
}

/*
.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #fff; 
}
*/

.sidebarmenu ul li a:hover{
/*background:  url(images/custom_bullet.gif) #6699CC no-repeat 4px;*/
color: #fff;

}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 120px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
color: #6699cc;
border: 1px #6699cc solid;
margin-left:0;

}

.sidebarmenu ul li ul a{
color: #6699cc;
background-color: #fff;
}

.sidebarmenu a.subfolderstyle{
background: url(../right.gif) no-repeat 97% 50%;
color: #fff;
}

.sidebarmenu li.mellink{
	padding-top:32px;	
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

.events-header{border-bottom: 2px solid #006; padding-left: 16px; padding-right: 16px; background-color: #6699cc; color: white; font-size: 1.0em; font-weight: bold; text-align: center; white-space:normal;}
.events-table{border-collapse:collapse; border-bottom: 2px solid #006; padding-bottom: 8px; text-align: center; width: 650px;}
.events-cell{margin-left:6px; padding-right:6px;}
#content .events-subtitle{color: #930E3D; font-size:10pt; font-weight:bold;}

.profile-table{white-space:nowrap;}
.profile-cell{margin-left:106px;}

#register-event {float:right;}
#register-event a{border:0; text-decoration:none; color:#930E3D; font-weight:bold;}
#register-event a img{border:0;}
#img-caption {
	float:right;
	width:60px;
	margin-left:4px;
	margin-top:6px;
	text-align: right;
	}
	
.err
{
	font-size : 12px;
	color: red;
}

#contact_form_errorloc{
	width:45%;
	float:left;
	margin: 0 auto;
	margin-top:12px;
}

#contact-info{
	width: 45%;
	float:right;
	margin: 0 auto;
	margin-top:24px;
}

#kinetics-logo {
	display:block;
	width:140px;
	height: 105px;
	text-decoration:none;	
	color:black;
	
}

#event-image{
	float:right;	
	padding-top:12px;
	padding-left:12px;
	padding-bottom:12px;
}

#event-text{
	text-align:justify;	
	padding-bottom:12px;
}

#forum-banner{
	float:left;	
	text-align:left;
}

.report-nav{overflow: hidden; margin-bottom:12px;}

.report-nav-left{float:left; width:16%; padding-left:16px; background: url(images/arrow_bullet_purple_left.gif) left 3px no-repeat;}

.report-nav-right{float:right; width:12%; text-align:right; padding-right: 16px; background: url(images/arrow_bullet_purple_right.gif) right 3px no-repeat;}

.report-nav-center{float:left; text-align:center; width:60%;}

.report-nav-center-icon{margin-right: 6px; margin-top:3px; text-decoration:none; border:none;}

.report-nav-btm-left{margin-top:3px; margin-bottom:3px; text-align:center;}

.conf_message{font-weight:bold; color:#930E3D;}

.curved {/*-moz-border-radius:10px; -webkit-border-radius:10px;*/ /*behavior:url(border-radius.htc);*/}

.green-cell{background-color:#0C3;border-collapse:collapse; border: 1px solid black; border-spacing:2px; text-align:right;}

.brightgreen-cell{background-color:#0F0;border-collapse:collapse; border: 1px solid black; border-spacing:2px; text-align:right;}

.red-cell{background-color:#F00;border-collapse:collapse; border: 1px solid black; border-spacing:2px; text-align:right;}

.pink-cell{background-color:#F66;border-collapse:collapse; border: 1px solid black; border-spacing:2px; text-align:right;}

.blue-cell{background-color:#09C;border-collapse:collapse; border: 1px solid black; border-spacing:2px; text-align:right;}

.district-cell{border-collapse:collapse; border: 1px solid black; border-spacing:2px; text-align:right;}

.district-header{border-collapse:collapse; border: 1px solid black; border-spacing:2px; text-align:center;}

.row-header{border-collapse:collapse; border: 1px solid black; border-spacing:2px; text-align:left; height:42px; overflow:visible;}

.district-table{border-collapse:collapse; border-bottom-style: solid; border-width:1px; border-spacing:2px; border-color:#000;}

.sub-notes{font-size:9pt;}

.opviews-cell{border-collapse:collapse; border: 1px solid black; border-spacing:2px; text-align:left;}
.opviews-header{border-collapse:collapse; border: 1px solid black; border-spacing:2px; text-align:left; font-weight:bold; background-color:#CCC;}

#pop-contents{border:8px solid #930E3D; background: white; text-align:justify; padding:12px;}

.imgleft{float: left; padding: 2px; border: solid #CCC 1px; margin: 12px;}
.imgright{float: right; padding: 2px; border: solid #CCC 1px; margin: 12px;}

#contents button{
	display: inline;	
}

#contents form{
	text-align:center;
	margin-left:12px;
}