
/***********************************************************/
/* DATA VIEW CSS */

.tbl_InputForm
{
 width: 99%;
 padding: 0px;
 margin: 0px;
 border-collapse: collapse;
}
.tbl_InputForm TR 
{
 height: 20px;
 vertical-align:top;
}
.tbl_InputForm .tr_Spacer, .tbl_InputForm .tr_Spacer TH, .tbl_InputForm .tr_Spacer TD
{
 height: 10px;
 background: none;
 border: 0;
}
.tbl_InputForm TH
{
 width: 175px;
 text-align:left;
 font-size: 12px;
 font-weight: normal;
 border-bottom: dashed 1px #cccccc;
 padding: 3px 5px;
 color: #555555;
}
.tbl_InputForm TD
{
 text-align:left;
 vertical-align:top;
 padding: 3px 5px;
 border-bottom: dashed 1px #cccccc;
 font-weight: normal;
 color: #000000;
}
.tbl_InputForm TD TEXTAREA
{
 width: 100%;
 height: 200px;
}
.tbl_InputForm .tr_RequiredField TH, .tr_RequiredField
{
 color: #2c44b3;
 font-weight: bold;
}
.tbl_InputForm .tr_RequiredField TD TH
{
 border-left: 0;
}
.tbl_InputForm .tr_RequiredField TH DIV, .tbl_InputForm TH DIV
{
 width: 150px;
 text-align:left;
 font-weight: normal;
 color: #000000;
 font-size: 11px;
}
.tbl_InputForm INPUT, .tbl_InputForm TEXTAREA, .tbl_InputForm SELECT
{
}
.tbl_InputForm .tr_RequiredField INPUT, .tbl_InputForm .tr_RequiredField TEXTAREA, .tbl_InputForm .tr_RequiredField SELECT
{
	background: #FAFBDF;
}
#th_SpecialHighlight {
	color: green;
	font-weight: bold;
}
.spn_Checkbox A {
	text-decoration: none;
	font-weight: normal;
}
/***********************************************************/

