/* Overall settings*/
html {
	overflow-x: auto;
	overflow-y: scroll;
}

body {
	margin:4px;
	padding:0px;
	background-color: #FFFFFF;
	height:100%;
}

form,span {
	margin:0px;
	padding:0px;
}

a:focus, a:active{
	outline: none;
}
a:link {color: #3333FF}     /* unvisited link */
a:visited {color: #3333FF}  /* visited link */
a:hover {color: #3333FF}   /* mouse over link */

img {
	border:0pt none;
	vertical-align: middle
}

/* end overall settings*/

div#wrap{

}

div#header{
	width:97%;
	height:75px;
	margin-left:4px;
	margin-right:4px;
	padding-bottom: 10px;
}

div#header_logo{
	position: absolute;
	width: 180px;
	height: 69px;
}

div#menu{
	width:1000px;
	position: absolute;
	margin-left: 184px;
	margin-top: 40px;
	padding:0px;
}

div#header_title{
	height: 37px;
	position: relative;
	float:right;
	margin-top: 4px;
	font-family: "Arial Narrow", "Helvetica Narrow", sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 26px;
}

div#header_title a{
	text-decoration:none;
	color: #000066;
}

#tdffffff {
	background-image: url(http://www.ncee.net/images/spacer_FFFFFF.gif);
}

div#main{
	width:100%;
	height:100%;
}

div#app_title_fields{
	padding-bottom:15px;
}

div.std_block{
	background-color:#FFFFFF;
	border:medium none;
	display:block;
	margin-bottom:15px;
}

.std_block_title{
	background:#AAD9E2 url(../images/block_title_bg.gif) repeat-x scroll 0%;
	border:1px solid #83BEC9;
	padding:0px 8px;
	line-height: 21px;
}

.std_block_title .title-font{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.std_block_title span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display:block;
	float:left;
	clear:none;
}

div.std_block_title .button_wrap{
	float:right;
	margin:2px 0px;
}

div.button_wrap input{
	margin: 0px 2px;
}
div.std_block_in{
	background-color:#FFFFFF;
	border-left:2px solid #B6B7F3;
	border-right:2px solid #B6B7F3;
	border-bottom:2px solid #B6B7F3;
	padding:5px 5px 0px 5px;
	margin: 0px;
}

/* Right float menu*/
div#rmenucontainer {
	margin:0px;
	text-align:left;
	width:176px;
	padding:0px;
}

div#rmenu_top {
	background:transparent url(../images/rmenu_up.png) no-repeat scroll left top;
	height:7px;
	width:176px;
	overflow:hidden;
}

div#rmenu {
	background:transparent url(../images/rmenu_center.png) repeat-y scroll left top;
	margin:0px;
}

div#rmenu_bottom {
	background:transparent url(../images/rmenu_down.png) no-repeat scroll left top;
	height:19px;
	width:176px;
	overflow:hidden;
}

#rmenu a {
	text-decoration:none;
	display:block;
}

#rmenu a span {
	display:block;
	padding:3px 10px 3px 7px;
/*Trick for IE to understand :hover on span */
	background-color: expression(
        this.onmouseover = new Function("this.className += ' rmenuaspanover';"),
        this.onmouseout = new Function("this.className = this.className.replace('rmenuaspanover', '');")
    );
}
/* end of trick for IE :hover*/

#rmenu a span.number{
	font-size:10px;
	padding:0px 0px 0px 2px;
	margin:0px;
	display:inline;
}

.rmenuaspanover{
	background-color:#FFFFFF;
	color: #111171;
	font-weight:normal;
}

/* This is :hover style for W3C browsers, doesn't work in IE*/
#rmenu a:hover span {
	background-color: #327CC0;
	color: #A4FFFF;
	font-weight:normal;
}

#rmenu h3 {
	font-family:Verdana,Arial;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:13px;
	color:#FFFFFF;
	margin:0pt 0px 0px 0px;
	padding-bottom:10px;
}

