﻿.table {
	border-style:solid; border-width:1px; border-collapse: collapse;
}

.table td, .datatable th {
	border-style:solid; border-width:1px; 
}

.table caption {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px; font-style:normal; font-variant:normal; font-weight:bold; font-size:0.9em; font-family:Arial
}

.table2	{	border-style:solid; border-width:1px;;
}

.table td, .datatable th {
	border-style:solid; border-width:1px; font-family:Tahoma; font-size:10px ;
	
}

p, td, th {
	font: 0.8em Arial, Helvetica, sans-serif;
}
.table2 {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 80%;
}
.table td {
	border: 1px solid #D6DDE6;	
	padding: 4px;
}
.table th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}
.table caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.table tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}
