/* CSS Document */

/*  General rules */
	
img	{
	display: block;
	border: 0;
	text-align:center;
	vertical-align:middle;
	}

#footer img {
	vertical-align: middle;
	border: 0;
	}

	/*  Establish general layout parameters */
body	{
	background: #ddd url(/ops/img/bg_body.jpg) repeat;
	color: #bbbbbb;
	margin: 0;
	padding: 0;
	font-size:85%;
	border: 1px solid #bbbbbb;
	text-align: center;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	padding-bottom: 25px;
	}

#wrapper	{
	background: #F1F1F1;
	color: #333;
	margin: 5px auto;
	padding: 0;
	border: 1px solid #bbb;
	width: 760px;  
	}

html>#wrapper	{
	width: 760px;
	} 

#header	{
	background: #000000 url(/img/ops_per_lara.jpg) repeat;
	width:760px;
	height:110px;
	color: #333333;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	clear:both;
	}

#header img	{
	margin: 0;
	padding: 0;
	border: 0;
	}

#pagebody	{
	clear: both;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	color: #444444;
	background-color: #FFFFFF;
	}
	

#maincontent	{
	margin: 0;
	padding: 10px;
	background-color: #FFFFFF;
	}

html>#maincontent 	{
	width: 500px;
	} 

#maincontent p	{
	text-align:justify;
	padding: 15px;
	line-height: 1.5em;
	}
	
th	{
	font-weight: bold;
	}

#maincontent ol, #maincontent ul	{
	margin: .5em 0;
	padding-left: 10px;
	margin-left: 10px;
	}

#maincontent li	{
	line-height: 1.4;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-left: 15px;
	}

#maincontent ul ul li {
	margin-top: 10px;
	list-style: disc inside;
	vertical-align: top;
	margin-left: 15px;
	}

#footer {
	clear: both;
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 5px 7px 7px 10px;
	text-align: center;
	font-size: xx-small;
	font-size: x-small;	
	}

html>#footer	{
	font-size: x-small;
	} 

#footer p	{
	margin: 10px 0;
	padding: 0;
	}

#footer ul	{
	margin: 10px 0 0 0;
	padding: 0;
	}

#footer li	{
	display: inline;
	margin: 0;
	padding: 0 15px 0 0;
	text-align: center;
	border: 0;
	}	

code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	font-weight: normal;
	background: inherit;
	color: #333;
	}

	/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */
* html code	{
	font-size : 105%; 
	}

	/*  Typography */
h1, h4, h5, h6	{
	font-family: 	Avenir, "Gill Sans", Myriad, Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 2px;
	margin-left: 15px;
	letter-spacing: 1px;
	}
	
h2, h3 {
	font-family: 	Avenir, "Gill Sans", Myriad, Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 2px;
	margin-left: 15px;
	letter-spacing: 1px;
	}

#pagebody h1	{
    margin-top: 0;
    font-size:    medium;      
    }

html>#pagebody h1 	{
	font-size:  large;  
	} 

#pagebody h2	{
    margin-top: 35px; 
    font-size:    medium;     
    }

html>#pagebody h2 	{
	font-size:  large;  
	} 

#sidebar h2	{
	font-size: 16px;
	margin: 5px 0 0 0 ;
	}

h3	{ 
	font-size: small;      
	}

html>h3 	{
	font-size:  medium;  
	} 

h4	{
	font-weight: normal;
   	font-size: x-small;      
	font-size: small;  
	}

html>h4 	{
	font-size: small;  
	} 	

#sidebar h4	{
	margin: 0 0 15px 0;
	}

h5	{
     font-size:    xx-small;      
     font-size:    x-small;  
	}

html>h5 	{
	font-size:  x-small;  
	} 

h6	{
	margin: 0 0 25px 15px;
	padding: 0;
	background: transparent;
	color: #333;
	text-transform: uppercase;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:    9px;      
	font-size: xx-small;
	}

html>h6 	{
	font-size:  xx-small;  
	} 

p	{
	line-height: 140%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	}

#pagebody, #pagebody div, #pagebody p, #pagebody th, #pagebody td, #pagebody li, #pagebody dd, #pagebody dt    {
      font-size:    small;         
    }

