/* CSS OT-J-CMS */
body{
	margin:0px;
	background-color:#F3F3F3;
	background-image: url(../../../images/frontEnd/csm/sfondo_esterno.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family:Arial,Helvetica,sans-serif;
	font-size: small;
	color: #666666;
}
/* common*/
.otclear {
	clear: both;
}
a {
color:red;
	text-decoration: none;
}
a:hover {
	color:red;
	text-decoration: underline;
}
/*struttura*/
#otenvelop{
	width:950px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-image:  url(../../../images/frontEnd/csm/sfondo_ombre.gif);
	background-repeat: no-repeat;
}
#otlogo{
	background-image: url(../../../images/frontEnd/csm/logo.jpg);
	background-repeat: no-repeat;
	width: 267px;
	height: 145px;
}
#otlogo_print{
	display: none;
}
#othead{
	width: 935px;
	height: 183px;
	padding-left: 8px;
}
/*contenitore 2 colonne*/
#otcontainer{
	clear: both;
	width: 950px;
	background-image:url(../../../images/frontEnd/csm/fondo_pagina.jpg);
	background-repeat: repeat-y;
}
#otcontainer2{
	background-image: url(../../../images/frontEnd/csm/logo_sfondo.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#otleftnav {
	width: 267px;
	margin: 0;
	float:left;
}
#otcontent {
	background-image:  url(../../../images/frontEnd/csm/sfondo_ombre.gif);
	background-repeat: no-repeat;
	background-position: -267px -228px;
	width: 683px;
	float:left;
}
/* box main*/
#otmain{
	text-align: justify;
	line-height: 125%;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 35px;
	font-size: 0.9em;
	line-height: 140%;
}
/*.otmainup{
	background-image: url(../../images/main_up.gif);
	height: 15px;
	width: 702px;
	}
.otmainbot{
	background-image: url(../../images/main_bot.gif);
	height: 15px;
	width: 702px;
}*/
#otmain h1{
	background-image: url(../../../images/frontEnd/csm/linea_titolo.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-top:-5px;
	height: 28px;
	font-size: 1.2em;
	color: #1570d7;
}
/* menu top*/
#otmenuup{
	margin: 0;
	padding-left: 8px;
	width: 935px;
	background-image: url(../../../images/frontEnd/csm/fascia_azzurra.jpg);
	background-repeat: no-repeat;
	background-position: 8px;
	height: 26px;
}
#otmenuup  ul {
	line-height: 26px;
}
#otlingua{
	float: right;
	width: 90px;
	padding-top: 4px;
	padding-right: 25px;
	text-align: right;
}

/* menu sx */
#otmenusx{
	font-size: 1em;
	padding-left: 10px;
}
#otmenusx a{

}
#otmenusx  ul{
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
	display: block;
	border: 0;
}
#otmenusx ul li{
	font-weight:bold;
	margin:0px;
	border-top: 1px solid #d3d3d3;
	margin-bottom: 5px;
	padding-top: 5px;
}
#otmenusx ul ul li{
	border: 0;
}
#otmenusx ul ul ul li{
	border: 0;
}
/* livello 1*/
#otmenusx ul li a{
	margin-left: 5px;
	padding-left: 20px;
	display:block;
	height: 24px;
	font-size: 1em;
	color: #666666;
	text-decoration: none;
	background-image: url(../../../images/frontEnd/csm/freccina.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-top: 0px;
}
#otmenusx ul li a:hover{
	background-image: url(../../../images/frontEnd/csm/freccina_blu.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	color: #1570D7;
}
/* livello 2 */
#otmenusx ul ul {
	padding-left:15px;
}
#otmenusx ul ul li{
	font-weight: normal;
}
#otmenusx ul  ul li a{
	background-image: url(../../../images/frontEnd/csm/freccina.gif);
	background-repeat: no-repeat;
}
#otmenusx ul  ul li a:hover{
	color: #1570D7;
}
/*livello 3*/
#otmenusx ul ul ul{
	clear: left;
	padding-left:20px;
	border: 0;
}
#otmenusx ul ul li  ul li a{
	background-image: url(../../../images/frontEnd/csm/freccina.gif);
	background-repeat: no-repeat;
}
#otmenusx ul  ul li  ul li a:hover{
	color: #1570D7;
}
/* page element*/
#otbriciole{
	margin-top:20px;
	padding-left: 30px;
	display: inline;
	float: left;
}
#otbriciole a {
	color: Red;
	text-decoration: none;
}
#otbriciole a:hover {
	color: Red;
	text-decoration: underline;
}
#otprint{
	margin-top:20px;
	float: right;
	padding-right: 40px;
}
/* menu bottom*/
#otmenubot{
	height: 20px;
	line-height:20px;
}
#otmenubot  ul{
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
}
#otmenubot li{
	display:inline;
	color: #666666;
	font-size: 0.7em;
}
#otmenubot li a{
	color:#666666;
	text-decoration:none;
	padding: 2px 10px 2px 10px;
}
#otmenubot li a:hover{
	color:red;
}
#otfooterout{
	clear: both;
	height: 87px;

}
#otfooterin{
	width: 950px;
	height: 87px;
	margin: auto;
	color: #666666;
	font-size: 0.8em;
	background-image: url(../../../images/frontEnd/csm/footer.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
	}
