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

div#content .grid-view
{
	padding: 0;
	font: normal 12px 'Droid Sans',sans-serif;
}

div#content .grid-view input
{
}
div#content .grid-view input[type=text]
{
}
div#content .grid-view input[type=checkbox]
{
	margin: 4px 0;
}
div#content .grid-view select
{
}

div#content .grid-view table.items
{
	background: white;
	border-collapse: collapse; 
	width: 100%;
}

div#content .grid-view table.items th, div#content .grid-view table.items td
{
	font-size: 1em;
	border: 1px white solid;
	padding: 0.3em;
	vertical-align: middle;
}

div#content .grid-view table.items th
{
	color: #555;
	background-color: #8dc63f;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
}

div#content .grid-view table.items th a,
div#content .grid-view table.items th a:link,
div#content .grid-view table.items th a:visited,
div#content .grid-view table.items th a:active,
div#content .grid-view table.items th a:hover
{
	color: #555;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 5px;
	/*white-space: nowrap;*/
}

div#content .grid-view table.items th a:hover
{
	color: #fff;
}

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

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

div#content .grid-view table.items tr.even
{
	background: #F8F8F8;
}

div#content .grid-view table.items tr.odd
{
	background: #FFF;
}

div#content .grid-view table.items tr.disabled
{
	color: #999;
	background: #CCC;
}

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

div#content .grid-view table.items tr:hover.selected
{
	background: #CCFF66;
}

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

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

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

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

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

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

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

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

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

div#content a.sort-link:hover
{
	color: #fff;
}
