.resultsQuerySummary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: B2E59A;
}
.queryBoxTable {
	width: 80%;
	border: 0;
	cellspacing: 0;
	cellpadding: 0;
}
.queryBoxHeader {
	height: 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	vertical-align: text-bottom;
}
.queryBox {
	background-color: #FFFFFF;
	width:800px;
}
.queryBoxMandatory {
	background-color: #FFFF99;
	width:800px;
}
.simpleQueryBox {
	background-color: #FFFFFF;
	width: 400px;
}
.simpleQueryBoxMandatory {
	background-color: #FFFF99;
	width: 400px;
}

#diagSearchResults_tabInactive2{
	background-color:#68CA37;
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	padding:2px 8px;
}