/* ---------------------------------------------------------------------------
 | DEFAULT                                          
 --------------------------------------------------------------------------- */
body {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
	margin: 0px; 
	padding: 0px; 
	font-size: 11px;
	background-color : #ffffff;
}

/* ---------------------------------------------------------------------------
 | TABLES
 --------------------------------------------------------------------------- */
table {
    width:100%;
    padding: 0px;
    margin: 0px;
    border: 1px;
}

/* ADDED FOR POP-UP MESSAGE */
table.promptbox {
  font-family:arial;
  font-size:12;
  border:1 solid #ccccff;
  padding-left:2;
  padding-right:2;
  padding-bottom:2;
  background-color:#EFF6FF;
  color:black;
}

td {  
	font-family: Verdane, Arial, Helvetica, sans-serif; 
	color: #303030; 
	font-size: 12px;
}

tr.even {
    background-color: #ffffff;
    cursor:hand;
}

tr.odd {
    background-color: #eee;
    cursor:hand;
}

td.marked {
    background-color: #84A4D0;
    cursor:hand;
}

/* ADDED FOR POP-UP MESSAGE */
td.titlebar {
  font-weight:bold;
  font-family:arial;
  font-size:12;
  margin-left: 10px;
  filter : progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#344050, EndColorStr=#FFFFFF, GradientType=1);
  color:#FFFFFF;
}

tr.highlight {
    background-color: #ffcc33;    
    cursor:hand;    
}

.dynamicrow {
    background-color: #ffcc33;    
    /*background-color: #F6F6F6 !important;*/
    cursor:hand;
    margin:1px;
    border-bottom:1px dashed #000000 !important;
    border-right:1px dashed #000000 !important;
    border-left:1px dashed #000000 !important;    
}

caption {
  font-family: Verdane, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
  font-color: gray;
}

.form_table {    
	/*background-color: #eee ! important;*/
    background-color:#EFF6FF;
}

.form_table td {    
    white-space: nowrap ! important;
    /*background-color: #eee ! important;*/
    background-color:#EFF6FF;
}

.form_table_row {
    height: 19px;
}

.menu_table {  
	width: 35px
}

.menu_td {
	height: 20px; 
	padding: 0px 0px 0px 10px; 
	border-color: #000000 black black; 
	border-style: solid; 
	border-width: 0px 0px 1px 0px;
	cursor: hand;
}

.menu_td_paddingunder {
	height: 20px; 
	padding: 0px 0px 10px 10px; 
	border-color: #000000 black black; 
	border-style: solid; 
	border-width: 0px 0px 1px 0px;
}

.menu_td_nobd {
	height: 20px; 
	padding: 0px 0px 0px 10px; 
	border-color: #000000 black black; 
	border-style: solid; 
	border-width: 0px 0px 0px 0px;
}

.menu_td_nobd_paddingunder {
	height: 20px; 
	padding: 0px 0px 10px 10px; 
	border-color: #000000 black black; 
	border-style: solid; 
	border-width: 0px 0px 0px 0px;
}

.edit_table {    
	background-color:  #d0d0d0;
}

.1_column {
	width: 130px;
	vertical-align: top;
	background-position: center top; 
	text-align: center; 
	border-color: black #848284 black #848284; 
	border-style: dashed; 
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
}

.2_column {
	vertical-align: top;
	height: 250px;
}

/* ---------------------------------------------------------------------------
 | LINKS                          
 --------------------------------------------------------------------------- */
a {
	color: #3333ff; 
	text-decoration: none;
}

a:hover {
	color: #ff3333; 
}

.link {
	color: #3333ff; 
	text-decoration: none;
}

.eventlink {
	font-family: Verdane, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
}

.bt_gray_link {
	font-family: Verdane, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #c0c0c0;
}

bt_gray_link:hover {
	color: #FFFFFF;
	font-weight: bold;
}

/* ---------------------------------------------------------------------------
 | FIELDSETS
 | ATT: PETER JACOB SKRIVER
 --------------------------------------------------------------------------- */

fieldset {
    padding: 10px 20px 10px 20px;
    margin: 0px;
}

fieldset table {
    margin: 0px;
}

legend {
    margin: 0px 0px 10px 0px;
}

.leftFieldsets {
    margin-right: 10px;
}

/* ---------------------------------------------------------------------------
 | BUTTONS
 --------------------------------------------------------------------------- */
.subm_bot {  
	font-size: 9px; 
	border: 1px #000000 solid; 
	cursor: hand;
    width: 60px;
    margin-right:5px;
}
  
