
#table-container {
  position: relative;
  width: auto;
  overflow: auto;
  background-color: #FFF;
  border: 0px;
  padding: 1 4px 0 0;
}
table.gvTheGrid {
 border-collapse:collapse;
}


table.gvTheGrid thead {
  background:#456b95;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	text-align:center; padding:14px 0px;
}
table.gvTheGrid thead td,
table.gvTheGrid thead th {
  font-size:12px;
	color:#666666;
	border-top:none;
	border-bottom:none;
}
table.gvTheGrid td,
table.gvTheGrid th {
 font-size:12px;
	color:#666666;
	border-top:none;
	border-bottom:none;
}
