/********** reset default styles **********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, em, font, img,
dl, dt, dd, ol, ul, li, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-collapse: collapse;
}
/** little fixes, resets for HS' pet peeves **/
a img {border:0 none;}
a:focus { outline: none; }



/****************************************/
/********** body and wrappers ***********/
/****************************************/
body {
	font-family:"Helvetica Neue",Helvetica,sans-serif;
	overflow-y: hidden;
	background: #cccccc url('/nc/img/background.png') repeat-x 0 -30px; 
}

html {	
	overflow-y:scroll; 
}

#page {
	height:100%;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
	font-size:0.9em
}

#wrap {
	background: #ffffff; 
	width:960px;
	margin:0px auto 20px auto;
	height:100%;
	overflow:hidden;
	border:1px solid #cccccc;
	border-top:0;
	position:relative;
}

#inner {
	height:100%;
	overflow:hidden;
	width:960px;
}

#content {
	padding: 25px 20px;
}

/****************************/
/********** Header **********/
/****************************/
	
#header {
	background: #FFFFFF url('/nc/img/header.png') repeat-x scroll 0 0;
	border-bottom: 1px solid #999999; 
}
	
#search {
	float:right;
	width:116px;
	padding:8px 8px 14px 20px;
	margin: 0 3px 0 0;
	background: transparent url('/nc/img/searchtab.png') no-repeat left bottom;
	vertical-align: top;
}
	.maxval {
	font-size:10px;
}

.search-button {
	color:#333333;
	border:none;
	background:transparent url('/nc/img/searchbutton.png') no-repeat;
	font-size:12px;
	line-height:12px;
	margin:0 3px 8px 0;
	padding:4px 0;
	text-align:center;
	width:34px;
	cursor: hand;
	vertical-align: top;
}
.search-button:hover {
    border: none;
    background-position: 0 -25px;
	color:#666666;
	cursor: pointer;
	cursor: hand;
}

#logo {
	float:left;
	width:408px;
	margin:21px 0 0 20px;
}

#login-help {
	float:right;
	margin:7px 0 0 0;
	width:240px;
	height:32px;
}

#nav #login-help a {
	text-decoration:none;
	background:transparent url('/nc/img/button.png') no-repeat;
	display:block;
	float:right;
	font-size:10px;
	line-height:12px;
	margin:0 3px 8px 0;
	padding:6px 0;
	text-align:center;
	width:67px;
}

#login-help a:link, #login-help a:visited {
	background-position: 0 0;
	color:#333333;
}

#login-help a:hover, #login-visited a:active{
	background-position: 0 -25px;
	color:#666666;
}

/********** Navigation **********/

#nav {
	width:960px;
	height:39px;
	margin: 0;
	padding: 0;
	font-family:"Helvetica Neue",Helvetica,sans-serif;
	font-size:14px;
	background: #ccffff url('/nc/img/nav.png');
	clear:both;
	border-top: 1px solid #cccccc;
	position: relative;
	zoom: 100%;
}

#nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	float:left;
}

#nav li {
	color: #444;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	text-decoration: none;
	background-color: #ccffff;
	background-image: url('/nc/img/nav.png') ;
	background-position: center 0;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #aaa;
}

#nav a {
	color: #444;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 10px 10px;
}

#nav li:hover, #nav li.current 
{ 
	background-position: -40px; 
}

#nav li.hovered, #nav li.current 
{ 
	background-position: center 95%;
}


#nav li ul {
	float: left;
	padding: 3px 0;
	position: absolute;
	display: none;
	width: 100%;
	background: #1376c9;
	color: #FFFFFF;
	left:0;
}

#nav li.first ul {
	margin-left:0px;
	}

#nav li:hover ul, #nav li.active ul { display: block; }
#nav li ul a { display: inline; }
#nav li ul a:hover {text-decoration: underline;}

