/* CSS Tags */
body {
	/*background:#fff url(../img/bg.jpg) repeat-x;
	background:#4E5678 url(../img/bg_2.jpg) repeat-x top;*/
	background:#4A567C url(../img/bg_new.jpg) center top repeat-y;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848481;
	
	margin:0;
	padding:0;
	
	text-align:center;
}

form {
	padding:0;
	margin:0;
	/*display:block;*/
}

form.login {
	width:auto;
	margin-bottom:7px;
}

img {
	border:none;
}

input {
	background:#fff;
	border:#848481 solid 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848481;
	width:430px;
	padding:0px 2px;
}

select {
	background:#fff;
	border:#848481 solid 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848481;
	padding:0px 2px;
}

textarea {
	background:#fff;
	border:#848481 solid 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848481;
	width:430px;
	padding:0px 2px;
}

input.login {
	background:#fff;
	border-top:#959490 solid 1px;
	border-right:#959490 solid 1px;
	border-bottom:#959490 solid 1px;
	border-left:#959490 solid 3px;
	font-size:12px;
	color:#848481;
	width:95%;
	padding:1px 2px;
}

input.loginUsr {
	background:#fff url(../img/btn/bg_username.jpg) no-repeat center left;
}

input.loginPsw {
	background:#fff url(../img/btn/bg_password.jpg) no-repeat center left;
}

input.btn_login {
	height:20px;
	width:auto;
	background:none;
	border:none;
	margin: 10px 0;
}
/*input.btn_login {
	background:url(../img/btn/bg_btn_login.jpg) repeat-x;
	color:#fff;
	height:18px;
	border:#fff solid 1px;
	font-size:9px;
	font-weight:bold;
}*/

p {
	display:block;
	margin:5px 5px 0 10px;
}

ul {
	margin:0 27px 10px 10px;
	padding:0 0;
	list-style:none;
}

ul.forms {
	margin:10px 0 15px 30px;
	padding:0 0;
	list-style:url(../img/icon/pdf_small.png);
	vertical-align:baseline;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#848481;
	text-decoration:none;
}

a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#848481;
	text-decoration:underline;
}

a.blu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#444c6e;
	text-decoration:none;
}

a.blu:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#929bbf;
	text-decoration:none;
}

a.red {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#990000;
	text-decoration:none;
}

a.red:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
	text-decoration:none;
}

a.orange {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#336600;
	text-decoration:none;
}

a.orange:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#339900;
	text-decoration:none;
}

a.subMenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#444c6e;
	text-decoration:none;
	border-left:#929bbf solid 3px;
	border-bottom:#929bbf solid 1px;
	display:block;
	text-align:left;
	padding:2px 0 2px 10px;
	margin-left:5px;
}

a.subMenu:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#929bbf;
	text-decoration:none;
	border-left:#444c6e solid 3px;
	border-bottom:#444c6e solid 1px;
	display:block;
	text-align:left;
	padding:2px 0 2px 10px;
	margin-left:5px;
}

a.adm_menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background:#d5cfb9;
	color:#848481;
	text-decoration:none;
	padding:2px 0 2px 4px;
	border-bottom:#848481 dotted 1px;
	border-left:#848481 solid 3px;
	display:block;
}

a.adm_menu:hover {
	color:#fff;
	font-size:11px;
	border-left:#CC9900 solid 3px;
}

td a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#848481;
	text-decoration:none;
}

td a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#555;
	text-decoration:none;
}

td a.adm {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#848481;
	text-decoration:none;
	padding-left:20px;
	background:url(../img/icon/save.png) no-repeat left center;
}

td a.adm:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#555;
	text-decoration:none;
	padding-left:20px;
	background:url(../img/icon/save.png) no-repeat left center;
}

td a.adm2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#848481;
	text-decoration:none;
}

td a.adm2:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#555;
	text-decoration:none;
}

/********************* tabella fees */

td.fees_titolo {
	background:#2E2E54;
	color:#fff;
	font-weight:bold;
	height:30px;
}

