﻿/*div's der opbygger siden*/
#main_container
{
	margin: 0 auto;
	overflow: hidden;
	width: 1050px;
	/*background-color:Aqua;*/
}

#left_menu
{
	width:200px;
	height:700px;
	float: left;
	overflow:auto; /*:scroll; :hidden;*/
	/*margin-top:50px;*/
	background-color:White;
	border-right:2px;
	border-right-color:#5E6A71;
	border-right-style:solid;
	border-right-width:2px;
}

#welcome_top
{
  float:left;
  overflow:hidden;
  width:700px;
  height:20px;
  margin-top:20px;
  /*background-color:Blue;*/
  margin-left: 5px;
}

#container
{
	float:left;
	/*overflow:hidden;*/
	height:670px;
	overflow:auto;
	width:800px;
	margin-top:5px;
	margin-left: 5px;
	margin-bottom:5px;
	/*background-color:Teal;*/
}

#containerEmail
{
	float:left;
	/*overflow:hidden;*/
	/*height:670px;*/
	/*overflow:auto;*/
	width:1020px;
	margin-top:5px;
	margin-left: 5px;
	margin-bottom:5px;
	/*background-color:Teal;*/
	
}

#top
{
  height:80px;
  /*width:940px;*/
  width:1050px;
  background-image: url(/images/design/110104_DV_Webbanner_1050x80px.jpg);
  background-repeat: no-repeat;
	/*background-position: 0px 1px;*/
	background-position: center;
  overflow:hidden;
  
  border-bottom:2px;
  border-bottom-color:#5E6A71;
  border-bottom-style:solid;
  border-bottom-width:10px;
  
  background-color:White;
}

#top_tarp
{
  height:80px;
  /*width:940px;*/
  width:1050px;
  background-image: url(/images/design/PT_weight_1050x80.jpg);
  background-repeat: no-repeat;
	/*background-position: 0px 1px;*/
	background-position: center;
  overflow:hidden;
  
  border-bottom:2px;
  border-bottom-color:#5E6A71;
  border-bottom-style:solid;
  border-bottom-width:10px;
  
  background-color:White;
}


#bottom
{
  height:80px;
  width:1050px;
  /*background-color:Orange;*/
  background-image: url(/images/design/110104_DV_Webbanner_1050x80px3.jpg);
  background-repeat:no-repeat;
  overflow:hidden;
  border-top-width:1px;
  border-top-color:#5E6A71;
  border-top-style:solid;
  
}


/**************** Style på links i #left_menu *********************/
#left_menu a:link
{
  font-family:sans-serif, Verdana, Arial, Helvetica;
  font-size:14px;
  color:Black;
  text-decoration:none;
  padding-left:10px;
  padding-bottom:10px;
}

#left_menu a:visited
{
  font-family:sans-serif, Verdana, Arial, Helvetica;
  font-size:14px;
  color:Black;
  text-decoration:none;
  padding-left:10px;
  padding-bottom:10px;
}

#left_menu a:hover
{
  font-family:sans-serif, Verdana, Arial, Helvetica;
  font-size:14px;
  color:#CE8E00;
  text-decoration:none;
  padding-left:10px;
  padding-bottom:10px;
}

#left_menu
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 16px;
  color: #02447E;
  
}

#left_menu_h3
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 16px;
  font-weight:bold;
  color:#5E6A71;
}


/******* GRIDVIEW OPSÆTNING  ************/
.gwRowStyle
{
  background-color:#e2e2e2;
  color:Black;
  font-family: sans-serif, Verdana, Arial, Helvetica;
}

.gwRowStyle a:link
{
  /*color:#02447E;*/
  color:Black;
  text-align:center;
}
.gwRowStyle a:visited
{
  /*color:#02447E;*/
  color:Black;
  text-align:center;
}
.gwRowStyle a:hover
{
  color:#CE8E00;
  text-align:center;
}


.gwHeaderStyle
{
  background-color:#5E6A71;
  font-weight:bold;
  color:White;
  font-family: sans-serif, Verdana, Arial, Helvetica;
}
.gwHeaderStyle a:link
{
  color:White;
}
.gwHeaderStyle a:visited
{
  color:White;
}
.gwHeaderStyle a:hover
{
  color:#CE8E00;
}


.gwRowAlignRight /* Højrestiller indhold i GridView*/
{ 
  text-align:right;
  padding-left:8px;
  font-family: sans-serif, Verdana, Arial, Helvetica;
  color:Black;
}

.gwRowAlignLeft
{
  text-align:left;
  font-family: sans-serif, Verdana, Arial, Helvetica;
  color:Black;
}

.gwPagerStyle
{
  background-color:#5E6A71;
  color:White;
  text-align:center;
}
/*sidevalgslinks i gridviews*/
.gwPagerStyle a:link
{
  background-color:#5E6A71;
  color:White;
  text-align:center;
}
.gwPagerStyle a:visited
{
  background-color:#5E6A71;
  color:White;
  text-align:center;
}
.gwPagerStyle a:hover
{
  background-color:#5E6A71;
  color:#CE8E00;
  text-align:center;
}

.FooterStyle
{
  color:#5E6A71;
  font-weight:bold;
  background-color: #5E6A71;
}


input[type="HyperLinkField"]
{
  font-size:x-large;
}

a:link
{
  font-family:sans-serif, Verdana, Arial, Helvetica;
  color:Black;
}

a:visited
{
  font-family:sans-serif, Verdana, Arial, Helvetica;
  color:Black;
}

a:hover
{
  font-family:sans-serif, Verdana, Arial, Helvetica;
  color:#CE8E00;
}

body {
    font-family: sans-serif, Verdana, Arial, Helvetica;
    font-size: 12px;
    color: #5E6A71;
}

