/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
/* background color for the header at the top of the page  */
.MenuHdr
{ 
  font-size: 10pt; padding-left: 10px; font-weight: bold; padding-bottom: 2px; 
  background-color: #f1f1f1; padding-top: 2px; cursor: default;
}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
  font-size: 8pt; padding-left: 20px; font-weight: normal; padding-bottom: 2px;
  background-color: #f1f1f1; padding-top: 2px;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, 
.MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver 
  A:Link, .MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, 
.MenuHdr A:Link 
{
  text-decoration: none; color: black; width: 100%; padding-top: 1px;
  padding-bottom: 1px; cursor: default; cursor: pointer; 
}
.MenuItemMouseOver
{
  background-color: #cccccc!Important; 
}


.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
.pagemaster {
	width: 100%;
	height: 100%;	
	}
	.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	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;}
	 
.leftpane {
	width: 150px;
		background-color: #333333;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
		background-color: #333333;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 165px;
	background-color: #333333;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


.SkinObject {
    font-weight: normal;
    font-size: 8.5pt;
    color: #d4d0c8;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#feb400;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#feb400;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#feb400;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#feb400;
}
Body
{
    background-color: #232323;  
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:0.75em;
	color: feb400;	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	scrollbar-face-color: #333333;
  scrollbar-shadow-color: #727272;
  scrollbar-highlight-color: #686868;
  scrollbar-3dlight-color: #666666;
  scrollbar-darkshadow-color: black;
  scrollbar-track-color: #CCCCCC;
  scrollbar-arrow-color: #ff0000;
scrollbar-base-color: white;
margin-top: 0px;
background-image: url(baggrund.jpg);
 background-repeat: repeat-x;
}
P{    font-weight: normal;
    font-size: 11px;
    font-family: verdana, Arial, Helvetica;
    text-decoration: none;
	color:#ffffff;
	}

/* background/border colors for the selected tab */
.TabBg {
    color:transparent;
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 9px;
    font-family: verdana, Arial, Helvetica;
    text-decoration: none;
	color:#feb400;


}
input, submit, select, textarea{
			border-width: 1px;
		border-color: #333333;
		border-style: solid;
	BORDER-RIGHT: #ffffff 0px none;
    BORDER-TOP: #ffffff 0px none;
    BORDER-LEFT: #ffffff 0px none;
    BORDER-BOTTOM: #ffffff 0px none;
    COLOR: #ffffff;
    FONT-FAMILY: verdana, tahoma, sans-serif;
    FONT-SIZE: 7pt;
    BACKGROUND-COLOR: #666666;
	}



/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
color:#feb400;
}

A.SelectedTab:visited  {
    text-decoration:    none;
   color:#feb400;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#feb400;
}

A.SelectedTab:hover    {
    text-decoration:    none;
   color:#feb400;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 10px;
    color:#feb400;
    font-family: verdana, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#feb400;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#feb400;
}

A.OtherTabs:active   {
    text-decoration:    none;
   color:#feb400;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#feb400;
}




.ContentPane  {      font-family: Verdana, Arial, Helvetica;
    font-size:  10px;
    font-weight:    normal;
    color: #FFFFFF;

}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
    color: #FEB400;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #feb400;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
}

/* text style used for most text rendered by modules */
.NormalSmall
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
}
.Normal
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
}
.NormalList
{list-style-type:    square ;
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color: #ffffff;
}

.NormalRed
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color: #ff0000
}
.NormalWhite
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #feb400
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
	color: #feb400;
	
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica;
    font-size: 9px;
    font-weight: normal;
	color: #feb400;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #feb400;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #feb400;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #cccccc;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #d4d4d4;
}
    
/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #FFFFFF;
}

H2  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #FFFFFF;
}

H3  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #FFFFFF;
}

H4  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #FFFFFF;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
}

H6  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
    background-color: #003366;
}

A:link  {
    /*text-decoration:    underline;*/
    color:  #feb400;
}

A:visited   {
   /* text-decoration:    underline;*/
    color:  #ffcc33;
}

A:active    {
/*    text-decoration:    underline;*/
    color:  #7d7d7d;
}

