table.styled {
    background: linear-gradient(#FFFFFF, #F3F3F3) repeat scroll 0 0 transparent;
    /* border-radius: 10px 10px 0 0; */
    
    /* border-radius: 10px 10px 10px 10px; */
    /* box-shadow: 2px 2px 8px #888888; */
    margin-bottom: 40px;
    width: 100%;
    padding:3px 3px 3px !important;
    padding:0px\9 !important;
    -moz-box-shadow: inset 0px 0px 5px 1px #7e7e7e;
	-webkit-box-shadow: inset 0px 0px 5px 1px #7e7e7e;
	box-shadow: inset 0px 0px 5px 1px #7e7e7e;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
/* 	border-collapse: separate; */
	border: 2px solid #7e7e7e\9;
}

table.two-column th{
	width: 50%;
}
.table-totals,.column-header
{
	font-weight: bold;
}

table.styled tr td, table.styled thead th, table.styled thead td {
    padding: 10px 20px;
}
/*
table tbody tr.odd {
    background-color: #fefefe;
}
*/
table.styled tr td:last-child, table.styled thead tr td.table-title, table.styled thead th:last-child, table.styled th.last {
    border-right: medium none;
}

table.styled thead tr th, table.styled thead tr td {
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-shadow:1px 1px 1px rgba(0,0,0,.75);
}
/*
table tr.last td.first {
    border-radius: 0 0 0 10px;
}

table tr.last td.last {
    border-radius: 0 0 10px 0;
}
*/
table.styled tbody tr:nth-child(2n) {
    background-color:#efeff0 ;
}

table.styled tbody tr:nth-child(2n+1) {
    background-color: #fefefe;
}
/*
table thead tr td.table-title {
    background: linear-gradient(to bottom, #ED1E2F 0%, #C91D2B 47%, #B60015 100%) repeat scroll 0 0 transparent;
    border-bottom: 2px solid #951100;
    border-radius: 10px 10px 0 0;
    border-right: medium none;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
}

table tbody tr th {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
}

.th-inside {
    border-top: 1px solid #CCCCCC;
}

table.th-left thead tr th {
    text-align: left;
}*/
table.styled thead tr th{
	
	background-color: #766a62; /*#a5a5a5;*/
	color:white;
	font-size: 24px;
	padding: 15px 20px;
	
	
/*
	-moz-box-shadow: inset 3px 3px 3px #7e7e7e, 0px 2px 2px #7e7e7e;
	-webkit-box-shadow: inset 3px 3px 3px #7e7e7e, 0px 2px 2px #7e7e7e;
	box-shadow: inset 3px 3px 3px #7e7e7e, 0px 2px 2px #7e7e7e;
*/
	text-align: left;
	line-height: 120%;
	font-family: 'UniversLTW01-67BoldCn',sans-serif !important;

	
}
table.styled tfoot tr td{
	border-top: 2px solid #7c7c7c;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
table.styled tfoot tr{
	background-color: #f0f0f0;
}
table.styled tfoot tr td{
	padding-top:15px;
	padding-bottom: 15px;
}
table.styled tbody td.last{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}