﻿/* OnScreen Text for all individual fields */
.label {
	border: 0px solid #FF0000;
	width: 170px;
	text-align: right;
	font-family: Verdana;
	font-size: 12px;
	color: #003366;
	display: block;
	margin-bottom: 5px;
}

.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: Verdana;
	font-size: 12px;
	color: #003366;
}
.legendR {
	font-family: Verdana;
	font-size: 12px;
	color: #CC0000;
}



/* group fields WIDTH alignment - should be 5px wider than above*/
.fieldset{
margin-bottom:15px;

}

.fieldsetR{
margin-bottom:15px;
background-color:#FFFF99;
}


.radio, .date, .check {
	position: relative;
	border: 0px solid #FF0000;
}
.radio input, .check input {
	float: left;
	clear: left;
}
.radio label, .check label {
	text-align: left;
	margin-bottom:3px;
	margin-left:5px;
	width: 90%;
	font-family: Verdana;
	font-size: 12px;
	color: #003366;


}
/*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;
}

