@charset "utf-8";
/* Table */
.TableBox{
	width: 700px;
	overflow: auto;
        overflow-x: auto;
        overflow-y: auto;
	margin-bottom: 10px;
}
table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #555;
	margin-bottom: 10px;
	
}
caption {
	font-size: 130%;
	font-weight: bold;
	margin: 5px;
}
td, th {
	padding: 2px;
}
th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 97% !important;
}
tbody th {
	font-weight: bold;
}
tbody tr { background: #FCFDFE; }
tbody tr.odd { background: #F7F9FC; }
table a:link {
	color: #718ABE;
	text-decoration: none;}
table a:visited {
	color: #718ABE;
	text-decoration: none;
}
table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}
tfoot th, tfoot td {
	font-size: 85%;
}