html>#pagebody, html>#pagebody div, html>#pagebody p, html>#pagebody th, 
html>#pagebody td, html>#pagebody li, html>#pagebody dd, html>#pagebody dt    {
    font-size:  small;
    }

#maincontent dl	{
	line-height: 1.4em;
	margin-top: 0;
	padding-top: 0;
	}

#maincontent dd	{
	margin-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
	}

	/* General linkology */

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #003366;
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #999;
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #526968;
	}
	
	
/*  CANALI Nav */
#canali {
	margin: 0;
	padding: 0;
   }

#canali ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#canali ul li {
	display: block;
	float: right;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#canali ul li a {
	background: #6999FF;
	width: 125px;
	height: 2em;
	border-top: none;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
	padding: 0;
	margin: 0 0 0 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:    xx-small;      
	}

#canali ul li#one a{
	width:129px;
}
html>#canali ul li a  {
	font-size: x-small;   
	} 

#canali ul li a:hover {
	color: #000;
	background: #ccc;
	}

#canali a:active	{
	background: #c60;
	color: #fff;
	}

body#sectionone #canali li#one a, 
body#sectiontwo #canali li#two a,
body#sectionthree #canali li#three a,
body#sectionfour #canali li#four a {
	background:#003366;
	color: #fff;
	font-weight: bold;
	}

/*  Hidey-ho */

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

.form {
	color: #000;
	border: 1px solid #666;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	padding: 1px;
	margin: 0;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}

html>.form {
	font-size: x-small;
	} 

.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}

html>.form-button  {
	font-size: x-small;
	} 

.centro {
text-align:center;
}

	
/* I DUE MENU ORIZZONTALI */
/* MENU PRINCIPALE */
.menuNavigazione{
	font-size:small;
	margin:0;
	padding:0;
	list-style:none;
	height:2.5em;
	border:1px solid #26589F;
}

.menuNavigazione li{
	float:left;
	position:relative;
}

.menuNavigazione li a{
	font-weight: normal; 
	float:left;
	height:2em;
	line-height:2em;
	padding:0 10px 0.5em 10px;
	text-decoration:none;
	border-right:1px solid;
	width:130px;
}

.menuNavigazione li#mfive a{
	width: 133px;
	border-right:0;
}

/* SOTTO MENU */
.menuNavigazione ul{
	margin:0.5em 0 0 0;
	padding:0;
	list-style:none;
}

.menuNavigazione ul li{
	float:none;
}

.menuNavigazione ul a{
	float:none;
	display:block;
	font-size: x-small;
	text-align:center;
	height:2.5em;
	line-height:1.5em;
	padding: 0.8em 0.5em;
	border-right:1px solid #26589F;
	border-left:10px solid #F6DE57;
	border-bottom:1px solid #26589F;
}

/* MENU ON OFF */
.menuNavigazione ul,
.menuNavigazione ul.subMenu-off{
	position:absolute;
	visibility:hidden;
}

.menuNavigazione ul.subMenu-on{
	visibility:visible;
}
/* POSIZIONAMENTO DEL SOTTO MENU */
.menuNavigazione ul.subMenu-on{
	position:absolute;/* primo livello di annidamento:menu a discesa */
	top:2em;
	left:-1px;
	visibility:visible;
	border-top:1px solid #26589F;
}
.menuNavigazione ul.subMenu-on ul.subMenu-on{
	margin:0;/* livelli di annidamento superiori al primo:menu a comparsa laterale */
	width:11.5em;
	position:absolute;
	top:-1px;
	left: 11.5em;
	border-top:1px solid #26589F;
}
/* COLORI */
.menuNavigazione{
	background:#FFFFFF;
	color:#26589F;
}
.menuNavigazione a{
	background: #FFFFFF;
	color:#26589F;
}
.menuNavigazione a:link,
.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active,
.menuNavigazione a:visited{
	font-weight:normal;
}

/* EFFETTO ROLLOVER */
.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active{
	text-decoration:underline;
}
/* FRECCETTE */
.menuNavigazione a.continua{
	background:url(continuaOrz.gif) #EEE center bottom no-repeat;
	}
.menuNavigazione ul a.continua{
	background:url(continua.gif) #EEE right center no-repeat;
	}