button {  
	font-size: 9px; 
	border: 1px #000000 solid; 
	font-weight: normal; 
	color: #000000; 
	background-color: #ffffff;
	cursor: hand;
    margin-right:5px;    
}

/* ---------------------------------------------------------------------------
 | FORMS              
 --------------------------------------------------------------------------- */
input {  
	font-size: 9px; 
	border: 1px #000000 solid; 
	font-weight: normal; 
	color: #000000; 
	background-color: #ffffff;
}

.inputNoBorderShort {  
	font-size: 9px; 
	border: 0px;
	font-weight: normal; 
	color: #000000; 
    background-color: #eee ! important;
    diabled: true;
}

.inputNoBorderLong {  
	font-size: 9px; 
	border: 0px;
	font-weight: normal; 
	color: #000000; 
    background-color: #eee ! important;
    width: 200px;
    diabled: true;
}
    
.flt_area {  
	font-size: 9px; 
	width: 200px;
	height: 38px;
	border: 1px #000000 solid; 
	font-weight: normal; 
	color: #000000; 
	background-color: #ffffff
}

.flt_box {  
	font-size: 9px; 
	border: 0px #000000 solid; 
	font-weight: normal; 
	color: #000000; 
	background-color: #ffffff
}

.flt_drop {
	font-size: 9px; 
	height: 18px;
	border: 0px #000000 solid; 
	font-weight: normal; 
	color: #000000; 
	background-color: #ffffff
}

.flt_select {
	font-size: 9px; 
	width: 160px; 
	border: 0px #000000 solid; 
	font-weight: normal; 
	color: #000000; 
	background-color: #ffffff
}

.flt_passw,.flt_txt,.flt_txt_error {  
	font-size: 9px; 
	width: 100px;
	height: 18px;
	border: 1px #000000 solid; 
	font-weight: normal; 
	color: #000000; 
	background-color: #ffffff
}

.flt_txt_error {  
  background-color: #FF0000; ! important;
}

.txt_label {
    border: 0px;
}

.std,.std_select,.std_long_select,.std_short_select,.std_small_select,.std_long_input,.std_short_input,.inputArea,
.inputAreaBig,.thisArea1,.thisArea { 
	background-Color: #FAF9F5;
	border: solid 1px #E0DFD5;

	font-Family: Arial,Helvetica,sans-serif;
	font-weight: normal; 
	font-Size: 11px;

	color: #666666;

	padding: 1px 0px 0px 2px;
}

.errorDiv {
    display:none;
    border:1px solid #e00;
    background-color:#fee;
    padding:2px;
    margin-top:8px;
    width:300px;
    font:normal 12px Arial;
    color:#900;
}
.std_select { 	
	height:17px;	
}
.std_long_select { 
	width:122px;
	height:17px;	
}

.std_short_select { 	
	width:80px;
	height:17px;	
}

.std_small_select {
	width:35px;
	height:17px;
}

.std_long_input {  
	width:190px;
}

.std_short_input {  
	width:120px;
}

.std_checkbox
{
	font-size: 9px; 
	border:none;
	font-weight: bold; 
	color: #000000; 
	background-color: transparent; ! important;
	width:15px;
	height:17px;
}

.std_inputArea_small {
	width : 200px;
	height : 40px;
}

.std_inputArea_medium {
	width : 400px;
	height : 40px;
}

.std_inputArea_big {
	width : 600px;
	height : 40px;
}

.std_inputArea_large {
	width : 600px;
	height : 60px;
}

.matrixinput{  
	font-size: 12px;
	width: 25px;
	border: 1px #000000 solid;
        text-align: right;
	font-weight: normal; 
	color: #000000; 
	background-color: #ffffff
	}

.matrixinputnoedit{  
	font-size: 12px;
	width: 30px;
	border-style: none;
        border-width: 0px;
        border-color: #ff0000;
        text-align: right;
	font-weight: normal; 
	color: #000000; 
	background-color: #ffffff
	}
      
        

