/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #000000;
}
.skinmaster {
	height: 50%;
	background-color: #000000;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 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: #ffcc66;
}
.hMenu {
	background-color: #000000;
}
.skingradient {
	
}
.controlpanel {
	width: 100%;
	background-color: #666666;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	border: 0px solid;
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
}

/* Hovedmeny */
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #dedede;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-left: #9B9B9B 0px solid;
	border-bottom: #9B9B9B 1px solid;
	border-top: #9B9B9B 1px solid;
	border-right: #9B9B9B 0px solid;
}

/* Icon-del på undermenyer */
.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #dedede;
	border-left: #dedede 1px solid;
	border-bottom: #dedede 1px solid;
	border-top: #dedede 1px solid;
	text-align: center;
	width: 15;
	height: 21; /*Standard: 21*/
}

/* Hoved-del på undermenyer */
.MainMenu_SubMenu {
	z-index: 1000;
	margin-top: 1px;
	cursor: pointer;
	cursor: hand;
	background-color: #9B9B9B;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: #9B9B9B 0px solid;
	border-left: #9B9B9B 0px solid;
	border-top: #9B9B9B 0px solid;
	border-right: #9B9B9B 0px solid;
}

/* ??? */
.MainMenu_MenuBreak {
	border-bottom: #9B9B9B 1px solid;
	border-left: #9B9B9B 0px solid;
	border-top: #9B9B9B 1px solid;
	border-right: #9B9B9B 0px solid;
	background-color: White;
	height: 1px;
}

/* OnMouseOver effekt, hoved- og undermenyer */
.MainMenu_MenuItemSel {
	background-color: #000000;
	cursor: pointer;
	cursor: hand;
	color: #996600;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;

}

/* Høyre del av undermenyer */
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #9B9B9B 1px solid;
	border-bottom: #9B9B9B 1px solid;
	border-top: #9B9B9B 0px solid;
}

/* ??? */
.MainMenu_RootMenuArrow {
	font-family: Webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.StandardButton {
  background: #CCCCCC none; 
  color: #000000;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  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;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Arial, Helvetica;
   font-size:  14px;
   font-weight: normal;
   color: #f1f1f1;
}

