/* CSS Document */

/*
COLORS
Page background -   #F9F9F9;
Dark Blue -   color:#00387D;
Blue #0051B3
*/

@media screen {

body {
	height: 100%;
	min-height: 400px; /* For Mozilla/Opera/Safari */
	background-color: #00387D;
	
	text-align: center;
	border: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Lucida Sans, Garamond, "Times New Roman", Times, serif;
	
	font-style: normal;
	
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-size: 12px;
}


img {
	border-width: 0px;

}
table.wrapper {
	position: relative;
	margin: 0 auto;
	
}
table.wrapper td {
	vertical-align: top;
	text-align: left;
}
/* Hack for IE */
* html #Content {
    height: 100%;
}
/* End IE Hack */

div.headerwrapper {
	min-width: 750px; 
	
	
}
table#header_table {
	height: 88px;
	

}
.wrapper > div {          /*  all divs that are children of wrapper */
	background-color:#F9F9F9;
}

td#header_wrap {

	height: 70px;
	background-color: #F9F9F9;
	padding: 0px 6px 0px 6px;
	background:url(images/title_bg.jpg) repeat-x top;
	
	
}
td#bg_left {
	width: 12.5%;
	background:url(images/bg_lines.jpg) repeat-y ;
}
td#bg_right {
	width: 12.5%;
	background:url(images/bg_lines2.jpg) repeat-y ;
}
td#content_wrap_cell {

	text-align:left;
	min-height: 100%;
	height: auto;
	vertical-align: top;
	height: 600px;
	
	background-color: #F9F9F9;
}

div#contentwrapper { /* within content_wrap_cell */

	height: auto;

	width: 100%;
	min-width: 750px;

	background-color:#F9F9F9;
}
div#contentwrapper > div {
	text-align: left;
}

td#footer_wrap {
	background-color: #F9F9F9;
	
}
/*  --------- HEADER Styles ------------ */


img#header_img {
	float: left;
	margin-left: -6px;
}


/*  --------- LOG-IN Styles ------------ */

/* wraps the login field */
td#logincell {
	background: url(images/login_bg.png) no-repeat 50px -20px;
}
#loginfield {
	float: right;
	
    margin: 8px 0px 0px 0px; 
	padding: 0px;
	text-align:right;
  /*width: 260px;*/
	
	height: 90px;
	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
div#loginfield a {
	font-weight: normal;
}
div#loginfield a:link {

	color:#999999;
}
div#loginfield a:visited {
	
	color:#999999;
}
div#loginfield a:hover {
	
	color:#434FB6;
}
div#loginfield a:active {
	
	color:#434FB6;
}

form#login {
	margin-top: 0px;
	padding-top: 0px;

}

#login #login_button {
	position: relative;
	display: inline;
	border:#999999 1px solid;
	
	height: 20px;
	color:#003399;
}

.login_text {
	position: relative;
	display: inline;
	
	height: 14px;
	font-size: 10px;
	width: 80px;

}

.loginerror {
	color:#D70000;
}
.login_sep {
	color:#999999;
}
a#logout {
	color:#FF9900;
	font-size: 11px;
}
#login .checkbox {
	
	margin-top: 3px;
	
}

/*  --------- TEXT Styles ------------ */

.narrative {
	font-size: 12px;
	color: #000000;
}
.note {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#note {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.soft_note {
	color: #999999;
}
.form_note {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}
.error {
	color:#D70000;
}
.error2 {
	color:#993300;

}
.error_empty {
	font-size: 11px;
	margin-left: 10px;
	color:#A6A6A6;
}
.attention {
	color:#003399;

}
.attention2 {
	color:#006633;
}

/* h1 = div Headers: Tools, Forum, Links */
h1 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#00387D;
	padding: 5px 5px 5px 0px;
}
img.header {
	margin: 5px 5px 5px 0px;
}
#cat1_util h1 {
	position: relative;
	top: 3px;
}
h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

p {
	
	font-family: Arial, Lucida Sans, Garamond, "Times New Roman", Times, serif;
	font-style: normal;
	font-size:12px;
}