#nav li ul li {
	display: block;
	width: auto;
	text-decoration: none;
	background-color: #1376c9;
	background-image: none;
	margin: 0;
	padding: 3px 12px;
	border: 0px none;
}

#nav li ul a {
	color: #FFFFFF;
	font-size:12px;
	display: block;
	width: auto;
	margin: 0;
	padding:0;
}



/****************************/
/********** footer **********/
/****************************/
#footer { 
width:960px;
color:#FFFFFF;
background: #003366 url('/nc/img/footer.png') ;
height:166px;
clear:both;
margin: 30px 0 0 0;
font-size: .80em;
text-align:center;
}

#footer .menu { 
	height:20px;
	padding:20px 0 26px 0;
	text-align:center;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
}

#footer a:hover, #footer a:active {
	color:#CCCCCC;
}

#footer ul {
	list-style: none;
	margin: 10px auto;
	padding: 0;
	border: none;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer a {
	display: inline;
	text-decoration: none;
	margin: 0;
	padding: 0 7px;
	border-right: 1px solid #aaa;
}

#footer a.last { border-right: 0; }


/*******************************/
/********** Homepage ***********/
/*******************************/

#featured {
	clear:both;
	background:#7EB5D5 url('/nc/img/feature.png') repeat-x left bottom;
	height:218px;
}

#featured h2 {
	border-bottom:0;
	color:#000000;
	font-size:1.6em;
	font-weight:bold;
	margin:0;
	padding:57px 0 0 20px;
	text-shadow:1px 1px 1px #FFFFFF;
	filter:DropShadow(Color=#FFFFFF, OffX=1, OffY=1, Positive='true');
}

#featured p.tagline {
	padding:0 0 0 20px;
	text-shadow: 1px 1px 1px #FFFFFF;
	filter:DropShadow(Color=#FFFFFF, OffX=1, OffY=1, Positive='true');
	color:#000000;
	font-size:1.3em;
	font-weight:200;
}

#featured p.tagline a:link, #featured p.tagline a:visited{
	color:#000000;
	text-decoration:none;
}
#featured p.tagline a:hover, #featured p.tagline a:active{
	color:#000000;
	text-decoration:underline;
}

#company-valuation-reports{
	width:360px;
	float:left;
	margin: 0 30px 0 0;
	border-color: #cccccc;
	border-weight: 0 1px 0 0;
}

#company-valuation-reports .search-button {
	font-weight:bold;
	color:#FFFFFF;
	border:none;
	background:transparent url('/nc/img/nc-go-button.png') no-repeat;
	font-size:14px;
	line-height:16px;
	margin:0 3px 8px 0;
	padding:5px 0;
	text-align:center;
	width:71px;
	cursor: pointer;
	cursor: hand;
	vertical-align: inherit;
}
#company-valuation-reports .search-button:hover {
    border: none;
    background-position: 0 -30px;
	color:#CCCCCC;
	cursor: pointer;
	cursor: hand;
}

#company-valuation-reports p {
margin:3px 0 19px;
}


#stocks{
	margin: 0 0 0 0;
	width:510px;
	height:400px;
	padding: 0 0 0 20px;
	float:left;
	background: #FFFFFF url('/nc/img/preformance.png') no-repeat left 30px;
}

#stocks .reports{
	position:absolute;
	top:162px;
	z-index: 4000;
	margin: 0;
	padding-left: 5px;
}

#most-attractive-stocks, #most-dangerous-stocks {
	width:228px;
	height:340px;
	float:left;
	margin: 0 20px 0 0;
	font-size:.85em;
}

#most-attractive-stocks h2, #most-dangerous-stocks h2, #most-attractive-stocks p, #most-dangerous-stocks p{ padding:6px 10px 0 20px; }

#most-attractive-stocks h2, #most-dangerous-stocks h2 {
	font-size:1.25em;
	font-weight:bold;
	margin:10px 0 0 0;
	border-bottom:0;
}

