a:link, a:visited {
	color: #0099cc;
	text-decoration: none;
	font-size: 11px;
}

a:hover {
	color: #389291;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;

}

form, td {
	font-size: 11px;
	color: #000000;
}

hr {
	color: #CCCCCC;
	filter: Alpha(Opacity=60,FinishOpacity=0,Style=2);
	height: 0.5px;
	width: 100%;
}

.bgtext {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
		text-decoration: none;
}
.bgtext_over {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

input {
	border: 1px solid #C2D3DF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #FFFFFF;
}

input:focus {
	background: #FFFFFF;
	border: 1px solid #5B788B;
}


select {
	font-family: Verdana, "MS Sans Serif";
	font-size: 11px;
	background-color: #FFFFFF;
	background-position: top;
}

textarea {
	border: 1px solid #C2D3DF;
	background-color: #FFFFFF;
	width: 123%;
}

.banner {
	border: 1px solid #5B788B;
	text-align: center;
	background-color: #EEF1F3;
	padding: 10px;
}

.bg3 {
	color: #0F0F0F;
	background-color: #DEE4E8;
}

.button {
	border: 1px solid #666666;
}

.bg4 {
	background-color: #DBDBDB;
	border: 1px solid #CCCCCC;
}
.bg2 {
	background-color: #FFFFFF;
	border: 1px solid #C2D3DF;
}

.centerblocktitle{
	padding: 2px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px;
	list-style-type: disc;
}

.debug {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.footer {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #5B788B;
}
body {
	background-color: #FFFFFF;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(../immagini/riga_back.jpg);
}
.leftsidebox {
	margin: 10px;
	padding: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.centerbox {
	margin: 10px;
	padding: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

table {
	margin: 0px auto;
	padding: 0px;
}
.maintable {
	margin: 0px auto;
	padding: 0px;
	border-right-color: #999999;
	border-left-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	right: -1px;
	clip: rect(auto,-1px,auto,auto);
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
.boxino {
	margin: 6px;
	padding: 6px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.textbluesidebox {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099cc;
	}
.titsidebox {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0099cc;
	}
li, ul {
	list-style-image: url(../immagini/carre.gif);
}
.raquo {
	color: #CC3333;
	font-weight: bold;
}
.titpagina {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.contentbox {
	margin-right: 12px;
	padding-right: 12px;
	margin-bottom: 12px;
	padding-bottom: 12px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #F7F7F7; /*menu strip background*/
border: 1px solid gray;
padding: 4px 0;
border-width: 1px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
	display: block;
	float: left;
	font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
	line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
	height: 31px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
	margin-right: 5px; /*spacing between buttons*/

filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
	background-color: transparent;
	background-image: url(../immagini/aero-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
	display: block;
	padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(../immagini/aero-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
	color: #ccc;
}


.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

