/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 50%;	
	background-color: #ffffff;
}
.skinmaster {
	background-color: #DBDCDE;
	border-right: #999999 0px solid; 
	border-top: #999999 0px solid; 
	border-left: #999999 0px solid; 
	border-bottom: #999999 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient 
{
	background-color: #DBDCDE;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: #DBDCDE;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 162px;
	background-color: #DBDCDE;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 6px;
}
.contentpane {
	width: 630px;
	background-color: #DBDCDE;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.contentpane2 {
	width: 790px;
	background-color: #DBDCDE;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 6px;
}
.rightpane {
	width: 158px;
	background-color: #DBDCDE;
	padding-left: 2px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: #DBDCDE;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	border: 0px solid;
	background-color: Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 23px;
}
/* Hovedmeny */
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-left: Transparent;
	border-bottom: Transparent;
	border-top: Transparent;
	border-right: Transparent;
	height: 23px;
	background-image: url(menuback.gif);
	background-repeat: no-repeat;
	padding-right: 70px;
	vertical-align: middle;
}

/* Icon-del på undermenyer */
.MainMenu_MenuIcon 
{
	display: none;
}

/* Hoved-del på undermenyer */
.MainMenu_SubMenu {
	z-index: 1000;
	margin-top: 1px;
	cursor: pointer;
	cursor: hand;
	background-color: Transparent;
}

/* ??? */
.MainMenu_MenuBreak {
	background-color: Transparent;
	height: 1px;
}

/* OnMouseOver effekt, hoved- og undermenyer */
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: Silver;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	height: 23px;
	background-image: url(menuback.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	padding-right: 70px;


}

/* Høyre del av undermenyer */
.MainMenu_MenuArrow 
{
	display: none;
}

/* ??? */
.MainMenu_RootMenuArrow {
	font-family: Webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  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: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
.clsHead 
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  11px;
   font-weight: normal;
   color: #999999;
}	
.signoff {
	FONT-SIZE: 10px; 
	COLOR: #000033; 
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
.clsCopyright
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  11px;
   font-weight: normal;
   color: #ffffff;
}
/*Sidemenu*/.MenuHdr /* Main menu */
{
  padding-left: 10px;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  padding-bottom: 6px;
  cursor: default;
  padding-top: 2px;
  font-family: Arial;
  color: #FFFFFF;
  background-image: url(menuback.gif);  background-repeat: no-repeat;  background-position: left absmiddle; 
}

.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Visited, .MenuHdr A:Link
{
  display: block;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #ffffff;
  padding-top: 1px;
  text-decoration: none;
 }
 
.MenuHdr A:Hover
{
  display: block;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #CCCCCC;
  padding-top: 1px;
  text-decoration: none;
 }

.MenuItem /* Sub menu */
{
  padding-left: 20px;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  padding-bottom: 6px;
  cursor: default;
  padding-top: 2px;
  font-family: Arial;
  color: #FFFFFF;
  background-image: url(menuback_hoover.gif);  background-repeat: no-repeat;  background-position: left absmiddle;     
}

/* Submenu */
.MenuItem A, .MenuItem A:Active, .MenuItem A:Visited, .MenuItem A:Link
{
  font-weight: normal;
  font-size: 11px;
  font-family: Arial;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #ffffff;
  padding-top: 1px;
  text-decoration: none;
  line-height: 14px;
}
  
.MenuItemMouseOver
{
  padding-left: 20px;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  padding-bottom: 4px;
  cursor: default;
  padding-top: 2px;
  font-family: Arial;
  color: #990033;
  background-image: url(menuback_hoover.gif);  background-repeat: no-repeat;  background-position: left absmiddle;  text-decoration: none;
}

.MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  padding-bottom: 2px;
  cursor: default;
  padding-top: 2px;
  font-family: Arial;
  color: #990033;
  text-decoration: none; 
  width: 100%; 
  cursor: pointer; 
  text-decoration: none;
}	
