
/*LIVE/PROD PORTALENE FELLES FOR ALLE PORTALEN*/ 

/* CSS FOR HOVEDTABELLEN */
.MainContentTable
{
	
}

/* CSS FOR HOVEDTABELLEN SLUTT */

/* CSS FOR TABELLER GENERELT */
TD
{
	font-family:Arial;
	font-size:11px;
}


/* CSS FOR TABELLER GENERELT SLUTT */


/* This is the transparent box */
#transbox2 {
	filter:alpha(opacity=89); /* IE */ 
	opacity: 0.1; /*CSS 3.0 */
	-moz-opacity:0.89; /* for mozilla */ 
	}

#transbox {
	filter:alpha(opacity=100); /* IE */ 
	opacity: 0.9; /*CSS 3.0 */
	-moz-opacity:0.99; /* for mozilla */
}

.FiberSkjema
{
	width:700px;
}



/*Ny css for nytt design by ORV 31.01.06 */
.tbTurkisM {

	width:104px;
	height:18px;
	font-family:Arial;
	font-size:7pt;
	background-image: url(./imgCss/bgTbM.gif);
	background-repeat: no-repeat;
	border:0px;
	text-indent: 2px;
}

/*Radiobutton */
.rbTurkis {
	border:3px solid blue;
}

.ButtonTurkisM {
	width:93px;
	height:18px;
	cursor: hand;
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color:black;
	background: url(./imgCss/btM.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	border-style:none;

}




/*Brukes til forsiden */
.tbYellowM {

	width:119px;
	height:21px;
	font-family:Arial;
	font-size:7pt;
	background-image: url(./imgCss/bgTbYellowM.gif);
	padding-top: 4px;
	background-repeat: no-repeat;
	background-attachment:fixed;
	border:0px;
	padding-left: 4px;
}

.tbYellowS{

	width:95px;
	height:21px;
	font-family:Arial;
	font-size:7pt;
	background: url(/Portals/0/Skins/TM_Standard/bgTbYellowS.gif);
	padding-top: 4px;
	background-repeat: no-repeat;
	background-attachment:fixed;
	border:0px;
	padding-left: 4px;

}

.tbYellowXS{

	width:32px;
	height:21px;
	font-family:Arial;
	font-size:7pt;
	background: url(/Portals/0/Skins/TM_Standard/bgTbYellowXS.gif);
	padding-top: 4px;
	background-repeat: no-repeat;
	background-attachment:fixed;
	border:0px;
	padding-left: 4px;

}

.ButtonYellowM {


	width:104px;
	height:19px;
	cursor: hand;
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color:black;
	background: url(/Portals/0/Skins/TM_Standard/KnappGulM.gif); /*KnappBlankM.gif */
	border-style:none;



}

/*Knapper og tekstbokser med blank bakgrunn ved kantene*/

.tbBlankM {

	width:119px;
	height:21px;
	font-family:Arial;
	font-size:7pt;
	background-image: url(./imgCss/bgTbBlankM.gif);
	padding-top: 4px;
	background-repeat: no-repeat;
	background-attachment:fixed;
	border:0px;
	padding-left: 4px;
	

}

.tbBlankS{

	width:95px;
	height:21px;
	font-family:Arial;
	font-size:7pt;
	background-image: url(./imgCss/bgTbBlankS.gif);
	padding-top: 4px;
	background-repeat: no-repeat;
	background-attachment:fixed;
	border:0px;
	padding-left: 4px;

}

.tbBlankXS{

	width:32px;
	height:21px;
	font-family:Arial;
	font-size:7pt;
	background: url(/Portals/0/Skins/TM_Standard/bgTbBlankXS.gif);
	padding-top: 4px;
	background-repeat: no-repeat;
	background-attachment:fixed;
	border:0px;
	padding-left: 4px;

}


.ButtonBlankM {
	/*cursor: hand;
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color:black;
	width:100;
	background: url(/Portals/0/Skins/TM_Standard/button100d.gif);
	background-repeat:no-repeat;
	border-style:none;
	 */
	width:104px;
	height:19px;
	cursor: hand;
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color:black;
	background: url(/Portals/0/Skins/TM_Standard/KnappBlankM.gif);
	border-style:none;


}


/* CSS FOR FORMELEMENTER */
.FormKolonne
{
	width:100px;
	font-family:Arial;
	font-size:7pt;
	height:18px;
	/*background-color:#F7F9FB;*/
}
.FormS
{
	width:100px;
	font-family:Arial;
	font-size:8pt;
}
.FormM
{
	width:137px;
	font-family:Arial;
	font-size:8pt;
}
.FormL
{
	width:218px;
	font-family:Arial;
	font-size:8pt;
}
.FormXL
{
	width:363;
	font-family:Arial;
	font-size:8pt;
	
}
/* CSS FOR FORMELEMENTER SLUTT */

/* CSS FOR FONTER */
/* Artikkelmodul overskrift */
.Head
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:Black;
}
A
{
	font-family:Arial;
	/*font-size:12px;*/
}

A.Head:link  {
    text-decoration:    none;
    color:  Black;
}

A.Head:visited   {
    text-decoration:    none;
    color:  Black;
}

A.Head:active    {
    text-decoration:    none;
    color:  Black;
}

A.Head:hover {
    text-decoration:    underline;
    color:  Black;
}

/* Artikkelmodul overskrift slutt */