#most-attractive-stocks { background: transparent url('/nc/img/most-attractive.png') no-repeat left top; }

#most-dangerous-stocks { background: transparent url('/nc/img/most-dangerous.png') no-repeat left top; }

.reports div.order, .reports div.request {
	clear:both;
	font-size:1px;
	height:55px;
	line-height:1px;
	margin:0 auto;
	width:110px;
}

a.button span {
	background: transparent url('/nc/img/button-left.png') 
	no-repeat 0 0; 
	display: block; 
	line-height: 22px; 
	padding: 14px 0 14px 18px; 
	color: #ffffff;
} 

a.button {
	background: transparent url('/nc/img/button-right.png') no-repeat top right; 
	display: block;	
	float: left; 
	height: 50px; 
	margin-right: 6px; 
	padding-right: 20px; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold;
}

a.button:hover span	{ background-position: 0 -50px; color: #ffffff; }

a.button:hover{ background-position: right -50px; }

#stocks h4 {
	margin: 0 0 10px 0;
	font-size:1.7em;
	font-weight:100;
	letter-spacing:1px;
}

#stocks p {
	margin: 0 0 10px 0;
}

#stocks .proof {
	padding: 170px 30px 0 110px;
}

#news {
	width:360px;
	float:left;
	margin: 0;
}

#quote {
	margin:35px 0 0;
	padding:0 30px 0 110px;
}

#quote blockquote {
	margin: 0;
	font-family:"Helvetica Neue",Helvetica,sans-serif;
	font-size:1.2em;
}

#quote cite {
	margin: 0;
}

#content #news ul, #content #news ul li{
	margin:0;
	}

#content #news h3 {
	font-size:1.2em;
	margin:0;
}
#content #news .publisher {
	display:block;
}
#content #news .date {
	display:block;
}
#content #news .description {
	display:block;

}

								
/********** Home "as seen" **********/

#content #pressbox ul li {
	margin:0;
}

#content #pressbox ul {
	margin:0;
}

#pressbox li {
	list-style-type:none;
	margin:0;
	padding:0;
}
#pressbox li a {
	background-color:transparent;
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin:0;
	text-indent:-30000px;
}
#pressbox li a:link, #partners li a:visited {
	background-position:0 0;
	color:#CCCCCC;
}
#pressbox li a:hover, #partners li a:active {
	background-position:0 100%;
	color:#CCCCCC;
}
li#cnbc a {
	background-image:url('/nc/img/cnbc.png');
	height:73px;
	width:97px;
}
li#wall-street-journal a {
	background-image:url('/nc/img/wall-street-journal.png');
	height:73px;
	width:219px;
}
li#cnnfn a {
background-image:url('/nc/img/cnnfn.png');
	height:73px;
	width:196px;
}
li#barrons a {
	background-image:url('/nc/img/barrons.png');
	height:73px;
	width:195px;
}
li#business-week a {
	background-image:url('/nc/img/business-week.png');
	height:73px;
	width:211px;
}
#pressbox {
	width:920px;
	clear:both;
}
#pressbox h4, #news h4{
	font-weight:200;
	margin:0 0 10px 8px;
	color:#666666;
}

/********************************/
/********** the basics **********/
/********************************/

h1 {
	border-bottom:1px solid #CCCCCC;
	font-size:1.5em;
	font-weight:100;
	letter-spacing:2px;
	margin:20px 0;
	padding:0 0 5px;
}
h2 {
	font-size:1.3em;
	margin: 20px 0;
	font-weight:200;
	border-bottom:1px solid #cccccc;
	padding: 0 0 5px 0;

}
h3 {
	font-size:1.2em;
	margin: 20px 0;
}
h4 {
	font-size:1em;
	margin: 20px 0;
	font-weight:bold;
}

p {
	margin: 3px 0px 10px 0;
}

