/* Form */

/* MAIN ELEMENTS */

.FormErr
{
	background : #ffcccc;
}

TABLE.Form
{
	background-color: #e1e1e1;
}

TR.FormFirstBgColor
{	
	background-color: #EEEEEE;
}

TR.FormSecondBgColor
{
	background-color: #DDDDDD;
}

TR.FormSubmitBg
{
	background-color: #ffffff;
}

TR.FormSectionBg
{
	background-color: #25439A;
	color:#ffffff;
}

TR.HelperBackground
{
	background-color: #ffffff;
}

/* hack to limit helper column width */

/* form td.helper { width:15px } */

DIV#ShortInfo
{
	position:absolute;
	padding:5px;
	border:1px black solid;
	background-color:#ffff88;
	display:none;
	z-index:99;
	color:black;
	width:160px;
	text-decoration:none;
}

DIV.FormHelperBox
{
	margin-top: 5px;
	font-size: 8pt;
	/* width: 30px; */
	font-family: Verdana;
	margin: 4px 4px 4px 4px;
	text-align: left;
	/* overflow: auto;*/
}

DIV.FormErrBox
{
	margin-top: 5px;
	color : #ff5959;
	font-family : Tahoma;
	font-weight : bold;
	font-size : 8pt;
	margin: 4px 4px 4px 4px;
	text-align: left;
}

DIV.FormErrorCommon
{
    margin-top: 15px;
	display: block;
	border: 1px solid #dd0000;
	padding: 3px 3px 3px 3px;
}

FORM.Form
{
	
}

/* VARIOUS CAPTIONS HERE */

DIV.FormSectionCaption
{
	font-weight : bold;
	font-size : 10pt;
}

SPAN.RowCaption
{
	color : #000000;
	font-weight: bold;
	font-size : 9pt;
}

SPAN.FormRequired
{
	font-size: 8pt;
}


/* FORM ELEMENTS RENDERING */

SELECT.FormPullDown
{
	font-family : Verdana;
	font-size : 9pt;
}


INPUT.FormCheckBox
{
	font-family : Verdana;
	font-size : 9pt;
}

INPUT.FormRadioButton
{
	font-family : Verdana;
	font-size : 9pt;
}


INPUT.FormInputBox
{
	color : #000000;
	font-family : Verdana;
	font-size : 9pt;
	background : #FFFFFF;
}

INPUT.FormSecret
{
	color : #000000;
	font-family : Verdana;
	font-size : 9pt;
	background : #FFFFFF;
}

TEXTAREA.FormTextArea
{
	color : #000000;
	font-family : Verdana;
	font-size : 9pt;
	background : #FFFFFF;
}

.FormButton
{
	background-color: buttonface;
	border:1px solid;
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
	top: 1px;
	height: 20px; 
	width: 20px;
}

.FormButtonMouseOverDown
{
	background-color: buttonface; 
	border-bottom: buttonhighlight solid 1px; 
	border-left: buttonshadow solid 1px; 
	border-right: buttonhighlight solid 1px; 
	border-top:  buttonshadow solid 1px; 
	top: 1px;
	height: 20px; 
	width: 20px;
}