/* global css */

/* -- Clear Fix -- */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear:both;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

:focus {
	-moz-outline-style: none;
}

body {
   height: 100%;
   background-image: url(../images/bg.gif);
   background-attachment: fixed;
   background-repeat: repeat-x;
   background-position: top;
   margin: 0px auto;
}

#wrapper_shadowleft {
   background-attachment: scroll;
   background-image: url(../images/shadowleft.png);
   background-repeat: repeat-y;
   background-position: left top;
}

#wrapper_shadowright {
   background-attachment: scroll;
   background-image: url(../images/shadowright.png);
   background-repeat: repeat-y;
   background-position: 100% top;
}

#container {
   margin: 0 3px 0 3px;;
   background-color: #ffffff;
} 

a:link, a:visited {
	color: #1B57B1;
	text-decoration: none;
}

a:hover {
	color: #00000c;
	text-decoration: underline;
}

a.externallink {
	background:url(../images/link_external.png) no-repeat right;
	padding-right: 12px;
}

a.searchlink {
	background:url(../images/link_search.png) no-repeat right;
	padding-right: 12px;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
}

body, div, p, table, td, th, tbody, label {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	font-size: 9pt;
	color: #333;
}

/* page areas */

div#center {
	text-align: center;
	height:100%;
}

* html div#wrapper, *html div#center {
	height:100%;
}	

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	min-width: 750px;
	max-width: 1050px;
 	_width: expression(((document.body.clientWidth)) < 750? "750px": ((document.body.clientWidth)) > 1050? "1050px": "auto" );
	height: auto; /*NMI 100%*/
}

#header {
	background-color: #ffffff;
}
#header_l {
   background-image: url(../images/banner2.png);
   background-repeat: no-repeat;
   background-position: 850px 0px;
}

#topmenu {
	background-color: #E9E9E9;
}

#halfcolumnleft {	
	text-align: left;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	width:auto;
	background-color: #ffffff;
	height:auto;
	height:100%;
	z-index:3;
}
#halfcolumnright {
	text-align: left;
	float: right;
	padding-left: 25px;
	padding-right: 25px;
	width:auto;
	background-color: #ffffff;
	height:auto;
	z-index:2;
}

#leftcolumn {
	margin: 0;
	width: 290px;
	float:left;
	background-color: #eeeeee;
	text-align: left;
	/*height: 100%;*/
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;	/*NMI*/
	z-index:3;
}

#leftcolumnforchart {
	margin: 0;
	width: 260px;
	float:left;
	background-color: #eeeeee;
	text-align: left;
	/*height: 100%;*/
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;	/*NMI*/
	z-index:3;
}

#leftcolumn p  {
	padding-left:8px!important;
	padding-right:8px;
}
#leftcolumn ul  {
	padding-top:2px;
	margin-top:2px;
	margin-right:8px;
	padding-right:8px;
}

#rightcolumn {
	padding: 0;
	margin: 0;
	width: 190px;
	float:right;
	background-color: #ffffff;
	text-align: left;
	z-index:3;
}

#maincolumn3 {
	margin-left: 290px;
	margin-right: 190px;
	text-align: left;
	float: none;
	padding-left: 25px;
	padding-right: 25px;
	width: auto !important;
	width: 100%;
	background-color: #ffffff;
	z-index:2;
}
#maincolumn2 {
	margin-left: 300px;
	text-align: left;
	float: none;
	padding-left: 10px;
	width: auto !important;
	width: 100%;
	background-color: #ffffff;
}

#maincolumnforchart {
	margin-left: 270px;
	text-align: left;
	float: none;
	padding-left: 0px;
	width: auto !important;
	width: 100%;
	background-color: #ffffff;
}

#maincolumn2 p {
	padding-top:8px;
	padding-bottom: 2px;
	padding-left:8px;
	padding-right:15px;
	margin-right:15px;
}

#maincolumn2 form {
	padding:0px;
	margin:0px;
}

#wrapper form {
	padding:0px;
	margin:0px;
}

#maincolumn2 ul, ol {
	padding-right:25px;
	margin-right:25px;
}

#maincolumn1 {
	text-align: left;
	float: none;
	padding: 10px;
	width: auto !important;
	width: 100%;
	background-color: #ffffff;
	min-height:100%;
	height: 100%;
}

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */

.darkerbg {
	background-color:#F7F7F7 !important;

}

.standoutText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style:normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #FF8400;
	text-decoration: none;
	margin-bottom:2px;
}

.standoutTextBox {
	margin:5px;
	padding:8px;
	border:#666666 2px solid;
	background-color:#E9E9E9;
}

.standoutTextSm {
	font-style:normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #FF8400;
	text-decoration: none;
	margin-bottom:2px;
}
.error {
	font-style:italic;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #FF8400;
	text-decoration: none;
	padding:5px;
}