/*  --------- NAV Styles ------------ */


.nav {
	/* top margin pushes the ENTIRE page up the header banner */
	
	margin: -6px 6px 0px 6px;  /* original: 0 6 0 6 */
	height: 64px;
	background:url(images/util_and_cat2_bg2.jpg) repeat-x;
	
}
#non_index_nav {
	
	background:url(images/util_and_cat2_bg_noband2.jpg) repeat-x;
	
}
#navtable {
	position: relative;
	margin-top: 5px;
}
#navtable td {
	  
	/*  border: 1px #339900 solid; */

}

#navtable a {
	text-decoration: none;
}

/*  --------- UTIL BAR LINKS ------------ */

#cat1_util h3.util {
	display: inline;
	color:#666666;
	padding: 0px 0px 0px 0px;
}

h3.util a:link {
	color:#00468F;
}
h3.util a:visited {
	color:#00468F;
}
h3.util a:hover {
	color:#5F6BA9;
}
h3.util a:active {
	color:#5F6BA9;
}
/* table cell */
td#util {
	position: relative;
	text-align: right;

	width: 420px;
}
#util_wrapper {
	position: relative;
	text-align:right;
	
}
/* !important */ .util_button {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#333333;
	font-size:12px;
	
	height: 22px;
	width: 52px;
	background: url(images/util_button.jpg) center;
	border:#B4C0CB 1px solid;

}
.util_divider {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	

}

/*  --------- CAT 1 (TAB) LINKS ------------ */


td#cat1_wrapper {
	width: 50%;

}


#cat1 {
	float: left;
	background-image:url(images/passive_tab.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 107px;
	height: 28px; 
	
	margin: 0px 1px 0px 0px;
	padding-top: 3px;
	
}

/* h1 Tabs */
#navtable #cat1.active {
	background-image:url(images/active_tab.jpg);
}
/* h1 Tabs - active color */
#cat1 h1.active {
	color: #000000;
	
}
#cat1 h1.active a {
	color: #000000;
}



/* h1 Tabs - passive color */
/* !important */
#cat1 h1 {
	font-size:14px;
	color:#944547;
	display: inline;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font:bold 14px Arial, Helvetica, sans-serif;
	
}

#cat1 h1.passive a:link {
	color:#944547;
}

#cat1 h1.passive a:visited {
	color:#944547;
}

#cat1 h1.passive a:hover {
	color:#563D3E;
}

#cat1 h1.passive a:active {
	color:#563D3E;
}



#cat1_and_util img {
	display: inline;
}




/*  --------- CAT2 LINKS ------------ */

#cat2 td div {
	position: relative;
	margin: 8px 4px 0px 4px;
}
#cat2 h3 {
	display: inline;
	font-size: 11px;
	position: relative;
	font:bold 11px Arial, Helvetica, sans-serif;
	top: -8px;

}

#cat2 h3.passive {
	color:#E0AFB0;

}

#cat2 h3.active a {
	color:#FFFFFF;
}


#cat2 h3.passive a:link {
	color:#E0AFB0;
}

#cat2 h3.passive a:visited {
	color:#E0AFB0;
}

#cat2 h3.passive a:hover {
	color:#F4EAEA;
}

#cat2 h3.passive a:active {
	color:#F4EAEA;
}

/*  --------- PAGENAV (cat3) LINKS ------------ */

/* !important */ h4 {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#999999;
	display: inline;
}
#pagenav a {
	text-decoration: none;
}
#pagenav h4.passive a:link {
	color:#999999;
}
#pagenav h4.passive a:visited {
	color:#999999;
}
#pagenav h4.passive a:hover {
	color:#892F03;
}
#pagenav h4.passive a:active {
	color:#892F03;
}

h4.active a {
	color:#892F03;
}
h4.passive {
	display: inline;
}




/*  --------- PAGE CONTENT Styles ------------ */

#column1 {
	position: relative;
	float:left;
	min-width: 400px;
	width: 65.1%;
	/*border-right: 1px #CCCCCC solid;*/
	height: auto;
	padding: 0px 6px 0px 0px;
	
}
#v_divider {

	top: 0px;
	left: 0px;
	width: 1px;
	height: 100%;

}
#v_divider img {
	
	width: 1px;
	height: 100%;

}

