@charset "utf-8";
body {
	background:#E3E3E3;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;!important
}
#container {
	width: 759px;
	margin: 15px auto;
	background: #fff;
}
#header {
	background: url(../img/header.jpg) no-repeat;
	height: 162px;
}

#mainContent {
	padding: 0 20px;
}
#mainContent table {
	width: 100%;
}
#mainContent table td {
	height: 30px;
	font-size: 14px;!important
}
#mainContent .serialTable tr.TableOrderLine {
	border-bottom: solid 2px #fff;
}
#mainContent .serialTable tr:last-child td {
	border-bottom: none;
}
.defaultTable td {
	padding: 3px;
}

.lightColor{ background-color: #f5f6f7; }

.mediumColor {
	background-color: #DFDFDF;
}

.strong { font-weight: bold; }

#mainContent #loginInfo {
	margin-top: 1em;
	width: 60%;
	/*float: left;*/
	padding: 0 1% 0 1%;
	padding-bottom: 10px;
	display: block;
	/* [disabled]height: 1.4em; */
}

/* *** ALGEMENE ELEMENTEN *** */
/* algemeen panel block */
#mainContent .panel {
	padding: 10px;
	display: block;
	/* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
}


#welcomePanel table {
	width: 40%;
}



