/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #000000;
	padding-top: 0px;
}
.skinmaster {
	height: 100%;
	background-color: #000000;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
	padding: 0px;
}
.skinheader {
	background-color: transparent;	
	height: 20;
}
.skingradient {
	background-color: transparent;
}
.controlpanel {
	width: 100%;
	background-color: #CDE0F3;
}

.toppaneHome {
	width: 636px;
	height:637px;
	background-color: transparent;
	background-image: URL(Forside.jpg);
	background-repeat: no-repeat;
}
.toppane {
	width: 100%;
	background-color: transparent;
}
.toppane2 {
	width: 600px;
	height: 100%;
	background-color: transparent;
	padding: 0px;
	border-right: #5C5149 1px solid;
}
.leftpane {
	background-color: transparent;	
	padding: 0px;
}
.contentpane {
	background-color: transparent;
	padding: 5px;
	border-right: #5C5149 0px solid;
}
.rightpane {
	width: 200px;
	background-color: transparent;
	padding: 0px;
}
.rightcolumn {
	width: 200px;
	background-color: #CFAD91;
	padding: 0px;
	border-right: #5C5149 0px solid;
}
.bottompane {
	width: 100%;
	height: 77px;
	background-color: transparent;
}
.footerpane {
	background-color: transparent;
}

/*------------------------------*/
/*             Meny             */
/*------------------------------*/

.MainMenu_MenuContainer {
	background-color: #000000;
	width: 200;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	width: 200;
	background-color: #000000;
	height: 35px;
	padding-left: 0;

}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial; 
	font-size: 14pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #000000;
	height: 35px;
	padding-left: 0;
}
.MainMenu_MenuItem A:Active
	{
	cursor: pointer; 
	cursor: hand; 
	color: #C6924A; 
	font-family: Arial; 
	font-size: 14pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #000000;
	height: 35px;
	padding-left: 0;
}

.MainMenu_MenuIcon {
	background-color: #000000; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 12px; 
	height: 12px;
}
.MainMenu_SubMenu {
	background-color: #000000;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemActive {
	background-color: #000000;
	cursor: pointer; 
	cursor: hand; 
	color: #C6924A; 
	height: 35px;        
	font-family: Arial; 
	font-size: 14pt; 
	font-weight: normal; 
	font-style: normal;
	padding-left: 0;       
}
.MainMenu_MenuItemSel {
	background-color: #000000;
	cursor: pointer; 
	cursor: hand; 
	color: #BCBCBC; 
	height: 35px;        
	font-family: Arial; 
	font-size: 14pt; 
	font-weight: normal; 
	font-style: normal;
	padding-left: 0;       
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 14pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 14pt; 
	cursor: pointer; 
	cursor: hand;
}

/* -------------------- */
/* Diverse              */
/* -------------------- */

.StandardButton {
  background: #fdfdf2 none; 
  color: #ffffff;
  font-family: Arial; 
  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);
}

/* style for module titles */

.Head {
   font-family: Arial;
   font-size:  18pt;
   font-weight: Bold;
   color: #C6924A;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial;
    font-size:  13pt;
    font-weight:    bold;
    color: #FFFFFF;
	line-height: 18px;
}

.SubSubHead    {
    font-family: Arial;
    font-size:  12pt;
    font-weight:    normal;
    color: #FFFFFF;
	line-height: 18px;
}

A:link  {
    text-decoration:    underline;
    color:  #B0C4FF;
}

A:visited   {
    text-decoration:    underline;
    color:  #B0C4FF;
}

A:active    {
    text-decoration:    underline;
    color:  #B0C4FF;
}

A:hover {
    text-decoration:    underline;
    color:  #90ACFF;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #FFFFFF;
}


/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial;
    font-size: 11pt;
    font-weight: normal;
	color: #C6924A;
	line-height: 17px;
}
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    color: #ff0000
}

/* -------------------- */
/* ny Side Menu */
/* -------------------- */

.MenuHdr
{ 
  	font-family: Arial;
	font-size: 13pt; 
	padding-left: 20px; 
	font-weight: normal; 
	padding-bottom: 1px; 
  	background-color: #A395C6; 
	height: 35px;
	padding-top: 0px; 
	cursor: default;
	color: #ffffff;
	align: left;
	border-bottom: #FFFFFF 1px solid; 
	border-left: #4977B3 0px solid; 
	border-top: #abc8D2 0px solid; 
	border-right: #4977B3 0px solid;
}

.MenuHdr A:Link
{
  	text-decoration: none; 
	color: #ffffff; 
	width: 100%;
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer; 
}
.MenuHdr A:Visited
{
  	text-decoration: none; 
	color: #ffffff; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer; 
}

.MenuHdrMouseOver
{
	font-family: Arial;
	font-size: 13pt; 
	padding-left: 20px; 
	font-weight: normal; 
	padding-bottom: 1px; 
  	background-color: #5D4B98; 
	height: 35px;
	padding-top: 0px; 
	cursor: default;
	color: #ffffff;
	align: left;
	border-bottom: #FFFFFF 1px solid; 
	border-left: #4977B3 0px solid; 
	border-top: #abc8D2 0px solid; 
	border-right: #4977B3 0px solid;
}

.MenuHdrMouseOver A:Link
{
  	text-decoration: none; 
	color: #ffffff; 
	width: 100%;
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer; 
}

.MenuHdrMouseOver A:Visited
{
  	text-decoration: none; 
	color: #ffffff; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer; 
}

.MenuItem, 
{
  	font-family: Arial;
	font-size: 13pt; 
	padding-left: 20px; 
	font-weight: normal; 
	padding-bottom: 2px;
  	background-color: #A395C6; 
	height: 35px;
	padding-top: 2px;
	color: #ffffff;
	border-bottom: #FFFFFF 1px solid; 
	border-left: #4977B3 0px solid; 
	border-top: #4977B3 0px solid; 
	border-right: #4977B3 0px solid;
}

.MenuItem A:Link
{
  	text-decoration: none; 
	color: #ffffff; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer; 
}

.MenuItem A:Active
{
  	text-decoration: none; 
	color: #C6924A; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer; 
}

.MenuItem A:Visited
{
  	text-decoration: none; 
	color: #ffffff; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer;
}

.MenuItemMouseOver
{
	background-color: #5D4B98!Important;
	height: 35px;
	font-family: Arial;
	font-size: 13pt; 
	padding-left: 20px; 
	font-weight: normal; 
	padding-bottom: 2px;
	padding-top: 2px;
	color: #ffffff; 
	border-bottom: #ffffff 1px solid; 
	border-left: #4977B3 0px solid; 
	border-top: #4977B3 0px solid; 
	border-right: #4977B3 0px solid;
}

.MenuItemMouseOver A:Link
{
  	text-decoration: none; 
	color: #ffffff; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer; 
}

.MenuItemMouseOver A:Visited
{
  	text-decoration: none; 
	color: #ffffff; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer;
}


.MenuItem A, 
.MenuItem A:Active, 
.MenuItem A:Hover, 
.MenuItem HR


.MenuItemMouseOver A, 
.MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, 

.MenuHdr A, 
.MenuHdr A:Active, 
.MenuHdr A:Hover, 


