/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        
/* GENERIC */
H1  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: white;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #eeeeee; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #eeeeee; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #004186; 
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight:bold; 
	font-style:normal;
	text-decoration:underline;
	border-left: #004186 0px solid; 
	border-bottom: #004186 1px solid; 
	border-top: #004186 1px solid; 
	border-right: #004186 0px solid;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 1px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* ================================
    CSS STYLES FOR apt APRILE 2004
   ================================
*/  
.footer,A.footer:link, A.footer:visited  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #fff; 
	text-decoration : none;
}	 
.box{
	border-left: 1px solid #0064D2;
	border-right: 1px solid #0064D2;
	}
	
.line{
	border-bottom: 1px solid #888888;
	}
	
.lineBlue{
	border-bottom: 1px solid #0064D2;
	}
	
.lineAzzurro{
	border-bottom: 1px solid #0064D2;
	}
	
.lineVerdeScuro{
	border-bottom: 1px solid #00612B;
	}

.lineVerdeChiaro{
	border-bottom: 1px solid #0064D2;
	}
			
a.item:link, a.item:visited{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #729A23; 
	text-decoration : underline;
	}
	
a.item:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #333; 
	text-decoration : none;
}

li.item1{
   list-style-image: url(../img/item_giallo_scuro.gif);

}

li.item2{
	list-style-image: url(../img/item_porpora.gif);

}

li.item3{
	list-style-image: url(../img/item_rosa.gif);
}

li.item4{
	list-style-image: url(../img/item_rosso.gif);
}

li.item5{
	list-style-image: url(../img/item_verde_chiaro.gif);
}

li.item6{
	background-image: url(../img/item_viola_scuro.gif);
}
	
.corpo9 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 9px;
	color : #000000; 
	text-decoration : none;
}
	
.corpo9Bianco {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 9px;
	color : #fff; 
	text-decoration : none;
}

.titolo11Arancio {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #fe850c;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	list-style-type: disc;
}

A.corpo9Bianco:link, A.corpo9Bianco:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 9px;
	color : #fff; 
	text-decoration : underline;
}

A.corpo9Bianco:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 9px;
	color : #fff; 
	text-decoration : none;
}

.corpo10 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 10px;
	color : #333; 
	text-decoration : none;
}

A.corpo10:link, A.corpo10:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 10px;
	color : #005BBB; 
	text-decoration : underline;
}

A.corpo10:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 10px;
	color : #333; 
	text-decoration : none;
}

.corpo11 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #333; 
	text-decoration : none;
	list-style-type: disc;
}

.corpo11Giustificato {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	color : #333; 
	text-decoration : none;
	text-align:justify;
	text-justify:auto;
}

A.corpo11:link, A.corpo11:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #005BBB; 
	text-decoration : underline;
}

A.corpo11:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #333; 
	text-decoration : none;
	MARGIN-TOP: 2px; 
	MARGIN-BOTTOM: 2px 
}

.corpo11Stretto {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #333; 
	text-decoration : none;
	MARGIN-TOP: 2px; 
	MARGIN-BOTTOM: 2px 
}

A.corpo11Stretto:link, A.corpo11Stretto:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #005BBB; 
	text-decoration : underline;
	MARGIN-TOP: 2px; 
	MARGIN-BOTTOM: 2px 
}

A.corpo11Stretto:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #333; 
	text-decoration : none;
}


.corpo11Bianco {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #fff; 
	text-decoration : none;
}

.arancio{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #FE850c; 
	text-decoration : none;
	font-weight: bold;
}

A.corpo11Bianco:link, A.corpo11Bianco:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #fff; 
	text-decoration : underline;
}

A.corpo11Bianco:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #fff; 
	text-decoration : none;
}


.ordina,A.ordina:link, A.ordina:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 10px;
	color : #729A23; 
	font-weight: bold;
	text-decoration : underline;
}

A.ordina:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 10px;
	color : #729A23; 
	font-weight: bold;
	text-decoration : none;
}

TD.titolo11VerdeA {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR:  #729a23;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.titolo11VerdeA {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR:  #729a23;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding-top: 10px;
}

.titolo15Blu {
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	COLOR: #005bbb;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.titolo11 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #333; 
	font-weight: bold;
}

A.titolo11:link, A.titolo11:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #005BBB; 
	font-weight: bold;
	text-decoration : underline;
}

A.titolo11:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #333; 
	font-weight: bold;
	text-decoration : none;
}

.titolo11Verde {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #729A23; 
	font-weight: bold;
	text-decoration : none;
	}
A.titolo11Verde:link, A.titolo11Verde:visited  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #729A23; 
	font-weight: bold;
	text-decoration : underline;
	}
	
A.titolo11Verde:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #729A23; 
	font-weight: bold;
	text-decoration : none;
	}
	
.titolo11VerdeScuro {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #00612B; 
	font-weight: bold;
	text-decoration : none;
	}
