body{
	font-size: 12pt;
	font-family: calibri, trbuchet, arial, sans-serif;
}
.title{
	font-size: 24pt;
	font-weight: bold;
}
.titleWrapper{
	clear:both; 
	width: 613px; 
	padding-bottom: 10px; 
	margin-bottom: 10px; 
	border-bottom: 2px solid grey;
}
.titleLink{
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	cursor:default;
	text-align: center;
	height: auto;
	background-color: silver;
}
.fieldset{
	text-align: center;
}
legend{
	font-weight:bold;
}
.inputsWrapper{
	float:left;
	width:33%;
	padding-right: 10px;
}
.optionsWrapper{
	margin: 3px 3px 3px 3px;
}
.resultsWrapper{
	float:left;
	width:65%;
	margin-top: 5px;
}
.qtySpinner{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
}
span.encounterDescription{
	font-style: italic;
}
span.expectedCrRange{
	font-weight: bold;
}
table{
	width:100%;
}
thead tr{
	background-color: black;
	color: white;
}
tbody tr{
	background-color: #C0C0C0;
	color: black;
}	
tbody tr.altTableRow{
	background-color: #999999;
}
.crSelect{
	cursor:default;
	float:left;
	text-align: center;
	height: 30px;
	width: 10%;
	background-color: silver;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
#crSelected{
	background-color: #CCFF66;
}
.planeSelect{
	cursor:default;
	float:left;
	text-align: center;
	height: 20px;
	width: 32%;
	background-color: silver;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
#planeSelected{
	background-color: #CCFF66;
}
.climateSelect{
	cursor:default;
	float:left;
	text-align: center;
	height: 20px;
	width: 32%;
	background-color: silver;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
#climateSelected{
	background-color: #CCFF66;
}
.terrainSelect{
	cursor:default;
	float:left;
	text-align: center;
	height: 20px;
	width: 32%;
	background-color: silver;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
#terrainSelected{
	background-color: #CCFF66;
}
.datasetSelect{
	cursor:default;
	float:left;
	text-align: center;
	height: 20px;
	width: 98%;
	background-color: silver;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
#datasetSelected{
	background-color: #CCFF66;
}
.variantLvlSelect{
	cursor:default;
	text-align: center;
	width: 10px;
	border: 1px solid black;
	margin-right: 1px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	
}
#variantLvlSelected{
	color:black;
	background-color: white;
}