body {	
	font-family: Arial;
	font-size: 6pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-face-color:#DBE1A5;
	scrollbar-arrow-color:#993333;
	scrollbar-track-color:#F7FBD8;
	scrollbar-shadow-color:#BFC48D;
	scrollbar-highlight-color:#F7FBD8;
	scrollbar-3dlight-color:#F7FBD8;
	scrollbar-darkshadow-Color:#000000; 
}

a:link    {text-decoration: underline; color: #993333;}
a:active    {text-decoration: underline; color: #993333;}
a:visited {text-decoration: underline; color: #993333;}
a:hover   {color: #993333; text-decoration: none;}

.eventi {
	margin: 3px 3px 3px 3px;
}

.titolo_evento {
	font-size: 10pt;
	color: #660000;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

.data_evento {
	text-align: right;
	color: #990000;
	white-space: nowrap;
	margin-bottom: 5px;
}

.separatore_eventi {
	margin-top: 15px;
	margin-bottom: 5px;
}

table {
	font-family: Arial;
	font-size: 9pt;
}

input {
	background: #FFFFF3;
	border: solid 1px #94846E
}

select {
	background: #FFFFF3;
	border: solid 1px #94846E
}

textarea {
	background: #FFFFF3;
	border: solid 1px #94846E
}


input.warning {
	   color: #333333;
	   background: #FFFFFF;
	   border: 2px solid #B12626
}

textarea.warning {
	   color: #333333;
	   background: #FFFFFF;
	   border: 2px solid #B12626
}


select.warning {
	   color: #333333;
	   background: #FFFFFF;
	   border: 2px solid #B12626
}



.tabella_master {
	position: absolute;
	top:0; 
	left:0; 
	right: 0;
	bottom: 0;
	height:100%
}

.barra_bottom {
background-image:url(../images/back_bottom.jpg);
}

.barra_top {
background-image:url(../images/back_top.jpg);
}

.sfondo_centrale {
background-image:url(../images/background.jpg);
}

.menu {	
	font-size: 8pt; 
	color: white; 
	float: left; 
	display: inline; 
	height: 27px; 
	line-height: 27px;
}

.menu ul {
	text-align: center;
	float: left; 
	width: 175px; 
	color: white; 
	margin: 0px; 
	border: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	display: block;
}

.menu ul li {
	list-style-type: none;
	display: block;
}

.menu ul li a {
	text-decoration: none;
	color: white;
	display: block;
	float: left;
	width: 170px;
}

.menu ul li a:hover {
	background: url(../images/back_bottom_sel.jpg) center center repeat-x;
}

.link_bottom {
	text-align: center;
	font-size: 7pt; 
	color: #9E9E9E;
}

.link_bottom a, .link_bottom a:active, .link_bottom a:visited, .link_bottom a:link {
	text-decoration: none;
	color: #9E9E9E;
}

.link_bottom a:hover { 
	text-decoration: underline;
	color: #9E9E9E;
}

.tabella_centrale { 
	background-color: White;
}

.imgs {
	background-color: #FAFEDF;
	text-align: center;
	padding: 4px 4px 4px 4px;
	border: solid 1px #990000;
}

.imgs_black {
	text-align: center;
	border: solid 1px #000000;
}

.tabella_dl {
	background-color: #F6FAD9;
	text-align: center;
	padding: 4px 4px 4px 4px;
	border: solid 1px #990000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #9A0909;
width: 200px;
visibility: hidden;

opacity:.9;
moz-opacity: .9;
khtml-opacity: .9;
filter: alpha(opacity=90);
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 7px;
padding: 2px 0;
text-decoration: none;
color: White;
text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #9A0909;
color: #FFFF99;
font-weight: bold;
}

.content {
/*background-color: #FFFFCC;*/
background-image: url(../images/background_centrale.jpg);
padding: 10px;
height: 484px;
width: 970px;
overflow: auto;
}

.titolo_pagina {
font-size: 10pt;
color: #660000;
font-weight: bold;
margin-bottom: 5px;
text-align: center;
}

.corpo_pagina {
font-size: 9pt;
}

.img_lingua {
text-align: right;
margin-right: 10px;
}

.tab_pda {
	margin-left: 10px;
}