/* Fancy form styles for IE */
input, textarea, select {


}

.radio
{
	height: 15px;
	width: 28px;
	cursor : default;
	border : none;
}

.CheckFocus
{
	height: 15px;
	width: 15px;
	cursor : default;
	border : none;
}

.CheckBox{
	height: 15px;
	width: 15px;
	cursor : default;
	border : none;
}

.CheckBoxGrid{
	height: 15px;;
	width: 15px;
	cursor : default;
	border : none;
}

.NumericTextbox{
	TEXT-ALIGN: right;
	background : White;
	border : 1px solid;
}

.NumericTextboxFocus{
	TEXT-ALIGN: right;
	background : #EFEFEF;
	border : 1px solid;
}

.select {
	background : #FFFFF9;
	border : 1px solid;
	font-size: 8pt;
}

.SelectDisabled {
	background : #EFEFEF;
	color: Gray;
	border : 1px solid;
	font-size: 8pt;
}

.selectFocus{
	background : #EFEFEF;
	border-bottom : 2px inset;
	border-top: 2px inset;
	border-left : 2px inset;
	border-right : 2px inset;
	border : 2;
	border-color : 2px inset;
	font-size: 8pt;
}

.textBox {
	background : White;
	border : 1px solid;
}
 
 .textParameter {
	background : #EFEFEF;
	color: #D7D700;
	border : 1px solid;
}

.NumericTextParameter{
	TEXT-ALIGN: right;
	background : #EFEFEF;
	color: #D7D700;
	border : 1px solid;
}
 
 .textBoxUpperFocus{
	background : #FFFFF9;
	text-transform : uppercase;
	background: #E3F2F2;
	border : 1px solid;
}
 
.textBoxUpper{
	background : #FFFFF9;
	text-transform : uppercase;
	border : 1px solid;
}

.NumerictextBoxDisabled {
	background : #EFEFEF;
	color: Gray;
	text-align:right;
	border : 1px solid;
}

.textBoxDisabled {
	background : #EFEFEF;
	color: Gray;
	border : 1px solid;
}

.textBoxFocus{
	background : #EFEFEF;
	border : 1px solid;
}

input {
	/* text-indent : 2px;
	*/
	font-size: 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

textarea {
	/* text-indent : 2px;
	*/
	font-size: 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.aabutton {
	border-top-width : 2px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-left-width : 2px;
	background-color : ButtonFace;
	color : #000000;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.button {
	font-size: 10px;
    background-color: #FFFFFF;
    color: Black;
    border-style: solid;
    border-width: 1px;
    border-color: #000084;
	background-image : url(../images/FmButton.gif);
}

.buttonFind {
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}

.postbody { line-height: 18px}

