
/*_______________________________________________ TABLES________________________*/

.datatable {
	text-align: left;
	border: 1px solid #96744a;
	border-collapse: collapse;
	width: auto;
}
.datatable td {	
	border: 1px solid #96744a;	
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
}
.datatable th {
	border: 1px solid #96744a;
	background-color: #f7bf38;
	font-weight: normal;
	padding-left: 4px;
}
.datatable caption {
	font: bold 90% arial, veranda, "Times New Roman", serif;;
	color:#96744a;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable a:link {
	text-decoration: none;
	color: #96744a;
	background-color: transparent;
}
.datatable a:hover {
	text-decoration: none;
	color: #FF0000;
	background-color: #e2e2e2;
}
.datatable a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: #f4d6b2;

}
.datatable td.hover, .datatable td.hilite {
	background-color: #96744a;
	color: #000000;
}
.datatable img {
	border: none;
}
.datatableB {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	font: 80% arial, veranda, "Times New Roman", serif;
}
.datatableB td {
	border: 1px solid #D6DDE6;
	text-align: right;
	padding: 4px;
}
.datatableB th {
	border: 1px solid #828282;
	background-color: #f7bf38;s
	text-align: center;
	padding: 4px;
}
.datatableB caption {
	font: 100% arial, veranda, "Times New Roman", serif;;
	background-color: #B0C4DE;
	color: #33517A;
	padding-top: 3px;
	padding-bottom: 2px;
	border: 1px solid #789AC6;
}

