a:link {
	color: #0000CC; 
	text-decoration: none;
}
               
a:visited {
	color: #0000CC; 
	text-decoration: none;
}
               
a:hover {
	color: #FF0000; 
	text-decoration: none;
}


a.sort:link {
	color: #FFFFFF; 
	text-decoration: none;
}
               
a.sort:visited {
	color: #FFFFFF; 
	text-decoration: none;
}
               
a.sort:hover {
	color: #FFFFFF; 
	text-decoration: underline;
}


body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	background-color: #FFFFFF; 
/*	scrollbar-face-color: #0000CE; 
	scrollbar-highlight-color: #000000; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-3dlight-color: #C0C0C0; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-track-color: #000000; 
	scrollbar-darkshadow-color: #C0C0C0; 
*/	
}

hr {
	color: #2947DB;	
	height: 1px;
}

li {
	list-style: square;
}

.combobox {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px;
	height: 20px; 
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
}

.textboxRead {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px;
	background: #ECE9D8;
	border: 1px solid #ABADB3;
}

.textboxDisa {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px;
	color: #6D6D6D;
	border: 1px solid #AFAFAF;
}

.textboxMid {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px;
	text-align: center;
}

.textboxRight {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px;
	text-align: right;
}

.bottone {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:  11px; 
	font-weight: normal;
/*	color: #FFFFFF; 
	background-color: #0000CE;  */
	cursor: pointer;
	width: 100px;
}

.bottonelink {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:  11px; 
	font-weight: normal;
	color: #000000; 
	background-color: #bbbbbb;  
	border:1px solid gray;
	cursor: pointer;
	
}

.tty {
	font-family: "Courier New", Courier, mono;
}

.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2947DB;
}

.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000; 
}
	
.testata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background-color: #2947DB;
	color: #FFFFFF;
	text-align: center;
}

.testataLight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background-color: #ECE9D8;
	color: #000000;
	text-align: center;
}

.trlight {
	background-color: #F4F4F4;
/*	color: #000000; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.trdark {
	background-color: #E4E4E4;
/*	color: #000000; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.grassetto {
	font-weight: bold;
}

.size1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	font-weight: normal;
	color: #000000; */
}

.size2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	font-weight: normal;
	color: #000000; */
}

.size3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
/*	font-weight: normal;
	color: #000000; */
}

.size4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
/*	font-weight: normal;
	color: #000000; */
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
}

.rosso {
	color: #C00;	
}



/*---------- Code for the tooltip used in Uscite.asp -----------

div#container { margin:0 auto; }
h1 { color: #F60; margin: 1em 0 0; letter-spacing: -2px; }
p {margin: 0 0 1.7em; }
*/

/*---------- bubble tooltip -----------
a.tt {
    position: relative;
    z-index: 24;
    color: #0000CC; 
	text-decoration: none;
}

a.tt span { 
	display: none; 
}

a.tt:hover { 
	z-index: 25; 
	color: #FF0000; 
	text-decoration: none; 
}

a.tt:hover span.tooltip {
    display: block;
    position: absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width: 200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90; 
	opacity: 0.90;
}

a.tt:hover span.top {
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}

a.tt:hover span.middle {
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_filler.gif) repeat bottom; 
}

a.tt:hover span.bottom {
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}
*/
