body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;

	background-color: #fff;
	margin: 0;
}

input.button {
	background-color: #06A5EB;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    height: 35px;
    min-width: 120px;
}

input.button-small {
	background-color: #06A5EB;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    height: 25px;
    min-width: 90px;
}

input.button:hover {
	background-color: #35B4EB;
}

input.button-no-focus {
	background-color: #ccc;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    height: 35px;
    min-width: 120px;	
}


input.button-no-focus-small {
	background-color: #ccc;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    height: 25px;
    min-width: 90px;	
}


td, th, p {
	font-size: 12px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

a {
	color: #06A5EB;
	text-decoration: none;
}

a:hover {
	color: #06A5EB;
	text-decoration: underline;
}

a img {
	border: none;
}

legend {
	font-weight: bold;
	color: #0046d5;
}

#frame0 {
	position: absolute;
	margin: 0px;
	padding: 0px;
}

#loadingDialog {
	position: absolute;
	width: 224px;
	height: auto;
	z-index: 5000;
	padding: 7px 10px 10px 10px;
	display: none;
	visibility: hidden;
	border: 5px solid #eee;
	background-color: #fff;
	color: #666;
	line-height: 20px;
}

#loadingDialogTitle {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

#loadingDialogMessage {
	margin-top: 3px;
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
}

#titlePane {
	padding: 0px 0px 0px 5px;
}

#topSpacer {
	background-color: #ccc;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#11cccccc', EndColorStr='#ccffffff');
	height: 15px;
	margin: -9px -15px -10px -15px;
}

#bottomSpacer {
	border: solid #fa0;
	border-width: 0px 0px 2px 0px;
}

#contentPane {
	font-size: 12px;
	padding: 0px;
}

div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
}

#footerPane td {
	color: #aaa;
	font-size: 10px;
	padding: 0px 0px 0px 15px;
}

#footerPane td a {
	color: #aaa;
	text-decoration: none;
}

#footerPane td a:hover {
	color: #aaa;
	text-decoration: underline;
}

/* Menu styles */

.subMenu {
	position: absolute;
	display: none;

	border-collapse: collapse;

	border-style: solid;
	border-color: #000 #666 #666 #000;
	border-width: 0px 1px 1px 0px;
	border-color: #ddd;

	background-color: white;
}

.subMenu td {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.subMenu a {
	display: block;
	border-bottom: 1px solid #f4f3ee;
	border-left: 5px solid #ddd;

	padding: 10px 15px;

	text-decoration: none;
	color: #666;
}

.subMenu span {
	width: 100%;
	cursor: hand;
}

.subMenu a:hover {
	text-decoration: none;
	border-left: 5px solid #06A5EB;
}

/* Tabstrip style */

ul.tabs {
	list-style-type: none;
	font-size: 11px;

	margin: 10px 0 0 0;

	padding-left: 0px;
	padding-right: 0px;
}

ul.tabs li {
	float: left;
	height: 17px;

	margin: 0 5px;
	border: none;
}

ul.tabs li.sel {
	background-color: #fff;
	filter: none;
}


ul.tabs a {
	float: left;
	display: block;

	color: #000;
	text-decoration: none;
	padding: 6px 12px 6px 12px;

	border-style: solid;
	border-width: 1px 1px 5px 1px;
	border-color: #ccc;
}

ul.tabs a:hover {
	color: #000;
	text-decoration: none;
}

/* Inline styles */
.emBox {
	background-color: #f3f3f3;
	padding: 15px;
}

.emBoxTitle {
	color: #333;
	font-size: 22px;
	padding: 10px 15px 5px 15px;
}

.emBoxInner {
	padding: 5px;
}

.emBoxInner input.login {
	font-size: 16px;
	overflow:visible;
	padding:10px;
	width: 280px;
	border: 1px solid #ddd;
	color: #999;
}

.inputtable {
	width: 960px;
}

.inputfieldset {
	width: 980px;
}

.label {
	width: 240px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	vertical-align: bottom;
}

.label2 {
	width: 480px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
}

.label3 {
	width: 720px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
}

.label4 {
	width: 960px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
}

.halflabel {
	width: 120px;
	font-size: 11px;
	font-weight: bold;
}

.input {
	width: 240px;
	font-size: 11px;
	vertical-align: top;
}

.input2 {
	width: 480px;
	font-size: 11px;
	vertical-align: top;
}

.input3 {
	width: 720px;
	font-size: 11px;
	vertical-align: top;
}

.input4 {
	width: 960px;
	font-size: 11px;
	vertical-align: top;
}

.halfinput {
	width: 120px;
	font-size: 11px;
}

.optionslist td {
	font-size: 11px;
}

input, select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu {
}

#content {
}

.tab {
	position: absolute;
	top: 0px;
	display: none;
	height: 100%;
	width: 100%;
}

#vehicleheader {
	width: 100%;
	margin: 25px 0;
	border-bottom: 5px solid #06A5EB;
	padding: 5px 0;
}

#vehicleheader table {
	border-collapse: collapse;
}

#vehicleheader table table td {
	margin: 0px;
	padding: 2px;
}

#vehiclecat {
	padding: 1px 5px 1px 1px;
}

#vehiclecat img {
	width: 24px;
	height: 24px;
	border: none;
}

#vehicletitleimg {
	padding: 1px;
}

#vehicletitleimg img {
	margin: 2px 0px 0px 0px;
	border: 1px solid black;
	height: 19px;
}