td.blocco_sinistra {
	font-size:16px;
	font-weight:bold;
	border:#2E2E54 solid 1px;
	color:#2E2E54;
	width:130px;
}

td.capitoli {
	font-size:10px;
	font-weight:bold;
	border-bottom:#2E2E54 solid 1px;
	border-right:#2E2E54 solid 1px;
	color:#2E2E54;
	height:60px;
	width:200px;
	text-transform:uppercase;
}

td.blocco_euro {
	font-size:16px;
	font-weight:bold;
	border-left:#2E2E54 solid 1px;
	border-right:#2E2E54 solid 1px;
	border-bottom:#2E2E54 solid 1px;
	color:#2E2E54;
	padding-right:20px;
}

td.sotto_capitoli {
	font-size:10px;
	font-weight:bold;
	border-bottom:#2E2E54 solid 1px;
	border-right:#2E2E54 solid 1px;
	color:#2E2E54;
	text-transform:uppercase;
}

td.capitoli_testi_1 {
	font-size:10px;
	font-weight:normal;
	border-bottom:#2E2E54 solid 1px;
	border-right:#2E2E54 solid 1px;
	border-left:#2E2E54 solid 1px;
	color:#2E2E54;
	text-transform:uppercase;
}

td.capitoli_testi {
	font-size:10px;
	font-weight:normal;
	border-bottom:#2E2E54 solid 1px;
	border-right:#2E2E54 solid 1px;
	color:#2E2E54;
	text-transform:uppercase;
}

td.capitoli_testi_extTitle {
	font-size:10px;
	font-weight:normal;
	border-bottom:#2E2E54 solid 1px;
	border-right:#2E2E54 solid 1px;
	border-left:#2E2E54 solid 1px;
	color:#2E2E54;
	text-transform:uppercase;
	height:30px;
}

td.ext1 {
	font-size:10px;
	font-weight:normal;
	border-right:#2E2E54 solid 1px;
	border-bottom:#2E2E54 solid 1px;
	color:#2E2E54;
	text-transform:uppercase;
	height:30px;
	width:124px;
}

td.ext2 {
	font-size:10px;
	font-weight:normal;
	border-right:#2E2E54 solid 1px;
	border-bottom:#2E2E54 solid 1px;
	color:#2E2E54;
	text-transform:uppercase;
	height:30px;
}

td.ext3 {
	font-size:10px;
	font-weight:normal;
	border-bottom:#2E2E54 solid 1px;
	color:#2E2E54;
	text-transform:uppercase;
	height:30px;
}

/* CSS Livelli */

#main_offline {
	width:740px;
	background:#fff url(../img/bg_header.jpg) repeat-x;
	border:#848481 solid 1px;
	margin-top:30px;
}

#main_offline span{
	color:#990000;
	display:block;
	width:90%;
	margin:10px 0 10px 0;
}

#all {
	text-align:center;
}

#main {
	width:740px;
	background:url(../img/bg_main.png) repeat-y;
	margin: auto;
}

#header {
	width:740px;
	height:95px;
	background:#fff url(../img/bg_header.jpg) repeat-x;
}

#header td {
	text-align:center;
}

#content {
	width:740px;
	background:#f8f7f3 url(../img/bg_content.jpg) repeat-x;
}

#visual{
	width:740px;
	/*margin-left:2px;*/
}

#body {
	background:#f8f7f3 url(../img/bg_body.jpg) no-repeat center top;
	min-height:350px;
	margin:5px 0 0 0;
	padding:10px 0 10px 0;
}

#footer {
	background:url(../img/bg_footer.jpg) repeat-x;
	width:740px;
	height:84px;
}

#footer div.content {
	text-align:left;
	padding:30px 5px 0px 5px;
}

div.login_riga{
	background:url(../img/login_riga.jpg) no-repeat;
	height:2px;
	margin:5px 0;
}

div.menuV{
	background:url(../img/bg_menuV.jpg) no-repeat center;
	width:217px;
	height:243px;
	text-align:center;
}

