html{
	height:100%;
	width:100%;
}
body{
	background:#E3E3E3 url(../img/fondo.jpg) bottom repeat-x;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bolder;
	scrollbar-arrow-color: darkgrey;
	scrollbar-3dlight-color: white;
	scrollbar-highlight-color: black;
	scrollbar-face-color: rgb(240,240,240);
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-darkshadow-color: grey;
	scrollbar-track-color: rgb(248,248,248);
}
#index{
	width:100%;
	height:100%;
	margin:auto;
	padding:0px;
}
#splash{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background-image:url(../img/fondo_hi.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#splashContorno{
	background:#CCCCCC url(../img/fondo_splash_contorno.gif);
	display:block;
	height:430px;
	width:330px;
	position:absolute;
	bottom:0;
	left:50%;
	margin:auto 0 auto -165px;
}
#splashBordo{
	position:fixed;
	width:304px;
	height:417px;
	background-color:#FFBE24;
	margin:13px 13px 0 13px;
}
#splashContent{
	background:#f3f3f3 url(../img/fondo_splash.gif) bottom no-repeat;
	width:300px;
	height:415px;
	margin:2px 2px 0 2px;
}
#splashContent object{
	margin:0;
	padding:0;
}
#splashContent p{
	width:260px;
	margin:10px auto 10px auto;
}
#splashContent #getflash{
	margin-right:83px;
}
#admin{
	display:block;
	width:760px;
	height:550px;
	top:50%;
	left:50%;
	position:absolute;
	margin:-275px 0 0 -380px;
	border:#F2F2F2 5px solid;
	background-color:#FFFFFF;
}
#admin #menu{
	position:fixed;
	display:block;
	float:left;
	width:200px;
	height:490px;
	margin:0;
	padding:60px 0 0 0;
	list-style:none;
	border-right:#F2F2F2 5px solid;
	background-image:url(../riservata/logo.gif);
	background-repeat:no-repeat;
	background-position:15px 10px
}
#admin #menu li {
	display:block;
	font-size:14px;
	font-weight:bold;
	margin:10px 20px auto 20px;
	padding:2px 0px 2px 10px;;
	background-color:#F3F3F3;
	border-left:10px #FF9900 solid;
}
#admin #menu li a{
	color:#FF9900;
	text-decoration:none;
}
#admin #menu li a:Hover{
	color:#003366;
	text-decoration:line-through;
}
#admin #content{
	position:relative;
	display:block;
	left:230px !important;
	left:20px;
	top:50px;
	margin:5px;
}
#admin #content ul{
	display:block;
	width:380px;
	margin:0;
	padding:0;
	list-style:none;
}
#admin #content li{
	display:block;
	width:116px;
	height:16px;
	margin:2px;
	padding:2px;
	float:left;
	background-color:#E3E3E3;
}
#admin #content li strong{
	font-size:12px;
	color:#2B69AD;
}
#admin #content .separatore{
	width:500px;
	height:2px;
	display:block;
	overflow:hidden;
	background-color:#666666;
	margin:0 0 20px; 0
}
#admin #content h1{
	color:#2B69AD;
	margin:0;
	padding:0;
	font-size:16px;
}
#admin form{
	display:block;
	width:230px;
	padding:15px;
	background-color:#CCCCCC;
	text-align:right;
}
#admin label{
	display:block;
	width:230px;
	height:35px;
}
