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

table {
	width: 325px;
	border-collapse:collapse;
	border:1px solid #1f5190;
}

caption {
	font-size: 16px;
    color:#0d1526;
	font-weight:bold;
	text-align:left;
	text-align: left;
	text-indent: 10px;
	height: 30px;
}

.thead {
	margin: 15px;
	color: #0d1526;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px;
	text-align: left;
	border-right: 1px solid #0d1526;
}

#tleft {
	width: 325px;
	float: left;
	position:relative;
	padding-right: 15px;
	margin: 0px;
}

#tright {
	width: 325px;
	float: left;
	position: relative;
	padding-left: 15px;
	margin: 0px;
}

.cwhite {
	width: 180px;
	background: url(images/bg_td1.jpg) repeat-x top;
	background-color: #ffffff;
	font-weight:normal;
}
.cblue {
	width: 100px;
	background: #FFF8E8 url(images/bg_td2.jpg) repeat-x top;
	background-color: #e3f0fe;
	font-weight: bold;
}

tbody th,td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #0d1526;
	padding: 10px 5px;
	border-top: 1px solid #0d1526;
	border-right: 1px solid #0d1526;
	text-align: left;
}

a {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #8bb0da;
	text-decoration: none;
}

a:visited {
	color: #8bb0da;
	text-decoration: none;
}
tfoot th {
	background: url(images/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
tfoot td {
	background: url(images/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	
}
