﻿/* Global Style ----------------- */
body
{
	margin:0;
	padding:0;
}

h1
{
	margin:0;
	padding:5px;
}

h2
{
	width:675px;
	margin-left:auto;
	margin-right:auto;
}

table td
{
	vertical-align:top;
}

input[type="submit"], input[type="reset"], input[type="button"], button
{
	font-weight:bold;
}

textarea {
    font-family: Helvetica;
}

.txtXSmall
{
	width:65px;
}

.txtSmall
{
	width:75px;
}

.txtMedium
{
	width:150px;
}

.txtAreaMedium
{
	width:250px;
	height:50px;
	overflow-y:scroll;
}

.txtAreaLarge
{
	width:250px;
	height:75px;
	overflow-y:scroll;
}

.tableVolume
{
	width: 200px !important;
}

.cmbSmall
{
	width:75px;
}

.cmbMedium
{
	width:150px;
}

.cmbLarge
{
	width:250px;
}

.cmbXLarge
{
    width:300px;    
}


.cmbLargest
{
	width:100%;
}

.left
{
	float:left;	
}

.right
{
	float:right;
}

.clear
{
	clear:both;
}

.center
{
	margin-left: auto;
	margin-right: auto;
	width:675px;
}

#tooltip, #tooltipStops
{
	position:relative;
	display:none; /* Voor browsers zonder JS, dit wordt ongedaan gemaakt door JS */
	vertical-align:middle;
}

#tooltip div, #tooltipStops div {
	position: absolute;
	display: none;
	padding: 5px;
	width: 220px;
	z-index: 1;
    right: 95%;
}

#tooltip:hover div, #tooltipStops: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.. */
#ctl00_ContentPlaceHolder1_ctl00_pnlOrderDetails table,
#ctl00_ContentPlaceHolder1_ctl00_pnlNewOrder table,
#ctl00_ContentPlaceHolder1_ctl00_dgrAdressen,
#tblNewAdres,
#tblAdresDetail {
	width: 720px;
	margin: 0 auto;
}

#wrapper{
    height:100%;
    width: 900px;
    right: 50%;
    position: absolute;
}

.error {
    color: #FF7700;
    font-weight: bold;
}

.errordiv
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom:10px;
	width:675px;
    color:#FF7700;
    font-weight:bold;
}

.copyrightFooter
{
	font-size: 8pt;
	text-align: right;
	padding-top: 5px;
}

.warningInvoicingData {
    font-size: 10pt;
    font-style: italic;
    padding-top: 0px;
    color:#0017a4;
}

/* 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 */
{
}

.ReturnOrder
{
    height: 50px;
}
/* Eind Tables --------------------------------------------------/*/

/* Begin Menu --------------------------------------------------- */

.header #logo
{
	float:left;
}

#menu
{
	width:550px;
    margin-left:auto;
    margin-right:auto;
}

#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 ------------------ */

/* Nieuwe klant pagina ----------------------- */
.nieuweKlantBox
{
	top: 10%;
	width: 650px;
	min-height: 220px;
	left: 61%;
    margin-bottom: 40px;
}
.nieuweKlantBox table
{
	width:100%;
}
.nieuweKlantBox table th
{
	height:70px;
	text-align:right;
}
/* Eind Nieuwe klant pagina ------------------ */

/* Wachtwoord vergeten pagina ----------------------- */
.wachtwoordVergetenBox {
    top: 10%;
    width: 650px;
    min-height: 220px;
    left: 61%;
    margin-bottom: 40px;
}

    .wachtwoordVergetenBox table {
        width: 100%;
    }

        .wachtwoordVergetenBox table th {
            height: 70px;
            text-align: right;
        }
/* Eind Nieuwe klant pagina ------------------ */

.btnDelete {
    text-decoration:none;
    display:inline-block;
    background-color: #FF7700;
    padding: 2px 6px;
    color: #FFFFFF !important;
    margin-right:5px;
}

#AdresboekContainer {
    margin-left:112px;
    max-height:400px;
    width:680px;
    max-height:400px;
    overflow-y:scroll;
    overflow-x:hidden;
}
