/* 9/07 Blue Table is another table style available to use for Internet Content. */


.blue_table {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	color: #555;
	text-align:left;
}

.blue_table th {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	color: #555;
	padding: 4px;
}

.blue_table td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	color: #555;
	padding: 4px;
	vertical-align:top;
}

.blue_table caption {
	font-size: 110%;
	font-weight: bold;
	margin: 5px;
}

.blue_table thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

.blue_table tbody th {
	font-weight: bold;
}

.blue_table tbody tr { background: #FCFDFE; }

.blue_table tbody tr.odd { background: #F7F9FC; }

.blue_table a:link {
	color: #718ABE;
	text-decoration: none;
}

.blue_table a:visited {
	color: #718ABE;
	text-decoration: none;
}

.blue_table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

.blue_table tfoot th, tfoot td {
	font-size: 85%;
}
/* end of blue table styles */