.rmenu-subtitle{
	border-bottom:1px solid #CCCCCC;
	color:#222222;
	font-family:Verdana,Arial;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	padding:0px 3px 4px 5px;
}
/*end of Right float menu*/

/*div#application_menu{
	width:164px;
	float:left;
	height:200px;
	border:1px solid #339933;
	-moz-border-radius:6px 6px;
	padding:3px;
}
*/
div#application_content{
	width:770px;
	padding-left:10px;
	padding-right:10px;
	margin-left:3px;
	border:2px solid #B6B7F3;
	-moz-border-radius:6px 6px;
	background:#FFFFFF;

}

td#application_table{
	width:97%;
	border:1px solid #E0E0E0;
	-moz-border-radius:6px 6px;
	background:#FFFFFF;
}

div#workshop_tbl{

}

div#content_tbl{
	height:100%;
	overflow:auto;
}

div#div_org_type{
	position:relative;
	top:0px;
	width:auto;
	right:0px;
	border: 1px solid;
}

div#footer{
	background:#EEEEEE;
	width:700px;
	text-align:center;
}

.status_disclosure
{
	display:none;
	clear:both;
	background-color: #C3C3C3;
	margin-bottom:10px;
}

div.app_fields_normal{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	padding: 0 5px 0 5px;
	height: 25px;
	width: 900px;
	display:block;
}

.app_fields_normal ul{

}
.app_fields_title
{
	float: left;
	text-align: right;
	padding: 2px;
	display:block;
	width: 110px;
}
.app_fields
{
	float: right;
	font-weight:bold;
	padding: 2px;
	border: 1px solid #EEEEEE;
	width: 780px;
}

.app_fields_hover
{
	float: right;
	font-weight:bold;
	padding: 3px;
	border: 0px solid #0080C0;
	background-color: #B5EAF9;
	width: 780px;
	cursor: text;
}

div.app_fields_edit
{
	font-weight:bold;
	border: 0px;
	padding: 0px;
	background-color: #EEEEEE;
}

.app_fields_input
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	border: 1px solid #0080C0;
	padding: 2px;
	background-color: #FFFFFF;
}

.app_edit_row, .div_row
{
	padding:0px 4px 0px 4px;
	clear:both;
}
.app_edit_row .app_edit_quarter, .div_quarter
{
	float:left;
	width:48%;
}

/* Login box*/
div#login_container{
	margin: 0px auto;
	border: 1px solid;
}

#login_box, #sign_up_box, #forgot_box,#error_box{
	border: 1px dotted rgb(102, 102, 102);
	margin: 0px auto;
	padding: 5px;
	width: 430px;
	background-color: rgb(246, 246, 246);
}

div.row{
	clear: both;
	padding-top: 10px;
	height:20px;
}

div.error_row{
	clear: both;
	padding-top: 10px;
}

div.row span.label {
	float: left;
	width: 130px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 280px;
	text-align: left;
}

span.left {
	float: left;
	text-align: left;
}
span.right {
	float: right;
	text-align: right;
}

div.row span.fill_row {
	float: left;
	text-align: left;
	width: 410px;
}

div.error_row span.login_error{
	text-align: left;
	width: 410px;
	color:red;
}
/* End of login box*/

h2{
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
}

h2.program{
	margin-top: 25px;
	font-family: "Arial Narrow", "Helvetica Narrow", sans-serif;
	font-weight: normal;
	font-size: 30px;
	text-align: left;
	color: #000066;
}
h2.program a, h2.program a:active, h2.program a:visited {
	text-decoration:none;
	font-family: "Arial Narrow", "Helvetica Narrow", sans-serif;
	color: #000066;
}


.categoryHead {
/*color:#339933;*/
color:#000000;
font-size:13px;
font-weight:bold;
}

.sideTitle {
color:#000066;
font-size:13px;
font-weight:bold;
}

.table-incomplete{
	color:red;
}