a:link, a:visited{
	text-decoration:none;
	color:#1376C9;
	}
a:hover, a:active{
	text-decoration:underline;
	color:#1376C9;
}

strong { font-weight:bold; }
em { font-style:italic; }

/***************************/
/********** lists **********/
/***************************/

ol {
	list-style-position:inside;
	margin:10px;
	color:#666666;
}
ol li {
	margin:10px;
}

ol li span {
	color:#000000;
	font-family:"Helvetica Neue",Helvetica,sans-serif;
	font-size:.5em;
	font-style:normal;
}

.secondary ol li span {
	font-size: 1em;
	font-family: inherit;
	font-style: inherit;
	margin-left: 0;
}

/*************************************/
/********** secondary pages **********/
/*************************************/

#press {
	border-collapse:collapse;
	border-right:1px solid #E5EFF8;
	border-top:1px solid #E5EFF8;
	margin:1em auto;
	font-size:12px;
}

#press th {
	background-color:#003366;
	color:#ffffff;
	padding:0.3em 1em;
	text-align:left;
	font-size:1.2em;
}

#press td {
	border-bottom:1px solid #E5EFF8;
	border-left:1px solid #E5EFF8;
	color:#678197;
	padding:0.3em 1em;
	vertical-align: middle;
}


#press a:link, #press a:visited { 
	color:#66A3D3;
	text-decoration:none;
}

#press a:hover, #press a:active { 
	color:#66A3D3;
	text-decoration:underline;
}

.secondary {
	width:800px;
	margin:0 auto;
}

.date {
	color:#333333;
	font-size:.7em;
	font-style:normal;
}
#content ul, #content ol {
	color:#333333;
	list-style-position:outside;
	margin:30px;
}
#content ul li{
	margin:7px;
}
	
.secondary #content blockquote {
	background: transparent url('/nc/img/blockquote.png') no-repeat left top;
	margin: 10px;
	padding:4px 0 20px 36px;
	font-family:"Helvetica Neue",Helvetica,sans-serif;
	font-weight:200;
	font-size:1em;
}

#content div.report {
	border:1px solid #CCCCCC;
	float:left;
	margin:10px auto;
	padding:20px;
	width:760px;
}
	
#content div.report ul {
	font-size:.90em;
	margin:10px;
	clear:both;
	}
#content div.report h2 {
	border-bottom:0 none;
	color:#003366;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
}

#content div.report h4 {
	border-bottom:0 none;
	color:#000000;
	font-size:1em;
	font-weight:normal;
	margin:0;
	padding:0;
}

#content div.report div.request {
	float:right;
	margin:10px 0;
}

#content div.report .meta {
	width:300px;
	float:left;
}

/*************************************/
/************ Application ************/
/*************************************/

/************ body and wraps ************/
#page.app  {
	background: #FFFFFF url('/nc/img/app-background.png') repeat-x; 
	height:100%;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
	font-size:0.9em
}

.app #wrap {
	background: #ffffff; 
	width:960px;
	margin:15px auto;
	height:100%;
	overflow:hidden;
	border: 1px solid #cccccc;
	position:relative;
}

/********** Header **********/

.app #logo {
	float:left;
	width:292px;
	margin: 0 0 0 0;
}

.app #login-help {
	float:right;
	margin:4px 0 0 0;
	width:142px;
	height:32px;
}

.app #content {
	margin:42px auto;
	width:842px;
}


/************ navigation ************/
.app #nav {
	width:960px;
	height:31px;
	margin: 0;
	padding: 0;
	font-family:"Helvetica Neue",Helvetica,sans-serif;
	font-size:14px;
	background: #ccffff url('/nc/img/nav.png');
	clear:both;
	border-top: 1px solid #cccccc;
	border-bottom:1px solid #999999;
}

.app #nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	float:left;
	position:relative;
}

