table {
	border-collapse:collapse;
	width:516px;
	margin-left:15px;
	margin-bottom: 16px;
	border:1px solid #ccc;
	background:#fff;
	color:#333333;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table caption {
	font-size:13px;
	padding:8px 0 4px 15px !important;
	padding-left: 0;
	text-align:left;
	font-weight:bold;
	/* color:#777; */
	color: #E66113;
}

table th, table td {
	margin:0;
	padding:4px 20px;
	text-align:left;
	border-bottom:1px solid #ddd;
}

table tr {/* background:#eee; */ background: #FEF3E5; }
table tr.alt { background:#fdfdfd; }
table tr.head, table tr.head2, table tr.head3 {font-size:12px; color:#FFF;}
table tr.head {background:#006FBB;}
table tr.head2 {background:#E66113;}
table tr.head3 {background:#b22222;}
table tr.head3 th {padding-bottom: 8px; background:#b22222;}

table tr.head3 a, table tr.head3 a:visited { font-family: Verdana, sans-serif; font-size:12px; color: #fff; }