#footer {
	background-color: #ffffff;
	clear:both;
}

/* page css */

.barpath {
	background-color: #CDD2D8;
	border-top: #FF8601 solid 1px;
	border-bottom: #FF8601 solid 1px;
	position: relative;
	height:16px;
	padding-top:2px;
}
.path {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #202020;
	text-decoration: none; 
	position: absolute;
	left: 0;
	width: 80%;
	padding-left:3px;
	text-align:left;
}
.right-path {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #202020;
	text-decoration: none; 
   position: absolute;
   right: 0;
   width: 30%;
   text-align: right; /* depends on element width */
   padding-right:3px;
} 

.pathselected {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #202020;
text-decoration: none; 
}


.seppath {
	height: 1px;
	background-color: #FF8601;
}


.search {
	background-color: #E0E0E0;
	border-width: 0px;
	vertical-align: middle;
	font-size: 11px;
}

.morepreferences {
	border-width: 0px;
	vertical-align: middle;
	font-size: 11px;
}

.textsearch {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #161206;
text-decoration: underline; 
}


.leftmenu{
	width:auto;
	border-bottom:solid 1px #FF8601;
	padding:8px 0px 8px 5px;
	cursor:pointer;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
.leftmenu a{
	cursor:pointer;
	font-size:12px;
	color:#333333;
}

.leftmenu a:hover{
	cursor:pointer;
	color:#FF8601;
	text-decoration:none;
}


div#topmenu a:link, div#topmenu a:visited, .menu1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #03144C;
	text-decoration: none; 
}

.menu1selected {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #FFBA00;
text-decoration: none; 
}


.menu2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #202020;
text-decoration: none; 
}





.textsearch2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #656565;
text-decoration: underline;
}


input {
	background-color: #FFFFFF;
	border: solid 1px #FF8601;
}


.moreprefs {font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #2B3084;
text-decoration: none;}


.moreprefsselected {font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #2B3084;
text-decoration: none;

}

.searchtabtitle1 {
	font-size: 11px;
	color: #ffffff;
	padding-left: 15px;
	height: 24px;
	background-image: url(../images/selected_preferences.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	font-weight: bold;
}
.searchtabtitle {
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
	padding-left: 15px;
	height: 24px;
	line-height: 18px;
	background-color: #B9B9B9;
/*	border-bottom:#E0E0E0 2px solid;*/
	border-left: #FF8601 10px solid;
}

.tableHdr {
	font-size: 11px;
	color: #ffffff;
	height: 24px;
	background-color: #B9B9B9;
	line-height: 18px;
	font-weight: bold;
}

.resultstext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #ffffff;
text-decoration: none;
}

.italictext {font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: italic;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #ffffff;
text-decoration: none;}


.orangetext {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #FF8601;
text-decoration: none;}


.bluetext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 18px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #2B3084;
text-decoration: none;
padding-top:8px;
padding-bottom:2px;
}

.regtext {
padding-top:8px;
padding-bottom:2px;
line-height: 18px;
}

.comments {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style:italic;
font-weight: normal;
color:#666666;
}

.smallfont {
	font-size:11px;
}

.searchresults4document {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6D6D6D;
	text-decoration: none;
	background-color: #F7F7F7;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF8601;//#FF8601;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left:5px; /*NMI*/
}

.searchresults4documentNoBrd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6D6D6D;
	text-decoration: none;
	background-color: #F7F7F7;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left:5px; /*NMI*/
}

.viewAllStyle a:link{
   font-family: Geneva, Arial, Helvetica, sans-serif;
   color: #0C226B;
   text-decoration: none;
   font-size: 12px;
}

.viewAllStyle a:hover{
   color: #6699CC;
   text-decoration: underline;
   cursor:pointer;
} 


.viewthisdocument {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #ffffff;
text-decoration: none;
 background-color: #CDD2D8; 
}

.viewDetailsButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	background-color: #CDD2D8; 
	cursor:pointer;
}

.viewDetailsButton a{
	text-decoration:underline;
}

.viewDetailsButton a:hover{
	text-decoration:underline;
}


.searchtabtext {
	background-color: #F6F6F6;
	padding-left: 15px;
}

.leftbarbg {
 background-color: #E0E0E0;
}

.whitebg {
 background-color: #ffffff; 
}

.searchresults1 {
 background-color: #FF8601; 
}

.searchresults2 {
 background-color: #CDD2D8;
}

.searchresults3 {
 background-color: #F7F7F7;  
}

.searchresults4text {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6D6D6D;
	text-decoration: none;
	vertical-align: top;
}

.searchresults4separator {
	background-color: #EEEEEE;
	color: #6D6D6D;
	background-image: url(/pages/images/sep_results.gif);
	background-repeat: repeat-x;
}

