
/***********************************************************/
/* DATA VIEW CSS */

.tbl_InputForm
{
 width: 99%;
 padding: 0px;
 margin: 0px;
 border-collapse: collapse;
 border-top: solid 0px #e41212;
 border-bottom: solid 0px #e41212;
}
.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;
   border-top: solid 0px #e41212;
   border-bottom: solid 0px #e41212;
}
.tbl_InputForm TH
{
 width: 175px;
 text-align:left;
 font-size: 12px;
 background: none;
 border-left: solid 0px #e41212;
 border-bottom: solid 0px #e8e3a6;
 padding: 3px 5px;
 color: #555;
 font-weight: normal;
}
.tbl_InputForm TD
{
 text-align:left;
 vertical-align:top;
 font-size: 12px;
 padding: 5px 5px;
 background: #fdeb6;
 border-right: solid 0px #e41212;
 font-weight: normal;
 color: #333;
}
.tbl_InputForm TD TEXTAREA
{
 width: 450px;
 height: 200px;
}
.tbl_InputForm .tr_RequiredField TH, .tr_RequiredField
{
 color: #be1212;
 font-weight: bold;
 background: url(../../images/icons/asterisk.gif) 0 6px no-repeat;
 padding-left: 15px;
}
.tbl_InputForm .tr_RequiredField {
	background: none;
}
.tbl_InputForm .tr_Presents TD {
	padding: 10px 15px;
	font-style: italic;
	line-height: 25px;
}
.tbl_InputForm .tr_Presents TD INPUT {
	width: 95px;
	font-style: italic;
}
.tbl_InputForm .tr_Presents TD SPAN.gen_ErrorMsg {
	display: block;
}
P.tr_RequiredField {
	background: url(../../images/icons/asterisk.gif) 0 4px no-repeat;
}
.tbl_InputForm .tr_RequiredField TD {
	background: none;
}
.tbl_InputForm .tr_RequiredField TD TH
{
 border-left: 0;
}
.tbl_InputForm .tr_RequiredField TH DIV, .tbl_InputForm TH DIV
{
 text-align:left;
 font-weight: normal;
 font-size: 10px;
 color: #555555;
 line-height: 12px;
}
.tbl_InputForm INPUT, .tbl_InputForm TEXTAREA, .tbl_InputForm SELECT
{
	font-size: 12px;
}
.tbl_InputForm .tr_RequiredField INPUT, .tbl_InputForm .tr_RequiredField TEXTAREA, .tbl_InputForm .tr_RequiredField SELECT
{
}
#th_SpecialHighlight {
	color: green;
	font-weight: bold;
}
.tbl_InputForm TR TD IMG.img_Button {
	vertical-align: middle;
	margin: 0;
	cursor: pointer;
}
/***********************************************************/

