/*
 * Colour dictionary:
 *
 * Table control elements:   #719ba7
 * Header cells:             #66A9BD
 * Body header cells:        #91c5d4
 * Body content cells:       #d5eaf0
 * Body content cells (alt): #bcd9e1
 * Footer header:            #b0cc7f
 * Footer content:           #d7e1c5
 */


/*
 * Page setup styles
 */
body {
	font: 80%/1.45em Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #111;
	background-color: #fff;
}

#container {
	margin: 0 auto;
	width: 960px
}

h1 {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}


/*
 * DataTables framework
 
div.dataTables_wrapper {
	background-color: #719ba7;
}*/

div.dataTables_length {
	float: left;
}

div.dataTables_filter {
	float: right;
}

div.dataTables_info {
	padding: 9px 6px 6px 6px;
	float: left;
}

div.dataTables_paginate {
	float: right;
}

div.dataTables_length,
div.dataTables_filter,
div.dataTables_paginate {
	padding: 6px;
}

/* Self clearing - http://www.webtoolkit.info/css-clearfix.html */
.dataTables_wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] .dataTables_wrapper {
	display: block;
}
 
* html .dataTables_wrapper {
	height: 1%;
}


/*
 * Table styles
 */
table.pretty {
	width: 100%;
	clear: both;
}

table.pretty td,
table.pretty th {
	padding: 5px;
	border: 1px solid #fff;
}

/* Header cells */
table.pretty thead th {
	text-align: center;
	background: #66a9bd;
}

/* Body cells */
table.pretty tbody th {
	text-align: left;
	background: #91c5d4;
}
	
table.pretty tbody td {
	text-align: center;
	background: #d5eaf0;
}
		
table.pretty tbody tr.odd td { 
	background: #bcd9e1;
}

/* Footer cells */	
table.pretty tfoot th {
	background: #b0cc7f;
	text-align: left;
}
	
table.pretty tfoot td {
	background: #d7e1c5;
	text-align: center;
	font-weight: bold;
}


/*
 * Pagination
 */
a.paginate_button,
a.paginate_active {
	display: inline-block;
	background-color: #608995;
	padding: 2px 6px;
	margin-left: 2px;
	cursor: pointer;
	*cursor: hand;
}

a.paginate_active {
	background-color: transparent;
	border: 1px solid black;
}

a.paginate_button_disabled {
	color: #3d6672;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

div.dataTables_paginate span>a {
	width: 15px;
	text-align: center;
}


/*
 * Sorting
 */
table.pretty thead th.sorting_asc {
	background: #66A9BD url('images/sort_asc.png') no-repeat right center;
}

table.pretty thead th.sorting_desc {
	background: #66A9BD url('images/sort_desc.png') no-repeat right center;
}

table.pretty thead th.sorting {
	background: #66A9BD url('images/sort_both.png') no-repeat right center;
}

/*Fix Bottoni*/
.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
	color: #333 !important;
}

.dataTables_wrapper .ui-toolbar {
	padding: 5px;
}

.ui-button {
    top:-2px;
} 

.ui-button-text {
    font-size: .9em !important;
} 

#search{
    width:60px;
    height:28px;
    color:#333323;
    margin-top:2px;
    margin-left:3px;
}

#filtriDiv{
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F6F4ED),
	color-stop(1, #EFECE1)
    );
    background-image: -o-linear-gradient(bottom, #F6F4ED 0%, #EFECE1 100%);
    background-image: -moz-linear-gradient(bottom, #F6F4ED 0%, #EFECE1 100%);
    background-image: -webkit-linear-gradient(bottom, #F6F4ED 0%, #EFECE1 100%);
    background-image: -ms-linear-gradient(bottom, #F6F4ED 0%, #EFECE1 100%);
    background-image: linear-gradient(to bottom, #F6F4ED 0%, #EFECE1 100%);
    border:1px solid;
    border-color:#777674;
    border-radius:5px;
    padding-top:5px;
    padding-bottom:3px;
    padding-left:1px;
    padding-right:1px;
    margin-top:3px;
    margin-bottom:3px;
    margin-left:1px;
    margin-right:1px;
}

.filtriNumerici
{
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #69CC1D),
	color-stop(1, #55BD00)
);
background-image: -o-linear-gradient(bottom, #69CC1D 0%, #55BD00 100%);
background-image: -moz-linear-gradient(bottom, #69CC1D 0%, #55BD00 100%);
background-image: -webkit-linear-gradient(bottom, #69CC1D 0%, #55BD00 100%);
background-image: -ms-linear-gradient(bottom, #69CC1D 0%, #55BD00 100%);
background-image: linear-gradient(to bottom, #69CC1D 0%, #55BD00 100%);
    border:1px solid;
    border-color:#777674;
    border-radius:5px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:2px;
    margin-left:2px;
    display:inline;
}

label,select,.ui-select-menu 
{ 
    float: left; margin-right: 10px; 
}

select 
{ 
    width: 45px; 
}

.wrap ul.ui-selectmenu-menu-popup li a { font-weight: bold; }

.filtroInputNumerico 
{
    width:10%;
}