.app #nav li {
	color: #444;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	text-decoration: none;
	background-color: #ffffff;
	background-image: url('/nc/img/app-nav.png') ;
	background-position: center 0;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #aaa;
}

.app #nav a {
	color: #444;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 6px;
}

.app #nav li:hover, .app #nav li.current { background-position: center 95% }
.app #nav li.current, .app #nav li.hovered { background-position: center 95%; }


.app #nav li ul {
	float: left;
	padding: 2px 0;
	position: absolute;
	display: none;
	width: 960px;
	background: #1376c9;
	color: #FFFFFF;
	left:0;
}

.app #nav li.first ul {
	margin-left:0px;
	}

.app #nav li a:hover, .app #nav li.active a, .app #nav li.current a { 
		color: #FFFFFF;
}
.app #nav li:hover ul, .app #nav li.active ul, #nav li.current ul { display: block; }
.app #nav li ul a { display: inline; }
.app #nav li ul a:hover {text-decoration: underline;}

.app #nav li ul li {
	display: block;
	width: auto;
	text-decoration: none;
	background-color: #1376c9;
	background-image: none;
	margin: 0;
	padding: 3px 12px;
	border: 0px none;
}

.app #nav li ul a {
	color: #FFFFFF;
	font-size:12px;
	display: block;
	width: auto;
	margin: 0;
	padding:0;
}

.app #footer {
	background:#003366 url('/nc/img/app-footer.png') repeat scroll 0 0;
	border-top:1px solid #1376C9;
	clear:both;
	color:#FFFFFF;
	font-size:0.8em;
	height:86px;
	margin:30px 0 0;
	text-align:center;
	width:960px;
}

.app #footer .menu {
	height:20px;
	padding:10px 0;
	text-align:center;
}



/************ login form ************/
#login-form { 
	width:430px;
	margin: 22px auto 0 auto;
}

#login-form .input {
    border: 1px solid #CCCCCC;
    padding:4px;
    display: block;
    width: 150px;
    float: left;
    margin: 22px 4px 6px 4px;
}

#login-form legend {
    font-size:1.9em;
}

.copyright {
	display: block;
	font-size:.7em; 
	margin: 32px 0 0 0;
}


.submit-button {
	border:none;
	background:transparent url('/nc/img/button.png') no-repeat;
	font-size:12px;
	line-height:12px;
	margin:0 3px 8px 0;
	padding:4px 0 4px 0;
	text-align:center;
	width:66px;
	display: block;
	clear:both;
	float: right;
	cursor: pointer;
	cursor: hand;
}
.submit-button:hover {
    border: none;
    background-position: 0 -25px;
	color:#666666;
	cursor: pointer;
	cursor: hand;
}
#login-form label {
    display: block;
    width: 100px;
    font-size:12px;
    float: left;
    clear:both;
    margin: 2px 4px;
    text-align: right;
}

.popup #content {
	width:400px;
	margin:0 auto;
}

#search-reports {
	font-size:0.9em;
}	
#company-valuation-reports #search-reports {
	color:#666666;
	font-size:1em;
	font-style:italic;
	font-weight:200;
}

/************ wide pages ************/

#wide {
	background:#CCCCCC url("/nc/img/background-wide.png") repeat 0 0;
}

#wide #wrap {
	background:transparent;
	border:0;
	height:100%;
	margin:0 auto 20px auto;
	overflow:visible;
	position:absolute;
	width:100%;
}

#wide #header {
	width:960px;
	margin:0 auto;
	padding-bottom:26px;
	border-bottom:0 none;
}

#wide #nav {
	width:auto;
	border-bottom: 1px solid #999999; 
}

#wide #inner {
	overflow:visible;
	padding:0;
	width:100%;
	height:auto;
}

#wide #content {
	margin:0 auto;
	width:100%;
	padding:0 0 26px;
}

#wide #content .nctable {
	background:#FFFFFF none repeat scroll 0 0;
	margin-left:auto;
	margin-right:auto;
}