/* LISTER START */
UL
{
	list-style-position:outside;
	margin:0px 0px 0px 15px; /*top right bottom ,left */
}

OL
{
	list-style-position:outside;
	margin:0px 0px 0px 21px; /*top right bottom ,left */
}

UL UL, OL OL 
{
	margin-left:4px;
}

UL LI   {
    list-style-type:    disc ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}


OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

/* LISTER SLUTT */




.FontBoksOverskrift
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}

.FontOverskrift
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}


.FontOverskriftS
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.FontSkjemaOverskrift
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-decoration:underline;
}
.FontStandard
{
	font-family:Arial;
	font-size:11px;
}

.FontStandardError 
{
	font-family:Arial;
	font-size:11px;
	color: Red;
}

/* Hjelpeteksten under bestillingsskjema */
.spanHjelpetekstTekst 
{
	margin-left:7px;
	float:left;
}


.FontStandardBold
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}
.FontLabel
{
	font-family:Arial;
	font-size:8pt;
}
.FontLabelB
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
}
.FontLabelHvit
{
	font-family:Arial;
	font-size:8pt;
	color:white;
}
.FontLabelHvitB
{
	font-family:Arial;
	font-size:8pt;
	color:white;
	font-weight:bold;
}
.FontLabelError
{
	font-family:Arial;
	font-size:8pt;
	color:#C50404;
}
.FontForm
{
	font-family:Arial;
	font-size:8pt;
}
/* CSS FOR FONTER SLUTT */

/* CSS FOR KNAPPER */
.ButtonS
{
	cursor: hand;
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color:black;
	/*color:#515151;*/
	width:50;
	background: url(/Portals/0/Skins/TM_Standard/button50d.gif);
	background-repeat:no-repeat;
	border-style:none;
}
.ButtonM, .buttonStyle
{
cursor: hand;
/*	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color:black;
	width:100;
	background: url(/Portals/0/Skins/TM_Standard/button100d.gif);
	background-repeat:no-repeat;
	border-style:none; */
	
	width:104px;
	height:19px;
	cursor: hand;
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color:black;
	background: url(/Portals/0/Skins/TM_Standard/KnappBlankM.gif);
	border-style:none; 
}
.ButtonL
{
	cursor: hand;
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color:black;
	/*color:#515151;*/
	width:140;
	background: url(/Portals/0/Skins/TM_Standard/button140d.gif);
	background-repeat:no-repeat;
	border-style:none;
}
/* CSS FOR KNAPPER SLUTT */



/* CSS FOR TM.BESTILLINGSLISTE */
.prislistecss
{
 font-family:Arial;
 font-size: 8pt;
 font-weight:bold;
 text-decoration:underline;
}

.headerLabel
{
 font-family:Arial;
 font-size: 8pt;
 font-weight:bold;
 text-decoration:underline;
}
.textBox
{
 font-family:Arial;
 font-size: 11px;
}
/* CSS FOR TM.BESTILLINGSLISTE SLUTT */


/* CSS FOR MENY */
A:link  {
    text-decoration:    none;
    color:  Black;
}

A:visited   {
    text-decoration:    none;
    color:  Black;
}

A:active    {
    text-decoration:    none;
    color:  Black;
}

A:hover {
    text-decoration:    underline;
    color:  Black;
}


.MenuClass0, .MenuClass1, .MenuClass2, .MenuClassHover0, .MenuClassHover1, .MenuClassHover2, .MenuClassSelected0, .MenuClassSelected1, .MenuClassSelected2{
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: arial;
	font-size: 12;
}



.MenuClass0{	
	font-weight: bold;
	padding-left: 5px;
	color:Green;

}


.MenuClass1{
	padding-left: 15px;

}

.MenuClass2{
	padding-left: 25px;

}

.MenuClassHover0{
	font-weight: bold;
	padding-left: 5px;
	color:black;
}


.MenuClassHover1{
	padding-left: 15px;

}

.MenuClassHover2{
	padding-left: 25px;

}


.MenuClassSelected0, .MenuClassSelected1, .MenuClassSelected2{
	padding-left: 0px;
	text-decoration:underline;
}




/* CSS FOR MENY SLUTT */

/* CSS FOR DOTNETNUKE */
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: FFFFFF;
}

/* background color for the content part of the pages */
Body
{
    background-color: FFFFFF;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: Red;
}

.LeftPane  
{
	/*background-color: white; */
}

.ContentPane  
{
	/* background-color: red; */
}
.RightPane  
{
	/* background-color: green; */
}



/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: White;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
/*.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}*/

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family:Arial;
		font-size:11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* 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: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/*
A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}
*/

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


/*height:1pt;*/
HR {
    color: dimgrey;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 	
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #FFFFFF;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	height:16;
	background-color: white;
	color: black;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	color: black;
	background-color: white;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #FFFFFF;
}

.MainMenu_MenuIcon {
width:0px;
}

.MainMenu_SubMenu {
	color: black;
	background-color: white;
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
	border: 0px;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	border: 0px;
	}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	border-right: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid;
	border: 0px;
	}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border: 0px;
	color: black;
	}


.rootmenuitem TD{
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
	border: 0px;
	}

.rootmenuitemselected TD{
	border: 0px;
	}

.rootmenuitembreadcrumb TD{
	border: 0px;
	}
/* CSS FOR DOTNETNUKE SLUTT */