#column2 {
	position: relative;
	float: right;
	min-width: 175px;
	width: 33.6%;
	height: auto;
	border-left: 1px #CCCCCC dashed;

	margin: 0px;

}


#narrative {
	position:relative;
	width: 102%;
	border-bottom:1px #CCCCCC dashed;
	margin-bottom: 6px;
}
#narrative #pagenav {
	position: relative;
	padding: 7px 15px 15px 15px;
	

}
#narrative #content {
	position: relative;
	padding: 0px 15px 15px 15px;
}
/*  --------- NARRATIVE Styles ------------ */
/* edit in fckstyles.xml to output as select options in the fckeditor */

/* WARNING: THERE IS A DUPLICATE COPY OF THESE STYLES FOR THE BACKEND CONTAINED IN THE CSS FILE: fck_editorarea.css.  These must be identical at all times. */

#narrative #content * {
	font-size: 12px;
}
#narrative #content h1 {
	font-weight: bold;
	font-size: 16px;
}
#narrative #content h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
#narrative #content h3 {
	font-weight: bold;
	font-size: 12px;
}
#narrative #content ul {
	margin-top: 12px;
	margin-bottom: 12px;
}
#narrative #content ol {
	margin-top: 12px;
	margin-bottom: 12px;
}
#narrative #content li {
	margin-top: 6px;
	margin-bottom: 6px;
}
#narrative #content ol li {
	margin-top: 6px;
	margin-bottom: 6px;
}
#narrative #content p {

}
#narrative blockquote {
	margin-right: 10px;
}

#narrative #content .note {
	
}
.highlight {
	background-color: #FDFBBB;
}

#narrative #content table {

}
#narrative #content a:link {
	text-decoration: underline;	
	color: #0000FF;
}
#narrative #content a:visited {
	text-decoration: underline;	
	color: #0000FF;
}
#narrative #content a:hover {
	text-decoration: underline;	
	color: #0099FF;
}
#narrative #content a:active {
	text-decoration: underline;	
	color: #0099FF;
}

/*  --------- end NARRATIVE Styles ------------ */

#tools_wrapper {
	position:relative;
	border-bottom:1px #CCCCCC dashed;
	width: 100%;
	margin-bottom: 6px;
	padding: 0px;

}

#links_wrapper {
	position:relative;
	width: 100%;

}	


#bottombanner {
	
	height: 20px;
	border-top:1px #CCCCCC solid; 
	text-align:right;
	padding: 16px 6px 12px 6px;
	
}
/*-----------------------------TOOLS PANE-----------------------------*/

#tools {
	position:relative;
	margin: 0px 6px 0px 12px;
	top: 0px;
	color:#333333;
}
#tools div a {
	color:#999999;
}

#toolstitle {
	position: relative;
	
	height: 28px;
	top: 0px;
	margin: 0px;
	
}

#display_tools {
	width: 100%;
	
	
}
.toolrow {
	border: #FFFFFF 1px dotted;
	border-color: transparent;
}
.toolrowdark {
	
	border: #FFFFFF 1px dotted;
	border-color: transparent;
}
.toolrowover {
	/*background: url(images/toolrowover.jpg) repeat-y left;*/
	border: #FFFFFF 1px dotted;
	border-color: transparent;
}
.toolrowdarkover {
	
	border: #FFFFFF 1px dotted;
	border-color: transparent;
}
/* !important */div.toolhead {
	font-size: 12px;
	font-weight: bolder;
}
#display_tools td.tool_name {
	font-size:12px;
	font-family: Arial, Lucida Sans, Garamond, "Times New Roman", Times, serif;
	padding: 3px;
	vertical-align:middle;
}
#display_tools td.tool_dl {
	text-align: right;
	padding: 3px;
	
}
#display_tools a {
	text-decoration:none;
	color:#666666;

}
#display_tools a:hover {

	text-decoration: underline;
}

/*-------------------------LINKS PANE--------------------------*/

