/**********General styles********************/
body 
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #989AAF;
	margin-top: 0em;
	padding-top: 0em;
	font-size: .9em;
   
}

#container {
	background-color: #f7f8ff;
	max-width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

#content {
	margin-left: 1.7em;
}

hr {
	margin-left: -1.8em;
	margin-bottom: 1.1em;
}

h2 {
	margin-left: -.7em;
	color: #050377;
	margin-bottom: .3em;
	margin-top: .3em;
}

h3 {
	color: #050377;
	margin-bottom: .3em;
	margin-top: .3em;
}

p {
	max-width: 75em;
	line-height: 1.3em;
}

ul {
	max-width: 75em;
	margin-top: 16px;
    margin-bottom: 0px;
	line-height: 1.3em;
	list-style-type: square;
}	

table {
	margin-top: 6px;
	margin-bottom: 0px;
}

 #centeredimage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

.vert
{
	writing-mode: tb-rl; 
	/*filter: fliph() flipv() ;*/	
}

.DataGridFixedHeader {}

.printMessage{
	display: none;
}

/**********End general styles****************/

/**********Styles for header and footer******/
#header{
	margin-bottom: .5em;
	text-align: center;
}

.headerText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	color: #050377;
}

#footer {
	text-align: center;
	padding-bottom: 1em;
}
/******End styles for header and footer******/

/**********Styles for top nav****************/
div#topNav {
 	height: 2.3em;
 	width: 100%;
 	border-top: solid #000 .05em;
 	border-bottom: solid #000 .05em;
 	background-color: #b7a766;
	background-image: url(topNav4.png);
	background-repeat: repeat;
} 

div#topNav ul {
 	margin: 0em;
 	padding: 0em;
 	color: #FFF;
 	line-height: 2.3em;
 	white-space: nowrap;
}

div#topNav li {
 	list-style-type: none;
 	display: inline;
 	color: #FFF;
}

div#topNav li a {
 	text-decoration: none;
 	padding: .6em .55em;
}

div#topNav li a:link {
	color: #FFFFFF;
}

div#topNav li a:visited {
	color: #FFFFFF;
}

div#topNav li a:hover {
	color: #FFFFFF;
	background-image: url(topNav4-selected.png);
}

div#topNav li a.topSelected:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(topNav4-selected.png);
}

div#topNav li a.topSelected:link {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(topNav4-selected.png);
}
/**********End styles for top nav************/

/*******Styles for comparison choosing*******/
.chooseType{
	float: left;
	margin: 1em;
}

/*****End styles for comparison choosing*****/

/**********Styles for input form*************/
fieldset {
	border: 1px dotted #666699; 
	text-align: left;
	float: left;
	height: 21em;
	
}

#displayOptionsFieldset, #searchParamsFieldset {
	height: 30em;
}

.compare {
	height: auto;
}

legend {
	font-weight: bold; 
}

.label {
	float: left; 
	clear: left;
	width: 9em; 
	padding: 5px; 
	text-align: right; 
	font-weight: bold; 
	color: #050377;
	display: block;
}

.field {
	float: left;
	text-align: left; 
	display: block;
	margin-bottom: .7em;
	
}

.topLanguageSelector {
	clear: left;
	display: block;	
	margin-left: 3em;
	margin-bottom: .5em;
	margin-right: 2em;
}

.submit {
	clear:both;
}

.visibleFieldset {
	border: 1px dotted #666699; 
	

}

.hiddenFieldset {
	border: 0px;
	margin-top: 0em;
	padding-top: 0em;
	margin-right: 0em;
	padding-right: 0em;
	margin-left: 0em;
	padding-left: 0em;

	}



a.tooltip{position:relative;}
   a.tooltip:hover{z-index:25;
	text-indent: 0;}
   a.tooltip span
   {
     display: none;position:absolute;top:2em; left:2em;
     /* the line above is all that is necessary in a.tooltip span the rest is formatting - you can alter top and left */
     padding:2px; border:1px solid Black; width:250px; height:auto; background-color:beige; color:Black}
   a.tooltip:hover span{display:inline;} 

/**********End Input Form********************/

/********Styles for data actions*************/
/*div#actionsList {
	float: left;
	padding-right: 2em;
}

div#actionsList ul {
	padding-left:.5em;
	margin-left:0em;
	margin-top:0em;
 	white-space: nowrap;
}

div#actionsList li {
 	list-style-type: none;
}*/
/********End styles for data actions*********/

/********Styles for data table***************/

#divAroundTable table td
{

}



/********End styles for data table***********/