body {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    margin: 5px;
    font-family: Verdana, Tahoma, Arial;
    margin: 0px;
    margin-top: 74px;
    overflow-y: scroll;
}

a:link, a:active, a:visited {
    color: #66AAFF;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

textarea, input, select { 
    border: 1px solid #DDDDDD; 
    background: #FFFFFF; 
    font-size: 12px; 
    color: #000000; 
}

.loginbox {
    width: 400px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}

.hovereffect:hover {
    background-color: #DDDDDD;
}

.errorcolor {
    color: #990000;
}

.photo {
	width: 110px;
	height: 110px;
	border: 1px solid #000000;
}

#tab-cam video {
	cursor: pointer;
}

#tab-cam #mjpegcam {
	cursor: pointer;
}

.carstitle {
	width: 95%;
	max-width: 1400px;
	margin: auto;
	margin-top: -35px;
}

.stroke {
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#000000)";
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	/*-webkit-text-stroke: 1px black;*/
}

/* jQuery custom items */
.ui-button .ui-icon.ui-icon-car {
	background-image: url(/images/ui-icon-car.png);
	width: 16px;
	height: 16px;
}

/* jQuery UI alert/info box fixes */
.ui-state-error .ui-icon {
	width: 15px;
	margin: 0px 5px;
	float: left;
}

.ui-state-error center {
	margin: 10px;
}

.ui-state-error a {
	color: #FFFFFF;
}

.ui-state-highlight .ui-icon {
	width: 15px;
	margin: 0px 5px;
	float: left;
}

.ui-state-highlight center {
	margin: 10px;
}

.ui-state-highlight a {
	color: #000000;
}

/* =============== */
/* Custom Combobox */
/* =============== */
.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	border: 1px solid #DDDDDD;
}
.custom-combobox-input {
	margin: 0;
	padding: 0.3em;
}

.ui-autocomplete {
	z-index: 110;
}

/* ============== */
/* Settings style */
/* ============== */
.settingsbar {
    width: 99%;
    text-align: center;
    margin: 5px;
    border-top: 1px dashed #999999;
    border-bottom: 1px dashed #999999;
    font-size: 18px;
}

.filterbox {
    border: 1px solid #995555;
    text-align: center;
    background-color: #DDDDDD;
    padding: 3px;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
}

#cardcontainer {
	border: 1px solid #999;
	background-repeat: no-repeat;
}

table .grid {
	border-collapse: collapse;
}

table .grid td {
	border: 1px solid #DDDDDD;
}

/* ============ */
/* Search style */
/* ============ */
#searchinput {
	width: 99.7%;
	height: 20px;
	font-size: 20px;
	margin-bottom: 10px;
}

#searchresult {
	width: 95%;
	max-width: 1400px;
	margin: auto;
	margin-top: 100px;
}

#searchresult .more {
	margin-top: 10px;
	text-align: center;
}

#searchaccordion .ui-accordion-content { 
	padding: 0; 
}

#searchaccordion h3 {
	overflow: hidden;
}

#searchaccordion h3 img {
	margin-right: 5px;
	border: 1px solid #000000;
	float: left;
}

#searchaccordion h3 .name {
	width: 200px;
	overflow: hidden;
}

#filterbar-wrapper {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	padding-top: 70px;
	background-color: #FFFFFF;
	z-index: 99;
}

#filterbar {
	margin: auto;
	width: 95%;
	max-width: 1400px;
	padding: 2px;
	height: 80px;
	margin-bottom: 10px;
}

#filterbar ul {
	list-style-type: none; 
	z-index: 999;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

#filterbar .filter {
	float: left;
}

#filterbar .button {
	float: right;
}

#filterbar .activefilters {
	clear: both;
	font-size: 9px;
	padding-top: 5px;
	font-weight: normal;
}

#filterbar .activefilters span {
	border-left: 1px solid #DDDDDD;
	padding-left: 2px;
	border-right: 1px solid #DDDDDD;
	padding-right: 2px;
}

#filterbar .activefilters span a {
	color: inherit;
	font-weight: bold;
}

/* ============ */
/* Header style */
/* ============ */

.header {
	position: fixed;
    margin-bottom: 5px;
    padding-bottom: 4px;
    height: 23px;
    text-align: center;
    font-size: 22px;
    line-height: 23px;
    font-weight: bold;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #FFFFFF;
    z-index: 100;
}

.header .logolinks {
    position: absolute;
    left: 5px;
    top: 5px
}

.header .optionbar {
	float: right;
    font-size: 12px;
    margin-top: -2px;
}

.header .userinfo {
	float: right;
	padding: 6px 6px 2px 6px;
	background-color: #EAECEE;
    text-align: right;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    margin-top: -4px;
    margin-right: 5px;
    color: #555555;
}

/* ============ */
/* Footer Style */
/* ============ */

.footer {
    clear: both;
    margin-top: 25px;
    color: #898989;
    font-weight: bold;
    text-align: center;
}

/* ====================== */
/* Pagina nummering Style */
/* ====================== */
.paginas {
   list-style-type: none;
   padding-left: 5px;
}

.paginas li {
    list-style: none;
    display: inline;
}

.paginas a {
    font-weight: bold;
    border: 1px solid #323333;
    padding: 2px 6px;
    margin: 1px;
    text-decoration: none;
    color: #111111;
}

.paginas a.normaal:hover {
    font-style: normal;
    background-color: #BBBBBB;
}

.paginas a.normaal {
    background-color: #EEEEEE;
}

.paginas a.grijs, .paginas a.grijs:hover {
    background-color: #AAAAAA;
    color: #666666;
    font-style: normal;
}

.paginas a.selected, .paginas a.selected:hover {
    font-style: normal;
    background-color: #787878;
}
/* EIND: Pagina nummering stijlen */