.monotype{
	font-family:"Courier New","MS Courier New",monospace;
	font-size:14px;
}

hr {
	padding:0px;
	width:95%;
	color:#444466;
	background-color:#FFFFFF;
	height:0px;
	border-style:solid none none;
	border-width: 1px 0px;
}

hr.heavy {
/*	border-color:#000066;*/
/*	background-color:#000066;*/
	border-style:double none none;
	border-width:3px 0pt 0pt;
}

.field_desc {
	text-align: left;
	color:#555555;
}
.field_desc_right {
	text-align: right;
	color:#555555;
	padding-right:5px;
}

.field_desc_center{
	text-align: center;
	color:#555555;
}
.field_value, select{
	color:#000000;
}

fieldset {
	display:block;
	clear:left;
	width:95%;
	border: 1px solid #C3C3C3;
	padding-bottom:15px;
	padding-top:5px;
	padding-left:4px;
	margin:0px;
}

legend, .legend_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#000000;
	line-height: 16px;
	padding:0px;
	margin:0px;
}
p.legend_title{
	text-indent:0em;
	padding:0px 0px 5px 14px;
	margin:0px;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#006600;
	margin:5px 0px 0px 5px;
	padding:0px;
}

[disabled] { /* Text and background colour, medium red on light yellow */
   color:#933;
   background-color:#FFFFCC;
}
input[readonly]
{
	background-color:#EBEBE4;
	
}

div.error {
	background-color: #FF5959;
	border-color: #FF3300;
	margin-left:4px;
	padding-left:4px;
	width:98%;
	font-weight: bold;
}

input.error,select.error{
	background-color: #FF5959;
	border-color: #FF3300;
}

td.menu_cell{
	padding-right:3px;
	padding-left:3px;
	white-space: nowrap;
}

/* Message part styles */
#messages_wrap{
	width:97%;
	margin: 5px;
	padding: 4px;
	border: 2px inset #FFFFFF;
	background-color: #FFFFFF;
	-moz-border-radius:8px 8px;
}

#messages_wrap div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	height: 25px;
}

#messages_wrap div.info_message
{
	color:#000084;
}

#messages_wrap div.warning_message
{
	color:#E9790A;
}

#messages_wrap div.error_message
{
	color:#FF0000;
}

#messages_wrap div img
{
	padding-right:6px;
}

/*end of Message part styles */

/* Processes part styles */
table.processes_wrap{
	border: 1px solid #789DB3;
	border-collapse: separate;
	width:99%;
	margin-left: 4px;
	padding: 0px;
}
table.processes_wrap td {
	white-space: nowrap;
	vertical-align: middle;
}

td.proc_title, a.proc_percent_link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	position: relative;
}
span.proc_percent{
	position: absolute;
	width:20px;
	height:10px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 10px;
	color: #000000;
	z-index: 2;
	display:none;
}
td.proc_description input{
	padding:0px;
	margin:0px;
	height:11px;
	border:0px black solid;
	background-color:red;
	position: relative;
	vertical-align: middle;
}
a.proc_percent_link{
	font-weight: normal;
}

/*end of Processes part styles */

/* Pager link style*/
a.pager_num{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#000040;
}
.pager_text{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
}

.pager_total{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000040;
}
/*end of Pager link style*/

a.help{
	color:#000000;
	cursor: help;
	text-decoration: none;
	padding-bottom:1px;
	border-bottom: 2px dotted #000066;
}

a.help:active:visited{
	color:#000000;
}

div.print2pdf
{
	margin-left:4px;
	padding: 0 0 3px;
	border:1px solid #858585;
	width: 200px;
	display: none;
}
div.print2pdf div
{
	padding: 3px 0px 3px 5px;
	margin: 0px;
	vertical-align: top;
	height: 13px;
	line-height: 13px;
}

.print_chx
{
	margin:0px;
	padding:0px;
	width: 13px;
	height: 13px;
}

div.print2pdf div span
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000040;
}

