@charset "UTF-8";
/* CSS Document */

table {
	border-collapse: collapse;
	width: 100%;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	margin-bottom: 10px;
}

th {
	color: #618BC2;
	font-weight: lighter;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
	background-color: #D0DCEC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

td {
	padding: 6px 11px;
	border-bottom: 1px solid #1C59A8;
	vertical-align: top;
}

td * {
	padding: 6px 11px;
}

tr.alt td {
	background: #FFFFFF;
}

tr.over td {
	background: #E9EEF6;
}
