@CHARSET "ISO-8859-1";
/* Common styles */
BODY,P,DIV,TD,H1,H2,H3,H4,H5,H6,INPUT {
	/*font-family: "Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial,sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
	color: #484848;
	text-decoration: none;
	/*474d57*/
}

BODY,P,DIV,TH,TD {
	font-size: 11px;
	line-height: 12px;
}

BODY {
	margin: 10px;
}

/* Title Messages */
H1 {
	font-size: 15px;
	font-weight: bold;
	color: #348;
	margin: 8px 0px 8px 0px;
}

H2 {
	font-size: 12px;
	margin: 4px 0px 4px 0px;
}

/* Form elements */
SELECT,TEXTAREA,INPUT {
	font-size: 11px;
}
INPUT {
	vertical-align: middle;
}

INPUT.button {
	background-color: #DDDDFF;
	border-color: #000099;
	border-style: ridge;
	padding: 0px 6px 0px 6px;
	font-weight: bold;
}

INPUT.submit {
	color: #237;
}

INPUT.submit:hover {
	color: #00F;
}

/* Images */
IMG {
	border-style: none;
}

/* Style for the buttons */

.biggerButton {
	width: 15%;
	height: 25px;
}

.imgbtn {
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 20px;
	background: 2px no-repeat white;
	text-align: center;
	font-size: 10px;
	cursor:pointer;
	color: #484747;
	border: 1px outset #484747;
}


.imgbtn:hover {
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 20px;
	background: 2px no-repeat white;
	text-align: center;
	font-size: 10px;
	cursor:pointer;
	color: #484747;
	border: 1px inset #484747;
}

/* Links */
A,A:visited {
	color: #213f75;
	text-decoration: none;
}

A:hover {
	text-decoration: none;
	color: #785FA8;
	border-bottom: 1px dotted #785FA8;
}

/*  Error messages */
.errorBox {
	background-color: #FFF0F0;
	border: 1px solid black;
	padding: 5px;
	margin-bottom: 4px;
}

.errorBox,.errorBox TD {
	color: red;
	font-weight: bold;
	font-size: 11px;
}

/* Search Form */
.crit {
	padding: 2px;
	margin: 0px;
	/*border: 1px #CCC dashed;*/
}

.critheadtxt {
	padding: 1px 3px 1px 10px;
	color: white;
	font-variant: small-caps;
	font-weight: bold;
	float: left;
	letter-spacing: 1px;
}

.critpanel {
	background-color: #F5F5F5;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #7BA3EB;
	vertical-align: top;
}

.critright {
	text-align: right;
}

#vars .critright, #cnt .critright, #reg .critright {
	padding-right: 4px;
}
#vars, #reg, #cnt, #col3 {
	float: left;
}

#vars {
	width: 482px;
}
#varTree td, #areaTree td {
	vertical-align: top;
}

#varTree a.int,#areaTree a.int {
	color: #777;
}

#varTree, #areaTree {
	background-color: white;
	/*border: 1px solid Silver;*/
	overflow: auto;
}

.yrOpts DIV {
	float: left;
	margin-top: 13px;
	padding-left: 6px;
}

.yrOpts DIV.critRight {
	float:right;
}

.padded {
	padding: 4px 6px 4px 6px;
}

.lbl {
	font-weight: bold;
	padding-top: 6px;
}

.lbl1 {
	font-weight: bold;
}

.search .imgbtn {
	font-size: 11px;
	font-weight: bold;
}	

#srchbtns {
	text-align: center;
}

/* Search Result Page */
.norecs {
	font-size: 12px;
	font-weight: bold;
}
.z_table {
	border-top-width: 1px;
	border-top-color: #C1DAD7;
	border-top-style: solid;
	padding-bottom: 4px;
	padding-top: 5px;
}
.z_content{
	background-color:#FFF;
}
.zlbl {
	font-weight: bold;
	text-align: left;
	width: 95%;
	background-color: #becde8;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 1px;
	padding: 4px 0px 4px 10px;
}
th.sortable a,th.sortable a:visited {
	color:#FFF;
}
th.sortable a:hover {
	color:#BECDE8;
	border: none;
}
.numeric TD,TD.numeric,INPUT.numeric {
	text-align: right;
	white-space: nowrap;
}

TABLE.datatable,TABLE.infotable,TABLE.edittable {
	border: none;
	empty-cells: show;
	border-right: 1px #C1DAD7 solid;
	border-bottom: 1px #C1DAD7 solid;
	font-size:11px !important;
	border-collapse:separate;
}

TABLE.infotable,TABLE.edittable {
	border-collapse: collapse;
}

