/* 
================================
Skin styles for DotNetNuke
================================
*/   

*{padding:0; margin:0;}

.pagemaster {
	width: 900px;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	width: 900px;
	height: 100%;
	background-color: #ffffff; /*sfondo ext ai box*/
	border-right: #bebebe 1px solid; 
	border-top: #bebebe 1px solid; 
	border-left: #bebebe 1px solid; 
	border-bottom: #bebebe 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.skinheader {
	background-color: #ffffff;
	height: 1%;

}
.menu {
	width: 200px;
	background-color: #ffffff;	
}
.menu_top {
	background-image: url(bg_head_bottom_nav.jpg);
}
.bannerpan {
	background-color: transparent;
	width: 298px;
	height:50px;
}
.data {
	background-color: #ffffff;
	width: 900px;
}
.skingradient {
	background-image: url(bg_foot.jpg); 
	height:30px;
}
.controlpanel {
	width: 900px;
	background-color: #dfe5f2;
}
.toppane {
	width: 900px;
	background-color: transparent;

}
.logo {
	width: 900px;
	height:150px;
	background-color: #ffffff;

}
.spacepane {
	width: 5px;
	background-color:#ffffff;
}
.contentpane {
	width: 440px;
	background-color:#ffffff;
}
.rightpane {
	width: 185px;
	background-color: #ffffff;
}
.bottompane {
	width: 900px;
	height: 40px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	background-image: url(Sfondo_menu.gif); 
	font-family: "trebuchet ms",arial,sans-serif;
	height:40px; 
}
.MainMenu_MenuIcon {
	background-color: #84cefd 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #84cefd 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #b1cda4; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: "trebuchet ms",arial,sans-serif;
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
	background-image: url(Sfondo_menu1.gif); 
	height:40px;
}
.MainMenu_MenuArrow {
	border-right: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 0px solid;
	font-family: webdings; 
	color: #84cefd;
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #84cefd;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: "trebuchet ms",arial,sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtTec.jpg);
}
.Head {
   font-family: "trebuchet ms",arial,sans-serif;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