/* ADDED FOR JESPER LORENTZEN DUE TO AUTO COMPLETE */
ul.flexacList {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

ul.flexacList li a {
  text-decoration: none;
  color: black;
  display: block;
}

input.flexacSearching {
  border: 1px solid red;
  background-color: white;
}

input.flexacChoose {
  background-color: #eaeaea;
}

/* ADDED FOR POP-UP MESSAGE */
input.prompt {
  font-family:arial;
  font-size:12;
  border:1 solid transparent;
  /*background-color:#344050;
  color:#FFFFFF;*/
  width:70;
}

input.promptbox {
  font-family:arial;
  font-size:12;
  border:1 solid #0000FF;
  background-color:white;
  color:black;
  width:100%;
}

/* ---------------------------------------------------------------------------
 | IMAGES
 --------------------------------------------------------------------------- */
image {
  border:0px;
}
 
.image_no_border {
	border:0px;
}

.image_border {
	border:solid 1px #000000;
}

.dropShadow { 
    filter: DropShadow(Color=#e0e0e0, OffX=2, OffY=2, Positive=1); 
}


/* ---------------------------------------------------------------------------
 | SPACERS
 --------------------------------------------------------------------------- */
.hSpacer
{
	height:5px;
}

.vSpacer
{
	width:5px;
	background-color:#ffffff;
}

.gutter {
	width: 10px;
}

/* ---------------------------------------------------------------------------
 | TABS                  
 | ATT: SØREN CHRISTENSEN
 --------------------------------------------------------------------------- */
.tab {
  background-color:#EFF6FF;  
  border-left:1px solid #879BB3;
  border-right:1px solid #879BB3;
  border-top:1px solid #879BB3;
  border-bottom:0px;
  text-decoration: none;
  white-space:nowrap;  
  padding: 0px 0px 0px 0px;
  font-family:Tahoma;
  font-size:9pt
}

.disabledTab {
  background-color:#EFF6FF;
  border-left:1px solid #879BB3;
  border-right:1px solid #879BB3;
  border-top:1px solid #879BB3;
  border-bottom:0px;
  text-decoration: none;
  white-space:nowrap;  
  color: #808080;
  padding: 0px 0px 0px 0px;
  font-family:Tahoma;
  font-size:9pt
}
.activeTab {  
  background-color: #ffffff;
  border-left:1px solid #879BB3;
  border-right:1px solid #879BB3;
  border-top:1px solid #879BB3;
  border-bottom:0px;
  text-decoration: none;
  white-space:nowrap;  
  color: #000000;
  padding: 0px 0px 0px 0px;
  font-family:Tahoma;
  font-size:9pt
}
.tab_space {
  border-bottom:1px solid #879BB3;
  color: #000000;  
  background-color: #ffffff;
  padding: 0px 0px 0px 0px; 
}
.tab_td {
  border-bottom:1px solid #879BB3;  
}

/* ---------------------------------------------------------------------------
 |  DIV
 --------------------------------------------------------------------------- */
div.tabArea {
  font-size: 60%;
  font-weight: bold;
}

div.active,div.green {
    float:center;
    background-color: #00FF00; ! important;
    width: 8px; ! important;
    height: 4px; ! important;
    font-size:8px;
   /* border: 8px transparent;! important; */
    padding: 0px 0px 0px 0px;      
}

div.inactive,div.red {
    background-color: #FF0000; ! important;
    width: 8px; ! important;
    height: 4px; ! important;
    font-size:8px;
   /* border: 8px transparent;! important; */
    padding: 0px 0px 0px 0px;    
}

div.upcomming,div.yellow {
    background-color: #FFFF00; ! important;
    width: 8px; ! important;
    height: 4px; ! important;
    font-size:8px;
   /* border: 8px transparent;! important; */
    padding: 0px 0px 0px 0px;    
}
div.wrongassortment,div.black {
    float:center;
    background-color: #000000; ! important;
    width: 8px; ! important;
    height: 4px; ! important;
    font-size:8px;
   /* border: 8px transparent;! important; */
    padding: 0px 0px 0px 0px;      
}
/* ---------------------------------------------------------------------------
 |  HEADERS
 --------------------------------------------------------------------------- */


.hd1 {  
	font-size: 16px; 
	font-weight: bold; 
	color: #666666
}

.hd_mt th{
	font-family: Verdane, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	height: 20px;
	background-color : #b0c4de;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF; 
	border-style: solid; 
	border-width: 1px 0px 1px 0px;
	text-align : center;
}
.hd_mt {
	background-color : #FFFFFF;
}


.hd_table_l {
	width: 100%;
	background-color : #848284;
}

.hd_table_1_1 {
	color: #ffffff; 
	background-color : #636563;
	height: 45px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
	width: 120px;
	border-color: black #848284 black #848284; 
	border-style: dashed; 
	border-width: 0px 1px 0px 0px; 
	padding: 0px 0px 0px 10px; 
}

.hd_table_1_2 {
	width: auto;
	text-align : right;
	padding: 0px 0px; 
    clip:  rect(   )
}

.hd_table_d,.hd_table_2 {
	width: 100%;
	background-color : #636563;
}

.hd_table_2_1 {
	font-size: 12px;
	height: 20px; 
	font-weight: bold;
	color: #c0c0c0; 
	background-color : #848284;
	width: 120px;
	border-color: black #848284 black #848284; 
	border-style: dashed; 
	border-width: 0px 1px 0px 0px; 
	padding: 0px 0px 0px 10px; 
}

.hd_table_2_2 {
	font-size: 12px;
	height: 20px; 
	font-weight: bold;
	color: #c0c0c0; 
	width: auto;
	font-family: Verdane, Arial, Helvetica, sans-serif; 
	padding: 0px 0px 0px 10px; 
    clip:  rect(   )
}

.hd_table_2_3 {
	width: 500px;
	color: #c0c0c0; 
	font-family: Verdane, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	text-align : right;
	padding: 0px 0px 0px 0px; 
}

/* ---------------------------------------------------------------------------
 | FOOTERS
 --------------------------------------------------------------------------- */
.footer_table_back {
	background-color: #c0c0c0;
}

.footer_table {
	width: 100%;
	height: 30px;
}

.footer_td_1 {
	color: #ffffff; 
	width: 150px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
	padding: 0px 0px 0px 0px; 
}
.footer_cursor_td_1 {
	color: #ffffff; 
	width: 150px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
	padding: 0px 0px 0px 0px;
    cursor: hand;
}
.footer_td_2 {
	width: 1px;
	background-color: #ffffff;
}

.footer_td_3 {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0px; 
    width: auto;
}

/* ---------------------------------------------------------------------------
 | MAIN           
 --------------------------------------------------------------------------- */
.mlm_title {
	height: 20px;
}

/* ----------------------------------------------------------------------------
| dTree 2.05 | www.destroydrop.com/javascript/tree/ 
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------------------------------- */
.simpleTree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	white-space: nowrap;
}

.simpleTree img {
	border: 0px;
	vertical-align: middle;
}

.simpleTree a {
	color: #333;
	text-decoration: none;
}

.simpleTree a.node, .simpleTree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.simpleTree a.node:hover, .simpleTree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}

