/*----------------------------Table Formating*/

.GenericTable table a:link {
	color: #C65306;
	font-weight: bold;
	text-decoration: none;
}
.GenericTable table a:visited {color: #853904;}
.GenericTable table a:hover {color: #441D02;}
.GenericTable table a:active {color: #fe6200;}
.GenericTable table a:focus{color: #ff9858;}


.GenericTable table caption {
	padding: 18px 2px 15px 70px;
	color: #3D406C;
	background-image: url(../images/downloadIcon.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	font-size: 150%;
	font-weight: bold;
		}

.GenericTable table{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	}
.GenericTable {
	clear: inherit;
}

.GenericTable table tr td{
	padding: 3px 5px;
	text-align:left;
	}
.GenericTable table thead th{
		background-color: #FFFFFF;
		border-bottom: 1px solid #CCCCCC;
		font-weight: bold;
		text-align:left;
		padding: 3px 5px;
		color:#333333;
	}
.GenericTable table tbody tr th{
		font-weight: normal;
		border-left: none;
		padding: 6px 9px;
	}
.GenericTable table tbody td{
	color: #666666;
	}
.GenericTable table tr.odd{
		background-color: #FFFFFF;
	}
	
	/*.ExpressForms table tbody tr{
	background-color: #fff9f5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #074D62;
	}*/
	
.GenericTable table tbody tr:hover {
	background-color: #F5F5F5;
}

.GenericTable table tbody tr.odd:hover {
color: #333333;
	background-color: #D5E1BD;
}
	
.GenericTable table tfoot td, .ExpressForms table tfoot th{
		border-top: 1px solid #ccc;
		font-weight:bold;
		color:#592C16;
		padding: 16px 9px;
		
	}
/*----------------------------Table Formating*/
.GenericTable table tr {

		background-color: #FFFFFF;
}
.FormBuilder {
	background-image: url(/images/registrationBG.jpg);
	background-repeat: no-repeat;
	background-position: right 50px;
}
.FormBuilder .Form table {
	font-size: 80%;
}
.FormBuilder .Form {
	padding: 10px;
	margin: 10px;
}
.FormBuilder .Form input {
	background-color: #E8E3D6;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.FormBuilder .Form textarea {
	background-color: #E8E3D6;
	width: 200px;
}
.FormBuilder .Form label {
	color: #5E3926;
}
.FormBuilder .Form .Submit input {
	color: #FFFFFF;
	width: auto;
	background-color: #5E3926;
	font-weight: bold;
}
.FormBuilder .Form .checkbox input, .FormBuilder .Form .radio input {
	width: auto;
	background-color: #FFFFFF;
}
.FormBuilder .Form .required {
	color: #CC0000;	
}

