/* 
================================
Skin styles for DotNetNuke
================================
	BACKGROUND-IMAGE: url(sfondomain.jpg);
	background-color: #d1dfe5;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
}
.skinheader {
}
.skingradient {
	BACKGROUND: #ffffff;
	padding-right: 10px;
}
.SelectedTab {
  font-weight: normal;
}
.angolo {
	background: url(angolo_bianco.gif) no-repeat top right;
}
.angolo a{
	color:#FFFFFF;
}

.controlpanel {
	width: 100%;
	background-color: transparent;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	background-color: transparent;
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.rightpane {
	background-color: transparent;
	padding-top: 6px;
	padding-left: 7px;
	padding-right: 0px;
	padding-bottom: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	margin: 0px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 48px;
}
.MainMenu_MenuItem {
	background: url('white.gif') right repeat-y;
	cursor: pointer; 
	cursor: hand; 
	color:#FFFFFF;
	font-family: Verdana, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	padding-right: 10px;
	vertical-align:middle;
}
.MainMenu_MenuIcon {
	background-color: #124664; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #124664;
}
.MainMenu_MenuBreak {
	background-color: #FFFFFF;
	width: 1px;
	height: 48px;
}
.MainMenu_MenuItemSel {
	background-color: #ffffff;
	cursor: pointer; 
	cursor: hand; 
	font-family: Verdana, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	height:48px;
	padding-right: 10px;
	vertical-align:middle;
}
.MainMenu_MenuArrow {
	border-right: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 0px solid;
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_Node{
	background-color: #BBBBBB;
}
.MainMenu_Node .MainMenu_Node{
	background-color: #000000;
	font-size: 14px;
}

.StandardButton {
    background: #AAAAAA none; 
    color: #FFFFFF;
    font-family: Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

.TreeViewMenu {
	background-color: transparent;
	margin:0px;
	moz-border-radius-bottomleft: 3px; 
	moz-border-radius-bottomright: 3px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
    font-size:  1px;
}

.Head {
    font-size:  x-small;
    font-weight:  bold;
}

.miniHead {
    font-size:  1px;
}
.angolo a.SkinObject:link {
	font-size:8pt;
	font-weight:normal;
	color: #ffffff;
}
.angolo a.SkinObject:hover {
	font-size:8pt;
	font-weight:normal;
	color: #ffffff;
}