@charset "utf-8";
/* CSS Document */

/*---------------------------------*/
/* STRUCTURE & TAGS */
/*---------------------------------*/


body {
	-webkit-font-smoothing: antialiased;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background: #04305F url(images/bg.jpg) no-repeat fixed center top ;
	color: #2C80A4;
}

#header {
	background: transparent url(images/bg_header.png) no-repeat 0px 0px;
	height: 146px;
	width: 950px;
	margin: 0px auto;
	padding: 15px 15px;
	position: relative;
}

#body {
	width: 970px;
	margin: 0px auto;
	padding: 0 5px;
	position: relative;
	background: transparent url(images/bg_body.png) 0 0;
}

#body #top_body {
	width: 970px;
	height: 3px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 5px;
	padding: 0px;
	background: transparent url(images_ie6/shadow.gif) 0 0;
}

#content {
	width: 980px;
	padding: 0px;
	background: transparent url(images/shadow_body.jpg) 0 0;
	
}

#content #colsx{
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

#content #coldx{
	float: left;
	width: 750px;
	margin: 20px 10px;
	padding: 0;
}

#content #col{
}

#footer {
	width: 980px;
	height: 49px;
	margin: 5px auto;
	padding: 0px;
	background: transparent url(images/bg_footer.png) 0 0;
}

#footer p {
	color: #fff;	
	text-align: center;	
	padding: 10px;
	margin: 0px;
}
#footer a {
	color: #fff;	
}
/* tags */

h1, h2, h3 {
	margin: 0;
	/*text-transform: uppercase;
	letter-spacing: .15em;*/
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}
p {
	font-size: 12px;	
}

a {
	text-decoration: none;
	color:#2C80A4;
}

a:hover {
	text-decoration: underline;
	background: none;
}

img {
	border: 0px;	
}
/*---------------------------------*/
/* UTILITY */
/*---------------------------------*/

.left {
	float: left;
}
.right {
	float: right;
}
.hr {
	margin: 0px 0px;
	padding: 0px;
	border-bottom:1px solid #cccccc;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height: 1px;
	font-size: 0px;
	display:block;
}
.hrlight {
	margin: 0px 0px;
	padding: 0px;
	border-bottom: 1px dashed #cccccc;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	font-size: 0px;
	display:block;
}
.white {
	border-color: #ffffff;
}
.dark {
	border-color: #999999;
}
.red {
	border-color: #ff3300;
}
.big {
	border-bottom-width: 2px;
}
.clearer {
	line-height: 0px;
	height: 0px;
	margin: 0;
	font-size: 0;
	clear: both;
}
.spacer {
	margin: 0;
	font-size: 0;
	clear:none;
}
.five {
	line-height: 5px;
	height: 5px;
}
.ten {
	line-height: 10px;
	height: 10px;
}
.twenty {
	line-height: 20px;
	height: 20px;
}

.diag_line {
	background: url(images/bg_diag_line_50.png) 0 0; 	
}

/*---------------------------------*/
/* HEADER						   */
/*---------------------------------*/


#header #logo {
	position: absolute;
	top: 10px;
	left: 27px;
}
#header #logo_cng {
	position: absolute;
	top: 10px;
	right: 10px;
}

#header #login_area {
	font-size: 11px;
	position: absolute;
	right: -5px;
	bottom: -8px;
	display: block;
	height: 32px;
	width: 441px;
	padding: 14px 0px 0px 50px;
	background: transparent url(images/bg_login.png) no-repeat 0 0;
	z-index: 100;	
}
#header #login_area input{
	margin: 0px 5px;
	height: 10px;
	width: 95px;
	font-size: 9px;
}
#header #login_area input.login{
	margin: 0 0 0 27px;
	padding: 0;
	height: 20px;
	width: 49px;
	text-indent: -1000em;
	background: transparent url(images/button_login.png) no-repeat 0 0;
	border: none;
	cursor:pointer;
}
#header #login_area a.button_help{
	position: absolute;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 20px;
	font-size: 14px;
	text-indent: -1000em;
	background: transparent url(images/help_button.png) no-repeat 0 0;
}
/*---------------------------------*/
/* CONTENT						   */
/*---------------------------------*/

