table.views-table {
width:100%;
border-top:1px solid #ABA79A;
border-right:1px solid #ABA79A;
margin:1em auto;
border-collapse:collapse;
}
table.views-table tr.odd td {
background:#F6F4E9;
}
table.views-table td, td.active {
background: #FBF7F3;
color:#333;
border-bottom:1px solid #ABA79A;
border-left:1px solid #ABA79A;
padding:.3em 1em;
}
table.views-table thead th {
background:#E4DCC5;
border-left:1px solid #ABA79A;
color: #4C180E;
text-align:center;
font-size: 14px;
font-weight: bold;
padding: 5px 0;
}
table.views-table thead th a:link, thead th a:visited{
	color: #752c2c;

}
table.views-table thead th a:link{
background:url(/sites/fisc/files/sortable-icon.png) no-repeat top right;
padding-right: 16px;
}
table.views-table thead th.active a:link{
	background: none !important;
	padding: 0 !important;
}
table.views-table th{
	border-bottom: 3px solid #ABA79A;
}