﻿/* 	This is the base template used throughout the NCS site.  This template implements the required look and feel, based upon a set of known html blocks (divs/tables/spans nested and labeled correctly to support this stylesheet) */
/* 	This style does not complete the NCS site look and feel on its own.  At this time, it also requires the following:
		./ncs_leftnav.css
		./ncs_menu.css
	Standard style overrides (for browser fixes and the printer style) can be found in the following subdirectory:
		./overrides/
*/
body {
margin: 0; 
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

/* Default link styles go here */
/*
a:link, a:active, a:visited {
}
a:hover {
color: #CC33CC;
}
*/
/* kent 12/18/2009 - this is what is in production */
a:link, a:active {
color: #0066cc;
text-decoration:underline;
}

a:visited {
color: #800080;
}

a:hover {
color: #CC33CC;
}


/*** to override SharePoint's style's of NOT underlining links inside content editor webparts....****/
.ms-WPBody a:link, .ms-WPBody a:active, .ms-WPBody a:visited {
text-decoration:underline;
}

/* Also the default link style, should match the above. Named to override nested custom styles (and sharepoint default styles) */
.ncs_link a:link, .ncs_link a:active, .ncs_link a:visited {
margin: 0 0 5px 0;
color: #0000ff;
text-decoration:underline;
}

.ncs_link a:hover {
color: #CC33CC;
}

/* NN-781 */
/* this centers the site */
.ncs_wrapper {
width: 1050px;
margin-right: auto; 
margin-left: auto;  
	
}
/* NN-781 */
/*
#ncs {
margin: 0;
padding: 0;
float: left;
width: 973px;
}
*/
#ncs {
width: 973px;
margin: 0px 0px 0px 0px; /* need this so we can see the left border */
float:left ; /* we need this, otherwise in MOZ the black border ends at the bottom of the banner, however, this breaks the centering */
border-right: 2px solid #000000;
border-left: 2px solid #000000;
border-bottom: 2px solid #000000;
}



.ncs_content {
margin: 0;
padding: 0;
float: left;
width: 100%;
background: url("/images/ncs_sc_2008/ncs_content_bg.gif");
background-repeat: repeat-x;
/* NN-781 */
background-color: #ffffff;
}

.ncs_spotlight {
margin: 2px 0 0 11px;
padding: 0;
float: left;
width: 251px;
background: url("/images/ncs_sc_2008/ncs_spotlight_bg.jpg");
background-repeat: no-repeat;
}

/* 04/01/09: BSR adjusted the font size to fix browser font resize issue (the font adjustment in the browser, not the font size buttons in the HTML of the page) */
.ncs_spotlight_content {
margin: 20px 0 0 20px;
padding: 0;
float: left;
width: 209px;
font-size: 60%;
}

.ncs_spotlight_content p {
margin: 10px 0 0 0;
}
.ncs_spotlight_content h1 {
margin: 0;
padding: 0;
color: #e75800;
font-size: 160%;
font-weight: bold;
font-family: Arial;
}
.ncs_spotlight_content h2 {
margin: 0;
padding: 15px 0 10px 0;
color: #e75800;
font-size: 140%;
font-weight: bold;
font-family: Arial;
}
.ncs_spotlight_content ul, .ncs_spotlight_content ul li {
margin: 0;
padding: 0 0 10px 0;
list-style: none;
}
.ncs_stage {
margin: 2px 0 0 15px;
padding: 0;
float: left;
width: 670px;
background: url("/images/ncs_sc_2008/ncs_spotlight_bg.jpg");
background-repeat: no-repeat;
}
.ncs_stage_top {
margin: 10px 0 0 20px;
padding: 0;
float: left;
width: 628px;
font-size: 55%;
background: url("/images/ncs_sc_2008/ncs_stage_top_bg.gif");
background-repeat: no-repeat;
/*
NN-781
height: 45px; 
border-bottom: #fedb92 solid 1px;
*/
}


.ncs_stage_top_date {
margin: 10px 0 0 10px;
padding: 0;
float: left;
text-align: left;
}
.ncs_stage_top_access_content {
margin: 10px 0 0 10px;
padding: 0;
float: left;
text-align: left;
display: none;
}
.ncs_stage_top_print {
margin: 14px 0 0 0;
padding: 0;
float: left;
text-align: left;
}
.ncs_stage_top_search {
margin: 13px 0 0 0;
padding: 0 3px 0 0;
float: right;
text-align: right;
/* testing hiding the search form*/
/* 
display:none;
*/
}
.ncs_stage_top_search input {
font-size: 120%;
}
.ncs_stage_content {
	/*
	margin: 30px 0 0 0;
	padding: 0 0 0 20px;
	width: 600px;
	float: left;
	font-size: 120%;
	*/
	float: left;
	font-size: 120%;
	margin:30px 0 0 20px;
	padding:0;
	width:95%;
}

.ncs_stage_content h1 {
margin: 0;
padding: 0;
color: #e75800;
font-size: 160%;
font-weight: bold;
font-family: Arial;
}

/* JEM added for NFR-85 */
.ncs_stage_content h2 {
	margin:					8px 0px;
	padding:				0;
	color:					#5F2782;
	font-size:				140%;
	font-weight:			bold;
	font-family:			Arial;
}
.ncs_stage_content h3 {
	margin:					8px 0px;
	padding:				0;
	color:					#000000;
	font-size:				120%;
	font-weight:			bold;
	font-family:			Arial;
}
.ncs_stage_content h4 {
	margin:					8px 0px;
	padding:				0;
	color:					#545454;
	font-size:				110%;
	font-weight:			bold;
	font-family:			Arial;
}