/* col sx  */

#content #colsx ul#menu_primario {
	padding: 0;
	margin: 0;
}

#content #colsx ul#menu_primario li {
	display: block;
	list-style-type:none;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#content #colsx ul#menu_primario li a.first {
	padding-top: 30px;	
}
#content #colsx ul#menu_primario li:hover ul {
	display: block;	
}
#content #colsx ul#menu_primario li a{
	font-weight: bold;
	display: block;
	padding: 7px 15px;
	border-bottom: dashed 1px #2C80A4;
	background: transparent url(images/bg_menu.png) repeat-y 0 0;
	position: relative;
}
.arrowdiv{
	position: absolute;
	right: 2px;
	background: transparent url(arrow.gif) no-repeat center right;
}

#content #colsx ul#menu_primario li ul {
	padding: 0;
	margin: 0;
	background: transparent url(images/bg_menu_sec.png) repeat-y 0 0;
}

#content #colsx ul#menu_primario li ul li {
	list-style-type:none;
	text-align: right;
	margin: 0px;
	padding: 0px;
	
}
.shadow{
	background: transparent url(images/shadow.png) repeat-x 0 0;
}

#content #colsx ul#menu_primario li ul {
	display: none;
}
#content #colsx ul#menu_primario li ul li a{
	font-weight: bold;
	font-size: 10px;
	display: block;
	padding: 5px 15px;
	border-bottom: dashed 1px #2C80A4;
	background: none;
}


#content #colsx ul#menu_primario li a.last_voice {
	border: none;	
}

/* col dx  */

#baloon_login {
	float: left;
	display: block;
	background: url(images/baloon_login.png) no-repeat 0 0;
	width: 731px;
	height: 33px;
	text-align: center;
	margin: 5px 20px;
	padding-top: 27px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}
#baloon_info {
	float: left;
	display: block;
	background: url(images/baloon_info.png) no-repeat 0 0;
	width: 731px;
	height: 135px;
	text-align: center;
	margin: 5px 20px;
	padding-top: 35px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.wip {
	position: absolute;
	top: 10px;
	left: 23px;
	display: block;
	width: 550px;
	text-align: left;
	padding: 10px 0px 10px 130px;
	background: url(images/icona_wip.png) no-repeat left center;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}
#content #coldx .bacheca_full {
	display: block;
	width: 729px;
	margin: 10px;
	padding: 0px;
	float: left;
	position: relative;
	color: #fff;
}
#content #coldx .bacheca_full h2{
	background: transparent url(images/header_bacheca_full.png) no-repeat 0 0;
	font-size: 15px;
	text-align: left;
	color: #fff;
	display: block;
	width: 676px;
	min-height: 20px;
	margin: 0;
	padding: 8px 8px 4px 45px;
}
#content #coldx .bacheca_full .body{
	background: transparent url(images/body_bacheca_full.png) repeat-y 0 0;
	width: 709px;
	margin: 0;
	padding: 10px;
}
#content #coldx .bacheca_full .footer{
	background: transparent url(images/footer_bacheca_full.png) no-repeat 0 0;
	width: 729px;
	height: 6px;
	margin: 0;
	padding: 0;
}
#content #coldx .bacheca_half {
	display: block;
	width: 354px;
	margin: 10px;
	padding: 0px;
	float: left;
	position: relative;
	color: #fff;
}
#content #coldx .bacheca_half h2{
	background: transparent url(images/header_bacheca_half.png) no-repeat 0 0;
	font-size: 15px;
	text-align: left;
	color: #fff;
	display: block;
	width: 301px;
	min-height: 20px;
	margin: 0;
	padding: 8px 8px 4px 45px;
}

#content #coldx .bacheca_half .body{
	background: transparent url(images/body_bacheca_half.png) repeat-y 0 0;
	width: 334px;
	margin: 0;
	padding: 10px;
}
#content #coldx .bacheca_half .footer{
	background: transparent url(images/footer_bacheca_half.png) no-repeat 0 0;
	width: 354px;
	height: 6px;
	margin: 0;
	padding: 0;
}
.icona {
	position: absolute;
	top: -10px;
	left: -10px;	
}