.searchresults4title {
	background-color:#EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6D6D6D;
	text-decoration: none;
	vertical-align: top;
}

.searchresults4titleNMI {
	position:absolute;
	left:300px;
	background-color: #E0E0E0;/*NMI #EEEEEE;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6D6D6D;
	text-decoration: none;
	vertical-align: top;
}
.invisibleButton{
	display: none;
}

.submitButton{
   border:outset 1px #FF8601;
   padding:1px 5px 1px 5px;
   cursor:pointer;
   font-size:11px;
   color:#333333;
}
a.submitButton{
	cursor:pointer;
	font-size:11px;
	color:#333333;
}

a.submitButton:hover{
	background-color:#EEEEEE;
	cursor:pointer;
	color:#FF8601;
	text-decoration:none;
}


.advancedoptions {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}

.left {
	float:left;
}
.right {
	float:right;
}


.button {
	cursor:pointer;
}

#bcgimage {background-image:url(../images/bg.gif)}

#bgtopcolor {background-color:#000000}

/*******************************
/*  expandable/collapsible divs
/*******************************/

.optiontable_container {
	width: 600px; /* NMI */
	position:relative;
	z-index:100;
}

.optiontable_ttl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	display:block;
	background:#dbdbdb;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #aeadad;
	border-style: solid;
	border-width:0 1px 1px;
	font-size: 10px;
}

.optiontable_content {
	display:block;
	background:#eeeded;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	border-color: #aeadad;
	border-style: solid;
	border-width:0 1px;
}

.optiontable_content2 {
	overflow:auto;
	height: auto;/*30em;*/
}


/*top and bottom border*/
	.optiontable_top, .optiontable_bottom {
	display:block;
	background:transparent;
	font-size:1px;
}

/*top corners*/
	.optiontable_t1, .optiontable_t2, .optiontable_t3 {
	height:1px;
}

.optiontable_t1, .optiontable_t2, .optiontable_t3, .optiontable_t4 {
	display:block;
	overflow:hidden;
}

.optiontable_t2, .optiontable_t3, .optiontable_t4 {
	background:#dbdbdb;
	border-left:1px solid #aeadad;
	border-right:1px solid #aeadad;
}

.optiontable_t1 {
	margin:0 5px;
	background:#aeadad;
}

.optiontable_t2 {
	margin:0 3px;
	border-width:0 2px;
}

.optiontable_t3 {
	margin:0 2px;
}

.optiontable_t4 {
	height:2px;
	margin:0 1px;
}

/*bottom corners*/
	.optiontable_b1, .optiontable_b2, .optiontable_b3 {
	height:1px;
}

.optiontable_b1, .optiontable_b2, .optiontable_b3, .optiontable_b4 {
	display:block;
	overflow:hidden;
}

.optiontable_b2, .optiontable_b3, .optiontable_b4 {
	background:#eeeded;
	border-left:1px solid #aeadad;
	border-right:1px solid #aeadad;
}

.optiontable_b1 {
	margin:0 5px;
	background:#aeadad;
}

.optiontable_b2 {
	margin:0 3px;
	border-width:0 2px;
}

.optiontable_b3 {
	margin:0 2px;
}

.optiontable_b4 {
	height:2px;
	margin:0 1px;
}

/* alphabet selection */
.alpha, .alphaselected {
	display:inline;
	margin-right: 1px;
}

.alphaselected {
	font-weight: bold;
}


/* featured displays on first page */
.featured_frame_left {
	width: 45%;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	margin-bottom:15px;
	margin-top:5px;
	height:245px;
	margin-left:35px;
}

.featured_frame_right {
	width: 45%;
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	margin-bottom:15px;
	margin-top:5px;
	height:245px;
	margin-right:35px;
	}

.featured_top {
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF8400;
	border-right-color: #FF8400;
	border-bottom-color: #FF8400;
	border-left-color: #FF8400;
	color: #48698D;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 3px;
	padding-top:5px;
	height: 18px;
}

.featured_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
	height:195px;

}
.featured_content img{
	vertical-align:middle;
}

.featured_content ul{
	padding-top:3px;
	margin-top:3px;
}

.featured_bottom {
	border-bottom-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #F3C41C;
	border-right-color: #CDD2D8;
	border-bottom-color: #CDD2D8;
	border-left-color: #CDD2D8;
	height: 14px;
	border-top-color: #CDD2D8;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom:3px;
	padding-left:5px;
	font-size:11px;
	font-style:italic;
}


.cb {
	border:0;
	background:transparent;
	vertical-align:middle;
}

.box {
    text-overflow:ellipsis;
	overflow:hidden;
	/*white-space:nowrap;
	width: 100px;*/
}
.tbl {
	border-left:#CCCCCC 1px solid;

}

.tbl td {
	border-right:#CCCCCC 1px solid;
}