div.visual {
	background:url(../img/visual.jpg) no-repeat center top;
	width:510px;
	height:243px;
}

td.separatore {
	background:url(../img/separatore.jpg) repeat-y;
	width:39px;
}

/*td.colSIX {
	width:214px;
	vertical-align:top;
	text-align:left;
}

td.colSIX span {
	display:block;
	text-align:left;
	color:#333;
}

td.colSIX span.title {
	display:block;
	text-align:left;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:10px;
}

td.colSIX span.pollOption {
	display:block;
	text-align:left;
	color:#333;
	padding-left:10px;
}

td.colSIX span.pollButtons {
	display:block;
	text-align:center;
	margin-top:20px;
}

td.colSIX span.response {
	display:block;
	text-align:center;
}

td.colSIX span.areas {
	display:block;
	width:auto;
	margin:5px 5px;
}

td.colDEX{
	vertical-align:top;
	text-align:left;
}*/

td.colDEX {
	width:214px;
	vertical-align:top;
	text-align:left;
}

td.colDEX span {
	display:block;
	text-align:left;
	color:#333;
}

td.colDEX span.title {
	display:block;
	text-align:left;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:10px;
}

td.colDEX span.pollOption {
	display:block;
	text-align:left;
	color:#333;
	padding-left:10px;
}

td.colDEX span.pollButtons {
	display:block;
	text-align:center;
	margin-top:20px;
}

td.colDEX span.response {
	display:block;
	text-align:center;
}

td.colDEX span.areas {
	display:block;
	width:auto;
	margin:5px 5px;
}

td.colSIX{
	vertical-align:top;
	text-align:left;
}

div.polls {
	border-bottom:#999 dotted 1px;
	padding-bottom:5px;
	margin-left:10px;
	margin-bottom:20px;
}

div.contents {
	padding-bottom:5px;
	margin:0 10px 10px 0;
	text-align:center;
}

div.comunications {
	background:url(../img/com_bg.jpg) repeat-y;
	width:428px;
	color:#444c6e;
	text-align:left;
	margin:0 0 10px 25px;
	min-height:105px;
}

div.comunications a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#444c6e;
	text-decoration:none;
}

div.comunications a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#929bbf;
	text-decoration:none;
}

div.comunications p.separatore {
	border-bottom:#C2C6D7 dashed 1px;
	padding:0 0 5px 0;
	width:95%;
}

div.news{
	background:url(../img/news_header.jpg) no-repeat top left;
	margin:0 0 10px 20px;
}

div.newsFooter{
	background:url(../img/news_footer.jpg) no-repeat bottom left;
	color:#333;
	padding:7px;
	margin:0 0 0 0;
}

div.newsFooter div.border {
	border-bottom:#999999 dotted 1px;
	width:420px;
	padding:5px 0;
}

div.newsFooter div.border td {
	color:#444c6e;
}

div.newsFooter td.liste {
	padding:3px 0;
	cursor:pointer;
	border-bottom:#CCCCCC dotted 1px;
}

div.newsFooter td.paginazione {
	padding:3px 0;
	text-align:center;
	font-size:9px;
}

div.newsFooter div.content {
	width:420px;
	padding:10px 4px;
	margin:0 0 0 0;
	min-height:120px;
}

div.categorie{
	margin:0 0 10px 20px;
}

div.classi {
	border-bottom:#999999 dotted 1px;
	width:420px;
	padding:10px 0 5px 0;
	margin:0 7px;
	color:#444c6e;
}

div.adm_title {
	display:block;
	margin-bottom:10px;
	margin-right:10px;
	padding-left:10px;
	border-bottom:#848481 solid 1px;
	font-size:14px;
	font-weight:bold;
}

div.adm_content {
	display:block;
	margin-bottom:10px;
	margin-right:10px;
	padding-left:10px;
	width:540px;
}

div.adm_content th {
	padding:3px 0;
	border-bottom:#848481 solid 1px;
}

div.adm_content td.liste {
	padding:3px 0;
	cursor:pointer;
	border-bottom:#CCCCCC dotted 1px;
}