.body ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/dot_big.png);
	margin: 0px;
	padding: 0px;	
}

.body ul li{
	margin: 0px 0px 0px 20px;
	padding: 10px 0px;
	border-bottom: solid 1px #fff;
	position: relative;
}



.body .paginazione{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 0px 0px 0px 20px;
	padding: 10px 0px;
	border-bottom: none;
	position: relative;
}

.body .notizia{
	border-bottom: solid 1px #fff;
	margin: 0px 0px 20px 0px;
}

.body .paginazione a:link, .body .paginazione a:visited {
	color: #fff;
	text-decoration: underline;
}
.body .paginazione a:hover, .body .paginazione a:active {
	color: #fff;
	text-decoration: none;
}

.body .allegato {
	background: url(images/icona_allegato.png) no-repeat center left;
	margin: 10px;
	padding: 7px 0px 7px 32px;
	font-weight: bold;
	font-size: 11px;
}

.body .link {
	background: url(images/icona_link_piccola.png) no-repeat center left;
	margin: 10px;
	padding: 7px 0px 7px 32px;
	font-weight: bold;
	font-size: 11px;
}


/*news*/

.news h3, .news p {
	margin: 0px 70px 0px 0px;
	padding: 0px;
	position: relative;
}

.news h3 {
	font-size: 12px;
}
.news h3 span {
	position: absolute;
	right: 0px;	
	font-size: 10px;
}
.news p {
	font-size: 10px;
	
}
.news a:link, .news a:visited {
	color: #fff;
}
.news a:hover, .news a:active {
	color: #fff;
	text-decoration:underline;
}

.news .read_button_big:link, .news .read_button_big:visited {
	text-indent: -1000em;
	display: block;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 54px;
	height: 34px;
	background: url(images/read_button_big.png) no-repeat 0 0;
}

.news .read_button_big:hover, .news .read_button_big:active {
	background: url(images/read_button_big.png) no-repeat 0 -34px;
}

.news .back_button:link, .news .back_button:visited {
	text-indent: -1000em;
	display: block;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 134px;
	height: 20px;
	background: url(images/back_button.png) no-repeat 0 0;
}

.news .back_button:hover, .news .back_button:active {
	background: url(images/back_button.png) no-repeat 0 -20px;
}

/* ALBO */

.albo {
	font-size: 10px;	
}
.albo table td{
		padding-bottom: 5px;
}
.albo input {
	width: 130px;
	height:	10px;
	font-size: 9px;
}

.albo .submit_albo {
	background: url(images/submit_albo.png) no-repeat 0 0;
	width: 134px;
	height:	20px;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	border: none;
	cursor:pointer;
}

.albo h4 {
	font-size: 10px;
	padding: 5px;	
}
.albo a:link, .albo a:visited {
	font-weight: bold;
	display: block;
	float: left;
	width: 15px;
	text-align: center;
	padding: 2px 1px;
	margin: 4px;
	border: dotted 1px #fff;
	color: #fff;	
}

.albo a:hover, a.albo:active {
	background: url(images/bg_50.png) 0 0;
}

/* CORSI */
.corsi a:link, .corsi a:visited {
	color: #fff;
}
.corsi a:hover, .corsi a:active {
	color: #fff;
	text-decoration:underline;
}

.corsi h4 {
	margin: 0px 70px 0px 0px;
	padding: 0px;
	position: relative;
}
.corsi h4 {
	font-size: 10px;
}

.corsi .read_button:link, .corsi .read_button:visited {
	text-indent: -1000em;
	display: block;
	position: absolute;
	top: 7px;
	right: 0px;
	width: 54px;
	height: 20px;
	background: url(images/read_button.png) no-repeat 0 0;
}

.corsi .read_button_big:hover, .corsi .read_button:active {
	background: url(images/read_button_big.png) no-repeat 0 -34px;
}

.corsi .read_button:hover, .corsi .read_button:active {
	background: url(images/read_button.png) no-repeat 0 -20px;
}

.contatti h4 {
	font-size: 14px;
	padding: 5px;
	margin: 10px 0px;	
}
