.grid-view table.items
{
	background: white;
	border-collapse: collapse;
	width: 100%;
	border: 0px !important;
}

body .grid-view table.items th, body .grid-view table.items td
{
	font-size: 0.9em;
	border: none !important;
	padding:11px 5px;
	text-align:center;
}

body .grid-view table.items th {
  background: #fff !important;
  color: #303437 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  padding: 11px 5px;
  text-align: center;
}

.grid-view table.items th a
{
	color: #303437 !important;
	font-weight: bold;
	text-decoration: none;
}

body .grid-view table.items th a:hover
{
	color: #FFF;
}

.grid-view table.items th a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items th a.desc
{
	background:url(../images/down.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items tr.even
{
	background: #fff !important;
}

.grid-view table.items tr.odd
{
	background: #fff !important;
}

.grid-view table.items tr.selected
{
	background: #fff !important;
}

.grid-view table.items tr:hover.selected
{
	background: #fffff3;
}
body .grid-view table.items tr .JobTitle{text-align:left; color:#0000ff; font-weight:500; text-transform:uppercase; font-size:16px; margin-bottom:9px;}
body .grid-view table.items tr .JobTitle a{color:#0000ff;}

body .grid-view table.items tr .empType {font-size:16px; font-weight:500; color:#0000ff; text-transform: uppercase;}
body .grid-view table.items tr .addType {font-size:16px; font-weight:500; color:#0000ff}
/*body .grid-view table.items tr .BudgetType{font-weight:400; color:#0000ff;}*/
body .grid-view table.items tr:hover .empType, body .grid-view table.items tr:hover .addType, 
body .grid-view table.items tr:hover .BudgetType,
body .grid-view table.items tr:hover .JobTitle a, body .grid-view table.items tr:hover .JobDate
{color:#fff !important;}
body .grid-view table.items tr:hover .JobDate{background:url("../images/cel_icon-hover.png") no-repeat left center}

body .grid-view table.items tbody tr:hover {
	background: #3d3d3d !important;
	color:#fff !important;
}
.redBtn{width:165px;}