@charset "utf-8";
/* CSS Document */
.styledTbl {
	border:1px #333 solid;
	margin:10px;
	width:95%;
	border-collapse:collapse;
	color: #2c2c2c;
}

.styledTbl td, th {
	padding: 5px;
}

.styledTbl thead th {
	text-align: left;
	background: #420c02 url(../img/thbg.jpg) repeat-x;
	color: #eee;
	border-spacing:0px;
	border-bottom:1px solid #ccc;
	white-space:nowrap;
}

.styledTbl a {
	color:#fff;
}

.styledTbl tbody th {
	font-weight: bold;
}

.styledTbl tbody tr		{
	background-color:#FFF; 
	text-align:left;
}

.styledTbl tbody tr.odd 	{
	background: #ebeadf;
	border-top:1px solid #FFF;
	border-bottom: 1px solid #d1d2b7;
}

.styledTbl tfoot th, tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}

.styledTblItemDetails {border-collapse:collapse; background:none;}
.styledTblItemDetails td { padding:1px; background:none; border:0px; color:#777}
.styledTblItemDetails tbody tr, .styledTblItemDetails tr.odd { background:none; border:0px;}