.grid-view-loading
{
	background:url(loading.gif) no-repeat;
}

.grid-view
{
	padding: 15px 0;
}

.grid-view table.items
{
	background: white;
	border-collapse: collapse;
	width: 100%
	border: 1px #D0E3EF solid;
	text-align:center;
}

.grid-view table.items th, .grid-view table.items td
{
	font-size: 0.9em;
	border: 1px white solid;
	border-collapse: collapse;
	padding: 0.3em;
}

.grid-view table.items th 
{
	color: white;
	background: url("bg.gif") repeat-x scroll left top white;
	text-align: center;
}

.grid-view table.items th a
{
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
	vertical-align:middle;
}

.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 td
{
	background: #F8F8F8;
}

.grid-view table.items tr.odd td
{
	background: #E5F1F4;
}

.grid-view table.items tr.selected td
{
	background: #BCE774;
}

.grid-view table.items tr:hover.selected td
{
	background: #CCFF66;
}

.grid-view table.items tbody tr:hover td
{
	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;
}

.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;
	/*By sara cosė non si vedono i filtri*/
	display:none;
	
}

/*By sara*/
div.nBtn, div.nFilter
{
	/*position: absolute;*/
	margin-top:-0.3em;
	margin-bottom:-0.3em;
	margin-right:-0.3em;
	height: 24px;
	width: 14px;
	z-index: 900;
	background: #fafafa url(bg.gif) repeat-x bottom;
	border: 0px solid #ccc;
	border-left: 1px solid #ccc;
	cursor: pointer;
	/*float: right;*/
	
}

div.nBtn
{
	display:table-cell;
	min-width:14px;
	vertical-align:middle;
}

div.nBtn div, div.nFilter div {
	height: 24px;
	width: 12px;
	border-left: 1px solid #fff;
	float: left;
	background: url(ddn.png) no-repeat center;
}

div.nBtn.srtd, div.nFilter.srtd {
	background: url(wbg.gif) repeat-x 0px -1px;
}


.search-form {
	-webkit-user-select: none;
	position:absolute;
  	font-family: arial, sans-serif;
  	font-size: 11px;
  	z-index:1;
  	min-width: 120px;
  	list-style-type: none;
	background-color: #f7f3f7;
  	padding:2px;
  	margin: 10px 0;
  	border: 1px solid #949694;	
	border-radius:5px;
}

.jump-to-page
{
	padding: 2px 6px !important;
	width: 40px !important;
	margin-right: 10px !important;
	vertical-align: middle !important;
	font-size: 12px !important;
	text-align:center;
	float:none;
}

.search-form  div.header {
	padding: 0.4em 1em;
	border-radius:4px;
	border:1px solid #AAA;
	background:url('ui-bg_highlight-soft_75_cccccc_1x100.png') repeat-x scroll 50% 50% #CCC;
	color:#222;
	font-weight:bold;
	font-family:Verdana;
	font-size:10pt;

}

.search-form div.row-buttons
{
	float:right;
}

.search-form div.form
{
	margin:3px;
}

.search-form div.separator {
	border-top: 1px solid #e7e3e7;
  	padding-top: 1px;
  	padding-bottom:1px;
	margin-bottom:5px;
}

.search-form div.row-buttons input
{
	font-family: Verdana;
  	font-size: 13px;
	border-radius:5px;
	border:0px solid;
	padding:3px;
	padding-right:5px;
	padding-left:5px;
	color:#fff;
	cursor:pointer;
background: -moz-linear-gradient(top, rgba(90,90,90,1) 0%, rgba(20,20,20,1) 100%); 
/*	background: #fafafa url(bg.gif) repeat-x bottom;*/
}

.search-form div.row-buttons input:hover
{
	background: #fafafa url(bg.gif) repeat-x bottom;
}

.search-form div input[type="text"]
{
	padding: 5px;   
    	border: 1px solid #d6d4d6;
	margin-bottom:3px;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;
}