h2.home {
	margin:					0px 0px 8px;
	padding:				0;
	color:					#E75800;
	font-size:				140%;
	font-weight:			bold;
	font-family:			Arial;
}
h3.home {
	margin:					0px 0px 8px;
	padding:				0;
	color:					#000000;
	font-size:				120%;
	font-weight:			bold;
	font-family:			Arial;
}
/* end JEM add */

.ncs_stage_content hr {
margin: 3px 0 12px 0;
padding: 0;
border: 0;
height: 0;
border-top: 1px solid #f9d4b6;
}
.ncs_stage_content p {
margin: 0 0 10px 0;
padding: 0;
}
.ncs_content_end {
margin: 0;
padding: 0;
float: left;
width: 22px;
background: url("/images/ncs_sc_2008/ncs_spotlight_end.gif");
background-repeat: no-repeat;
}

/* NN-781 */
.ncs_borderL {
background-repeat: repeat-y;
margin:0;
padding:0;
background:transparent url("/images/ncs_sc_2008/NCS-SC-gradient-leftside.jpg");
width:24px;
}

/* NN-781 */
.ncs_borderR {
background-repeat: repeat-y;
margin:0;
padding:0;
background:transparent url("/images/ncs_sc_2008/NCS-SC-gradient-rightside.jpg");
width:24px;
}

.hidden {
display: none;
visibility: hidden;
}

.PlaceHolderTitleBreadcrumb {
	display: none;
}
.ncs_header {
	margin: 0;
	padding: 0;
}



.fundingTable {
font-size: 8pt;
text-align:center;
}
.columnHeading {
 color: #FFFFFF;
 background-color: #ff9933;
 font-size: 8pt;
 font-weight: bold;
 text-align:center;
}
.columnSubHeading {
 font-size: 7pt;
 font-weight:bold;
 background-color:#f9e3bb;
 text-align:center;
}


.table1 {
margin: 0;
padding: 0;	
border: 1px solid #000;
}
.table1title {
padding: 10px;
color: #00339f;
}
.table1 td{
margin: 0;
padding: 5px;	
border: 1px solid #000;
}
.table1 th{
color: #FFF;
background: #000;
}

.skip {					
	font-size: 0px;
	margin: 0px 0px;
	padding: 0px 0px;
	position: absolute;
	z-index: -1;	
}

.skip a {
	color: white;
}


/* Right Nav */

.right-nav-logo {
padding: 5px;
width: 237px;
text-align: center;
}

.right-nav-top-content-box {
padding: 5px;
width: 235px;
border-left: 1px solid #fdc64f;
border-right: 1px solid #fdc64f;
border-bottom: 1px solid #fdc64f;
border-top: 1px solid #fdc64f;
}

/* kent 12/18/2009 - this is what is in production */
/*
.right-nav-top-content-box a:link, .right-nav-top-content-box a:active, .right-nav-top-content-box a:visited {
color: #e75800;
}

.right-nav-top-content-box a:hover {
color: #CC33CC;
}
*/
.right-nav-top-content-box a:link, .right-nav-top-content-box a:active {
color: #0066cc;
}

.right-nav-top-content-box a:visited {
color: #800080;
}

.right-nav-top-content-box a:hover {
color: #CC33CC;
}


.right-nav-box {
padding: 5px;
width: 235px;
border-left: 1px solid #fdc64f;
border-right: 1px solid #fdc64f;
border-bottom: 1px solid #fdc64f;
}

/* The toolbar is the small row under the top navigation.  It will initially hold the font size adjustment buttons. */
.ncs_toolbar {
	float: left;
	color: #ed5d06;
	font-size: .80em;
	font-weight: bold;
	width: 96%;
	margin: 3px 0 3px 0;
	clear: both;
}
/* NN-781 */
/*
.ncs_footer {
margin: 10px 0 0 0;
padding: 0 0 50px 0;
float: left;
width: 600px;
text-align: center;
}
*/
.ncs_footer {
float: left;
font-size:55%;
text-align: center;
background-color:#fff;
margin: 0 0 0 0;
width: 793px; /* 732 = 973 (#ncs) - 180   */
padding: 20px 0px 20px 180px; 
}

/* NN-781 */
/*
.ncs_footer_printed_date {
margin: 10px 0 0 0;
padding: 0 0 50px 0;
float: left;
width: 600px;
text-align: center;
display:none;
}
*/

/* this new class didn't seem to work in IE
.ncs_footer_printed_date {
float: left;
display:block;
margin: 0;
padding: 0;
font-size:80%;
width: 100%;
}
*/

.ncs_footer_printed_date {
display:none;
}

.ncs_footer p {
margin: 0 0 5px 0;
padding: 0;
}

/* New NCSTable definition added 6/4/2010 */
.ncstable
{
	border: 1px solid #000;
	border-collapse: collapse;
	color: #000;
}
.ncstable th {
	border: 1px solid #000;
	text-align:center;
	background-color: #CCC;
	vertical-align: middle;
	padding: 4px;
}
.ncstable td { 
	border: 1px solid #000; 
	padding: 4px;
	vertical-align: top; 
}

/* NN-1443 */
.ms-rtestate-field {
	display: block;
	zoom: 1;
}

/* JEM added for NN-1378 */
ul ul ul ul {
	list-style-image:			url("/images/ncs_sc_2008/menu-right.gif");
}

/*JEM added for NFR-178 */
.red, .required {
	color:						#CB3332;
}
