﻿body {
}

Div.Frm
{
	font-size: 10pt;
	
}

Div.Frm Label
{
	display: block;
	float: left;
	font-weight: bold;
	width: 8em;	
}



Div.Frm span.CheckBox input
{
	width: 2em;
	display: inline;
	float: none;
}

Div.Frm span.CheckBox label
{
	display: inline;
	float: none;
	
}

Div.Frm Input
{
	display: block;
	float: left;	
	width: 8em;	
	margin-right: .5em;
	margin-bottom: 2px;
	
}
Div.Frm Select
{
	width: auto;
		margin-bottom: 2px;
}


Div.Frm Span
{
	font-weight: bold;
}
Div.Frm Table.List Input
{
	
	width: 3em;
}

Div.Frm Br
{
	clear: both;
	
}


Div.Frm fieldset
{
	border: 2px white groove;
	padding: 5px;
}

Div.Frm fieldset legend
{
	font-weight: bold;
	color: Black;
}


input.Required 
{
	background-color: Yellow;
}





div.ObjectSetup table td
{
	font-size: 8pt;
}
div.ObjectSetup table td label
{
	font-weight: bold;
	
}

div.ObjectSetup table td a
{
	color: Blue;
	text-decoration: underline;
}

div.ObjectSetup table td input
{
	width: 10em;
}

div.ObjectSetup table td fieldset
{
	border: 2px groove white;
	display: block;
}

div.ObjectSetup table td fieldset legend
{
	font-weight: bold;
	color: Black;
}

div.ObjectSetup table td select
{
	width: 11em;
}

div.ObjectSetup table td span.CheckBox input
{
	width: 2em;
}


div.ObjectSetup table td Span.CheckBoxList Input
{
	width: 20px;
}

div.ObjectSetup table td Table.CheckBoxList Input
{
	width: 20px;
}

div.ObjectSetup table td Table.CheckBoxList Label
{
	width: auto;
	display: inline;
	font-weight: normal;	
}




div.ObjectSetup table td span.RadioButtonList Input
{
	width: 3em;
}

span.RadioButtonList Label
{
	width: 20px;
}
