.tablesorter th
{
	text-transform: none;
	text-align: center;
	padding: 10px;
}

.tableWithFloatingHeader th {
	background-color: #fff;
}

table.tableWithFloatingHeader thead {
	padding-top: 40px;
}


table.tablesorter thead tr .header
{
	background-image: url("../img/bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp
{
	background-image: url("../img/asc.gif");
}
table.tablesorter thead tr .headerSortDown
{
	background-image: url("../img/desc.gif");
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
{
	color: #000;
}


.footer {
	padding-bottom: 5px;
	padding-top: 5px;
}

.centrato {
	text-align: center;
}


.addplayer {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
}

.desc {
	padding-top: 4px;
	padding-bottom: 3px;
	color: #aaa;
	font-style: italic;
}

.nascondi {
	display:none;
}

.mostra {
	display:block;
}

.dotted {
	border-bottom: dotted 1px;
}


.regform {
	margin-bottom: -4px;
}

.pull-right {
	color: #eee;
}

.pull-right button {
	margin-left: 3px;
}

.input span.success {
	background: url("images/success.png") no-repeat;
	padding-left: 35px;
	margin-left: 10px;
	padding-bottom: 5px;
}

.input span.error {
	background: url("images/error.png") no-repeat;
	padding-left: 35px;
	margin-left: 10px;
	padding-bottom: 5px;
}

.input span.warning {
	background: url("images/warning.png") no-repeat;
	padding-left: 35px;
	margin-left: 10px;
	padding-bottom: 5px;
}

img.divieto {
	background: url("images/bad_access.png") no-repeat;
	width: 20px;
	height: 20px;	
}

img.up {
	background: url("images/up.png") no-repeat;
	width: 20px;
	height: 20px;	
}

img.admin {
	background: url("images/corona.png") no-repeat;
	width: 18px;
	height: 20px;	
}

img.admingrey {
	background: url("images/coronag.png") no-repeat;
	width: 18px;
	height: 20px;	
}
img.add {
	background: url("images/add.png") no-repeat;
	width: 20px;
	height: 20px;	
}

img.gest {
	background: url("images/gest.png") no-repeat;
	width: 18px;
	height: 20px;	
}

img.gestgrey {
	background: url("images/gestg.png") no-repeat;
	width: 18px;
	height: 20px;	

}

img.down {
	background: url("images/down.png") no-repeat;
	width: 20px;
	height: 20px;	
}

img.success {
	background: url("images/success.png") no-repeat;
	width: 25px;
	height: 20px;	
}

img.error {
	background: url("images/error.png") no-repeat;
	width: 25px;
	height: 20px;	
}

img.edit {
	background: url("images/edit.png") no-repeat;
	width: 20px;
	height: 20px;	
}	

img.up1 {
	background: url("images/up1.png") no-repeat;
	width: 20px;
	height: 20px;
	margin-right: 5px;	
	margin-left: 5px;
}

img.down1 {
	background: url("images/down1.png") no-repeat;
	width: 20px;
	height: 20px;
	margin-left: 5px;	
	margin-right: 5px;	
}

img.equals {
	background: url("images/equals.png") no-repeat;
	width: 20px;
	height: 20px;	
}

img.star {
	background: url("images/star.png") no-repeat;
	width: 20px;
	height: 20px;	
}

img.nostar {
	background: url("images/star_grey.png") no-repeat;
	width: 20px;
	height: 20px;	
}
img.note {
	background: url("images/note.png") no-repeat;
	width: 20px;
	height: 21px;	
}
img.noteg {
	background: url("images/noteg.png") no-repeat;
	width: 20px;
	height: 21px;	
}

img.link {
	background: url("images/icona_link.png") no-repeat;
	width: 20px;
	height: 20px;	
}
img.link_g {
	background: url("images/icona_linkg.png") no-repeat;
	width: 20px;
	height: 20px;	
}
img.email {
	background: url("images/email.png") no-repeat;
	width: 20px;
	height: 20px;	
}
img.eye {
	background: url("images/id.png") no-repeat;
	width: 28px;
	height: 20px;	
}
img.eyeg {
	background: url("images/idg.png") no-repeat;
	width: 28px;
	height: 20px;	
}
img.email_g {
	background: url("images/emailg.png") no-repeat;
	width: 20px;
	height: 20px;	
}
img.ditta {
	background: url("images/ditta.png") no-repeat;
	width: 16px;
	height: 20px;	
}
img.dittag {
	background: url("images/dittag.png") no-repeat;
	width: 16px;
	height: 20px;	
}

.nolink {
	text-decoration: none;
}



/*!
* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.datepicker {
top: 0;
left: 0;
padding: 4px;
margin-top: 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
/*.dow {
border-top: 1px solid #ddd !important;
}*/
}
.datepicker:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: -7px;
left: 6px;
}
.datepicker:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
position: absolute;
top: -6px;
left: 7px;
}
.datepicker > div {
display: none;
}
.datepicker table {
width: 100%;
margin: 0;
}
.datepicker td, .datepicker th {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.datepicker td.day:hover {
background: #eeeeee;
cursor: pointer;
}
.datepicker td.old, .datepicker td.new {
color: #999999;
}
.datepicker td.active, .datepicker td.active:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
background-color: #0044cc;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
background-color: #003399 \9;
}
.datepicker td span {
display: block;
width: 47px;
height: 54px;
line-height: 54px;
float: left;
margin: 2px;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.datepicker td span:hover {
background: #eeeeee;
}
.datepicker td span.active {
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
background-color: #0044cc;
}
.datepicker td span.active:active, .datepicker td span.active.active {
background-color: #003399 \9;
}
.datepicker td span.old {
color: #999999;
}
.datepicker th.switch {
width: 145px;
}
.datepicker thead tr:first-child th {
cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
background: #eeeeee;
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
display: block;
cursor: pointer;
width: 16px;
height: 16px;
}