#vehicletitle {
	padding: 3px 1px 1px 5px;
	font-size: 15px;
	font-weight: bold;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.huge {
	width: 180px;
}
.large {
	width: 120px;
}
.medium {
	width: 90px;
}
.small {
	width: 40px;
}
.optionGangbaar {
}
.optionCustom {
	color: #00f;
}
.optionFabriek {
}
.column {
	vertical-align: top;
	float: left;
	padding-right: 10px;
}
.option {
	height: 20px;
	font-size: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.error {
	color: #f00;
}

.disabled {
	color: #aaa;
}

.partnerimg {
	filter:progid:DXImageTransform.Microsoft.Fade(duration=3);
	width: 100px;
	height: 40px;
	margin: 8px 0px 8px 0px;
}




.vestBlokje
{
	width: 15px;
	height: 15px;
	border: 1px solid #777;
	background-color: #df0;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 9px;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
}

@media print {
	h1, h2, h3, h4 {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
}

.adlist {
	padding: 0px;
	border-collapse: collapse;
}
.adlist th {
	font-size: 9pt;
	padding: 1px 7px 1px 7px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.adlist td {
	font-size: 8pt;
	padding: 8px 16px;
	border-bottom: 1px solid #ccc;
}

#mmt_drop {
	display: none;
	position: relative;
	height: 20px;
}
#uitv_drop {
	display: none;
	position: relative;
	height: 20px;
}
#mmt_int {
	display: none;
}
#mmt_int_label {
	display: none;
}

.prijsExtra {
	font-size: 9px;
}

#tabLinks .active {
	width: 200px;
	display: block;
}

#tabLinks .inactive {
	width: 0px;
	display: none;
}

#tabLinks .linkGroupColumn {
	float:left;
}

#tabLinks #checkBoxToggleView {
	margin-bottom:10px;
}


/* styling advertentietegoed */



table.advertentietegoedTable, table.summaryTable {
	width: 860px;
}

table.summaryTable {
	margin-bottom: 20px;
}

.summaryTable tr.verhoogTegoed td {
	background-color: #FFF;
	padding-right: 5px;
	padding-top: 20px;
}



.advertentietegoedTable th, .advertentietegoedTable td {
	padding: 8px 8px 8px 8px;
	border-right: 10px solid #FFF;
	text-align: left;
}

.advertentietegoedTable td h2 {
	padding: 0 0 5px 0;
	margin: -8px 0 0 0;
}

.advertentietegoedTable th,  {
	padding: 4px 8px 4px 8px;
	border-right: 10px solid #FFF;
}

.advertentietegoedTable tr.head td.saldo {
	padding: 4px 8px 4px 8px;
}

.advertentietegoedTable th.begin,
.advertentietegoedTable th.eind {
	text-align: left;
}

.advertentietegoedTable td.overzicht {
	vertical-align: top;
}

.advertentietegoedTable td.saldo {
	text-align: right;
}

table.advertentietegoedTable tr.Oneven td {
	background-color: #EEEEEE;
	border-top: 0px solid #CCC;
	border-left:0;
	border-bottom:0;
}


table.summaryTable td {
	padding: 8px 8px 8px 8px;
	border-right: 10px solid #FFF;
	text-align: left;
	background-color: #EEEEEE;
	border-top: 0px solid #CCC;
	border-left:0;
	border-bottom:0;
}

table.summaryTable td.saldo {
	width: 214px;
	text-align: right;
}

table.summaryTable tr.verhoogTegoed td.saldo {
	padding-right: 0;
	padding-left: 4px;
	text-align: right;
}

.advertentietegoedTable th.amount,
.advertentietegoedTable th.nieuwsaldo,
.advertentietegoedTable th.totaalaf,
.advertentietegoedTable th.totaalbij {
	text-align: left;
}

.pageNumber, a:active.pageNumber, a.pageNumber, a:link.pageNumber, a:visited.pageNumber {
	text-decoration: none;
	padding: 2px 10px;
	margin: 5px;
	text-align:center; 
	cursor: pointer;
	border: 1px solid #666;
}

a:hover.pageNonSelected, a:hover.pageSelected {
	color: #0000aa;
}

.pageSelected {
	text-decoration: none;
	margin: 0px;
	background: white;
	color: #0000aa;
	border: 1px solid #777777;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	font-weight: bold;
	width: 40px;
}

.pageNonSelected {
	text-decoration: none;
	margin: 0px;
	background: white;
	color: #000099;
}

.pageDisabled, a:hover.pageDisabled {
	text-decoration: none;
	margin: 0px;
	background: white;
	color: #bbbbbb;
}

div#loginHeader {
	position: relative;
	float: left;
	width: 100%;
}

#languageBar {
	position: absolute;
	float: right;
	right: 40px;
	top: 0px;
}

#languageBar a {
	padding: 1px;
	color: red;
}

#languageBar img {
	margin-bottom: -4px;
}

.accessoireTable {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
}

.accessoireTable th {
	text-align: left;
}

.accessoireTable td {
	border-top: 1px solid #ddd;
	padding-top: 2px;
}

.accessoireTable .translations {
	width: 325px;
}

.accessoireTable .categories {
	width: 375px;
}

.optionIntroduction {
	font-size: 8pt;
	line-height: 1.5;
	padding: 4px;
}

.option .optionCheckbox {
	float: left;
	width: 22px;
}

.option .optionLabel {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 4px;
}

#geschikt_voor_2 {
	display: none;
}

#geschikt_voor_3 {
	display: none;
}

#geschikt_voor_4 {
	display: none;
}

#geschikt_voor_5 {
	display: none;
}