.infotable TD,.infotable TH,.edittable TD,.edittable TH {
	padding: 1px 4px 1px 4px;
	border: 1px #C1DAD7 solid;
	vertical-align: top;
	background: white;
}
.datatable td.spec {
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding: 3px 5px 3px 5px;
}

.datatable TD,.datatable TH {
	padding: 1px 4px 1px 4px;
	border-left: 1px #C1DAD7 solid;
	border-top: 1px #C1DAD7 solid;
	vertical-align: middle;
	white-space: nowrap;
	background-color : white;
}

.datatable TD.empty {
	background-color: #FBFBFB;
}

.datatable TD.emptyagg,.datatable TD.agg {
	background-color: #fdfeff;
}

.datatable TD.emptymeta {
	background-color: #EAFEE2;   
}

.datatable TD.crnr {
	background: transparent;
	border-left: none;
	border-top: none;
}

.datatable TH,.infotable TH,.edittable TH {
	font-size: 11px;
	white-space: normal;
	color: #FFFFFF;
	letter-spacing:1;
	padding: 1px 12px 1px 12px;
	background-attachment: scroll;
	background-color: #fdfeff;
	/*background-image: url(../images/hdr.gif);*/
	background-repeat: repeat;
	background-color:#5572a7;
	height:23px;
}

.datatable .xlbl {
	text-align: center;
}

.datatable .xprov {
	text-align: center;
	padding: 1px 3px 1px 3px;
	border-left: 1px #CCC dashed;
}

.datatable .xprov A,.datatable .yprov A {
	font-weight: normal;
}

.datatable .ylbl {
	text-align: left;
}

.datatable .yprov {
	text-align: left;
	padding: 1px 3px 1px 3px;
	border-top: 1px #CCC dashed;
}

.datatable .sym {	
	color:#0066FF;
	font-weight:normal;
	padding: 0px 1px 0px 1px;
}

.metaOptions {
#	width: 200px;	
}

.datatable .yr {
	/*background-color: #F2F2F2;*/
	padding: 1px 1px 1px 14px;
	font-style: italic;
	text-align: left;
	border-right:0px;
	font-size:10px;
	color: #737373;
}

.datatable .yrsub,.datatable .unit {
	font-weight: normal;
	font-style: italic;
}

.datatable INPUT {
	border: none;
	text-align: right;
	width: 50px;
	color: #AAA;
	vertical-align: middle;
	padding-bottom: 3px;
	margin: 0px;
}

TD.hover,TR.hover TD {
	background-color: #FFC;
}

TR.hidden_tr {
	display: none;
}

.btnbarFg {
	background-color: #fdfeff;
}

.btnbarTx {
	font-size: 10px;
	text-align: center;
}

.sec {
	padding: 5px 125px 6px 10px;
	margin: 6px 3px 6px 3px;
	/*border: #DDD dashed 1px;*/
	
}
hr{
	color:#7BA3EB;
	background-color:#7BA3EB;
}
.seclbl {
	font-weight: bold;
	line-height: 12px;
	text-decoration: underline;
}

.searchBy {
	margin-top: 3px;
	text-align: right;
}

.firstCheck {
	margin-top: 6px;
}

#slowLoadMsg {
	display: none;
	font-size: 14px;
	padding-top: 6px;
}

.logo {
	/*padding: 10px 0px 0px 4px;*/
	padding: 10px 0px 0px 0px;
}

.logo a:hover {
    border: none;
}

.heading {
	color: #AAAAAA;
	font-size: 9px;
	font-family: Arial, sans-serif;
	text-align: left;
	width: 152px;
	margin-top: -6px;
	padding-bottom: 4px;
}

FORM {
	margin: 0px;
}

.error P {
	font-size: 12px;
}

table.box {
	border: none;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
}

.hspace {
	height: 8px;
}

.vspace {
	width: 6px;
}
/* slider */
.slider {
	visibility: hidden;
	position: relative;
	margin-top: 6px;
}
    
.slider img {
	position: absolute;
	top: 34px;
	left: 0px;
}

.slider TABLE {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	cursor: pointer;
}

.slider TH, .slider TD {
	text-align: center;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0px;
}
.slider TH {
	background-color: #7ba3eb;
	color: white;
	font-size: 10px;
}
.slider TD {
	font-size: 8px;
	color: #484747;
}

#opts {
	float:left;
	line-height: 6px;	
	white-space: nowrap;
}

#xsel, #ysel {
	font-weight: bold;
	margin: 2px 0px 0px 5px;
}

#xsel SELECT, #ysel SELECT {
	font-weight: normal;
	font-size: 9px;
	margin-left: 3px;
}

