.grid-view table.items
{
	float:left;
	background: white;
	border-collapse: collapse;
	width: 100%;
	border: 2px #75a3ed solid;
}

.grid-view table.items th
{
	font-size: 12px;
	border: 1px #75a3ed solid;
	height:30px;
	
}
.grid-view table.items td
{
	font-size: 12px;
	border: 1px #D2E4FC solid;
	height:25px;
}


.grid-view table.items th
{
	
	height: 30px;
	background: #D2E4FC;
	text-align: center;
}

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

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

.grid-view table.items th a.asc
{
	background:url(../images/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
{
	height: 22px;
	background: #FFFFFF;
}

.grid-view table.items tr.odd
{
	height: 22px;
	background: #FFFFFF;
}

.grid-view table.items tr.selected
{
	background: #BCE774;
}

.grid-view table.items tr:hover
{
	background: #BCB6CF;
}

.grid-view .link-column img
{
	border: 0;
}

.grid-view .button-column
{
	
	text-align: center;
	width: 60px;
}

.grid-view .button-column img
{
	border: 0;
}

.grid-view .checkbox-column
{
	width: 15px;
}

.grid-view .summary
{
	margin: 0 0 5px 0;
	text-align: right;
}

.grid-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.grid-view .empty
{
	font-style: italic;
}