/*
Firmapakken Extra Stylesheet
Created 23.09.2006 Håkon Sjåstad
Copyright 2006 Innovare
*/


/*  TEKSTBLOKKER */

/* Sentrert tekstblokk */
p.center {
	text-align: center;
	font-size: 9pt;
}

p.left {
	font-size: 9pt;
	float: left;
	padding: 1em;
}

div.flytobjekt {
  float:left;
  padding:10px;
  border: 0;
  margin: 10px;
}

/* Bilder */

/* Venstrejustert bilde */
img.left {
	float: left;
	border: 0;
	padding: 0.5em;
}

/* Høgrejustert bilde */
img.right {
	float: right;
	border: 0;
	padding: 0.2em;
}

div.database {
  height: 440px;
  overflow: auto;
  }

table.database {
	background: #F2FFF2;
	color: black;
	border: thin dotted #334B33;
	width: 100%;
}

tr.database {
	background: #F2FFF2;
	color: black;
	border: thin dotted green;
}

tr.database:hover { background:#99B299; color:black; }

/* TABELLKNAPPER */

div.button {
	float: left;
}

/* Aktiv knapp */

td.button a:link { text-decoration: none; color:black; }
td.button a:visited { text-decoration: none; color:black; }
td.button a:hover { text-decoration: none; color:#003300; }

td.button:hover { background: #728072; color: black; }

td.button {
	color: white;
	background: #4B664B;
	padding: 1.3em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	border: 1px;
	border-color: #365929;
	border-style: solid;
}

/* Valgt knapp */

td.button_on a:link { text-decoration: none; color:black; }
td.button_on a:visited { text-decoration: none; color:black; }

td.button_on {
	color: black;
	background: #809980;
	padding: 1.3em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	border: 1px;
	border-color: #334B33;
	border-style: solid;
}

td.smallbutton {
	color: yellow;
	background: #667266;
	padding: 0.2em;
	padding-bottom: 0.05em;
	padding-top: 0.05em;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	border: 1px solid green;
}

td.smallbutton_gray {
	color: #666666;
	background: #eeeeee;
	padding: 0.2em;
	padding-bottom: 0.05em;
	padding-top: 0.05em;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	border: 1px solid #666666;
}

td.smallbutton:hover,td.smallbutton_gray:hover { color: red; cursor:pointer; }


*.whiteframe {
	background:white;
	border:1px solid gray;
	padding:1em;
}

dialog {
	position: relative;
}

/**************** TABS ****************/
ul.tabmenu {
	margin: 0px;
	padding: 3px 0px 3px 4px;
	position: relative;
	z-index: 2;
}
ul.tabmenu li {
	display: inline; overflow: hidden;
	list-style-type: none;
	font-size: 9pt;
}
ul.tabmenu a, a.open {
	color: black;
	background: #F2FFF2;
	border: 1px solid #193319;
	font-weight: bold;
	padding: 2px 6px 3px 6px;
	text-decoration: none;
}
ul.tabmenu a:visited {
	color: black;
}
ul.tabmenu a:active {
	color: black;
	text-decoration: none;
}
ul.tabmenu a:hover {
	text-decoration: none;
}
ul.tabmenu a.open {
	background: white;
	color: black;
	border-bottom: 1px solid white;
}

*.content {
	background: white;
	border: 1px solid #193319;
	padding: 12px 10px 12px 10px;
	position: relative;
	height: 485px;
	z-index: 1;
}

/* TABELL-LISTING */

tr.table_list:hover { background: #99B299; text-decoration: none; }
tr.table_list {
	cursor: pointer;

}

td.menu_off a:link { text-decoration: none; color:white; }
td.menu_off a:visited { text-decoration: none; color:white; }
td.menu_off a:hover { text-decoration: none; color:white; }

td.menu_on a:link { text-decoration: none; color:white; }
td.menu_on a:visited { text-decoration: none; color:white; }
td.menu_on a:hover { text-decoration: none; }

table.menu {
background: #004f4f;
padding: 1em;
width: 100%;
}

td.menu_off {
	padding: 1em;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
  background: #004f4f;
  color: White;
  font-weight: bold;
}  

td.menu_on {
	padding: 1em;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
  background: #008080;
  color: white;
  font-weight: bold;
}

p.debug { 
border: 1px solid yellow; padding: 0.5em; font-size: 8pt; background: #d3ecb7; color: gray; 
}

strong.green { color: #004D00; }
strong.link { font-weight: bolder; text-decoration:underline; cursor:pointer; }
table.download { font-size: 8pt; }

td.downloadheader { 
 font-weight:bold; 
 font-size: 10pt;
 color: black; 
 background: white; 
 padding-top: 0.5em;
}
td.smallbox2 { 
 padding: 0.3em; 
 text-align: center; 
 text-decoration: underline; 
 font-weight: bold; 
 background: #F5F5F5; 
 border-top: 1px solid #999999; 
 cursor:pointer; 
}
th.smallbox { font-size: smaller; background: #F5F5F5; text-align: left; border-bottom: 1px solid #999999; }
td.smallbox { font-size: 8pt; padding: 0.3em; }

th.product1 { font-size: smaller; background: #d3ecb7; width:6em; text-align: left; border-bottom: 1px solid green; }
th.product2 { background: #d3ecb7;  text-align: left; border-bottom: 1px solid green;  }
td.product { padding: 1em; }
td.productprice { font-size: smaller; font-weight: bold; padding: 1em; }
td.productmore { padding: 0.3em; text-align: left; text-decoration: underline; font-weight: bold; background: #FFFFFF; border-top: 1px solid #99FF99; }

h3.sale
{
  text-indent: 0;
	font-size: 8pt;
  font-weight: bold;
	padding: 0.2em;
  padding-top: 1em;
  padding-bottom: 1em; 
	background-color: silver;
	border: dotted 1px #809980;
  text-align: center;
}

img.sale {
	border: 0;
	padding: 0.2em;
  text-align: center;
}

p.saleprice {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
}

p.saletext {
  text-align: center;
}

p.saleheader {
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  line-height: 1.2em;
}

div.salebox {
  float:left;
  width: 250px;
  height: 350px;
  border: dotted 1px silver;
  padding: 2px;
  margin: 2px;
  background-color: white;
}

div.salegroupbox {
  float:none;
  clear: both;
  border: 0;
  padding: 2px;
  background-color: white;
}

p.salegroupheader {
 color: black;
 border: 0;
 text-align: center;
 font-size: 20pt;
 font-weight: bold;
 line-height: 1.2em;
 }
 
 div.newsend {
  clear: both;
  }