/**
 * THE BASICS
 */

body{
	margin: 0;
	padding: 36px 0 0 0;
	background: #ffffff url("../images/body_bg.gif") repeat-x top;
	background-position: 50px 20px 0 0;
	
	font-family: Verdana, Trebuchet Ms, Arial;
}

img{
	border: 0;
}

#header img{
	float: left;
}

#loginbox{
	float: right;	
	margin: 25px 30px 0 0;
	text-align: right;
	width: 170px;
}

#container{
	margin: auto;
	width: 920px;
}

#content{
	width: 655px; 
	float: right;
	/*display: block;*/
	padding: 15px 0 50px 0;
/*	display: inline;
	min-height: 400px;
	clear: both;*/
	background: url("../images/watermark.gif") no-repeat;
	background-position: top right;
	
}

#menu{
	width: 240px;
	margin-top: 45px;
	.margin-top: 40px;
	padding-bottom: 40px;
	float: left;
	display: inline;
	background: url('../images/divider.gif') repeat-y right;

}

#menu ul{
	margin: 0;
	padding: 10px 0 0 30px;
	list-style: none;
	width: 183px;
}

#menu li.main{
	background: url('../images/menu_bg.gif') no-repeat left top;
	padding: 1px 0 3px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	border: 0;
}

#menu li.main a{
	color: #ffffff;
	text-decoration: none;
}

#menu li{
	border-bottom: 1px dashed #d5d6d7;
	margin-bottom: 10px;
	padding: 1px 0 9px 20px;
	background: url('../images/bullet_grey.gif') no-repeat left 7px; 
	font-size: 13px;
}

#menu li.active{
	background-image: url('../images/bullet_green.gif');
	font-family: Tahoma, Verdana, Arial;
	padding: 2px 0 8px 20px;
}

#menu li.active a{
	color: #90c843;
	font-weight: bold;
	text-decoration: none;
}

#menu li a{
	color: #989898;
	padding-bottom: 1px;
}

#menu li a:hover{
	color: #80b933;
}

#menu ul ul{
	width: auto;
	padding: 0;
	margin: 10px 0 5px 0;
}

#menu ul ul li{
	padding: 5px 0 0 10px;
	background-image: url('../images/bullet_sub.gif');
	background-position: left 10px;
	border: 0;
}

#menu ul ul li a{
	font-size: 12px;
	color: #fa9d2f;
}
/**
 * LOGIN BOX
 */

#loginbox{ 	width: 180px; }

#loginbox input{
	border: 0;
	padding: 6px 4px 5px 4px;
	background-image: url('../images/login_bg.gif');
	background-repeat: no-repeat;
	width: 164px;
	background-color: transparent;
	color: #999999;
	font-size: 12px;
	margin: 0 0 8px 0;
	float: left;
} 

#loginbox input.btn, input.btn{
	background-image: url('../images/btn_bg.gif');
	background-repeat: repeat-x;
	padding: 2px 5px 0 5px;
	.padding: 0;
	height: 25px;
	line-height: 100%;
	color: #000000;
	width: auto;
	border: 1px inset #000000;
	font-size: 12px;
	display: inline;
	float: right;
}

#loginbox input.left{
	float: left;
}

.loginerr{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	margin: -10px 0 0 0;
	float: left;
	width:300px;
}

#loginbox input.chk, input.chk{
	background-image: none;
	width: auto;
	height: auto;
	padding: 0;
	border: 1px;
	background: #fff;
	.background: none;
	margin: 0 4px 3px 0;
}

.chklbl{
	font-size: 12px;
	color: #ffffff;
	float: left;
	display: inline;
	line-height: 100%;
}

#loginbox p{
	text-align: left;
	margin: 0 0 10px 0;
	color: #ffffff;
	line-height: 120%;	
}
 
.divhdr{ background: #000; }
 
/**
 * TEXT STYLES
 */
 
h1{
 	color: #f79e1e;
	font-size: 30px;
	margin: 37px 0 20px 0;

}

h2{
 	color: #f79e1e;
	font-size: 18px;	
	font-weight: normal;
	margin: 20px 0 10px 0;
}
 
p, div{
	color: #333333;
	line-height: 170%;
	font-size: 13px;
}

p{
	margin: 5px 0 15px 0;
}

#content a{
	color: #80b933;
	font-weight: bold;
}

