html,body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-image:url(./images/sfondo.gif);
	
	
	scrollbar-base-color: #871120;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	
	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black; 
	scrollbar-darkshadow-color: gray;
	
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
	
}

div#container{
	width: 100%;
}


.txt{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}

.central_txt{
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	text-decoration:none;
}

.central_txt_white{
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}

.white_txt{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}


/* Menu Listino */
.menu_listino{
	cursor:hand;
	background-color:#871120;
	font-family: Verdana;
	font-size: 10px;
	color: #FFF;
	text-align: left;
	text-decoration:none;
	position:relative; 
	width:150px; 
	height:25px;
	margin-left:0px;
}

/* Menu Laterale */
div#menu{
	cursor:hand;
	font-family: Verdana;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	text-decoration:none;
	position:relative; 
	width:150px; 
	height:30px;
	margin-left:0px;
	z-index:0;
}

table#menu{
	width:100%; 
	height:30px;
	
}

td#menu{
	padding-left:10px;
	vertical-align:middle;
	
}

div.sub_menu{
	background-image:url(./images/sfondo_sub_menu.png);
	background-position:left;
	background-repeat:repeat-y;
	position:relative;
	border-left:2px solid #f9c200;
	border-top:2px solid #f9c200;
	left:150px;
	top:-30px;
	display:none;
	z-index:2;
}

table#submenu{
	width:100%;
}

td.submenu1{
	color:#FFF;
	text-align:left;
	padding-left:7px;
}

td.submenu2{
	background-color:#871120;
	color:#FFF;
	text-align:left;
	padding-left:7px;
}

div#upmenu{
	width:150px;
	height:38px;
	position:relative;
	background-image:url(./images/upmenu2.jpg);
	background-repeat:no-repeat;
}

div#downmenu{
	width:150px;
	height:38px;
	background-image:url(./images/downmenu.jpg);
	background-repeat:no-repeat;
}

/* menu header */
div#h_menu{
	cursor:hand;
	width:80px;
	height:20px;
	float:right;
	font-family: Verdana;
	font-size: 14px;
	color: #FFF;	
}

div#h_menu2{
	cursor:hand;
	width:250px;
	height:20px;
	float:right;
	font-family: Verdana;
	font-size: 14px;
	color: #FFF;	
}

table#h_menu{
	width:100%; 
	height:20px;
}

td#h_menu{
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:100%;
	
}

div.h_sub_menu{
	background-image:url(./images/sfondo_h_sub_menu.png);
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	border-top:2px solid #f9c200;
	left:-40px;
	top:0px;
	display:none;
	width:120px;
	height:150px
}

td.h_submenu1{
	color:#000;
	text-align:right;
	height:20px;
	padding-right:7px;

}

td.h_submenu2{
	background-color:#871120;
	color:#FFF;
	text-align:right;
	height:20px;
	padding-right:5px;
}


#row1 {
	background-color: #F8F8F8;
}
#row2 {
	background-color: #F0F0F0;
}

/* Tabella Errori */
.tableError {
	border: 1px solid #FF0000;
}


.tableError #header {

	color: #FB3131;
	background-color: #FFCCCC;
	background-repeat: no-repeat;
	height:25px;
	padding: 5px;
	background-position: 5px 5px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px
}

.tableError #body {
	border: 1px solid #FFDDDD;
	background-color: #FFFFFF;
	padding: 5px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	
}

