
/* 
================================
Skin styles for DotNetNuke
================================
*/ 


/*================================
Omrder i skinnet
================================ */

.pagemaster {
	width: 100%;	
	background-color: #ffffff;

}
.skinmaster {
	background-color: #ffffff;
	border-right: #c7c6c2 0px solid; 
	border-top: #c7c6c2 0px solid; 
	border-left: #c7c6c2 0px solid; 
	border-bottom: #c7c6c2 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
	width: 850px;
	background-color: #ffffff;
}
.skingradient {
	background-color: #ffffff;
	border-top: #e4e1e0 1px solid; 
	border-bottom: #e4e1e0 1px solid; 
}
.skingradient2 {
	background-color: #ffffff;
	padding: 0px;
}
.submenupane {
	width: 850px;
	background-color: #ffffff;
	padding: 2px;
	border-bottom: #e4e1e0 1px solid; 
}
.contentpane {
	background-color: #ffffff;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
}
.leftpane {
	background-color: #Ffffff;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	border-right: #e4e1e0 1px solid; 
	border-top: #c7c6c2 0px solid; 
	border-left: #c7c6c2 0px solid; 
	border-bottom: #c7c6c2 0px solid; 
}
.rightpane {
	background-color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	border-right: #c7c6c2 0px solid; 
	border-top: #c7c6c2 0px solid; 
	border-left: #c7c6c2 0px solid; 
	border-bottom: #c7c6c2 0px solid;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-top: 0px;
	border-top: #e4e1e0 1px solid;
}
.footerpane {
	background-color: #ffffff;
	padding: 0px;
	border-top: #e4e1e0 1px solid;

}

/*================================
Meny
================================ */

}
.MainMenu_MenuContainer {
	background-color: #ffffff;
	padding-left: 1px;
	width:850px;

}
.MainMenu_MenuBar {
	border-left: #F1F4F3 0px solid; 
	BORDER-BOTTOM: #F1F4F3 0px solid; 
	border-top: #F1F4F3 0px solid; 
	border-right: #F1F4F3 0px solid;
	cursor: pointer; 
	height: 30px;
	background-color: #ffffff;
}
.MainMenu_MenuItem{
	height: 21px;
	border-left: #F1F4F3 0px solid; 
	border-bottom: #F1F4F3 0px solid; 
	border-top: #F1F4F3 0px solid; 
	BORDER-RIGHT: #F1F4F3 0px solid;
	cursor: pointer; 
	color: #736460; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.MainMenu_MenuItemSel{
	background-color: #ffffff; 
	cursor: pointer; 
	color: #ccaea4; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuItemAct {
	background-color: #ffffff; 
	cursor: pointer; 
	color: #0089cc; 
	font-size: 11px;
	font-family: Verdana, Arial, helvetica, sans-serif; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuIcon {
	background-color: transparent; 
	border-left: #F1F4F3 1px solid; 
	border-bottom: #F1F4F3 1px solid; 
	border-top: #F1F4F3 1px solid; 
	text-align: center; 
	width: 1px; 
	height: 21px;
}
.MainMenu_SubMenu {
	margin-top: -1px;
	background-color: #c7c6c2;  
	z-index: 1000; 
	cursor: pointer; 
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuArrow {
	display: none; 
}
.MainMenu_RootMenuArrow {
	display: none;
}




/*================================
Diverse
================================ */

.StandardButton     {
    background: red; 
    color: #333333;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #003366;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#abad9f;
}

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: Georgia, Arial, Helvetica;
    font-size:  15px;
    font-weight: normal;
    color: #606f73;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: normal;
    color: #4f3a34;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: normal;
    color: #4f3a34;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #74664;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #74664;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #74664;
}

/* -------------------- */
/* Side Menu */
/* -------------------- */

.MenuHdr
{ 
	font-family:  Tahoma, Helvetica, sans-serif; 
	font-size: 12px; 
	padding-left: 10px; 
	font-weight: Bold; 
	padding-bottom: 1px; 
  	background-color: #ffffff; 
	height: 30px;
	padding-top: 0px; 
	cursor: pointer;
	color: #736460;
	align: left;
	border-bottom: #736460 1px solid; 
	border-left: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 1px solid;
}

.MenuHdr A:Link
{
  	text-decoration: none; 
	color: #736460; 
	width: 100%;
	padding-top: 0px;
  	padding-bottom: 0px;  
	cursor: pointer; 
}
.MenuHdr A:Visited
{
  	text-decoration: none; 
	color: #736460; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: pointer; 
}

.MenuHdrMouseOver
{
	font-family:  Tahoma, Helvetica, sans-serif; 
	font-size: 12px; 
	padding-left: 10px; 
	font-weight: Bold; 
	padding-bottom: 1px; 
  	background-color: transparent; 
	height: 30px;
	padding-top: 0px; 
	cursor: pointer;
	color: #333333;
	align: left;
	border-bottom: #736460 1px solid; 
	border-left: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 1px solid;
}

.MenuHdrMouseOver A:Link
{
  	text-decoration: none; 
	color: #746664; 
	width: 100%;
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: pointer; 
}

.MenuHdrMouseOver A:Visited
{
  	text-decoration: none; 
	color: #746664; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: pointer; 
}

.MenuItem, .MenuItem HR
{
	font-family:  Tahoma, Helvetica, sans-serif; 
	font-size: 12px; 
	padding-left: 10px; 
	font-weight: normal; 
	padding-bottom: 2px;
  	background-color: transparent; 
	height: 25px;
	padding-top: 2px;
	color: #736460;
	align: left;
	border-bottom: #736460 1px solid; 
	border-left: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 1px solid;
}

.MenuItem A:Link
{
  	text-decoration: none; 
	color: #736460; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: pointer; 
}

.MenuItem A:Visited
{
  	text-decoration: none; 
	color: #736460; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: pointer;
}

.MenuItemMouseOver
{
	background-color: #ffffff!Important;
	height: 25px;
	font-family:  Tahoma, Helvetica, sans-serif; 
	font-size: 12px; 
	padding-left: 10px; 
	font-weight: normal; 
	padding-bottom: 2px;
	padding-top: 2px;
	color: #333333;
	align: left; 
	border-bottom: #736460 1px solid; 
	border-left: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 1px solid;
}

.MenuItemMouseOver A:Link
{
  	text-decoration: none; 
	color: #333333; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: pointer; 
}

.MenuItemMouseOver A:Visited
{
  	text-decoration: none; 
	color: #333333; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	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,
}



