﻿/* Global Style ----------------- */
body
{
	margin:0;
	padding:0;
}

h1
{
	margin:0;
	padding:5px;
}

h2
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

table td
{
	vertical-align:top;
}

input[type="submit"], input[type="reset"], button
{
	font-weight:bold;
}

.txtXSmall
{
	width:55px;
}

.txtSmall
{
	width:75px;
}

.txtMedium
{
	width:150px;
}

.txtAreaMedium
{
	width:250px;
	height:50px;
	overflow-y:scroll;
}

.txtAreaLarge
{
	width:250px;
	height:75px;
	overflow-y:scroll;
}

.cmbXSmall
{
	width:30px;
}

.cmbSmall
{
	width:75px;
}

.cmbMedium
{
	width:150px;
}

.cmbLarge
{
	width:250px;
}

.cmbLargest
{
	width:100%;
}

.left
{
	float:left;	
}

.right
{
	float:right;
}

.clear
{
	clear:both;
}

.center
{
	margin-left: auto;
	margin-right: auto;
	width:600px;
}

#tooltip
{
	position:relative;
	display:none; /* Voor browsers zonder JS, dit wordt ongedaan gemaakt door JS */
	vertical-align:middle;
}
#tooltip div
{
	position: absolute;
	display: none;
	padding: 5px;
	width:220px;
}
#tooltip:hover div
{
	display:block;	
}

.mainDiv
{
	padding:10px;
	
	/* Center.. Me no likey M$IE.. */
	position: absolute;
	width: 900px;
	left: 50%;
	position: relative;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Lelijk dit, sorry, ik weet het :) Op de todo.. */
#pnlOrderDetails table,
#pnlNewOrder table,
#tblDGRAdressen,
#tblNewAdres,
#tblAdresDetail
{
	width:600px;
	margin:0 auto;
}

#tblNewOrder_ophaalgegevens
{
	/*width:200px;*/
}

#wrapper{
    height:100%;
    width: 900px;
    right: 50%;
    position: absolute;
}

.errordiv
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom:10px;
	width:600px;
}

.copyrightFooter
{
	font-size: 8pt;
	text-align: right;
	padding-top: 5px;
}

/* Begin Tables ------------------------------------------------- */
.mainDiv table
{
	text-align: left;
	border-collapse: collapse;
	border:0;
	width: 100%;
}

.mainDiv table th
{
	padding: 3px 3px 3px 5px;
	font-weight: bold;
	font-size: 11px;
	border: 0px;
	height: 20px;
	text-align:left;
}

.mainDiv table td
{
	padding: 3px 3px 3px 5px;
	border:0;
	vertical-align: middle;
}
.mainDiv .tbl tbody tr:hover td	/* Hover op tables met class tbl */
{
}
/* Eind Tables --------------------------------------------------/*/

/* Begin Menu --------------------------------------------------- */

.header #logo
{
	float:left;
}
.header .rest
{
	float:left;
}

#menu
{
	width:550px;
}

#menu ul
{
	list-style-type: none;
	margin:0px;
	padding:0px;
	display:inline;
}
#menu ul li
{
	float: left;
}

#menu ul li span {
	width: 105px;
	position: relative;
	float: left;
	margin-right: 4px;
	padding-top: 5px;
	height: 25px;
	text-align:center;
	cursor:pointer;
}

#menu ul li span img, #menu ul li span a
{
	vertical-align:middle;
}

#menu li span.current:hover, #menu li span:hover
{
	width: 105px;
	position: relative;
	float: left;
	margin-right: 4px;
	padding-top: 5px;
	height: 25px;
}
/* Eind Menu ---------------------------------------------------- /*/

/* Login pagina ----------------------- */
.loginBox
{
	top: 20%;
	width: 500px;
	min-height: 220px;
	left: 71%;
}
.loginBox table
{
	width:100%;
}
.loginBox table th
{
	height:70px;
	text-align:right;
}
/* Eind login pagina ------------------ */

/* Afmetingen ------------------------- */

.afmetingTekst
{
    padding-left:10px !important;
}

.afmetingTekst input
{
    margin-left:-5px;    
}

.tblAfmetingen table th {    
  background: none !important;
  color: #000 !important;
}

/* Eind afmetingen -------------------- */