#links {
	position:relative;
	margin: 0px 6px 0px 12px;
	vertical-align: top;

}
#linkstitle {
	
	height: 28px;
	
}
#display_links {
	width: 100%;
	
	
}
.linksrow {
	border: #FFFFFF 1px dotted;
	border-color: transparent;
}
.linksrowdark {

	border: #FFFFFF 1px dotted;
	border-color: transparent;
}
.linksrowover {
	/*background: url(images/toolrowover.jpg) repeat-y left;*/
	border: #FFFFFF 1px dotted;
	border-color: transparent;
}
.linksrowdarkover {
	
	border: #FFFFFF 1px dotted;
	border-color: transparent;
}
div.linkhead {
	
	font-weight: bolder;
}
#display_links td.link_name {
	font-size:12px;
	font-family: Arial, Lucida Sans, Garamond, "Times New Roman", Times, serif;
	padding: 3px;
	vertical-align:middle;
}

#display_links a {
	text-decoration:none;
	color:#666666;

}
#display_links a:hover {

	text-decoration: underline;
}


/*-------------------------FORUM PANE--------------------------*/

#forum {
	position:relative;
	padding-left: 12px;
	
}
#forumtitle {
	
	height: 28px;
	margin-right: -3px;
	
}
#forum #content {
	padding: 15px 15px 15px 8px;
	font-size: 14px;
}
#forum #content a {
	text-decoration:underline;
	color:#003399;

}
#forum #content a:hover {

	color:#0033FF;
}
#display_forum {
	width: 100%;

}
#display_forum td.forumpost_header {
	background-color:#EAEBF4;
	font-size:13px;
	font-weight: bold;
	font-family: Arial, Lucida Sans, "Times New Roman", Times, serif;
	padding: 3px;
	vertical-align:top;
	background: url(images/forumrowdark.jpg) repeat-y 0px 0px;
}
#display_forum td.forumpost_content {
	font-size:12px;
	font-family: Arial, Lucida Sans, "Times New Roman", Times, serif;
	padding: 3px;
	vertical-align:top;

	
}
.forumpost_datetime {
	font-weight: normal;
	color:#666666;
	font-size: 11px;

}

.forumrow {
	border: #FFFFFF 1px dotted;
	border-color: transparent;
}
.forumrowdark {

	border: #FFFFFF 1px dotted;
	border-color: transparent;
}
.forumrowover {
	
	border: #FFFFFF 1px dotted;
	border-color: transparent;
}
.forumrowdarkover {
	
	border: #FFFFFF 1px dotted;
	border-color: transparent;
}



#addcomment .util_button {
	width: auto;

}
#addcomment {
	font-weight: bold;
	font-size: 14px;

}

/*-------------------------MY TOOLKIT--------------------------*/
#wrapmytoolkit {
	position: relative;
	padding: 12px 12px 12px 8px;
	margin: 12px 12px 12px 0px;
	width: auto;
	
}

#mt_table {
	position:relative;
	width: 100%;
	
	font-size: 11px;
/*
	border: 1px #333399 solid;
*/
}
#mt_table th {
/*
	background-color: #333399;
	color:#FFFFFF;
*/
}
.display_table td {
	padding: 6px 12px 6px 6px;

	background: url(images/cms/cms_narr_bg.jpg) bottom repeat-x;
/*	background: none; 
	border: 1px #E4E4E4 solid;
*/
	border-top: 1px #CCCCCC dotted;
	border-bottom: 1px #CCCCCC dotted;
}

.display_table tr.toolrow td{

	border: #FFFFFF 1px dotted;
	
}
.display_table tr.toolrowdark td {
	background: none;
	background-color:#EFF1FA;
	border: #FFFFFF 1px dotted;
}
.display_table tr.toolrowover td {
	background: none;
	background-color: #FFFFFF;
	border: #FFFFFF 1px dotted;
}
.display_table tr.toolrowdarkover td{
	background: none;
	background-color: #FFFFFF;
	border: #FFFFFF 1px dotted;
}

/*-------------------------SEARCH RESULTS--------------------------*/

