.grid-view-loading
{
	background:url(loading.gif) no-repeat;
}

.grid-view table.items
{
	background: white;
	border-collapse: collapse;
	width: 100%;
	border: 1px #EDECED solid;
}

.grid-view table.items th, .grid-view table.items td
{
	font-size: 0.9em;
	/*border: 1px white solid;*/
	padding: 0.3em;
}

.grid-view table.items th
{
	color: white;
	background: #606265;
	text-align: left;
	padding:5px 10px 0 15px;
	color:#F6F6F6;
	font-size:14px;
}

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

.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(down.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items tr.even
{
	background: #F2FBE9;
	font-size:12px;
	color:#000;
	border-bottom:1px solid #E2E1E2;
	
}

.grid-view table.items tr.odd
{
	font-size:12px;
	color:#000;
	background: #fff;
	border-bottom:1px solid #E2E1E2;
}

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

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

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

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

.grid-view .button-column img
{
	border: 0;
	margin:4px 2px 0;
}

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

.grid-view .summary
{
	margin: 0 0 10px 0;
	text-align: left;
	clear:both;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#424243;
}

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

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

.grid-view .filters input,
.grid-view .filters select
{
	width: 100%;
	border: 1px solid #ccc;
	height:20px;
}

.grid-view{
	width:96%;
	padding:0 0 0 20px;
	}

.grid-view table.items tr.filters td{
	background-color:#606265;
	padding:4px 15px 15px;
	}

.grid-view table.items tr.odd td, .grid-view table.items tr.even td{
	padding:0 15px;
	height:30px;
	font-size:12px;
	}


