/* lagerkort */
.lagerkort {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}

/* Vertical Navigation */
.navi { font-family:Verdana,Tahoma,Arial,Sans-Serif; font-size:10px; }
.tbl_navi { color:#666; }

/* ***** checkbox *************************************************************** */
.checkbox {
	height: 12px;
	width: 12px;
	clear:left;
	float:left;
	margin: 0 0 0px;
	padding: 0 0 0 12px;
	background: url("checkbox.gif") no-repeat;
	cursor: default;
	text-align:left;
}
.checkbox input {
	display: none;
}
/* ***** Tabs *************************************************************** */
div.Tabs
{
  height: 22px;
  background: url('tab-view.png') 0px -72px;
}

div.Tabs a
{
  display: block;
  float:    left;
  margin-right: 1px;
  width: 100px;
  text-align: center;
  height:      22px;
  line-height: 21px;
  vertical-align: middle;
  background: url('tab-view.png') no-repeat 0px   0px;
  text-decoration: none;
  font-weight: 300;
  color:   #004040;
  cursor:  pointer;
  white-space:nowrap;
}

div.Tabs a:hover
{
  background: url('tab-view.png') no-repeat 0px -35px;
}

div.Tabs a.Current,
div.Tabs a.Current:hover
{
  margin-top: 01px;
  height:     21px;
  background: url('tab-view.png') no-repeat 0px   -35px;
  cursor:  default;
}

/* ***** Pages ************************************************************** */
div.Pages
{
  clear: both;
  border: 0px solid #404040;
  background: #FFFFFF;
}

/* ***** box ************************************************************** */
.boxheader
{
 font-size:11px;	
 color:#000; 
 background-color:#EEE; 
 padding:4px; 
 border-left: 1px #000 solid;
 border-Right: 1px #000 solid;
 border-top: 1px #000 solid;
}
.boxbody
{
  padding: 4px;
  background: #FFFFB8;
  border:1px #000 solid;
}
.boxbody1
{
  padding: 0px;
  background: #aaaaaa;
  border:1px #000 solid;
}

.tbl3:hover tr
{
  background-color: Black;
  color: white;
  cursor: pointer;
}

/* ***** popup ************************************************************ */
#popup {
	filter:alpha(opacity=100);
	-moz-opacity;0%;					
	position:absolute;
}
.poptop {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
    text-decoration: none;
	font-size: 9pt;	
	font-weight: normal;
	color: #000000;
	border:1px #000 solid;
	background-color:#CBCBCB
}
.popside {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
    text-decoration: none;
	font-size: 9pt;	
	font-weight: normal;
	color: #000000;
	border-bottom:1px #000 solid;
	border-left:1px #000 solid;
	border-right:1px #000 solid;	
	background-color:#DEDEDE
}