/* 9.1.2004 - Sverre lnes - BEKK*/
/* global element definitions */
BODY {
	color : #000000;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	background-color : #FFFFFF;
	font-size: 70%;
}
BODY {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H2 {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H3 {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H4 {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
DIV {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
P {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
UL {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
LI {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
INPUT {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
SELECT{FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-size: 95%
}
TD, TH {
		font-size: 70%;
}
DIV {
	width: 100%;
}
/* the root-table of the whole page */
.page-table {
	height : 100%;
}
/* the center cell containing all content */
.page-col {
	width: 773px;
}
.page-leftcol {
	background-image :  url(bg-left.gif);
	background-repeat : repeat-y;
	background-position : right;
}
.page-rightcol {
	background-image :  url(bg-right.gif);
	background-repeat : repeat-y;
	background-position : left;	
}
/* containing the header */
.top-container {
	padding : 0px 160px 7px 22px;
	vertical-align : bottom;	
}
.top-cell {
	height: 102px;
	background-image :  url(storebrand-logo.gif);
	background-repeat : no-repeat;
	background-position : 620px 75px;	
}
/* containing the menu */
.topmenu-container  {
}
.topmenu-cell  {
	height: 58px;
	background-color : #A6C2CD;
	padding-top : 2px;	
}
/* containing the page-content */
.content-container {	
}
.content-cell {
	background-image :  url(top-menu-shadow.gif);
	background-position : top;
	background-repeat : repeat-x;
	padding-top: 5px;
}
/* table containing left-menu and main-content on the right side */
.content-table {
	width: 100%;
}
/* containing the left-menu */
.leftmenu-col {
	width: 180px;
}
.leftmenu-container {
	padding-bottom : 12px;
	padding-left : 0px;
	padding-right: 14px;
}
.menu-header, .menu-item, .menu-item-active {
	border-bottom : 1px solid #C4CAC4;
	padding: 2px 5px 3px 5px;
}
.menu-header {
	font-weight: bold;
}
.menu-item {
	
}
.menu-item-active {
	background: #A6C2CD;
}
/* containing the main-content */
.main-col {
	padding-top: 2px;
}
.main-container {
	padding-right: 5px;
	width: 100%;
}
.main-table {
	width : 100%;
}
.main-table-col {
	width : 50%;
	padding-left : 7px;
	padding-right : 7px;
	padding-bottom: 16px;
}
.main-section {
	margin-bottom: 5px;
}
/* table contaning the title related to a 'content-table' */
.tabtitle {
	background-color : #B9B6B6;
	margin-bottom: 1px;
}
.tabtitle-t {
	background-image :  url(pw.gif);
	background-repeat : no-repeat;
	background-position : right;
}
.tabtitle-m {
	background-color : #B9B6B6;
	border-left : 1px solid #999999;
	border-right : 1px solid #999999;
	font-weight : bold;
}
.tabtitle-m-blaa {
	background-color : #A6C2CD;
	border-left : 1px solid #A6C2CD;
	border-right : 1px solid #A6C2CD;
	font-weight : bold;
}
.tabtitle-loadl {
	background-color : #B9B6B6;
	border-left : 1px solid #999999;
	border-right : 0px;
	font-weight : bold;
}
.tabtitle-loadr {
	background-color : #B9B6B6;
	border-left : 0px;
	border-right : 1px solid #999999;
	font-weight : bold;
	text-align:right;
}
.tabtitle-b {
	background-image :  url(pw.gif);
	background-repeat : no-repeat;
	background-position : right;
}
.tabtitle-label {
	padding : 4px 10px 4px 12px;
}
.tabtitle-blaa {
	background-color : #BDD0D7;
	margin-bottom: 1px;
}
.tabtitle-blaa-m {
	background-color : #CDDCE1;
	border-left : 1px solid #CDDCE1;
	border-right : 1px solid #CDDCE1;
	font-weight : bold;
}
/* Basic table */
.def-table {        
	background-color : #ededed; 
	border: 1px solid #B9B6B6;
	border-collapse: separate;
}
.def-table-header {
/* Kolonneoverskrift */
    background-color : #D6D5D5;
	font-weight: bold; 
}
.def-table-header-blaa {
/* Kolonneoverskrift */
    background-color : #BDD0D7;
font-weight: bold; 
}
.def-table TH {
	text-align: left;
	background-color: #BDBCBC;
	border-right: 1px solid #B9B6B6;
	border-left: 1px solid #B9B6B6;
	border-top: 1px solid #B9B6B6;
}
.def-table TH.rowend {
	border-right: 1px solid #BDBCBC;
}
.def-table TD {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
}
.def-table TD, .def-table TH {
	padding: 1px 4px 1px 12px;
}
.news-table{
	border: 1px solid #B9B6B6;
	padding: 5px 5px 5px 5px;
	
}
	
/* Basic with white background */
.def-table-white {
	background-color : white;
	border: 1px solid #CCCCCC;
	border-collapse: separate;
}
.def-table-white TH {
	text-align: left;
	background-color: #B9D9E6;
	border-right: 1px solid #86A6B5;
	border-left: 1px solid #F7FBFC;
	border-top: 1px solid #F7FBFC;
}
.def-table-white TH.rowend {
	border-right: 1px solid #F7FBFC;
}
.def-table-white TD {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #F7FBFC;
}
.def-table-white TD, .def-table-ext-white TH {
	padding: 1px 4px 1px 12px;
}
/* Error-message */
.error-border {
border: #C4CAC4; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px;
}
.error-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #A6C2CD;
}
/* Pop-up window */
.def-popheading {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
border-bottom-width: 1px;
border-top-style: none;
border-bottom-color: #A6C2CD;
border-bottom-style: dotted;
border-right-style: none;
border-left-style: none;
}
.def-tabl-popBorder {
border: #C4CAC4; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px;
}

