﻿/* OnScreen Text for all individual fields */
.label {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #25408F;
	display: block;
	margin-bottom: 0px;
	margin-top: 2px;
	margin-right: 5px;
	float : left;
	width:130px;
}
.labelR {
	border: 0px solid #FF0000;
	width: 100px;
	text-align: right;
	font-family: Verdana;
	font-size: 12px;
	color: #CC0000;
	display: block;
	margin-bottom: 5px;
}
/* TEXT WIDTH for radios*/
.input {
}
.inputR {
	border: 1px solid #FF0000;
	background-color: #FFFF99;
	height: 18px;
}
.selectR {
	background-color: #FFFF99;
	border: 1px solid #FF0000;
}
.select {
}
input:hover, input:focus {
}
.legend {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #25408F;
	font-weight: bold;
}
.legendR {
	font-family: Verdana;
	font-size: 12px;
	color: #CC0000;
}
/* group fields WIDTH alignment - should be 5px wider than above*/
.fieldset {
	border: thin solid #25408F;
	margin-bottom: 15px;
}
.fieldsetR {
	margin-bottom: 15px;
	background-color: #FFFF99;
}
.radio, .date, .check {
	vertical-align: middle;
}
.radio input, .check input {
	float: left;
	clear: left;
}
.radio label, .check label {
	text-align: left;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #25408F;
	width:90%;
}
/*Spreads radio horitontally in group, comment out to display virtically
.radio div {
	float: left;
	white-space: nowrap;
	clear: none;*/
}
/*Spreads checks horitontally in group, comment out to display virtically
.check div {
	float: left;
	white-space: nowrap;
	clear: none;*/
}
.date fieldset label {
	float: none;
	display: block;
	text-align: left;
	width: auto;
}
/*Spreads Dropdwons groups comment FLOAT LEFT out to display virtically*/
.date fieldset div {
	float: left;
	clear: none;
	margin-right: 0.8em;
	margin-top: 0.0em;
	margin-left: 0.4em;
}
/*Spreads DIVS for form wide virtical spacing*/
.spreadiv {
	margin-top : 5px;
	padding-bottom : 5px;
	clear: both;
}
.spreadiv1 {
	margin-top : 5px;
	padding-bottom : 5px;
}

