Body
{
	color: black;
	font-family: Arial;
	font-size:12px;
    background-color: white;
    margin-top:0;
    margin-left:0;
    margin-bottom:0;
    margin-right:0;
}

P, TD, UL, LI
{
	color: black;
	font-weight: normal;
	font-family: Arial;
	font-size:12px;
}

.testiHome
{
	font-weight: normal;
	font-family: Arial;
	font-size:11px;
/*	text-align: center;*/
}

.big1
{
	font-weight: bold;
	font-size: 15px;
	color: #99290d;
}

.big2 
{
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #99290d;
	}

.big3 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #99290d;
}

.MenuDefault /*si*/
{
  background-image: url(../images/bg-gray.gif);  
  COLOR: #99290d;
  background-color:transparent;
  font-weight:bold;
  font-family: Tahoma,sans-serif;
  text-transform: uppercase;
  font-size:11px;
  cursor:pointer;
  width:auto;
}

.MenuItem
{ 
  background-color: #E2E2E2; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  padding: 3px;
  font-family: Verdana;
  font-size: 10px; 
  font-weight: bold;
  COLOR: #99290d;
  cursor:pointer;
}

.MenuItemHover
{ 
  background-color: #C2C2C2; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  padding: 3px;
  font-family: Verdana;
  font-size: 10px; 
  font-weight: bold;
  COLOR: #FFFFFF;
  cursor:pointer;
}

.MenuSelected 
{
  COLOR: #99290d;
  font-family: Tahoma,sans-serif;
  font-size: 11px;
  font-weight:bold;
  text-transform: uppercase;
  width:auto;
  cursor:default;
}


.MenuDefaultHover /*si*/
{
  background-image: url(../images/bg-gray.gif);
  COLOR: #666666;
  font-family: Tahoma,sans-serif;
  font-size:11px;
  cursor:pointer;
  font-weight:bold;
  text-transform: uppercase;
  text-decoration: none;
  width:auto;
}

.TabBg 
{
  background-color: Transparent;
  cursor:pointer;
}


/* text style for the unselected tabs */
.HeaderMn {
    font-family: Tahoma,sans-serif;
    font-size: 11px;
	COLOR: #003367;
    text-transform:uppercase;
    font-weight:bold;
    cursor:pointer;
}

/* hyperlink styles of the unselected tabs */
A.HeaderMn:link    {
    text-decoration: none;
    font-weight:bold;
}

A.HeaderMn:visited {
    text-decoration: none;
    font-weight:bold;
}

A.HeaderMn:active  {
    text-decoration:none;
}
A.HeaderMn:hover  {
    text-decoration:underline;
}
TD.HeaderMn
{
	border-right:solid 1px black;
}
A.ItemMn:hover   {
	background-image: url(../Images/over-boton.gif);
}
    
A.ItemMn:link    {
    text-decoration: none;
    font-weight:bold;
}

A.ItemMn:visited {
    text-decoration: none;
    font-weight:bold;
}

