@import url('contenuti.css');

body {
	background-image: url(../../img/common/bg_pg.gif);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.pulsante {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(../../img/common/pulsante_o.png);
	background-image: url(../../img/common/pulsante_n.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 86px;
	text-align: center;
	line-height: 12px;
	padding-top: 3px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
a.pulsante:hover {
	background-image: url(../../img/common/pulsante_o.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
.error {
	color: #CC0000;
}
.container .centrale {
	width: 925px;
	background-color: #FFFFFF;
	vertical-align: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.container  .top   {
	background-color: #2a355b;
	height: 151px;
	background-repeat: repeat-y;
}
.container .sx {
	background-image: url(../../img/common/bg_sx.gif);
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
}
.container .dx {
	background-image: url(../../img/common/bg_dx.gif);
	background-repeat: repeat-y;
	background-position: left;
	vertical-align: top;
}
#header a {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#header a.home {
	display: block;
	height: 21px;
	width: 58px;
	text-align: center;
	padding-top: 130px;
	color: #2A355B;
	background-image: url(../../img/common/header/bt_home_o.gif);
	background-image: url(../../img/common/header/bt_home.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header a.home:hover {
	background-image: url(../../img/common/header/bt_home_o.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainMenu {
	background-color: #4360a0;
	width: 710px;
}
#mainMenu  td {
	text-align: center;
}
#mainMenu  a.sezione {
	color: #FFFFFF;
	height: 20px;
	padding-top: 6px;
	display: block;
	background-image: url(../../img/common/header/m_barretta.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 4px;
	padding-left: 3px;
	white-space: nowrap;
}
#mainMenu a.sezione:hover, .voce:hover a.sezione, .over a.sezione {
	background-color: #eb6915;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainMenu a.ultimo {
	background-image: none;
}
#mainMenu .voce {
	position: relative;
	z-index: 200;
}
#mainMenu .voce ul {
	list-style-type: none;
	padding: 0px;
	position: absolute;
	width: 240px;
	background-color: #556394;
	display: none;
	margin: 0px;
	left: 0px;
	text-align: left;
	border: 1px solid #313e6b;
	list-style-image: none;
	line-height: normal;
}
#mainMenu .voce ul.finale {
	left: auto;
	right: 0px;
}
#mainMenu .voce:hover ul, #mainMenu .over ul {
	display:block;
}
.voce li a {
	display: block;
	font-weight: normal!important;
	padding-right: 7px;
	padding-left: 17px;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #848ead;
}
.voce li a:hover {
	background-color: #2a355b;
}
#banner {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a7b2ca;
	padding-top: 3px;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}
#banner iframe {
	height: 22px;
	width: 705px;
}
.contsSx {
	background-image: url(../../img/common/left/bg.gif);
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 204px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
}
.contsSx .box {
	width: 195px;
	margin-bottom: 10px;
}
.contsSx .box .title {
	background-image: url(../../img/common/left/box_title.png);
	height: 25px;
	vertical-align: middle;
	font-size: 16px;
	padding-right: 5px;
	padding-left: 5px;
	color: #f56200;
}
.contsSx .box .top {
	background-color: transparent;
	background-image: url(../../img/common/left/box_top.png);
	background-repeat: no-repeat;
	height: 8px;
}
.contsSx .box .mid {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.contsSx .box .down {
	background-image: url(../../img/common/left/box_down.png);
	height: 8px;
}
.contsSx .login {
	margin-bottom: 2px;
}
.login form {
	margin: 0px;
	padding: 0px;
}
.login label {
	margin-bottom: 5px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3;
	color: #4360a0;
}
.login input, #searchForm input {
	width: 175px;
	display: block;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	font-weight: normal;
}
.registrati p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 11px;
}
.registrati a {
	font-weight: bold;
}
.registrati ul {
	list-style-type: none;
	list-style-image: url(../../img/common/ar_bull.gif);
	margin: 5px;
	line-height: normal;
	text-transform: uppercase;
	font-size: 11px;
}
.registrati li {
	margin-bottom: 10px;
}
.registrati ul a {
	color: #4360A0;
}
.registrati ul a:hover {
	color: #E65611;
}
a.cerca {
	text-transform: uppercase;
	background-image: url(../../img/common/left/cerca_o.png);
	background-image: url(../../img/common/left/cerca_n.png);
	height: 18px;
	width: 195px;
	padding-top: 7px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a.cerca:hover {
	background-image: url(../../img/common/left/cerca_o.png);
}
.footerSx {
	background-color: #4360a0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../../img/common/footer/sx_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
	height: 36px;
	width: 174px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
	padding-left: 40px;
	font-weight: bold;
	font-size: 11px;
}
.footerDx {
	background-color: #2a355b;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	padding-right: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.footerDx a {
	text-transform: uppercase;
	color: #7197eb;
	text-decoration: none;
	font-size: 10px;
}
.footerDx a:hover {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