/* Permanent */
#search_table {
	margin-bottom: 14px;	
}
#search_table td#narr_sample {
	/* border-right: 1px #CCCCCC solid; */
}
#search_table td {
	vertical-align: top;
	color: #666666;
}
#search_table #page_tree {
	font-weight: bold;
	border-bottom: 1px #CCCCCC solid;
}
/* "Your search returned..." */
#search_table .inform {
	color:#999999;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	background: url(images/forumrowdark.jpg) repeat-y 0px 0px;
	
}

/* Each listing */
table.table {
	border: 1px #F9F9F9 solid ;
}
table.tabledark {
	border: 1px #F9F9F9 solid ;
}
table.tableover {
	border: 1px #CCCCCC solid;
	background-color:#EFF1FA;
}
table.tabledarkover {
	border: 1px #CCCCCC solid;
	background-color:#EFF1FA;

}

/* Listing headers */
table.table #page_tree {
	color:#003399;
	font-weight: bold;
	border-bottom: 1px #CCCCCC solid;
}
table.tabledark #page_tree {
	color:#003399;
	
}
table.tableover #page_tree {
	color:#000000;

}
table.tabledarkover #page_tree {
	color:#000000;

}

/*-------------------------REGISTRATION--------------------------*/
#reg_col1 {
	position: relative;
	float:left;
	min-width: 400px;
	width: 75%;
	/*border-right: 1px #CCCCCC solid;*/
	height: auto;
	padding: 0px 6px 0px 0px;
	
}
#reg_col2 {
	position: relative;
	float: right;
	min-width: 135px;
	width: 24%;
	height: auto;
	
	margin: 0px;

}
#reg_col2 img {
	border: 1px #CCCCCC solid;
}

#reg_form {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;

}
td.org_info div {
	text-align: right;
	padding-right: 20px;
}
.choice {
	font-weight:normal;

}
.req {
	color:#CC3300;
	font-size: 10px;
	font-weight:normal;
	vertical-align:super;

}

#reg_top {
	position: relative; 
	top: 0px; 
	
}

#reg_head {
	position: relative;
	margin: 20px 0px 8px -10px;
	padding-left: 8px;
		font-size:16px;
	font-weight: bold;
	background: url(images/forumrowdark.jpg) repeat-y 0px 0px;
	color:#000099;

}

.reg_div {

	
}

.reg_table {
	margin: inherit inherit 8px inherit;
	
}
.reg_table td {
	text-align: right;
	padding: 4px;
}
.reg_table td.left {
	text-align: left;
}
.reg_table td.center {
	text-align: center;
}

.org_row_show td {
	background-color:#FEFFE6;
	
	
}

.org_row_hide td {

	height: 0px;
	width: 0px;
	overflow:hidden;
}
.org_row_hide td div {
	display: none;
}
td.new_org_hide {
	height: 0px;
	width: 0px;
	overflow:hidden;
	display: none;
}
td.new_org_hide div { 
	display: none;
}
td.new_org_show div { 
	display: block;
}


/*-------------------------POPUP THUMBS--------------------------*/
img.popup_thumb {
	border: 1px #333333 solid;

}
img.narr_popup_thumb {
	border: 1px #CCCCCC solid;
	float: right;
	margin: 16px 0px 16px 16px;
	

}

/*-------------------------LIGHTBOX--------------------------*/
#lightbox{
	background-color:#fff;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ 
	float: left;
	text-align: left;
	
}
#keyboardMsg { 
	float: right; 
	width: 75%;
	text-align: right;
}

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	
#lightbox .lightbox_ask {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color:#666666;
	
}

#lightbox .lightbox_text {
	text-align: left;
}
#lightbox a.lightbox_link {
	text-decoration: none;

	color:#666666;
}
#lightbox a:hover.lightbox_link {
	text-decoration: underline;

	color:#666666;
}

/*-------------------------CMS REPORTING PAGE--------------------------*/

.report_number {
	font-size:16px;
	font-weight: bold;
	color:#F4B024;

}
table.surveyResponses td.number {
	text-align: right;

}








} /*end of @media setting */