/* GENERAL */
/* background color for the content part of the pages */
Body  
{
	color: #333300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	background-color: #53A34C;
}

A.SkinObject:active   {
    font-size: 10pt;
    color: green;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
}
A.SkinObject:hover    {
    font-size: 10pt;
    color: #666633 ;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
}
A.SkinObject:link {
    font-size: 10pt;
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
}
A.SkinObject:visited  {
    font-size: 10pt;
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none; 
}
.SkinObject {
    font-size:10pt;
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
}

/* text style for the selected tab */
/*.TestoBianco {
	font-family: Georgia;
	color: white;
	font-size: 14px;
}
*/
/*Main Menu */

.MainMenu_MenuContainer {
	background-color:Transparent;
	border: 0px solid #333300;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	height:21px;
}

.MainMenu_MenuItem {
	cursor:  pointer; 
	color: #333300; 
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: 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;
	background-color: White;
	text-align: center;
	width: 21;
	height: 21;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.MainMenu_SubMenu
{
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	cursor:  pointer;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-weight: lighter;
	cursor:  pointer;
	color: white;
	font-family: Verdana;
	background-image: url(SelectedItem.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	color: white; 
	cursor:  pointer; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor:  pointer; 
	color:white;
}





