/*
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;
}


/* Bilder */

/* Venstrejustert bilde */
img.left {
	float: left;
	border: 0;
	padding: 0.2em;
}

/* 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 {
	color: white;
	background: #999900 url("imenu_gray.jpg"); 
	padding: 1.3em;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	border: 1px gray solid;
}

td.menu_on {
	color: gray;
	background: #CCCC00 url("imenu_green.jpg");
	padding: 1.3em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	border: 1px gray solid;
}

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; color: #004D00; background: #d3ecb7; }
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; }