#srchbtns {
	margin-top: 5px;
	text-align: center;
}
#lang a, #term li a{
	border-bottom: 1px dotted;
}
#lang a:hover, #term li a:hover{	
	text-decoration: none;
}
#term ul
{
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style: none;	
}
#term li
{
	font-size:11px;
	padding-left: 4px;
	margin-left: 0px;
	background: url(../images/sld-bg.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
}
#keywords_aut li.selected	
{
	cursor:pointer;
	background-color: #FFFFCC;
}	
#keywords_aut li
{
	font-size:11px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-left: 0px;
	background: #FFFFFF url(../images/sld-bg.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	border-bottom: 1px dashed #DDDDDD;
	color:#000099;
}
#keywords_aut ul
{
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style: none;
	width:500px;
	border: 1px dashed #DDDDDD;
}
/* jquery autocomplete style */ 
.ac_results {
	background-color:white;
	border:1px solid #4B7DA7;
	font-family:'TrebuchetMS','Trebuchet MS',sans-serif;
	overflow:hidden;
	padding:0;
	z-index:99999;
}
.ac_results ul {
	color:#003D71;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
	width:100%;
}
.ac_results li {
	cursor:pointer;
	display:block;	
	font-size:11px;
	line-height:16px;
	margin:0;
	overflow:hidden;
	padding:6px;
}
.ac_loading {
/*	-moz-background-clip:border;
	-moz-background-origin:padding;*/
	background-clip:border-box;
	background-origin:padding-box;
	-moz-background-inline-policy:continuous;
background:white url(indicator.gif) no-repeat scroll right center;
}
.ac_odd {
	background-color:#FAFAFA;
}
.ac_over {
	background-color:#4B7DA7;
	color:#FFFFFF;
}
table.infotable{
	margin: 8px 0px;
}
span.pagebanner{
	font-size: 1.0em;
	font-weight: bold;
	padding: 10px 8px 10px 5px;
	margin: 5px 0px;
	color:#2D3D5C;
	text-transform: capitalize;
}
span.pagelinks{
	padding: 10px 8px 10px 5px;
	margin: 5px 0px 5px 50px;		
	color: #5572A7;	
}
span.pagelinks a, span.pagelinks strong, span.pagelinks span{
	border:1px solid #DDDDDD;
	font-weight:bold;
	outline:medium none;
	padding: 3px 6px;
	margin: 2px;	
}
span.pagelinks a.lst{
	border:none;
	font-weight:bold;
	padding:3px 1px;
	outline:medium none;
	font-size:0.9em;
	margin: 2px;	
} 
span.pagelinks strong{
	background-color: #E2EAFA;
	border: 1px solid #5572A7;
	color:#484848;
}
span.pagelinks a,span.pagelinks a:visited{
	color:#5572A7;
}
span.pagelinks a:hover{
	background-color: #E2EAFA;
	border: 1px solid #DDDDDD;
}
span.pagelinks a.lst:hover{	
	border: none;
}
/******************************************
multilanguage menu 
******************************************/
div.menu{
	left: 350px;
}	
.hidden {
	position: absolute;
	top: 0;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

ul.menu li {
	background: no-repeat transparent 0px 5px;
}

.fg-menu a,.fg-menu a:link,.fg-menu a:hover,.fg-menu a:visited {
	color: #484848;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}

.fg-menu a:hover {
/*	color: #FFF;*/
 	color: #0073EA;
	font-weight: bold;
	font-size: 10px;
	background-color: white;
	font-family: Verdana;
}

.fg-menu a:active {
	
}

.fg-button {
	clear: left;
	margin: 0 4px 40px 20px;
	padding: .4em 1em;
	text-decoration: none !important;
	cursor: pointer;
	position: relative;
	text-align: center;
/*	zoom: 1;*/
}

.fg-button .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
}

a.fg-button {
	float: left;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
}

button.fg-button {
	width: auto;
	overflow: visible;
}  /* removes extra button width in IE */
.fg-button-icon-left {
	padding-left: 2.1em;
}

.fg-button-icon-right {
	padding-right: 2.1em;
}

.fg-button-icon-left .ui-icon {
	right: auto;
	left: .2em;
	margin-left: 0;
}

.fg-button-icon-right .ui-icon {
	left: auto;
	right: .2em;
	margin-left: 0;
}

.fg-button-icon-solo {
	display: block;
	width: 8px;
	text-indent: -9999px;
}

.fg-button.ui-state-loading .ui-icon {
	
}

a.fg-button:hover {
	color: #FFF;
}

.ui-state-active {
	color: #5572A7;
}
#subnatChk {
	float: left;
	vertical-align: middle;
}

td.valmeta {  background-color: #d1f3d1;   text-align: right;}

td.calcmeta{  background-color: #FD7878;   text-align: right;}
