.grid-table table {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}

.grid-table table th {
    background: -moz-linear-gradient(center top , #e9d8d8 0%, #b57878 100%) repeat scroll 0 0 transparent!important;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f0efef))!important;
    color: #21374c;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
	
}
.table thead th{
background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f0efef))!important;
border:1px solid #e1e3e5!important;
color:#1e4e67;
}
.table thead th a{

color:#1e4e67;
}
 .table {border-bottom: 1px solid #dddddd!important;}
 
tr.highlight td, tr.highlight th{
    background-color:#FDFFC4;
}