#wide #content .nctable .nctable {
	margin: inherit;
}

#wide #footer {
	margin:0 auto;
	width:100%;
	background:transparent;
}

/******* NC additions *******/

.headerCellText {
	font-size:14px;
	font-weight:bold;
}

.innerTableHeaderText {
	font-weight:bold;
}

.even {
	  background-color: #eeeeee;
	  font-size: 10px;
}

.odd {
	  background-color: #ffffff;
	  font-size: 10px !important;
}

.header {
 	background-color: #dcdcdc;
	font-weight: bold;
}

.dataTableColor .input {
	background-color:#FFFFFF;
	border:1px solid #848E9C;
	color:#000000;
	font-family:Verdana,Arial,Geneva,Helvetica,sans-serif !important;
	font-size:10px !important;
}

.pageTitle {
	font-weight: bold !important;
}

.pageTitleSub {
	font-weight:bold !important;
	font-size:10px !important;
}

.bold {
	font-weight: bold !important;
}

.small {
	font-size: smaller !important;	
}
/*
	MAXVAL
*/
	.overrideTxt {
		color:						#666666 !important;
		font-size:				10px !important;
		padding-left:		0px !important;
		padding-right:		10px !important;
		text-align:			left !important;
	}
	
	.overridesActive {
	  color: #FF3300;
	}
	  
	.dataTableColor {
		background-color: #bbbbbb;
		border: 1px solid #808080;
	}
	
	.textContent {
	  color: #336699;
	  font-size: 10px !important;
	}
	  
	.dataHeaderColor {
		background-color: #dcdcdc;
	}

/*
MaxVal Decision Page
*/
.scenario1odd {
  background-color: #fbffff;
}
.scenario1even {
  background-color: #b0c4de;
}
.scenario2odd {
  background-color: #ffffc8;
}
.scenario2even {
  background-color: #f0e68c;
}
.titlesStyle  {
  font-weight: bold !important;
}
.titlesFont {
  font-size: 10px !important;
}
.subTitlesStyle {
  font-style: italic !important;
  text-align: center !important;
}
                                                                                                                                                                                 
.selectNoSize {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  color : #000000 !important;
}
                                                                                                                                                                                 
.ratingOverallCommon {
  font-size: 10px !important;
  font-weight: bold !important;
  text-align: center !important;
}
                                                                                                                                                                                 
.ratingOverall5 {
  background-color: #CC0000;
}
.ratingOverall4 {
  background-color: #FF6633;
}
.ratingOverall3 {
  background-color: #FFCC33;
}
.ratingOverall2 {
  background-color: #99CC33;
}
.ratingOverall1 {
  background-color: #66CC66;
}

/*
	MAXSTRATEGY
*/

	.criteriaTable {
		color: #CCCCCC !important;
		border: 1px !important;
	}
	
	.criteriaMetricColored {
		background-color: #EBF4FD !important;
	}
	
	.criteriaMetric td {
		padding: 6pt !important;
		padding-top: 6pt !important;
		padding-bottom: 6pt !important;
		vertical-align: middle !important;
		font-weight:				bold !important;
	}
	
	.criteriaMetric div {
		font-weight: normal !important;
		font-style: italic !important;
	}
	
	.tableBorder1 {
		border: #a9a9a9 !important;
	}
	
	.overrideTableBorder {
		background-color: #a9a9a9 !important;
	}
	
	.overrideGroup {
		background-color: #dcdcdc !important;
	}
	
	.overrideMetric {
		background-color:	#eeeeee !important;
	}
	
	.overrideValue {
		background-color: #eeeeff !important;
	}
	
	.smallText {
		font-size:	10px !important;
		vertical-align: middle !important;
	}
	
	.smallInputText {
		font-size:	9px !important;
	}

.reportButton {
	background-color:#E6E6E6;
	border:1px outset #4B4B4B;
	color:#3D3D3D;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	padding:0;
	text-transform:uppercase;
}

