/* CEQM HMDB Style Sheet 

Note some styles are within templates 

0.5.0 Search and History form styles moved here
*/


h1 {

	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#990000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#0066CC;


}


.searchform select{width: 80%}
.searchfield {width: 80%}

body,p,td,ul,th {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.headerrow th {background-color:#CCCC99;  text-align:left;}
.rowshade1 {background-color:#dddddd; font-size:10pt;}
.rowshade2 {background-color:#ffffff; font-size:10pt; }

.displaybox {no-border: 1px solid #666666; margin-bottom: 10pt;}
.displayboxheading {background-color:#CCCC99; color:#000000; padding: 3px; font-family:Arial, Helvetica, sans-serif; font-weight: bold;}
.displayboxheading2 {background-color:#cccccc; color:#000000; padding: 3px; font-family:Arial, Helvetica, sans-serif; font-weight: Normal;}
.displayboxcontent {background-color:#eeeeee; padding: 5px; font-family:Arial, Helvetica, sans-serif; font-weight: normal;}





a.buttonstyle1:hover,
a.buttonstyle1:link,
a.buttonstyle1:visited,
a.buttonstyle1:active{
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size:10px;
background-image:url(images/buttons2/buttons_bg.gif);

border: 1px solid #000000;
text-decoration: none;
padding-left:3px;
padding-right:3px;
text-align:center;
float:right;
margin-top:-2px;
margin-right:3px;
line-height:12px;
color: #000000;
}

a.buttonstyle1:hover {
border: 1px solid #ffcc66;
color: #666666;
}



/* widths are not 100% - due to ie and firefox bugs */

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000;
	font-size:0.9em;
	background-color:#C6D2E8;
	width:95%;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('/apps/hmdb/images/dropdown.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */

	background-color:#dddddd;
	width:95%;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.8em;	
	position:relative;
}

.dimensionstyle
{
	font-size: 8pt;
	font-weight:bold;
	background-color:#999999;
	color:#ffffff;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

.domainstyle,.loestyle
{
	font-size: 8pt;
	font-family:Verdana,Arial, Helvetica, sans-serif;
}

.dropdowncheckbox {
width: 10px;
height: 10px;
margin-right: 2px;
}

.dropdownstyle {
background-color:#C6D2E8;
}

.infobox {
width: 95%;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
border:none;
background-color:#C6D2E8;
}

.keywordbox {
width: 100%; 
font-family:Arial, Helvetica, sans-serif;
}

.searchbox {
border: 1px solid #00A4D6;
padding: 10px;
background-color:#eeeeee;
width:95%;
}



.tabbox {
width:95%;
}



.rowshadeLOE1 {background-color:cccccc};

.rowshadeLOE2 {background-color:#dddddd;}



a.searchtab-off {
	font-size:11px;
	padding: 0px 10px 0px 10px;
	display: block;
    text-transform: uppercase;
	margin: 2px 5px 0px 0px;
	border-top: 1px solid #cccccc;	
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #cccccc;											
	border-right: 1px solid #999999;
}

a.searchtab-on {
	font-size:11px;
	padding: 0px 10px 0px 10px;
	display: block;
    text-transform: uppercase;
	margin: 2px 5px 0px 0px;
	border-top: 1px solid #00A4D6;	
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #00A4D6;											
	border-right: 1px solid #00A4D6;
}

a.searchtab-off:link,
a.searchtab-off:visited,
a.searchtab-off:active {
    font-weight:bold;
 	background-color: #ffffff;	
	text-decoration:none;
		
}

a.searchtab-off:hover {
    font-weight:bold;
 	background-color: #ffffff; 
	text-decoration:underline;	
}

a.searchtab-on:link,
a.searchtab-on:visited,
a.searchtab-on:active{
    font-weight:bold;
/* 	background-color: #C3C3C3;	*/
	background-color:#eeeeee;
	text-decoration: none;				
}

a.searchtab-on:hover  {
    font-weight:bold;
/* 	background-color: #C3C3C3;	 */
	background-color:#eeeeee;
	text-decoration: underline;			
}


/* begin tab styles for dhtml tabs */
#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #cccccc;
border-bottom: none;
background: #cccccc;
text-decoration:none
}



#tablist li a:link, #tablist li a:visited{
color: #333333;
}

#tablist li a.current{
background: lightyellow;
}

#tabcontentcontainer{
old-width: 400px;
width:99%;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 3px;
margin-left: 2px;
border: 1px solid #cccccc;
}

.tabcontent{
display:none;
}

/* end tab styles */





