table {
	/*background-color: #CDCDCD;*/
	margin:10px 0pt 15px;
	width: 100%;
}

th.unsorted, th.unsortable, th.azioni {
	background-position: right;
    background-repeat: no-repeat;
    background-color: #E8E8E8;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #444;
    text-align: left;
    text-decoration: none;
    padding: 9px;
    min-width: 35px;
}


th.sortable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	margin:10px 0pt 15px;
	vertical-align:middle;
	background-color: #E8E8E8;
	
}

th.sorted a,th.sortable a {
	
	background-position: right;
	background-repeat: no-repeat;
 	background-color:#E8E8E8;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#444;
	text-align:left;
	text-decoration:none;
	padding:8px;
	min-width: 35px;
}

th.sortable a {
	background-image: url(../img/bg.gif);
	
}

th.order1 a {
	background-image: url(../img/asc.gif);
}

th.order2 a {
	background-image: url(../img/desc.gif);
}

tr {
	background-color: #FFFFFF;
}

tr.odd {background-color:#F3F3F3;}
tr.odd:HOVER {background-color:#E0E0E0;}

tr.even{background-color:#f8f8f8;}
tr.even:HOVER{background-color:#E0E0E0;}

TABLE#servizio TD{ padding:5px 3px 5px 3px;}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	float: left;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	cursor: pointer;
}

/*
span.excel {
	background-image: url(../ima/ico_file_excel.png);
	background-repeat: no-repeat;
}

span.csv {
	background-image: url(../img/csv-icon.png);
	background-repeat: no-repeat;	
}

span.xml {
	background-image: url(../img/ico_file_xml.png);
	background-repeat: no-repeat;	
}

span.pdf {
	background-image: url(../img/pdf_icon.png);
	background-repeat: no-repeat;	
}

span.rtf {
	background-image: url(../img/ico_file_rtf.png);
	background-repeat: no-repeat;	
}
 */

span.pagebanner {
	background-color: #FFEFB9;
	border: 1px solid #FFCF69;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	width: 100%;
	display: block;
	font-size: 10px;
	font-family: Verdana;
	text-align: center;
}

span.pagelinks {
	background-color: #FFFFFF;
	border-top: none;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	width: 100%;
	margin-bottom: 20px;
	display: block;
	font-size: 10px;
	font-family: Verdana;
}

#pageBack {
	  background-image: url(../img/page-back.png);
	  background-repeat: no-repeat;	
	  display: inline-block;
	  margin: 0 auto;
	  width: 26px;
	  height: 26px;
	  vertical-align: middle;
}

#pageSkipBack {
	  background-image: url(../img/page-skip-back.png);
	  background-repeat: no-repeat;	
	  display: inline-block;
	  margin: 0 auto;
	  width: 26px;
	  height: 26px;
	  vertical-align: middle;
}

#pageForward {
	  background-image: url(../img/page-forward.png);
	  background-repeat: no-repeat;	
	  display: inline-block;
	  margin: 0 auto;
	  width: 26px;
	  height: 26px;
	  vertical-align: middle;
}

#pageSkipForward {
	  background-image: url(../img/page-skip-forward.png);
	  background-repeat: no-repeat;	
	  display: inline-block;
	  margin: 0 auto;
	  width: 26px;
	  height: 26px;
	  vertical-align: middle;
}