/******* Stuff to let nctable's work in standards mode  *******/
.nctable {
	border: 1px solid gray;
	text-align: left;
}


.nctable td, .nctable span, .nctable div, .nctable table {
	font-size: 12px;
	font-family: arial,sans-serif;
}

.nctable td {
	padding: 3px;
	vertical-align: middle;
}

/*
	Admin
*/
	.rowClass1 {
		background-color: #eeeeee;
		font-size:        10px;
	}

	.rowClass2 {
		background-color: #ffffff;
		font-size:        10px;
	}
/*
	Home
*/


#content div.report div.request {
	float:right;
}

.tearsheetHeading {
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size:   14px;
  color:       #000000;
  text-align:  center;
}

.tearsheetHeadingSub {
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size:   12px;
  color:       #000000;
  text-align:  center;
}

.tearsheetValues {
  font-family:      arial, sans-serif;
  font-size:        12px;
  color:            #000000;
  background-color: #eeeeee;
  text-align:       center;
}

.tearsheetColor_1 {
  color:            #000000;
  background-color: #66cc66;
}

.tearsheetColor_2 {
  color:            #000000;
  background-color: #99cc33;
}

.tearsheetColor_3 {
  color:            #000000;
  background-color: #ffff66;
}

.tearsheetColor_4 {
  color:            #000000;
  background-color: #ff9966;
}

.tearsheetColor_5 {
  color:            #000000;
  background-color: #cc0000;
}

.borderLeftFat {
  border-left: 2px solid #000000;
}

.borderRightFat {
  border-right: 2px solid #000000;
}

.borderTopFat {
  border-top: 2px solid #000000;
}

.borderBottomFat {
  border-bottom: 2px solid #000000;
}

.borderLeftThin {
  border-left: 1px solid #000000;
}

.borderRightThin {
  border-right: 1px solid #000000;
}

.borderTopThin {
  border-top: 1px solid #000000;
}

.borderBottomThin {
  border-bottom: 1px solid #000000;
}

#featured a:hover {
	text-decoration: none;
}

.clear {
	clear:both;
}

#nav li a.selectedSubNav {
	text-decoration: underline;
}

#press .odd {
	background:#E8EDFF none repeat scroll 0 0;
	font-size: inherit !important;
}

#press img {
	vertical-align: middle;
	margin-right: 10px;
	width: 16px;
	height: 16px;
}

#recommendations {
	clear: both;
}

.home .leftColumn {
	width: 360px;
}

.centeredButton {
	display: inline-block;
	text-align: left;
}

/*
  Document Source Review
*/
#clickThroughScroll {
	font-family:	monospace;
	font-size:		11px;
	width:				910px;
	height:				615px;
	white-space:	pre;
	overflow:			auto;
	text-align:		left;
}

#clickThroughScroll .highlight {
	font-family:	inherit;
	font-size:		inherit;
	background-color: #99cc33;
}

#content .nctable {
	margin-top: 25px;
}

#content .nctable .nctable{
	margin-top: auto;
}

#footer img {
	height:51px;
	margin-top:10px;
	width:135px;
}

#criteriaActionForm #hint {
	margin-top: 3px;
}

.wideCenteredTable {
	background-color: white;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:26px;
}

.wideTableSpacer {
	width: 960px;
}

.wideTableBottomRow {
	height: 26px;	
}

#content ol.normalList, #content normalList li {
	font-size: inherit;
	font-style: inherit;
	font-family: inherit;
}

.inlineCheckboxLabel span, .inlineCheckboxLabel input {
	vertical-align:middle;
	height:14px;
}

.researchHeader1 {
	margin: 20px 0 0;
	padding: 0 0 5px;	
}

.researchHeader2 {
	border-bottom: 0;
	margin: 5px 0 27px;
	padding: 0 0 5px;
}