#content a:hover{
	color: #f1a605;	
}

/**
 *  FORMS
 */
 
input.btn{
 	float: none;
}
 
.stepNext{
 	margin: 15px 0 0 23px;
}
 
.errMsg, .errMsg2{
	font-weight: bold;
	color: #DB2828;
	display: inline;
	margin: 0 0 0 5px;
}
 
.errMsg2{
	margin: 0 0 0 23px;
}

form p.note { margin-left: 170px; font-size: 90%; color: #333; }
fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; background-color: #fafff4; }
legend { font-weight: bold; color: #666; background-color: #fff; }
fieldset div { padding: 0.5em 0;  }
label, span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
label.error, 
span.error { color: #C00; }
label em, span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
input.error { border-color: #C00; background-color: #FEF; }
input:focus, input.error:focus, 
textarea:focus { background-color: #FFC; border-color: #FC6; }
div.controlset label, 
div.controlset input { display: inline; float: none; }
div.controlset div { margin-left: 170px; }
div.buttonrow { margin-left: 180px; }
div.explain{ font-style: italic; font-size: 11px; margin: 0 0 5px 170px; }

fieldset h3{
	font-size: 13px; border-bottom: 1px dashed #cccccc; margin-left: 2px;
}

fieldset input.btn{ margin: 15px 0 0 170px; }

textarea, input{ font-family: Verdana, Trebuchet Ms, Arial; }

input.small{ width: 55px; }
input.med{   width: 160px; }
input.long{  width: 250px; }

p.msg{
	border: 1px solid #CDD8CE;
	padding: 7px 10px 7px 10px;
	color: #777777;
	font-size: 14px;
	background-color: #EEF2F1;
	margin: 10px 0 10px 0;
}


/**
 * MIJN GSM NUMMERS
 */
 
#gsmlist{
	float: left;
	display: inline;
	width: 44%;
}

#gsmdetail{
	float: right;
	display: inline;
	width: 54%;
}

div.split fieldset label{
	padding-left: 5px;
	font-size: 11px;
	width: 140px;
	text-align: left;
}

#gsmlist fieldset label, #gsmdetail fieldset.gsmgroep label{
	width: 85px;
}

div.gsmwarning, p.msgNotok{
	border: 1px solid #f9bb61;
	background-image: url('../images/warning.gif');
	background-position: left 10px;
	background-repeat: no-repeat;
	background-color: #fef6eb;
	color: #e8951e;
	padding: 5px 5px 5px 50px;
}

div.split  .explain{
	margin: -3px 0 5px 5px;
}

div.split div{
	font-size: 11px;	
}
div.split h3{
	font-size: 12px;
	margin-bottom: 5px;
}

div.split  input.btn{
	margin: 25px 0 0 0;
}

div.split  table{
	width: 100%;
	border-collapse: collapse;
}
div.split  table th{
	text-align: left;
	font-size: 11px;
	border-bottom: 1px solid #cccccc;	
}
div.split table td{
	padding: 3px 0 3px 0;
	font-size: 11px;
}

div.split td.gsmgroep{
	padding: 2px 0 0 0px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;	
	background-color: #eefdd9;
}

td.gsmgroep input{
 	margin-right: 20px;
}

div.split  input.btn{
	float: none;
	margin: 0;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
}

.msgOk, .msgNotok{
	border: 1px solid #8dc740;
	background-color: #f0fdde;
	padding: 5px;
	
	margin-top: 22px;
}

.msgNotok{
	background-color: #fdebde;
	border-color: #a1715f;
}

.active_gsm{
	background-color: #f1f9e6;
}

.werkuren{
	margin: 10px 0 15px 5px;
	line-height: 200%;
}

#O, #D, #K{
	display: none;
}
/**
 * MIJN VOERTUIGEN
 */

#platen{
	display: inline;
	float: left;
	width: 42%;
}

#plaatdetail{
	display: inline;
	float: right;
	width: 55%;
}