A:hover {
/*    text-decoration:    underline;*/
    color:  #c5c5c5;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

LI   {
    list-style-type:    square ;
	  font-weight: normal;
    font-size: 11px;
    font-family: verdana, Arial, Helvetica;
    text-decoration: none;
	color:#ffffff;
}
UL LI   {
    list-style-type:    square ;
	  font-weight: normal;
    font-size: 11px;
    font-family: verdana, Arial, Helvetica;
    text-decoration: none;
	color:#ffffff;
}

UL LI LI    {
    list-style-type:    disc;
	  font-weight: normal;
    font-size: 11px;
    font-family: verdana, Arial, Helvetica;
    text-decoration: none;
	color:#ffffff;
}

UL LI LI LI {
    list-style-type:    circle;
	  font-weight: normal;
    font-size: 11px;
    font-family: verdana, Arial, Helvetica;
    text-decoration: none;
	color:#ffffff;
}

OL LI   {
    list-style-type:    decimal;
	  font-weight: normal;
    font-size: 11px;
    font-family: verdana, Arial, Helvetica;
    text-decoration: none;
	color:#ffffff;
}

OL OL LI    {
    list-style-type:    lower-alpha;
	  font-weight: normal;
    font-size: 11px;
    font-family: verdana, Arial, Helvetica;
    text-decoration: none;
	color:#ffffff;
}

OL OL OL LI {
    list-style-type:    lower-roman;
	  font-weight: normal;
    font-size: 11px;
    font-family: verdana, Arial, Helvetica;
    text-decoration: none;
	color:#ffffff;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
}

/* Custom Styles */

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
}

img { border: none; }
form { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

.ModuleBg 
{
	background-color:#FFFFFF;
}

.YourCompanyNameSurveyResults {
    font-weight: normal;
    font-size: 9px;
    font-family: verdana, Arial, Helvetica;
    text-decoration: none;
	color:#feb400;}
	/* ASPNetMenu styles begin here */
/* ASPNetMenu styles */
.MenuGroup
{
  background-color:transparent;
  border:0px;
  border-style:none;
}

.MainMenu_MenuContainer {
	border: 0px solid;
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: gainsboro;
  background-color:transparent;
  Filter:   alpha(Opacity=80);
  	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	border-left: #95B7DA 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #95B7DA 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #666666;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	border-top: #666666 1px solid;
	Filter:   alpha(Opacity=80);
	text-align: center;
	width: 5;
	height: 21;


}

.MainMenu_SubMenu {
	z-index: 1000;
	margin-top: 1px;
	cursor: pointer;
	cursor: hand;
	background-color: #666666;
	Filter:   alpha(Opacity=90);
	border-bottom: #95B7DA 0px solid;
	border-left: #95B7DA 0px solid;
	border-top: #95B7DA 0px solid;
	border-right: #95B7DA 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #000000 1px solid;
	border-left: #95B7DA 0px solid;
	border-top: #000000 1px solid;
	border-right: #95B7DA 0px solid;
	background-color: White;
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #595959;
	cursor: pointer;
	cursor: hand;
	color: #feb400;
	Filter:   alpha(Opacity=80);
	font-family: Tahoma, Arial, Helvetica;
	border-bottom: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #666666 1px solid;
	border-bottom: #666666 1px solid;
	border-top: #666666 1px solid;
	Filter:   alpha(Opacity=80);
	width: 5;
	height: 21;
	background-color: #666666;
	display:none;
	

}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	
}

/* Skin */
span.menuimg {
  background: url(menu.gif) no-repeat center center;
}


.CategoriaCounter { FONT-SIZE: 10px; FONT-FAMILY: verdana, Arial, Helvetica }
A.Categoria {font-color:  #ff9966; FONT-WEIGHT: Bold; FONT-SIZE: 12px; FONT-FAMILY: verdana, Arial, Helvetica }
A.Categoria:hover { FONT-WEIGHT: Bold; FONT-SIZE: 12px; FONT-FAMILY: verdana, Arial, Helvetica }
A.Categoria:visited { FONT-WEIGHT: Bold; FONT-SIZE: 12px; FONT-FAMILY: verdana, Arial, Helvetica }
A.SubCategoria { FONT-WEIGHT: normal; FONT-SIZE: 10px; FONT-FAMILY: verdana, Arial, Helvetica }
A.SubCategoria:hover { FONT-WEIGHT: normal; FONT-SIZE: 10px; FONT-FAMILY: verdana, Arial, Helvetica }
A.SubCategoria:visited { FONT-WEIGHT: normal; FONT-SIZE: 10px; FONT-FAMILY: verdana, Arial, Helvetica }
