body, td{
    font:10px Verdana;
    margin:0px;
	padding:0px;
	scrollbar-face-color: #0c0b48;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #0c0b48;
	scrollbar-darkshadow-color: #0c0b48;
	scrollbar-shadow-color: #0c0b48;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #0c0b48;
}


body{
	background:url(img/bg_page.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color:#0c0b48;
}

img{
    margin:0px;
	padding:0px;
}

#white_cont{
	width:980px; 
	height:100%; 
	background:#ffffff;
	margin:0px;
	padding:0px;
}

#main_cont{
	width:940px; 
	height:100%; 
	margin:0px;
	padding:0px;
}


#testata{
	width:900px;
	height:60px; 
	padding:0px
}

#menu_cont{
	width:100%;
	height:30px;
	background:url(img/p_menu.gif);
	text-align:right;
}

#main_cont_int{
	width:904px;
	font: 10px Verdana;

}

#sistemi_cont{
	width:254px; 
	height:170px
}

#box_news{
	width:190px; 
	height:170px;
	background:url(img/sf_nw.gif);
	text-align:center;
	border:1px solid #cccccc;
}

#box_news div{
	width:175px; 
	height:140px;
	font: 9px Verdana;
	text-align:left;
	margin-top:8px;
	overflow:auto;

}

#box_news a{
	color:#ff9900;
	text-decoration:none;
	font: bold
}
#box_news a:hover {
	color:#0c0b48;
	text-decoration:underline;
}


#down{
	text-align:center;
	vertical-align:bottom;

	}
#down div{
	background:url(img/p_menu.gif); 
	height:20px; 
	width:900px;
	padding-top:8px; 
	color:#777777;
	font: italic 10px Verdana;

	}

#down a{
	color:#999999;
	text-decoration:none;
	font: italic
}
#down a:hover {
	color:#ff6600;
	text-decoration:none;
}





#content{
	width:640px;
	text-align:left;
	margin-left:3px;

	}
#content a:link{color:#ff6600; text-decoration: underline;}
#content a:visited{color:#ff6600; text-decoration: underline;}
#content a:hover{color:#000000; text-decoration: underline;}

#content h1{
	font: bold 18px/10px Verdana;
	color:#0C0B48;

	}

.rigato{
	color:#333333; 
	background:url(img/under.gif);
	background-position: bottom left;
	margin:0px; 
	padding:0px;
	font: 1.7em/1.8 verdana; 
}

.rigato a{
	color:#ff9900;
	text-decoration:none;
	font: 11px verdana;
	}
.rigato a:hover {
	color:#0c0b48;
	text-decoration:underline;
}



#left{
	width:250px; 
	vertical-align:top; 
	background:url(img/p_ver.gif);
	margin:0px;
	padding:0px;
	}

#left table{
	width:240px; 
	margin:0px;
	padding:0px;
	border-collapse: collapse
	}

.cella_menu{
	height:190px;
	background:url(img/sf_menu_left.jpg);
	margin:0px;
	padding:0px;
	}


.buttonscontainer {width: 240px;text-align:center;}

.buttons a {color: #3e3e3e;
	background-color: #d0cfcf;
    padding:5px 0px 0px 8px;
	display: block;
	height:2.3em;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	text-align: left;
}

.buttons a:link {color: #3e3e3e;
text-decoration: none;}
.buttons a:visited {color: #3e3e3e;
text-decoration: none;}
.buttons a:hover {background-color: #ffffff;
color: #747474;
text-decoration: none;}

/*- Menu Tabs--------------------------- */ 

    #tabs {
      
      width:100%;
      }
    #tabs ul {
	  margin:0;
	  padding:0px 0px 0 0px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      font: bold 12px Verdana;
      }
    #tabs a span {
      display:block;
      padding:4px 15px 2px 8px;
      color:#000;
      border-right: 1px solid #000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9900;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
/*- Menu Tabs--------------------------- */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid gray;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}
/* Controlbar example */
.controlbar {	
	margin-bottom: 10px;
	background: url(highslide/graphics/controlbar.gif);
	width: 275px;
	height: 44px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 8px 0 0 5px;
	height: 30px;
	width: 42px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
