@charset "utf-8";

a {color:#F18903;}
a:hover {color:#F8AA07;}

.headInterna {
	background-image: url(../images/headInterna_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 36px;
	padding-right: 9px;
}
.headInterna .bg {
	background-image: url(../images/headInterna_01.gif);
	background-repeat: no-repeat;
	height: 36px;
}
.headInterna li {
	display: inline;
	
}
.headInterna a {
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	background-image: url(../images/arrowBullet.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	display: block;
	float: left;
	padding-left: 20px;
	color: #FFFFFF;
	padding-right: 10px;
}
.headInterna a:hover {
	color: #000000;
	text-decoration: none;
}
.headInterna .active, .headInterna .active:hover {
	font-size: 18px;
	color: #FFFFFF;
}
.adminTools h1 {
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 0px;
}

.adminTools h3 {
	font-size: 16px;
	font-weight: normal;
	color: #C57002;
	margin-right: 0px;
	margin-bottom:10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C57002;
	margin-bottom: 0px;
}

.infoBlock {
	padding-right: 20px;
	
	padding-left: 20px;
	cursor: pointer;
	
	line-height:16px;
}
.infoHilite {
	background-color: #FFEBD7;
	cursor: pointer;
}
.noPointer {
	cursor: default;
}

.infoBlock img {
	margin-right: 10px;
	float: left;
}
.infoBlock h2 {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 5px;
}
.infoBlock p {
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.infoCentrate {
	text-align: center;
}
.infoCentrate img {
	float: none;
}
.inputForm {
	margin: auto;
}
.inputForm td {
	vertical-align: middle;
}
.inputForm .value {
	
}
.inputForm .inputField {
	float: left;
	
}
.inputForm .label {
	font-size: 12px;
	color: #fff;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

.selectForm {
	font-size: 11px;
	width:200px;
	
}

.inputForm .button {
	text-align: center;
	padding: 20px;
}
.adminTable {
}
.adminTable td {
	padding: 3px;
}
.adminTable .tableHead {
	background-color: #FFEEDD;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.adminTable .tableRiga {
	background-color: #f3f3f3;
	font-size: 11px;
	color: #3d3d3d;
	height: 16px;
	/*
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	*/
	line-height: 16px;
}

.adminTable .totali {
	background-color: #d6d6d6;
	font-size: 11px;
	color: #3d3d3d;
	height: 16px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;*/
	padding: 3px;
	font-weight: bold;
}
.adminTable .totalifinali {
	background-color: #909090;
	font-size: 11px;
	color: #fff;
	height: 16px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;*/
	padding: 3px;
	font-weight: bold;
}


.adminTable .label {
	font-size: 12px;
}
.adminTable .value {
	font-size: 12px;
	color: #333333;
}
.adminTable .rightTd {
	text-align: right;
}

.adminTable .centerTd {
	text-align: center;
}

.adminTable .underlinedTd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.adminTable .totalTd {
	padding-top: 20px;
	font-size: 16px;
}