td {
    font-family: sans-serif, Verdana, Arial, Helvetica;
    font-size: 12px;
    /*color: #02447E;*/
    text-align: left;
    color:Black;
}

H1
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 19px;
  font-weight:bold;
  color:#5E6A71;
}

H2
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 15px;
  font-weight:bold;
  color:#5E6A71;
}

H3
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 13px;
  font-weight:bold;
  color:#5E6A71;
  padding-bottom:0px;
}

.MenuItemHeadline
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 13px;
  font-weight:bold;
  color:#5E6A71;
  padding-bottom:0px;
  padding-top:5px;
  text-decoration:underline;
}

.SiteModifiedText
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 10px;
  font-weight:bold;
  color:#5E6A71;
}

/*body 
{
    font-family: sans-serif, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #02447E;
}*/



/* Opsætter <table> på de forskellige tabeller */
table
{
  border-color:Black;
  border-width:1px;
}

.table_main
{
  border:1;
  border-style:solid;
  width:600px;
  /*border-spacing:0px;
  padding:2px;*/
  background-color:#F1EEE6;
}



/*************** sætter <td> på de forskellige tabeller på siderne **************/
.td_100px
{
  width:100px;
  vertical-align:middle;
}

.td_150px
{
  width:150px;
  vertical-align:middle;
}
.td_200px
{
  width:200px;
  vertical-align:middle;
}

.td_300px
{
  width:300px;
  vertical-align:middle;
}


/********** Sætter de forskellige størrelser TextBox ****************/
.textbox_cc_crate_landfill
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 11px;
  color: #02447E;
  margin-bottom: 0px;
  width:150px;
}

.textbox_100px
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 12px;
  color: #02447E;
  margin-bottom: 0px;
  width:100px;
}

.textbox_150px
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 12px;
  color: #02447E;
  margin-bottom: 0px;
  width:150px;
}

.textbox_170px
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 12px;
  color: #02447E;
  margin-bottom: 0px;
  width:170px;
}

.textbox_180px
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 12px;
  color: #02447E;
  margin-bottom: 0px;
  width:180px;
}

.textbox_200px
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 12px;
  color: #02447E;
  margin-bottom: 0px;
  width:200px;
}

.textbox
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 12px;
  color: #02447E;
  /*border: 1px solid #02447E;*/
  margin-bottom: 0px;
}

.text_area
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 12px;
  color: #02447E;
  /*border: 1px solid #02447E;*/
  margin-bottom: 0px;
}

.ddl_200px
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 12px;
  color: #02447E;
  margin-bottom: 0px;
  width:200px;
  background-color:#CCFFFF;
}


input[type="button"], input[type="submit"]
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 12px;
  /*color: #02447E;*/
  color: #000000;
  border: 1px solid #02447E;
  background-image: url('/images/design/banner_1x18px.jpg');
  /*background-image: url('/images/design/input_bg.jpg');*/
  background-repeat: repeat-x;
  margin-bottom: 0px;
  width:130px;
}
/*
input[type="text"]
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 11px;
  color: #02447E;
  border: 1px solid #02447E;
  margin-bottom: 0px;
  width:200px;
}
*/
input[type="textara"]
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 11px;
  color: #02447E;
  border: 1px solid #02447E;
  margin-bottom: 0px;
}



/*.button {
    font-family: sans-serif, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #FFFFFF;
    border: 1px solid #02447E;
    background-image: url(../images/button_bg.jpg);
    background-repeat: repeat-x;
    text-align:center;
    font-weight: bold;
}
*/

/* Style brugt til Pop up vindue */
.page_dimmer 
{ 
  position:fixed; 
  height:100%; 
  width:400; /*100%;*/ 
  top:0px; 
  left:0px; 
  background-color:#000000; 
  filter:alpha(opacity=50); 
  moz-opacity:.50; 
  opacity:.50; 
  z-index:50; 
} 

.msg_box_container 
{ 
  position:fixed; 
  background-color:#888888;
  border:1px solid #999999; 
  z-index:50; 
  left:20%; 
  right:20%; 
  top:20%; 
} 

.msg_button_class
{
   background-image: url(msg_button_1.jpg);
   font-family:Tahoma;
   font-size:11px;
   font-weight:bold;
   color:#FFFFFF;
   border:1px solid #DDDDDD;
   height:22px;
}




/*************** Formatering til emails *********************/
.EmailNormalText
{
  padding-left: 10px;
  font-size: 15px;
}

.EmailH1
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 28px;
  font-weight:bold;
  margin-bottom: 5px;
  
}

.EmailH2
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 20px;
  font-weight:bold;
  margin-bottom: 5px;
}

.EmailH3
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 17px;
  font-weight:bold;
  margin-bottom: 5px;
}

.Emailtd_100px
{
  font-size: 15px;
  width:100px;
  vertical-align:middle;
}

.BarCodeFont
{
  font-family: C39HrP24DhTt;
  font-size: 25;
}

/* Styles der bruges på udskrifter */
@media print
{
  /*input[type="button"]
  {
    
  }*/
}

.TD_overflowHidden
{
  overflow:hidden;
}

/*ToolTip popup CSS*/
a.tooltip
{
  /*position: absolute;*/
  margin-left: 2px;
}
a.tooltip:hover
{
  z-index:25;
  cursor: pointer;
  position:absolute;
}
a.tooltip span
{
  text-decoration:none;
  color:Black;
  display: none;
  position:absolute;
  top:15px; 
  left:15px;
  /* the line above is all that is necessary in a.tooltip span the rest is formatting - you can alter top and left */
  padding:2px; 
  border:1px solid #0067B1; 
  width:200px; 
  background-color:#D7EEFF;
}
a.tooltip:hover span
{
  display:block;
}