.otnews_prima{
	width: 613px;
	
}
.otnews_primahead{
	height: 10px;
	background-image: url(../../../images/frontEnd/csm/parentesi_sopra.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.otnews_primacenter{
	padding-left: 5px;
	padding-right: 5px;
}
.otnews_primacenter img{
	float: right;
	border: 1px #CECFCE solid;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.otnews_primafoot{
	height: 10px;
	background-image: url(../../../images/frontEnd/csm/parentesi_sotto.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.otnews_articoli{
	width: 100%;
	padding-bottom: 5px;
	padding-top: 10px;
	}
.otnews_articolo{
	width: 195px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #1570D7;
	text-align: left;
	font-size: 0.95em;
	}
.otnews_articolo h2{
	font-size: 1.0em;
	font-weight: bold;
	color: #1570D7;
	margin-top: 4px;
	margin-bottom: -10px;
	padding: 0;
	}	
.otnews_articolo img{
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
}
#otnewsbox {
	margin-top: 5px;
	width: 613px;
	padding-bottom: 15px;
}
#otnewsbox_title{
	color: #1570D7;
}
.otnews{
	padding-bottom: 10px;
	border-bottom: 1px;
	border-bottom-style: dashed;
}
.otnews h2{
	line-height: 20px;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 1.0em;
	font-weight: bold;
	color: #1570D7;
}
.otnews a{
color: red;
}
.otnewsimg{
	padding: 2px;
	margin-right:5px;
	background-color: #FFFFFF;
	border: 1px solid #f3f3f3;
	float: left;
}
.otmore{
	margin-left: 10px;
}
#otlogin{
	text-align: center;
	/*height: 207px;*/
	background-image: url(../../../images/frontEnd/csm/area_ris_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 15px;
}
#otlogin_lucchetto{
	background-image: url(../../../images/frontEnd/csm/area_ris.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#otlogin form{
	padding-left:10px;
	margin:0;
	height: 110px;
	background-image: url(../../../images/frontEnd/csm/login_form_bk.gif);
	background-repeat: no-repeat;
	margin-bottom: -20px;
}
#otlogin input{
font-size: 0.8em;
	width: 120px;
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #BCBCBC;
	border-top: 1px solid #BCBCBC;
	margin:auto;
		
}
#otlogin label{
	display: block;
}
#otlogin .getin{
	background-color: White;
	width: auto;
	color:#666666;
	border: 0;
	font-weight: bold;
	float: right;
	margin-right: 15px;
}
#otlogin a.getin{
	padding: 2px;
	margin-top:5px;
	width: 112px;
	background-color: transparent;
	border: 0;
	display: block;
	margin:auto;
	float: none;
}
			
/* forzo colore per errore */
#otform .txtinput1er , .txtinput2er  {
	background-color: #EA4054;
}
#otform{
	margin: 0;
	padding: 0;
}
#otform label{
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 10px 0px 0px;
	/*width: 300px;*/
	padding-top: 0px;
	/*text-align: right;*/
}
#otform input{
   margin-top: 10px;
	border: 1px solid;
	border-color: #CECFCE;
	color: #666666;
}
#otindice {
	width: 100%;
	padding-bottom: 10px;
}
#otindice_title{
	background-repeat: no-repeat;	
	background-position: top;
	height: 30px;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 4px;
	color: #1570D7;
}
.otindice{
	padding-bottom: 5px;
	border-bottom: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BCBCBC;
	background-image: url(../../../images/frontEnd/csm/freccina.gif);
	padding-top: 6px;
	background-repeat: no-repeat;
	background-position: 0px;
	text-indent: 15px;
}
.otindice h2{
	margin-bottom:0px;
	font-size: 1.0em;
	font-weight: bold;
}
.otindice a{
	color: red;
}



/* ----------- modifica di mauro sartor --------- */


#otlogo { display: none ; }
#otlogin_lucchetto { display: none; }
 
.otg {display: none; } 
 
#otmain h1 { display: none; }
 
#otmenusx {
 background-color: lightblue; 
 margin-left: 8px;
 margin-right: 1px;
 morgin-bottom: 0px;
 padding-left: 0px;
 }
#otmenusx ul li a{  
   color: #000000; 
   }     
#otmenusx ul  ul li a { 
    color: black;
    font-size: 11px;
     }
#otmenusx ul  ul li a:hover{ 
    color: red;
    background-color: white;
    font-size: 11px;
    }
#otmenuup { background-image: none ; background-color: #c0c0c0; margin-left: 8px; width: 927px ; }
 
#otlogin { color: black;
    background:  #c0c0c0; 
    margin-left: 8px;
    margin-top: 0px;
 } 
         
#otlogin .getin { background-color: #c0c0c0;
     color: black ;
  }
 
#otlogin .getin { color: black; } 