table {
	width: 100%;
}

#tabella_doc_bando td {
	padding: 5px;
}

/* Zebra */
.zebra tbody tr:nth-child(odd),.tablesorter tbody tr:nth-child(odd) {
	background-color: #fcfcfc;
}

.zebra tbody tr:nth-child(even),.tablesorter tbody tr:nth-child(even) {
	background-color: #f3f9fb;
}

.zebra th {
	border-left: 1px solid #d3e5ed;
	border-bottom: 1px solid #d3e5ed;
	padding: 0 12px;
	text-align: left;
	white-space: nowrap;
	line-height: 14px;
	font-size: 13px;
	font-weight: 700;
}

/* TableSorter */
.tablesorter {
	font-size: 11px;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 17px;
}

.tablesorter td,.tablesorter th {
	border: solid #d3e5ed;
	border-width: 0 1px 1px 0;
	padding: 0 12px;
	text-align: left;
	white-space: nowrap;
	line-height: 14px;
	font-size: 11px;
}

.tablesorter th {
	font-size: 13px;
	font-weight: 700;
}

.tablesorter th:hover {
	color: #1f476f;
	text-decoration: underline;
}

.tablesorter.statistics td,.tablesorter.statistics th {
	font-size: 13px;
	font-weight: 700;
	text-align:center;
}

.tablesorter.statistics th.projects {
	background-color: #e1f7da;
}

.tablesorter.statistics th.users {
	background-color: #daedfe;
}

/* Filter */
.filtra {
	padding: 5px 5px 0;
}

/* Actions Buttons*/
.actionb {
	background: url(../img/actions.png) no-repeat;
	height: 16px;
	margin: 2px;
	padding-left: 18px; /* as width + margin 2px*/
}

.alock {
	background-position: 0 0;
}

.baloon {
	background-position: 0 -16px;
}

.alens {
	background-position: 0 -32px;
}

.aguy {
	background-position: 0 -48px;
}

.arrowup {
	background-position: 0 -64px;
}

.arrowstop {
	background-position: 0 -80px;
}

.mail {
	background-position: 0 -96px;
}

.collapse {
	background-position: 0 -112px;
}

.poweroff {
	background-position: 0 -128px;
}

.poweron {
	background-position: 0 -144px;
}

.cancel {
	background-position: 0 -160px;
}

.edit {
	background-position: 0 -176px;
}

.saveall {
	background-position: 0 -192px;
}

.approved {
	background-position: 0 -208px;
}

.asc {
	background-position: 0 -224px;
}

.desc {
	background-position: 0 -240px;
}

.pending {
	background-position: 0 -256px;
}

.noconfirm {
	background-position: 0 -272px;
}

.confirm {
	background-position: 0 -288px;
}

.mailoff {
	background-position: 0 -304px;
}

.mailon {
	background-position: 0 -320px;
}

.close {
	background-position: 0 -336px;
}

.settings {
	background-position: 0 -352px;
}

.minus {
	background-position: 0 -368px;
}

.adder {
	background-position: 0 -384px;
}

.arrowblueup {
	background-position: 0 -400px;
}

.arrowbluedown {
	background-position: 0 -416px;
}

.reload {
	background-position: 0 -432px;
}

.lefttoright {
	background-position: 0 -448px;
}

.print {
	background-position: 0 -464px;
}

.log {
	background-position: 0 -480px;
}

.credentials {
	background-position: 0 -496px;
}

/* Users Buttons */
.users_buttons {
	background: url(../img/users.png) no-repeat;
	height: 16px;
	padding-left: 18px; /* width + 2px margin */
}

.amministratore {
	background-position: 0 0;
}

.istruttore {
	background-position: 0 -16px;
}

.varianti {
	background-position: 0 -32px;
}

.manager {
	background-position: 0 -48px;
}

.attivatore {
	background-position: 0 -64px;
}

.tutti {
	background-position: 0 -80px;
}

.presentatore {
	background-position: 0 -96px;
}

.valutatore {
	background-position: 0 -112px;
}

/* Imprese Buttons */
.imprese_buttons {
	background: url(../img/imprese.png) no-repeat;
	height: 16px;
	padding-left: 34px; /* width + 2px margin*/
}

.consorzio {
	background-position: 0 0;
}

.impresa {
	background-position: 0 -16px;
}

.organismo_di_ricerca {
	background-position: 0 -32px;
}