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

.grid-view
{
	padding: 15px 0;
	padding-top: 0px;
}

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

.grid-view table.items input[type="text"] textarea {
	padding: 0px;
}

.grid-view table.items th{
	font-size: 0.9em;
	padding: 0.5em;
}
.grid-view table.items td{
    font-size: 1em;
    padding: 15px;
    cursor: default;
}

.grid-view .filters td{
    padding: 0.5em !important;
}

.grid-view table.items th
{
    color: #808080;
    background: #EDEDED;
    text-align: left;
}
.grid-view table.items .number{
    text-align: right;
}

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

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

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

.grid-view table.items tr.odd
{
	background: #F5F5F5;
	pointer-events: all !important;
}

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

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

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

.grid-view table.items tbody td a{
    color: #1EB38B;
}
.grid-view table.items tbody td a:hover{
    color: #08403a;
}
.grid-view table.items tbody .number{
    text-align: right;
    width: 90px;
}

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

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

.down_arrow{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	opacity: 0.6;
	display: block;
	margin-top: 160px;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.down_arrow:hover{
	cursor: pointer;
	opacity: 0.8;
}