#platen label{
	width: 80px;
}

#newplaat fieldset label{ text-align: left; }

#plaatdetail fieldset label{
	width: 95px;
}

#plaatdetail select{
	width: 160px;
}

/* AUTOCOMPLETE DROPDOWN */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	text-align: left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 11px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('../images/admin/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

#autocomplete{
	width: 180px;
}


#autocompl{
	display: none;
}

/* BANK */
.facturen{
	width: 100%;
}
span.O{ color: red; }
span.B{ color: green; }


/* REPORTS */
fieldset input.report{
	 margin: 20px 0 0 0;
}

#reporttbl{
	margin: 30px 0 0 0;	
	width: 100%;
	font-size: 11px;
}

table{ border-collapse: collapse; }
th{ text-align: left; border-bottom: 1px solid #777777; }
td{ padding: 4px; }

tr.total td{ border-top: 1px solid #777777; }
td.tot{ text-align: right; padding-right: 15px; }

tr.uneven{ background-color: #eefdd9; }

.gratisbeweging{
	padding-top: 0;
	margin-top: -5px;
	font-style: italic;
}

table.factuur_overzicht{
	width: 100%;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #000000;
}


#content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content li{
	background-image: url('../images/bullet_green.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 15px 0 20px;
	font-size: 13px;	
}
#content ol li{
background-image: none;
}


/* toooooltips */
 #content  .thdrcell {
            background:#80b933;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
            padding:5px;
            border-bottom:1px solid #C8BA92;
}
         
#content .tdatacell {
            font-family:arial;
            font-size:12px;
            padding:5px;
            background:#FFFFFF
}
         
#content .dvhdr1 {
            background:#F3F0E7;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
            border:1px solid #C8BA92;
            padding:5px;
            width:150px;
}
         
        #content  .dvbdy1 {
            background:#FFFFFF;
            font-family:arial;
            font-size:12px;
            border-left:1px solid #C8BA92;
            border-right:1px solid #C8BA92;
            border-bottom:1px solid #C8BA92;
            padding:5px;
            width:150px;
         }
         
        #content .dogvdvhdr {
            width:300;
            background:#C4D5E3;
            border:1px solid #C4D5E3;
            font-weight:bold;
            padding:10px;
         }
         
         #content .dogvdvbdy {
            width:300;
            background:#FFFFFF;
            border-left:1px solid #C4D5E3;
            border-right:1px solid #C4D5E3;
            border-bottom:1px solid #C4D5E3;
            padding:10px;
         }
         
         #content .pgdiv {
         width:320;
         height:250;
         background:#E9EFF4;
         border:1px solid #C4D5E3;
         padding:10px;
         margin-bottom:20;
         font-family:arial;
         font-size:12px;
         }

/* back to top */
div.top{
	font-size: 9px;
	text-align: right;
	border-top: 1px solid #D7D7D7;
	background-image: url('../images/arrowup.gif'); 
	background-position: 555px 7px;
	background-repeat: no-repeat;
	padding-top: 3px;
	margin: 20px 0 20px 0;
}

#terms{
	width:95%;
	height:400px;
	overflow:auto;
	border:solid 1px #CCC;
	padding: 0 10px 10px 10px;
	background-color: #fff;
}

#langswitch{
	clear: both;
	margin: 4px 0 0 0;
	font-size: 9px;
	text-align: left;
	color: #fff;
}
#langswitch a{ color: #fff; text-decoration: none; }
#langswitch img{ border: 0; margin-right: 4px; float: none; }

#map2{ width: 560px; height: 300px; border: 1px solid #ccc; }
#map{
	font-size: 1.6em;
}
.tooltip{
	background-color:#FFFFFF;
	border:2px solid #666666;
	padding:5px;
	white-space:nowrap;
}
.googleMarkerTab .address{
	margin-bottom: .6em;
}
.tooltip dl,
.tooltip dd,
.tooltip dt{
	margin: 0px;
	padding: 0px;
}
.tooltip dt{
	font-weight: bold;
}
.tooltip dd{
	margin-left: 1em;
}
.tooltip img{
	border: 1px solid #AAAAAA;
	display: block;
}
