A { 
   font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
	color : #330066;
}
A:hover { 
   	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
	color : #990000;
} 
A:visited { 
   font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
	color : #330066;	
}

A.Menu { 
   	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
	color : #330066;
	text-decoration : none;
}
A.Menu:hover { 
   	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
	color : #330000;
	background : #FFD700;
	text-decoration : none;
} 
A.Menu:visited { 
   	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
	color : #330066;	
	text-decoration : none;
}
BODY {
	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
	scrollbar-base-color : #300066;
	scrollbar-face-color : #666690;
	scrollbar-shadow-color : Silver;
	scrollbar-highlight-color : Silver;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-darkshadow-color : Silver;
	scrollbar-track-color : #CCCCCC;
	scrollbar-arrow-color : #ffffff;
}
P {
	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
}
TD {
   	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
	
}
TD.corsivo { font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
}
TH {
   	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
}
TABLE.Grid {
	border : 1px dotted #A4A4A4;
	background : #FFFFCC;
}

table.tabella2 {
	border : 1px solid;
}

TR.GridOdd{
	background-color : #F6F6F6;
}
TR.GridEven {
	background-color : #F0F0F0;
}
TR.GridSelect {
	color : #330066;
	background-color : #FFD700;
}
TR.GridHeader {
	background-color : #DFDFDF;
}
TR.GridStatistics {
	background-color : #DFDFDF;
}
INPUT {
   	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
}
INPUT.Submit {
	color : #300066;
	background-color : Silver;
	font-weight : bold;
	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
}
SELECT {
   	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
}
TEXTAREA {
   	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
}
SPAN.Information {
	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
	color : #330066;
	font-weight : bold;
}
SPAN.FieldName {
	font-weight : bold;
}

SPAN.Warning {
	color : #CC0000;
	font-weight : bold;
   	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
}
SPAN.ReportTitle {
	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
	color : #330066;
	font-weight : bold;
}
SPAN.Notice {
	font-size : 8pt;
	font-family : "Times New Roman", Times, serif;
}
TABLE.DialogBox {
    border-left:        threedhighlight 2px solid;
    border-top:         threedhighlight 2px solid;
    border-right:       threedshadow 2px solid;
    border-bottom:      threedshadow 2px solid;
    padding:            2px;
    background-color:  threedface;
	color: Black;
}
TH.DialogBoxHeader {
	text-align : left;
	background-color : navy;
	color : white;
}
TABLE.DialogBoxTable {
	text-align : left;
	background-color : silver;
	color : black;
}
TR.DialogBoxRow {
	text-align : left;
	background-color : silver;
	color : black;
}

Table.Loading{
    background-color:  	#CCCCCC;
	color: #993333;
    border-left:        threedhighlight 2px solid;
    border-top:         threedhighlight 2px solid;
    border-right:       threedshadow 2px solid;
    border-bottom:      threedshadow 2px solid;
}

#loading {
	position : absolute;
	left : 4em;
	top : 4em;
	z-index : 100;
}