A.titolo11VerdeScuro:link, A.titolo11VerdeScuro:visited  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #00612B; 
	font-weight: bold;
	text-decoration : underline;
	}
	
A.titolo11VerdeScuro:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #00612B; 
	font-weight: bold;
	text-decoration : none;
	}
	
.titolo13 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 13px;
	color : #333; 
	font-weight: bold;
	text-decoration : none;
	}
	
.titolo13Rosso {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 13px;
	color : Red; 
	font-weight: bold;
	text-decoration : none;
	}

.titolo13Verde {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 13px;
	color : #729A23; 
	font-weight: bold;
	text-decoration :none;
	}

.titolo13Bianco {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 13px;
	color : #fff; 
	font-weight: bold;
	text-decoration : none;	
}

A.titolo13Verde:link,A.titolo13Verde:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 13px;
	color : #729A23; 
	font-weight: bold;
	text-decoration :underline;
	}
		
.titolo13VerdeScuro {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 13px;
	color : #00612B; 
	font-weight: bold;
	text-decoration : none;
	}

.titolo13Arancio {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 13px;
	color : #FE850C; 
	font-weight: bold;
	text-decoration : none;
}

.titolo11Arancio {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #FE850C; 
	font-weight: bold;
	text-decoration : none;
}

A.titolo13Arancio:link, A.titolo13Arancio:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 13px;
	color : #FE850C; 
	font-weight: bold;
	text-decoration : none;
}
A.titolo13Arancio:link, A.titolo13Arancio:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 13px;
	color : #FE850C; 
	font-weight: bold;
	text-decoration : none;
}

.titolo15Arancio {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 15px;
	color : #FE850C; 
	font-weight: bold;
	text-decoration : none;	
}

.titolo15Bianco {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 15px;
	color : #fff; 
	font-weight: bold;
	text-decoration : none;	
}

.titolo15VerdeScuro {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 15px;
	color : #00612B; 
	font-weight: bold;
	text-decoration : none;
	}
	
.path {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 10px;
	color : #333; 
	text-decoration : none;
}

A.path:link, A.path:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 10px;
	color : #333; 
	text-decoration : underline;
}

A.path:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 10px;
	color : #333; 
	text-decoration : none;
}

INPUT.contatto {
	BACKGROUND-COLOR: #f7f7f7; 
	BORDER-BOTTOM: #001E4C 1px outset; 
	BORDER-LEFT: #001E4C 1px inset; 
	BORDER-RIGHT: #001E4C 1px outset; 
	BORDER-TOP: #001E4C 1px inset; 
	COLOR: #333; 
	CURSOR: text; 
	FONT: 11px/11px  "Verdana";
	HEIGHT: 18px; 
	MARGIN: 0px; 
	TEXT-ALIGN: left; 
	TEXT-INDENT: 0px; 
	
	}

INPUT.contatto2 {
	BACKGROUND-COLOR: #f7f7f7; 
	BORDER-BOTTOM: #001E4C 1px outset; 
	BORDER-LEFT: #001E4C 1px inset; 
	BORDER-RIGHT: #001E4C 1px outset; 
	BORDER-TOP: #001E4C 1px inset; 
	COLOR: #333; 
	CURSOR: text; 
	FONT: 11px/11px  "Verdana";
	HEIGHT: 18px; 
	MARGIN: 0px; 
	TEXT-ALIGN: left; 
	TEXT-INDENT: 0px; 
	width : 350px;
	
	}
TEXTAREA.contatto {
	BACKGROUND-COLOR: #f7f7f7; 
	BORDER-BOTTOM: #001E4C 1px outset; 
	BORDER-LEFT: #001E4C 1px inset; 
	BORDER-RIGHT: #001E4C 1px outset; 
	BORDER-TOP: #001E4C 1px inset; 
	COLOR: #333; 
	CURSOR: text; 
	FONT: 11px/11px  "Verdana";
	HEIGHT: 100px; 
	MARGIN: 0px; 
	TEXT-ALIGN: left; 
	TEXT-INDENT: 0px; 
	width : 350px;
	}
	
.btn1
{
	background-color: #0064D2;
	color: #fff;
	font-family: verdana;
	font-size: 9px;
	text-align: center;
	height: 18px;
	border-top: 1px solid;
	border-left: 1px solid;
	}	

INPUT.select {
	BACKGROUND-COLOR: #f7f7f7; 
	BORDER-BOTTOM: #001E4C 1px outset; 
	BORDER-LEFT: #001E4C 1px inset; 
	BORDER-RIGHT: #001E4C 1px outset; 
	BORDER-TOP: #001E4C 1px inset; 
	COLOR: #333; 
	CURSOR: text; 
	FONT: 11px/11px  "Verdana";
	HEIGHT: 20px; 
	MARGIN: 0px; 
	TEXT-ALIGN: left; 
	TEXT-INDENT: 0px; 
	width : 250px;
	}