A.ItemMn:active  {
    text-decoration:none;
}
A.ItemMn:hover  {
    text-decoration:underline;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
/*background-color: darkgray; */
/* background color for the content part of the pages */

.BodyStyle {
    background-color: white;
    border-color: black;
}
.BodyText {
    font-family:  Tahoma, Verdana, Arial;
    font-size: 12px;
    color:black;
    text-decoration:none;
    font-weight: normal
}
.HeaderStyle {
    background-color: #D2D290;
    border-color: black;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the lettere tab */
.Lettere {
    background-color: white;
    border-color: darkred;
    border-style:none;
    cursor:pointer;
    font-weight:bold;
    text-decoration:normal;
    width:15px;
    padding:1px;
    border-color: darkred;
    border-style:solid;
    border-width:1px;
}
.LettereOver {
    background-color:Silver;
    border-color: darkred;
    border-style:solid;
    border-width:1px;
    font-weight:bold;
    cursor:pointer;
    width:15px;
}

/* background/border colors for the selected tab */
.SelectedTabBg {
	background-color: Transparent;
}

/* text style for the selected tab */
.SelectedTab {
    font-family:  Tahoma, Verdana, Arial;
    font-size: 11px;
    color:white;
    text-decoration:underline;
    text-transform: uppercase;
    font-weight: normal;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family:  Tahoma, Verdana, Arial;
    font-size: 12px;
    font-weight: bold
}   

/* hyperlink style for the site links */
.SiteLink A:link {
    text-decoration: none;
    color:#1f5ca8;
}

.SiteLink A:visited  {
    text-decoration: none;
    color:#1f5ca8;
}

.SiteLink A:active   {
    text-decoration: none;
    color:#1f5ca8;
}

.SiteLink A:hover    {
    text-decoration: underline;
    color:#1f5ca8;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight: bold;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family:  Tahoma, Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family:  Tahoma, Verdana, Arial;
    font-size:  12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3b4c8b;
}
.ItemTitleModuleInfo    {
	font-family: Tahoma, Verdana, Arial;
	FONT-SIZE: 12px; 
    FONT-WEIGHT: bold;	
    COLOR: #898383;
}
 
.ItemTitleModule    {
    font-family:  Tahoma, Verdana, Arial;
    font-size:  15px;
    font-weight: bold;
    color: #99290d;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family:  Tahoma, Verdana, Arial;
    font-size:  12px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:  Tahoma, Verdana, Arial;
    font-size:  12px;
    font-weight: bold;
    color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:  Tahoma, Verdana, Arial;
    font-size:  12px;
    font-weight: normal;
    color: black;
}

/* text style used for most text rendered by modules */
.Footer
{
    font-family:  Tahoma, Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
    font-weight: normal;
    color:#3b4c8b;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:  Tahoma, Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
	color: black;
}

.NormalRed
{
    font-family:  Tahoma, Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
    color: red
}

.NormalBold
{
    font-family:  Tahoma, Verdana, Arial;
    font-size: 11px;
	color: #3b4c8b;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family:  Tahoma, Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color:#3b4c8b;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: black;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: black;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: black;
}

.InternalLink
{
	color: black; text-decoration: none;
}
    
a.InternalLink { color: black; text-decoration: none }

a.InternalLink:hover { color:black; text-decoration: underline}

A.InternalLink:visited {color:  black;text-decoration: none}
A.InternalLink:active  {color:  black;text-decoration: none}



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: red;
}


SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}


/* text style for the unselected tab */
.OtherTabsBg 
{
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
	color: white;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	border-right-width: 0px;
	cursor: pointer;
	vertical-align: middle;
}
.headerTabelle   
{ 
	background-color: #E2E2E2; 
	border: 1px solid #FFFFFF; 
	border-right-color: #B5B5B5; 
	border-bottom-color: #B5B5B5; 
	padding: 3px;
	font-family: Verdana;
	font-size: 10px; 
	font-weight: bold;
	COLOR: #3f3f3f;
}
.headerTabelle TD 
{ 
	background-color: #E2E2E2;
	font-family: Verdana;
	font-size: 10px; 
	font-weight: bold;
	border: 1px solid #FFFFFF; 
	border-right-color: #B5B5B5; 
	border-bottom-color: #B5B5B5; 
	padding: 3px;
	COLOR: #3f3f3f;
}
.headerTabelle:link
{
	COLOR: black;
}
.headerTabelle:visited
{
	COLOR: black;
}
.headerTabelle:hover
{
	COLOR: black;
}
.footerTabelle   
{ 
	background-color: #E2E2E2;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
	padding: 3px;
	COLOR: #3f3f3f;
}
.gridTabelle TD
{ 
  COLOR: #3f3f3f;
  cursor: default;
  padding: 3px; 
  border-right: 1px solid #EAE9E1; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: verdana; 
  font-size: 10px; 
}
.headerTd
{ 
	background-color :azure;
	font-family: Arial;
	font-size: 8pt;
	color: navy;
	text-align: left;
}
.PanelHeaderStyle
{
	color:#1f5ca8;
	text-decoration:none;
	background-image:url('images/sfondotitolo.jpg');
	font-weight:bold;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	border:solid 1px #1f5ca8;
}
.PanelItemStyle
{
	color:Black;
	background:#d3d3d3;
	text-decoration:none;
	padding:2px 2px 2px 4px;
	border:solid 1px #d3d3d3;
}

.ChosenHeaderStyle
{
	color:#1f5ca8;
	text-decoration:none;
	background-image:url('images/sfondotitolo.jpg');
	font-weight:bold;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	border:solid 1px red;
}
.ChosenItemStyle
{
	color:black;
	background:#e3e3e3;
	text-decoration:none;
	padding:2px 2px 2px 4px;
	border:solid 1px red;
}

.PanelSelectedItemStyle
{
	color:Black;
	background:#e3e3e3;
	text-decoration:none;
	padding:2px 2px 2px 4px;
	border:solid 1px white;
}