.error_font {
	color: #FF3300;
}

.main-bg {
	background-color: #0079CA;
	margin-top:5px;
}

.selected-bg {
	background-color: #0068AE;
	height:13px;
}

.title-bg{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-image: url('../images/tbl_ttl_bg.jpg');
	background-repeat: repeat-x;
}

.title-font {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	font-family: arial, verdana, sans-serif;
	padding-left:5px;
}

.title-font-link, .title-font-link:focus, .title-font-link:active, .title-font-link:link, .title-font-link:visited, .title-font-link:hover{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	font-family: arial, verdana, sans-serif;
	padding-left:5px;
}

.small-font {
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-family: arial, verdana, sans-serif;
}

td, p,div, li, dt, dd, th, blockquote {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
	color: #000000;
}

textarea{
	margin-top:5px;
	margin-bottom:25px;
}

p {
	text-indent: 0em;
	margin:10px;
}
p.normal{
	padding:5px;
	margin:0px;
	text-indent: 0em;
	line-height: 15px;
}

p.normal_20{
	line-height: 20px;
}


p.modification-title{
	text-indent:0em;
	padding:3px 0px 4px 3px;
	margin:-1px 0px 5px 0px;
	background:#EEEEEE;
	border:1px solid #FFFFFF;
	-moz-border-radius:9px 9px;
}

p.normal_indent
{
	text-indent:2em;
}

div.wrap_question
{
	text-align:left;
	vertical-align:middle;
}

.question{
	background-color: #B5EAF9;
	margin:0px 0px 2px;
	padding:4px;
	border-color:#B2B2B2;
	border-style:dashed;
	border-width:1px 0pt;
	border-top-style: solid;
	text-indent:0em;
}

div.answer{
    position:static;
/*    background-color: #FFFFCC;*/
    background-color: #F2FECF;
    margin:0px 0px 30px 0px;
    padding:4px;
    min-height:40px;
    border-color:#B2B2B2;
    border-style:dashed;
    border-width:1px 0pt;
    font-family:Times New Roman,sans-serif ! important;
    font-size:12pt; !important;
    text-indent:1em;
}

div.answer span, div.answer span span, div.answer div, div.answer ul, div.answer ol, div.answer li, div.answer font div.answer font font{
        font-family:Times New Roman,sans-serif ! important;
        font-size:12pt; !important;
}

div.answer_hover{
    position:static;
    background-color: #FFFFCC;
    margin:0px 0px 30px 0px;
    padding:4px;
    min-height:40px;
    border-color:#B2B2B2;
    border-style:dashed;
    border-width:2px;
    font-family:Times New Roman,sans-serif ! important;
    font-size:12pt; !important;
    text-indent:1em;
}

.question img{
	padding:0px 4px 0px 4px;
	margin:0px;
}

p.modification-title span{
	color:#555555;
}

p.warning{
	color: #111171;
	text-indent: 4em;
}

.cnt_srch_div_wrap
{
	width:250px;
	height:29px;
	margin:auto;
	padding:0px;
}

div.welcome_msg{
	position:static;
	background-color: #FFFFCC;
	margin:2px 2% 10px 4px;
	padding:4px 4px 4px 8px;
	width:50%;
	min-height:40px;
	border-color:#B2B2B2;
	border-style:dashed;
	border-width:1px 0pt;
	font-family:Verdana,Helvetica,sans-serif;
	font-size: 14px;
}

div.extr_info_msg{
	position:static;
	background-color: #FFFFCC;
	margin:5px 0% 10px 0px;
	padding:4px 4px 4px 8px;
	min-height:25px;
	border-color:#B2B2B2;
	border-style:dashed;
	border-width:1px 0pt;
	font-family:Verdana,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-indent:0em;
}

div#navigator{
	font-family:Verdana,Helvetica,sans-serif;
	font-size: 13px;
/*	border:1px solid #FFFFFF;*/
	border:1px solid #000044;
	-moz-border-radius:9px 9px;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 10px 0px 10px 0px;
