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

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


.grid-view table.items th
{
	background:none repeat scroll 0 0 #F2F2F2;
        border: none;
        border-bottom:1px solid #CCCCCC;
        color:#646464;
        font-weight:bold;
        padding:5px 0;
        text-align:center;
}

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

.grid-view table.items th a:hover
{
	text-decoration: none;
}

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

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

.grid-view table.items tr{
    background: white;
}

.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;
    padding-left:9px;
}

.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;
}

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