BODY {
   FONT-SIZE: 12pt; MARGIN: 0px; /*SCROLLBAR-BASE-COLOR: black*/
}
/* cursore hand per immagini*/
.Hand{cursor:hand;}
.RedMessage
{
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
/* hyperlink style for the Languages links */
A.LanguageLink:link
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	color: Gray;
	text-decoration: none;
}
A.LanguageLink:visited
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration:    none;
    color:Gray;
}

A.LanguageLink:active
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration:    none;
    color:#66cc33;
    font-weight: bold;
}

A.LanguageLink:hover
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration:    underline;
    color:#66cc33;
    font-weight: bold;
}

A.LanguageLinkSelected{
    text-decoration:    none;
    color:#FF6000;
    font-weight: bold;
}


/*General site css*/
.TextBox {
	BORDER-RIGHT: #999999 1pt solid; 
	BORDER-TOP: #999999 1pt solid; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	TEXT-TRANSFORM: none; 
	BORDER-LEFT: #999999 1pt solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #999999 1pt solid; 
	FONT-STYLE: normal; 
	FONT-FAMILY: verdana; 
	LETTER-SPACING: normal; 
	BACKGROUND-COLOR: white; 
	TEXT-ALIGN: left; 
	FONT-VARIANT: normal; 
	TEXT-DECORATION: none;
}
.Button
{
	font-weight:normal;
	font-size:8pt;
	color:white;
	font-family:Tahoma;
	text-decoration:normal;
	background-color:#29B600;
	height:18px;
	border-style:solid;
	border-width:1;
	border-color:white
}
.EditButton
{
	font-weight:bold;
	font-size:8pt;
	color:black;
	font-family:Tahoma;
	text-decoration:normal;
	background-color:orange;
	border-style:solid;
	border-width:1;
	padding: 2px;
	width:70px;
	border-color:silver;
}
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}
.UserLabelText
{
	color: black;
	font-size: 8pt;
	font-family: Verdana;
}
.UserLabelTitle
{
	color: black;
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
}
.AdminModuleTitle
{
	color: Gray;
	font-size: 12pt;
	font-family: Verdana;
	font-weight:bold;
}

/* copyright */
A.copyrightLink:link
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
A.copyrightLink:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

A.copyrightLink:active
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	text-decoration:    none;
	color:white;
	font-weight: bold;
}

A.copyrightLink:hover
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    text-decoration:    underline;
    color:white;
    font-weight: bold;
}

.copyright
{
	font-size: 7pt;
	color: Gray;
	font-family: Verdana;
}