/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: transparent;
}
.skinmaster {
	height: 100%;
	background-color: transparent;
	border-right: #7C7C7C 1px solid; 
	border-top: #7C7C7C 1px solid; 
	border-left: #7C7C7C 1px solid; 
	border-bottom: #7C7C7C 1px solid; 
	
}
.skinheader {
}
.skingradient {
	/*necessario per dare alla barra del menu lo sfobdo desidearto 	*/
	background: #7C7C7C url(bodybg-orange.jpg) repeat-x;
	height:30px;

	

}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}

.leftpane {
	width: 250px;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 1px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
}
.rightpane {
	width: 170px;
	background-color: transparent;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.StandardButton {
  background: #7994cb none; 
  color: Navy;
  font-family: Tahoma, Arial, Helvetica, Verdana, Sans-Serif; 
  font-size: 12px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
/* fine Menu */
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica, Verdana, Sans-Serif; 
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
.footer {
background:#00247D;
font-family: Tahoma, Arial, Helvetica, Verdana, Sans-Serif; 
clear:both;
color:white;
font-size:12px;
font-weight:bold;
padding:0px 0;
text-align:center;

}
.footer a 
{
    clear:both;
color:white;
font-weight:bold;
}


.MainMenu_MenuContainer {
	
	height:25px;
}
.MainMenu_MenuBar {
	
	height:25px;
	
}

.MainMenu_MenuItem {
	
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-Serif; 
	font-size: 10px;
	font-style:inherit;
	color: navy;
	padding:2px 2px 2px;
	text-decoration:none;
	

}
.separatore
{
   BACKGROUND-color:  #f0f0f0;
   color: #f0f0f0;
   font-size:xx-small

}
.MainMenu_MenuItemSel {
	
	BACKGROUND: url(menuhover-orange.jpg) #f0f0f0 repeat-x left top;
	
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-Serif; 
	font-size: 10px;
	font-style:inherit;
	color: red;
	padding:2px 2px 2px;
	height:25px;
    
}
.MainMenu_MenuBreak {
height: 25px;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_MenuArrow {
	/*border-right: #606060 1px solid;
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand; */
}	
.MainMenu_RootMenuArrow {

	/*font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand;*/
	
}

#HouseMenuNav
{

color:white;
text-decoration:none;
margin-left:0;
text-decoration: none;
list-style-type:none;

}

#HouseMenuNav a {

width: 150px;
height: 20px;
font-family: Tahoma, Arial, Helvetica, Verdana, Sans-Serif; 
font-size: 10px;
font-weight: bold;
/*font-style:inherit; */
color: #606060;
padding:2px 2px 2px 2px;
text-decoration:none;
BACKGROUND: url(menugrigio.jpg) #f0f0f0 ;
border-right:1px solid #b0b0b0;
border-left:1px solid #b0b0b0;
border-top:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;
margin-left:0;
text-decoration: none;
list-style-type:none;
}
#HouseMenuNav a:hover {
width: 150px;
height: 20px;
font-family: Tahoma, Arial, Helvetica, Verdana, Sans-Serif; 
font-size: 10px;
/*font-style:inherit; */
color: orange;
padding:2px 2px 2px;
text-decoration:none;
BACKGROUND: url(menugrigio.jpg) #f0f0f0 ;
border-right:1px solid #b0b0b0;
border-left:1px solid #b0b0b0;
border-top:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;
margin-left:0;
text-decoration: none;
list-style-type:none;
}
#HouseMenuNavCurrentItem a {
width: 150px;
height: 20px;
font-family: Tahoma, Arial, Helvetica, Verdana, Sans-Serif; 
font-size: 10px;
/*font-style:inherit; */
color: #606060;
padding:2px 2px 2px;
text-decoration:none;
BACKGROUND: url(menugrigio.jpg) #f0f0f0 ;
border-right:1px solid #b0b0b0;
border-left:1px solid #b0b0b0;
border-top:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;
margin-left:0;
text-decoration: none;
list-style-type:none;
}
