/* CSS Document */
body{
	margin:0 auto;
	padding:0;
	font:10px arial;
	color:#000000;
	background:  #b1def5 url(../images/bozza_modifiche_new.gif) repeat-x;
	height:770px;
	line-height:10px;
}
.menu_sup{
float:right; 
width:450px;
margin-right:46px;
margin-top:20px;

}
.menu_sup td{
width:90px;
text-align:center;
}
.banda_top{
	height:250px;
	width:100%;
	background: url(../images/sfondo_banda.gif) repeat-x;
	background-position:top;
}
.pagina{
	width:780px;
	margin:0 auto;
	padding:0px;
	background-color:white;
}
.pulsantiera{
	background:url(../images/taglio_cat_03.gif) no-repeat left;
	height:68px;
	width:774px;
	margin:0px;
	padding:0px;
	margin-left:3px;
}
.menu_top{
	 padding-top:15px;
	 float:right;
	 margin-right:0px;
	 font:14px Arial, Helvetica, sans-serif;
	 color:#064797;
	 text-align:center;
	 font-weight:bold;
}
.menu_top ul{
	 float:right;
	 list-style:none;
	 font:14px Arial, Helvetica, sans-serif;
	 color:#064797;
	 text-align:center;
	 padding-right:40px;
	 font-weight:bold;
}
.menu_top li{
	 float:right;
	 list-style:none;
	 height:53px;
	 width:120px;
	 font:14px Arial, Helvetica, sans-serif;
	 color:#064797;
	 text-align:center;
	 margin-right:5px;
	 font-weight:bold;
}


.footer{
	background:url(../images/footer_36.gif) no-repeat;
	width:757px;
	height:217px;
	margin:0 auto;
	padding:0px;
	sborder:1px solid cyan;
}
.contenuto{
	width:754px;
	sborder:1px solid cyan;
	background-color:#FFFFFF;
	margin-left:13px;
	margin-top:0px;
	padding-top:0px;
}
.testata{
	width:780px;
}
.colonna_sx{
	width:340px;;
	float:left;
	margin-left:12px;
}
.colonna_dx{
	width:390px;
	float:right;
	margin-right:0px;
}
.colonna_dx_interna{
	width:730px;
	border:0px solid red;
	margin-right:0px;
}

.title{
	font:18px Arial, Helvetica, sans-serif;
	color:#c96357;
}
.cont_art{
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
}
.title_footer{	
	height:30px;
	width:50px;
}
.box_new{
	width:250px;
	padding-bottom:5px;
	padding-top:5px;
}
.box_new_1{
	padding-top:20px;
}
.bandiere a{
	border:0px dotted ;
	padding-top:100px;
}
.bandiere a:hover{
	height:100px;
	width:100px;
	border:0px dotted red;
	margin:0;
}
.intestazione{
	color:#e8e9ea;
	font-size:9px;
	height:10px;
	sborder:1px solid cyan;
	padding-top:50px;
	padding-left:60px;
}
form {
margin:0px;
padding:0px;


}



#container {
	padding:20px;
}

/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(../images/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(../images/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(images/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(images/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(../images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
	margin-top:10px;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
.casella{
	font:10px Arial, Helvetica, sans-serif;
	color:#6666FF;
}
.campo_testo{
	height:9px;
}

.combo{
border-left: 1px solid #DEDEDE;
border-right: 1px solid #DEDEDE;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
font-family: Verdana, Serif; 
text-decoration: none;
text-transform: none;
color: #0777B9;
background: #EEEEEE;
font-size:10px;
}

.combo_sel{
border-left: 1px solid #DEDEDE;
border-right: 1px solid #DEDEDE;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
font-family: Verdana, Serif; 
text-decoration: none;
text-transform: none;
color: #FFFFFF;
background: #c96357;
font-size:10px;
}

.colonna {
width:230px; 
background-color:#e3eaed;
border-right:14px solid white;
border-left:14px solid white;
}

.tab_menu {
width:250px;

}
.tab_menu  td,tr{
border-bottom:1px solid white;
height:20px;

}
.foot{
	background: url(../images/bozza_modifiche_new_03.gif)   no-repeat center;
	width:750px;
	height:60px;
	border: 8px solid white;
	
}
.titolo_last_update{
	font:14px Arial, Helvetica, sans-serif;
	color:#000066;
	font-weight:bold;
}
.titolo_login_ok{
	font:13px Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight:bold;
}
.titolo_update{
	font:13px Arial, Helvetica, sans-serif;
	color:#1054a5;
	font-weight:bold;
}
.titolo_update a{
	font:13px Arial, Helvetica, sans-serif;
	color:#1054a5;
	font-weight:bold;
	text-decoration:none;
}
.titolo_update a:link{
	font:13px Arial, Helvetica, sans-serif;
	color:#1054a5;
	font-weight:bold;
	text-decoration:none;
}
.titolo_update a:active{
	font:13px Arial, Helvetica, sans-serif;
	color:#1054a5;
	font-weight:bold;
	text-decoration:none;
}
.titolo_update a:visited{
	font:13px Arial, Helvetica, sans-serif;
	color:#1054a5;
	font-weight:bold;
	text-decoration:none;
}
.titolo_update a:hover{
	font:13px Arial, Helvetica, sans-serif;
	color:#1054a5;
	font-weight:bold;
	text-decoration:none;
}
A.newsletter:link {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.newsletter:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.newsletter:hover {
	TEXT-DECORATION: none;
	color: #000000;
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}

