/* Main Table that contains all othere tables /////////////////////////////*/
table.WebFormsMainTable {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	width: 435px;
	/*border: 1px solid #666666;		*/
}

/* Header area containing the validation text //////////////////////////////*/
table.WebFormsHeaderTable{
	padding:5px;
	/*background-color: #666666;*/
	color: #999;
}
table.WebFormsHeaderTable tr td.TitleTextArea {
	text-align:left;
	padding:5px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	background-image:url(IMAGES/HeaderBkg.gif);
	background-repeat:repeat-x;
	/*border-bottom: 1px solid #333333;*/
}
table.WebFormsHeaderTable tr td.ValidationTextArea {
	text-align:left;
	padding-top:5px;
	padding-bottom:3px;
	font-weight:bold;
}


/* Main form area containing all components ////////////////////////////////*/
table.WebFormsFormTable {
	background-color:#FFFFFF;
	color: #999;
}
table.WebFormsFormTable tr td {
	text-align:left;
	padding:1px;
	padding-left:10px;
	font-size: 11px;
}
table.WebFormsFormTable tr td.InfoTextArea {
	padding-top:6px;
	padding-bottom:3px;
	font-weight:bold;
	color:#999;	
}
table.WebFormsFormTable textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	height: 80px;
	width: 250px;
}
table.WebFormsFormTable input{
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	width: 250px;
	height:auto;
}
table.WebFormsFormTable input.btnsubmit {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	height: 22px;
	width: 140px;
}
table.WebFormsFormTable select {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	width: 160px;
	height:auto;
}