/*	background:#EEEEEE*/
	background:#000066;
	color:#777777
}

div#navigator a,div#navigator a:visited{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#AAAAAA;
/*	color:#111171;*/
}

div#navigator span.selected{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
/*	color:#111171;*/
}

div#navigator h5{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	display: inline;
}

#profile{
	padding:0px 10px 0px 4px;
}

input{
	padding-left:3px;
}
input.tooltip{
	font-family:Verdana, Helvetica,sans-serif;
	font-size:13px;
	color:#888888;
	font-style:italic;
}

input.minmax{
	width:25px;
	margin-top:5px;
}

.normal{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:16px;
	color:#000000;
}

.small_italic {
	font-size: 10px;
	font-style: italic;
}
.italic {
	font-size: 12px;
	font-style: italic;
}
.small_text {
	font-size: 10px;
}
.small_bold{
	font-size: 10px;
	font-weight: bold;
}

.red{
	color: #F00;
}
.blue{
	color: #0000FF;
}
.green{
	color: #257225;
}

.bold {
	font-weight: bold;
}
.title {
	font-size: 16px;
	font-weight: bold;
}
.required {
	font-size: 10px;
	color: #F00;
}
.small_grey {
	margin:0px;
	padding:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #C6FFC6;
}
.large_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.blue_highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.directions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.small_directions
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2E2E2E;
}

a.green_link{color: #7EB539;}
a.green_link:hover{color: #333333;}

ul.nodec {
	list-style-type: none;
}

ul.status{
	list-style:disc outside none;
	margin:0px;
	display:block;
}

ol.sub {
	margin-left: 2em;
}

.main_tbl_bg{
	background-color:#3B3B3B;
}

.light_tr{
	background-color:#FFFFFF;
}

.dark_tr{
	background-color:#D3E9FE;
}


.button{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	font-weight: bold;
	color: #005E31;
	background: #EEEEEE url(../images/bg_button.gif) repeat scroll center center;
	border: 1px solid #9D9D9D;
	cursor: pointer;
}
.button[disabled]{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color: #969696;
	background: #EEEEEE url(../images/bg_button.gif) repeat scroll center center;
	border-width: 1px;
	cursor: default;
}

.button_small{
	font-family: Verdana,Tahoma,Arial;
	font-size: 9px;
	font-weight: bold;
	color: #006600;
	background: #EEEEEE url(../images/bg_button.gif) repeat scroll center center;
	border: 1px solid #9D9D9D;
	cursor: pointer;
}

div#div_fa_legend, div#div_partner_legend{
	width:100%;
	overflow: auto;
}

div#review_control{
	width:95%;
	padding:10px;
	text-align:center;
}

.tbl_cell_11
{
	font-size:11px;
	white-space: nowrap;
}

.participants_details
{
	margin: 0px;
	border: 3px black;
	width: 600px;
	height: 100px;
}

.participants_details .row
{
	margin:0px;
	padding:0px 0px 0px 5px;
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color:#2A2A2A;
	line-height:16px;
}

.participants_details .row .dt_item
{
	padding-right: 40px;
}

/*Hack. Mozilla doesn't read height, after max-height, so only max-height is
in effect for Mozilla.
Vice versa for IE, it skips max-height and reads height at the end.
*/
div.assigned_apps
{
	max-height:150px;
	overflow-x: auto;
	overflow-y: auto;
	width:200px;
}

* html div.assigned_apps
{
	height: expression(this.scrollHeight > 150 ? 150 : true);
}


/*For popup calendar*/
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */
/*End For popup calendar*/

/* pop-it menu*/
#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}
/*End of pop-it menu*/

#interVeil, #interVeil2{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(../images/blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}

#school_name_icon{
background: transparent url(../images/loading.gif) repeat scroll 0%;
display:none;
height: 16px;
width: 16px;
overflow: hidden;
position:absolute;
}