.popup      { background:#FFCB5E; font-family: Arial; font-size:8pt; height:20px;  border:1px solid black; padding:3px; padding-left:20px;  cursor:pointer; }

.separator  { background-color :"#FFCB5E"}

.SmallTd    { background-color :azure; font-family: Arial; font-size: 8pt; color: navy; text-align: left }
.SmCenTd    { background-color :azure; font-family: Arial; font-size: 8pt; color: navy; text-align: center }
.SmLefTd    { background-color :azure; font-family: Arial; font-size: 8pt; color: navy; text-align: left }
.SmRigTd    { background-color :azure; font-family: Arial; font-size: 8pt; color: navy; text-align: right }
.SmTdRed    { background-color :azure; font-family: Arial; font-size: 8pt; color: red; text-align: left  }
.SmRiRed    { background-color :azure; font-family: Arial; font-size: 8pt; color: red; text-align: right  }
.SmallTh    { background-color :navy;  font-family: Arial; font-size: 8pt; color: white; font-weight: bold; text-align: center }

.SmallTdt   { background-color :"#FFCB5E"; font-family: Arial; font-size: 8pt; color: navy; text-align: left }
.SmCenTdt   { background-color :"#FFCB5E"; font-family: Arial; font-size: 8pt; color: navy; text-align: center }
.SmLefTdt   { background-color :"#FFCB5E"; font-family: Arial; font-size: 8pt; color: navy; text-align: left }
.SmRigTdt   { background-color :"#FFCB5E"; font-family: Arial; font-size: 8pt; color: navy; text-align: right }
.SmTdRedt   { background-color :"#FFCB5E"; font-family: Arial; font-size: 8pt; color: red; text-align: left  }
.SmRiRedt   { background-color :"#FFCB5E"; font-family: Arial; font-size: 8pt; color: red; text-align: right  }

.HILITE  { color: red; cursor: pointer; font: bold; font-family: Arial }
.WHITE   { color: #FFFFFF }   
.BOLD    { color: red; font: bold; cursor:pointer }

.a1:hover  { color: red;  text-decoration: underline }
.a1:link   { color: navy; text-decoration: none }
.a1        { color: navy; text-decoration: none }


.TocMain  { position: absolute; top: 118; width:130; height:142; border: 1px solid navy; background-color: azure; color:#660000; overflow:auto }
.TocDiv   { position: absolute; top: 0; border:0px solid #660000; background-color:azure; font-family:Arial; font-size:9pt; height:20px;color:navy; padding-left:6px; padding-right:3px; padding-top:3px; padding-bottom:3px}
.PicDiv   { position: absolute; top: 100; left:132; border:0px none; width:130; height:160 }
.TabDiv   { position: absolute; top: 100; left:264; border:0px none; width:506; height:160 }
.OrdDiv   { position: absolute; top: 100; left:0; border:0px none; width:770; height:160 }

.Container 
{
	background-color:White		
}

.caja_input
{
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: 1px solid;
    BORDER-BOTTOM: 1px solid;
	BORDER-COLOR: #7F9DB9; 
    FONT-FAMILY: Verdana;
    COLOR: #777777;
    background-color:#FFFFFF;
}

.caja_checkbox label
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana;
    background-color:#FFFFFF;
    	
}


.titulo {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px; 
    FONT-WEIGHT: bold;	
    COLOR: #6D6D6D; 
    TEXT-DECORATION: none;	
    TEXT-ALIGN:none;
}

.titulo A {  TEXT-DECORATION: underline; COLOR: #6D6D6D; }
.titulo A:hover { TEXT-DECORATION: underline;COLOR: #6D6D6D; }
.titulo A:visited { COLOR: #818181;  }




.sub-titulo {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px; 
    FONT-WEIGHT: bold;	
    COLOR: #CC0000; 
    TEXT-DECORATION: none;	
    TEXT-ALIGN:none;
}





.contenido {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px; 
    FONT-WEIGHT: normal;	
    COLOR: #000000; 
    TEXT-DECORATION: none;	
    TEXT-ALIGN:none;
}


.griglia {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;	 
    COLOR: #000000; 
}

.griglia td {	
}

.griglia-th {	
    background-color: #b2b2b2;
    height:20px;    
}

.griglia tr {	
}

.contenido_titulos {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px; 
    FONT-WEIGHT: normal;	
    COLOR: #000000; 
    TEXT-DECORATION: none;	
    TEXT-ALIGN:none;
    background-color:#f4f4f4;
    
}

.contenido A {  TEXT-DECORATION: underline; COLOR: #CC0000; }
.contenido A:hover { TEXT-DECORATION: underline;COLOR: #CC0000; }
.contenido A:visited { TEXT-DECORATION: underline;COLOR: #CC0000;  }

.clsShow {}
.clsHide { display: none; }
.clsVisible {}
.clsInvisible { visibility: hidden; }

