/* CSS Document */

/* { border: 1px solid black;}   */

HTML,body
{
	position:relative;
	margin:0px;
	padding:0px;
	height:100%;
	background-image:url(obj/menu.gif);
	background-position:left;
	background-repeat:repeat-y;
}


/* -------------------- TOP -------------------------- */
#header
{
	position:relative;
	padding-top:4px;
	width:100%;
	height:90px;
	background-color:#0066CC;
	color: White;
	font-family:Arial;
	font-weight:normal;
	background-image:url(obj/sfondo_top.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#boxadmin{
	position:absolute;
	top:0px;
	right:0px;
	height:17px;
	width:400px;
	background-color:#003366;
	border:1px solid white;
	border-right:0px;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
}

#boxadmin A 
{
	text-decoration:none;
	color: White;
	font-weight:normal;	
}
#boxsearch{
	position:absolute;
	right:0px;
	width:580px;
	background-color:#003366;
	border:1px solid white;
	border-right:0px;
	bottom:-10px;
	text-align:center;
}

/* -------------------- FINE TOP -------------------------- */

#container
{
	position:relative;
	width:100%;
	margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
   /* padding-top:104px;*/
   	padding-bottom: 0px;
   	margin-bottom:58px;
  	background-image:url(obj/sfondo.gif);
	background-position:90%;
	background-repeat:no-repeat;
}

#menu{
	/*position:absolute;*/
	float:left;
	height:410px;
	/* margin-top:4px;
	margin-left:2px; */
	width:145px;
	/*background-color:#EFEFEF;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	/*border-right: 2px inset black;
	border-bottom: 2px inset black;
	border-left: 1px inset black;
	border-top: 1px inset black; */
}

A {
	text-decoration: none;
}

#menu A:LINK,A:active,A:visited {
	color:#006699;
	font-size:12px;
	font-weight:bold;
}

#menu A:HOVER {
	color:#003366;
}

.menu2 A {
	text-decoration: none;
}

.menu2 A:LINK,A:active,A:visited, {
	color:#006699;
	font-size:12px;
	font-weight:bold;
}

.menu2 A:HOVER {
	color:#003366;
}

.menu 
{
	position:absolute;
	margin-left:10px;
}
.menu LI
{
	margin-bottom:8px;
	padding-left:10px;
}

.menutable 
{
	background-color:#E1E1E1;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	/*border-right: 2px inset black;
	border-bottom: 2px inset black;
	border-left: 1px inset black;
	border-top: 1px inset black; */
	padding:2px;
	padding-left:2px;
	float:left;
}

#content 
{
	position:relative;
	margin-left: 155px;
	padding-top: 100px;
	background-color:Transparent;
	height:100%;
}
	
#descrizione 
{
	margin-left:70px; 
	position:relative; 
	top: -60px; 
	left:20px; 
	height: 100%; 
	margin-right:20px; 
	overflow:auto;
}

.tableDescr 
{
	WIDTH: 95%; 
	HEIGHT: 80px;
	/*border: 1px dashed black; */
	background-color:Transparent;
	color:Black;
	font-family:Arial;
	font-size: xx-small;
}

.combobox 
{
	font-size:10px;
	font-family: Arial;
	/*background-color:Navy;*/
	color:black;
	/*font-weight:bold;*/
}

.counter 
{
	border: 1px dashed black; 
	font-family:arial; 
	background-color:#003366;
	font-size:9px;
	color:#FFFFFF;
	border: 1px solid white;
	width:80px;
}

.LinkRiservata
{
	background-color: #003366; 
	text-align:center;
}
/* -------------------------- FOOTER ----------------------------- */

#footer
{
	position:absolute;
	bottom: 0px;
	height:20px;
	background-color:#003366;
	text-align: center;
}

.Stile5 {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12; }
.Stile6 {font-size: 12}
.Stile7 {color: #FFFFFF}
.Stile8 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
}
.Stile10 {
	font-size: 16px;
	font-family:Arial Black;
	color: #003366;
}
.Stile12 {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; }
.footer 
{
	text-decoration:none;
	font-family: Arial;
}

.footer:LINK, A.footer:ACTIVE,A.footer:VISITED
{
	color:White;
	font-size:12px;
	font-weight:lighter;
}

.footer HOVER 
{
	color:Gray;
}
/* -------------------- FINE FOOTER ------------------------------- */ 
