body33{
	font-family: "Verdana";
	font-size: 10pt;
}

#criteriaTable33, #criteriaSelectorHeaderDiv, #criteriaSelectorDiv{
	width: 660px;
}

#criteriaTable33 tr td{
	width: 250px;
}

#criteriaTable33 tr td select{
	width: 228px;
}

#criteriaSelectorHeaderDiv, #criteriaSelectorDiv{
	padding-bottom: 5px;
	background-color: #EBEFF9;
	color: #0000CC;
}

#criteriaSelectorHeaderDiv, #categoryDiv div, .subCategoryDiv div{
	cursor: pointer;
}

#criteriaSelectorDiv{
	position:relative;
	height: 910px;
	visibility: visible;
}

#categoryDiv{
	padding: 0 0 0 5px;
	position: absolute;
	font-weight: bold;
	
	top: 5px;	
	width: 89px;
	
	
	left: 0;
}

#savedScreens {
	left: 100px;
}

#categoryDiv div{
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #EBEFF9;
	font-family: "Arial";
}

.subCategoryDiv{
	line-height: 2em;
	padding: 0 0 0 5px;
	position: absolute;
	top: 5px;
	
	
	
	width: 180px;
	


	height: 900px;
	
	
	left: 93px;
	
	
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	font-family: "Arial";
}

.subCategoryDiv div.criteriaSelected{
	color: #F96400;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial";
}

.subCategoryDiv div.criteriaNotSelected{
}

#categoryDiv .categorySelected{
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-right-width: 0px;
	border-color: #CCCCCC;
	color: #F96400;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial";
}

#categoryDiv .categoryNotSelected{
	border-width: 0px;
	
	width: 93px;
}

.criteriaInfoDiv{
	color: black;
	padding: 5px;
	position: absolute;
	
	
	
	width: 380px;
	
	
	left: 280px;
	
	height: 900px;

	overflow: auto;
	
	visibility: visible;
}

h3{
	margin-top:0px;
	margin-bottom:0px;
}

:focus {
	outline: 0;
}

#tooltip {
	font-size: 8pt;
	position: absolute;
	z-index: 3000;
	border: 1px solid #CCCCCC;
	background-color: #EBEFF9;
	padding: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }

.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}