select.ComboQuick {
	BACKGROUND-COLOR: #ffffff; 
	BORDER-BOTTOM: #001E4C 1px outset; 
	BORDER-LEFT: #001E4C 1px inset; 
	BORDER-RIGHT: #001E4C 1px outset; 
	BORDER-TOP: #001E4C 1px inset; 
	COLOR: #333; 
	CURSOR: text; 
	FONT: 11px/11px  "Verdana";
	HEIGHT: 18px; 
	MARGIN: 0px; 
	TEXT-ALIGN: left; 
	TEXT-INDENT: 0px; 
	
	}

Input.Spalla {
	BACKGROUND-COLOR: #f7f7f7; 
	BORDER-BOTTOM: #001E4C 1px outset; 
	BORDER-LEFT: #001E4C 1px inset; 
	BORDER-RIGHT: #001E4C 1px outset; 
	BORDER-TOP: #001E4C 1px inset; 
	COLOR: #333; 
	CURSOR: text; 
	FONT: 11px/11px  "Verdana";
	HEIGHT: 18px; 
	MARGIN: 0px; 
	TEXT-ALIGN: left; 
	TEXT-INDENT: 0px; 
	
	}
	
select.Spalla {
	BACKGROUND-COLOR: #f7f7f7; 
	BORDER-BOTTOM: #001E4C 1px outset; 
	BORDER-LEFT: #001E4C 1px inset; 
	BORDER-RIGHT: #001E4C 1px outset; 
	BORDER-TOP: #001E4C 1px inset; 
	COLOR: #333; 
	CURSOR: text; 
	FONT: 11px/11px  "Verdana";
	HEIGHT: 18px; 
	MARGIN: 0px; 
	TEXT-ALIGN: left; 
	TEXT-INDENT: 0px; 
	
	}
	
select.Mese {
	BACKGROUND-COLOR: #f7f7f7; 
	BORDER-BOTTOM: #001E4C 1px outset; 
	BORDER-LEFT: #001E4C 1px inset; 
	BORDER-RIGHT: #001E4C 1px outset; 
	BORDER-TOP: #001E4C 1px inset; 
	COLOR: #333; 
	CURSOR: text; 
	FONT: 11px/11px  "Verdana";
	HEIGHT: 18px; 
	MARGIN: 0px; 
	TEXT-ALIGN: left; 
	TEXT-INDENT: 0px; 
	width : 90px;
	}
	
	
select.Anno {
	BACKGROUND-COLOR: #f7f7f7; 
	BORDER-BOTTOM: #001E4C 1px outset; 
	BORDER-LEFT: #001E4C 1px inset; 
	BORDER-RIGHT: #001E4C 1px outset; 
	BORDER-TOP: #001E4C 1px inset; 
	COLOR: #333; 
	CURSOR: text; 
	FONT: 11px/11px  "Verdana";
	HEIGHT: 18px; 
	MARGIN: 0px; 
	TEXT-ALIGN: left; 
	TEXT-INDENT: 0px; 
	width : 90px;
	}
	
	.corpo11A {
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	background-color: #FFFFFF;
	border: thin none #666666;
	
}

.TDtitolo11Verde {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR:  #00612b;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	background-color: #CCCCCC;
}

/* style for module titles */
.TitoloModulo   {
    font-family: Verdana;
    font-size: 11px;
    font-weight:    bold;
    color: #333333;
}

.TitoloModuloBlu   {
    font-family: Verdana;
    font-size: 11px;
    font-weight:    bold;
    color: #004186;
   /* border-bottom: 1px solid #0064D2;*/
}

.TitoloModuloArancio  {
    font-family: Verdana;
    font-size: 11px;
    font-weight:    bold;
    color: #FE850C;
   /* border-bottom: 1px solid #0064D2;*/
}

.TitoloModuloGiallo  {
    font-family: Verdana;
    font-size: 11px;
    font-weight:    bold;
    color: #FECC00;
   /* border-bottom: 1px solid #0064D2;*/
}

.TitoloModuloAzzurro   {
    font-family: Verdana;
    font-size: 11px;
    font-weight:    bold;
    color: #0093dd;
   /* border-bottom: 1px solid #0064D2;*/
}

.TitoloModuloVerdeChiaro   {
    font-family: Verdana;
    font-size: 11px;
    font-weight:    bold;
    color: #729a23;
   /* border-bottom: 1px solid #0064D2;*/
}

.TitoloModuloVerdeScuro   {
    font-family: Verdana;
    font-size: 11px;
    font-weight:    bold;
    color: #00612b;
   /* border-bottom: 1px solid #0064D2;*/
}

.scroller {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333; 
}

/* text style for grandeevento */
.grandeevento {
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight:    bold;
	background-color: #D9EAFF;
    color: #004186;
}
