﻿.preAppTable
{
	xborder:Black solid Thin;
}

.preAppTable TR TD INPUT[type="text"] {
	border-bottom:#3C1500 thin groove;
	border-right:none;
	border-left:none;
	border-top:none;
	background-color:transparent;	

}

.preAppTable TR TD TEXTAREA {
	border:#3C1500 thin groove;
	background-color:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
.preAppTable TR TD {
	font-family:Verdana;
	font-size:10px;
	xborder:Black solid Thin;
}

.preAppTable TR TH {
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	xborder:Black solid Thin;
}


.preAppTable TR TH H2 {
	font-family:Verdana;
	font-size:14px;	
	padding-bottom:0px;
	margin-bottom:5px;
	margin-top:5px;
}

.stdButton 
{
	background-color:#F4F3C9;
	border:solid #974A1F 2px;	
	margin-bottom:1px;
}
.stdButton:hover
{
	font-weight:bold;
	background-color:#E1E1F7;
}

.warningText
{
	font-family:Verdana;
	font-size:9px;	
	font-weight:bold;
}
.warningPass
{
	color:Green;
	border:solid 1px Green;
	width:200px;
}
.warningFail
{
	color:Red;
	border:solid 1px Red;
	width:200px;
}

.childrenTable
{
}

.childrenTable TR TH H3 {
	font-family:Verdana;
	font-size:12px;	
	padding-bottom:5px;
	margin-bottom:0;
}

.childrenTable TD 
{
	border:solid 1px Black;
	font-weight:bold;
	font-family:Verdana;
	font-size:12px;
}

.childrenTable TD:hover
{
	border:solid 1px Black;
	font-weight:bold;
	font-family:Verdana;
	font-size:18px;
}


.childrenTable TH 
{
	text-decoration:underline;	
}

.removeButton
{
	font-size:15px;
	color:Red;
	font-family:Verdana;
}

.removeButton:hover
{
	font-size:18px;
	color:Red;
	font-family:Verdana;
	font-weight:bold;
}