.simpleTree a.nodeSel {
	background-color: #c0d2ec;
}

.simpleTree .clip {
	overflow: hidden;
}

span.tablenavigator {
      background-color: #b0c4de;
      border: 1px;
      padding: 2px 4px 2px 4px;
      width: 100%;
      margin-top: 0px;
      display:block;
      border-bottom: none;
      text-align: right;
      position: relative;
      top: expression(offsetParent.scrollTop);      
}

/* ----------------------------------------------------------------------------
 |  USED BY SHOW PRICE DETAILS POPUPWINDOW             
 |  ATT: SØREN CHRISTENSEN
 ---------------------------------------------------------------------------- */
.hd1_foto_tl {
  border-style: solid;
  border-width: 1px 0px 0px 1px;
  border-color: #b0c4de; 
	width: 12px;
}

.hd1_foto_tr {
  border-style: solid;
  border-width: 1px 1px 0px 0px;
  border-color: #b0c4de; 
	width: 12px;
}

.hd1_foto_br {
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #b0c4de; 
	width: 12px;
}

.hd1_foto_bl {
  border-style: solid;
  border-width: 0px 0px 1px 1px;
  border-color: #b0c4de; 
	width: 12px;
}

.etiket {
  font-weight: bold;  
}

/* ---------------------------------------------------------------------------
 | USED TO ALIGN TABLES ACROSS OF FIELDSETS
 | ATT: PETER JACOB SKRIVER
 --------------------------------------------------------------------------- */
.col_a {
    width: 15% ! important; 
}

.col_b {
    width: 35% ! important;
}

.col_c {
    width: 20% ! important;
}

.col_d {
    width: 15% ! important;
}

/* ---------------------------------------------------------------------------
 | NAVIGATION                         
 --------------------------------------------------------------------------- */
.navtree {
    margin:10px0px0px0px;
    scrollbar-arrow-color: black;
    scrollbar-base-color: buttonface;
    scrollbar-dark-shadow-color: buttonface;
    scrollbar-track-color: buttonface;
    scrollbar-face-color: white;
    scrollbar-shadow-color: buttonface;
    scrollbar-highlight-color: buttonface;
    scrollbar-3d-light-color: white;
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
	font-size: 11px;
	background-color : #ffffff;
}

.navbody {
    /*padding: 20px ! important;*/
    padding-left:10px;
    padding-top:20px;
}

.navbody h2 {
    font-size: 10pt ! important;
    font-weight: bold ! important;
}

.navbody table,.navbody td,.navbody th {
    border: 0px none;
}

