#default-tbl
{
	text-align: left;
	border-collapse: collapse;
	margin:0 0 10px;
	width: 100%;
}
#default-tbl th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #223457;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
}
#default-tbl th.brown
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #fff;
	background: #574522;
	text-transform: uppercase;
}
#default-tbl th.sub
{
	background: #c8c8c8;
	height: 20px;
	margin: 0px;
	padding: 0 8px;
	color: #3b3b3b;
	font-size: 11px;
	text-transform: uppercase;
}
#default-tbl td
{
	padding: 6px; 
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
}
#default-tbl tr:nth-child(even)
{
	
	background: #efefef;
	
}
#default-tbl tr:hover td
{
	background: #d4deeb;
}


#default-tbl-2 
{
	text-align: left;
	border-collapse: collapse;
	margin:0 0 10px;
	width: 100%;
}
#default-tbl-2 th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #223457;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
}
#default-tbl-2 th.brown
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #fff;
	background: #574522;
	text-transform: uppercase;
}
#default-tbl-2 th.sub
{
	background: #c8c8c8;
	height: 20px;
	margin: 0px;
	padding: 0 8px;
	color: #3b3b3b;
	font-size: 11px;
	text-transform: uppercase;
}
#default-tbl-2 td
{
	padding: 6px; 
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
}
#default-tbl-2 tr:nth-child(even)
{
	/*
	background: #efefef;
	*/
	
}
.default-tbl-2, .zebra 
{
	background: #efefef;
}
#default-tbl-2 tr.red {
	background: #ff9f9f;
}
#default-tbl-2 tr.expired {
	background: #afafaf;
}
#default-tbl-2 tr:hover td
{
	background: #d4deeb;
}

















