/* 
================================
Skin styles for DotNetNuke
================================
*/ 


/*================================
Omrder i skinnet
================================ */

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;

}
.skinmaster {
	background-color: #ffffff;
	border-top: #B67234 1px solid;
	border-bottom: #B67234 1px solid;
	border-left: #B67234 1px solid;
	border-right: #B67234 1px solid;
	moz-border-radius-bottomleft: 5px; 
	moz-border-radius-bottomright: 5px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
	background-color: transparent;
}
.toppane {
	width: 200px;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.toppane {
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
.skingradient {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: #B67234 1px solid;
	border-bottom: #B67234 1px solid;
}
.leftpane {
	background-color: #B67234;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;

}
.contentpane {
	width: 100%;
	background-color: #ffffff;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.rightpane {
	background-color: #ffffff;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.bottomleftpane {
	background-color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;

}
.bottompane {
	width: 100%;
	background-color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.footerpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}


/*================================
Meny
================================ */

.MainMenu_MenuContainer {
	background-color: #ffffff;
}

.MainMenu_MenuBar {
	width: 100%;
	cursor: pointer; 
	height:25px;
	background-color: transparent;
}

.MainMenu_MenuItem {
	border-left: #F1F4F3 0px solid; 
	border-bottom: #F1F4F3 0px solid; 
	border-top: #F1F4F3 0px solid; 
	border-right: #F1F4F3 0px solid;
	cursor: pointer;	
	color: #B67234; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer;
	color: #666666; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuIcon {
	background-color: transparent;  
	border-left: #F1F4F3 0px solid; 
	border-bottom: #F1F4F3 0px solid; 
	border-top: #F1F4F3 0px solid;  
	cursor: pointer;
	text-align: center; 
	width: 0px; 
	height: 0px;
}

.MainMenu_SubMenu {
	margin-top: -1px;
	background-color: #ffffff;
	z-index: 1000; 
	cursor: pointer;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 	
}

.MainMenu_MenuBreak {
	height: 0px;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;

}

/* styles used by TreeMenu Skin Object */

.TreeViewMenu {
	width: 175px;
	background-color: transparent;
	BORDER-RIGHT: #CFCFCF 0px solid; 
	BORDER-TOP: #CFCFCF 0px solid; 
	BORDER-LEFT: #CFCFCF 0px solid; 
	BORDER-BOTTOM: #CFCFCF 0px 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_MidRed.jpg);
}

.TreeMenu_Node 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}




/*================================
Diverse
================================ */

.StandardButton     {
   background: #fdfdf2 none; 
    color: #fdfdf2;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight: normal;
    color: #9A231B;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #333333;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
}

.Normal2
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #333333;

}
/* style of item titles by Announcements and Articles */
.ItemTitle    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size:  12px;
    	font-weight: normal;
    	color: #BDC5A7;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

/* -------------------- */
/* Side Menu */
/* -------------------- */

.MenuHdr
{ 
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	padding-left: 10px; 
	font-weight: Bold; 
	padding-bottom: 1px; 
  	background-color: transparent; 
	height: 30px;
	padding-top: 0px; 
	cursor: default;
	color: #ffffff;
	align: left;
	border-bottom: #666666 1px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #ffffff 0px solid;
}

.MenuHdr A:Link
{
  	text-decoration: none; 
	color: #ffffff; 
	width: 100%;
	padding-top: 0px;
  	padding-bottom: 0px;  
	cursor: default; 
}
.MenuHdr A:Visited
{
  	text-decoration: none; 
	color: #ffffff; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
}

.MenuHdrMouseOver
{
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	padding-left: 10px; 
	font-weight: Bold; 
	padding-bottom: 1px; 
  	background-color: transparent; 
	height: 30px;
	padding-top: 0px; 
	cursor: default;
	color: #666666;
	align: left;
	border-bottom: #666666 1px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #ffffff 0px solid;
}

.MenuHdrMouseOver A:Link
{
  	text-decoration: none; 
	color: #666666; 
	width: 100%;
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
}

.MenuHdrMouseOver A:Visited
{
  	text-decoration: none; 
	color: #666666; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
}

.MenuItem, .MenuItem HR
{
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	padding-left: 10px; 
	font-weight: normal; 
	padding-bottom: 2px;
  	background-color: transparent; 
	height: 25px;
	padding-top: 2px;
	color: #ffffff;
	align: left;
	border-bottom: #666666 1px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff01px solid; 
	border-right: #ffffff 0px solid;
}

.MenuItem A:Link
{
  	text-decoration: none; 
	color: #ffffff; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
}

.MenuItem A:Visited
{
  	text-decoration: none; 
	color: #ffffff; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default;
}

.MenuItemMouseOver
{
	background-color: #B67234!Important;
	height: 25px;
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	padding-left: 10px; 
	font-weight: normal; 
	padding-bottom: 2px;
	padding-top: 2px;
	color: #666666;
	align: left; 
	border-bottom: #666666 1px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #ffffff 0px solid;
}

.MenuItemMouseOver A:Link
{
  	text-decoration: none; 
	color: #666666; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
}

.MenuItemMouseOver A:Visited
{
  	text-decoration: none; 
	color: #666666; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default;
}


.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,
}


