/* ================== STRUTTURA ================== */

.pageMaster {
	width:100%;
	height:100%;	
	background-color:#E1EEF8;
	vertical-align:top;
	text-align:center;
}

.skinMaster {
	width:950px;
	height:100%;
	text-align:center;
	vertical-align:top;
	margin:0px auto 0px auto;
	background-color:#FFF;
	border-left:4px #4A6710 solid;
	border-right:4px #24679C solid;
}

.header {
	background-image:url('header.jpg');
	background-repeat:no-repeat;
	background-position:left;
	height:165px;
	text-align:left;
}

/* ================== INIZIO MENU ================== */

.MainMenu {
	background-color:transparent;
	vertical-align:middle;
	text-align:left;
	padding-top:130px;
	padding-left:420px;
}

.MainMenu_MenuContainer {
	background-color:transparent;
	color:#FFF;
}

.MainMenu_MenuBar {
	cursor:pointer; 
	cursor:hand;
	color:#FFF;
}

.MainMenu_MenuItem {
	color:#FFF;
	height:20px;
	cursor:pointer; 
	cursor:hand; 
}

.MainMenu_MenuItemSel {
	color:#FFF;
	height:20px;
	cursor:pointer; 
	cursor:hand; 
}

.MainMenu_MenuItemAct {
	background-color:transparent; 
	cursor:pointer; 
	cursor:hand; 
	color:#FFF; 
	font-family: Arial; 
	font-weight: bold; 
	font-style: normal;
}
.rootMenuItem TD{ 
	border-left:#F1F4F3 0px solid; 
	border-bottom:#F1F4F3 0px solid; 
	border-top:#F1F4F3 0px solid; 
	border-right:#F1F4F3 0px solid;
	cursor:pointer; 
	cursor:hand; 
	color:#FFF; 
	font-weight: bold; 
	font-style: normal; 
	background-color:Transparent;
	font-family:Arial; 
} 
.rootmenuitemselected TD { /*colore cella effetto hover */
	background-color:Transparent;
	color:#68A9DD;
	cursor:pointer; 
	cursor:hand; 
	font-family:Arial; 
	font-weight:bold; 
	font-style:normal;
}
.rootmenuitemactive TD { /*colore cella effetto active */
	background-color:Transparent;
	color:#68A9DD;
	cursor:pointer; 
	cursor:hand; 
	font-family:Arial; 
	font-weight:bold; 
	font-style:normal;
}
.MainMenu_MenuIcon { /*colore cella dei loghi nel sottomenu a discesa */
	background-color:#68A9DD; 
	border-left:#68A9DD 1px solid; 
	border-bottom:#68A9DD 1px solid; 
	border-top:#68A9DD 1px solid; 
	cursor:pointer; 
	cursor:hand; 
	text-align:center; 
	width:1px; 
	height:21px;
}
.MainMenu_SubMenu { /*colore cella del testo nel sottomenu a discesa */
	margin-top:-1px;
	background-color:#68A9DD;  
	z-index:1000; 
	cursor:pointer; 
	cursor:hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuArrow {
	border-right:#68A9DD 1px solid; 
	border-bottom:#68A9DD 1px solid; 
	border-top:#68A9DD 0px solid;
	font-family:webdings; 
	font-size:10pt; 
	cursor:pointer; 
	cursor:hand; 
}
.MainMenu_RootMenuArrow {
	font-family:webdings; 
	font-size:10pt; 
	cursor:pointer; 
	cursor:hand;
}

/* ================== FINE MENU ================== */

.imgLeft {
	width:200px;
	height:100%;
	vertical-align:top;
	background-image:url('bgLeft.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#618912;
}

.currentdate {
	color:#FFF;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	padding-top:90px;
}

.leftpane {
	padding:5px;
	margin:5px;
}

.contentpane {
	background-color:transparent;
	padding:20px;
	width:700px;
}

.bottomLeft {
	background-color:#618912;
}

.login, .login a, .login a:link, .login a:visited, .login a:active {
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial;
	text-align:center;
	padding:2px;
	font-weight:bold;
}

.copyright {
	color:#FFF ;
	font-size:11px;
	font-family:Arial;
	text-align:center;
}

.credits {
	text-align:right;
}

/* ================== TESTO ================== */

.normal {
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:#474747;
}
.NormalTextBox
{
   font-family:Arial;
   font-size:10px;
   font-weight:normal;
   color:#474747;
}
H4  {
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    color: #474747;
}
H5  {
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#474747;
}
A:link  {
	font-family: arial;
	color:#F00;
}
A:visited   {
	font-family: arial;
	color:#F00;
}
A:active    {
	font-family: arial;
	color:#F00;
}
A:hover {
	font-family: arial;
	color:#F00;
	text-decoration:underline;
}

.loginText {
	color:#474747;
	font-family:Arial;
	font-size:12px;
}

.loginText a, .loginText a:active, .loginText a:link, .loginText a:visited {
	color:#474747;
	font-family:Arial;
	font-size:12px;
}

.loginText a:hover {
	color:#F00;
	font-family:Arial;
	font-size:12px;
}
