﻿body
{
	background-color: #FFFFFF;
	font-size: .6em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
}

a:link
{
	color: #2566A3;
	text-decoration: underline;
}
a:visited
{
	color: #2566A3;
}
a:hover
{
	color: #ccc;
	text-decoration: none;
}
a:active
{
	color: #2566A3;
}

a.indexbutton:active
{
	color: inherit;
}

a.indexbutton:visited
{
	color: White;
}

a.indexbutton:link
{
	color: White;
	text-decoration: none;
}

p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	color: #2566A3;
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2
{
	padding: 0 0 10px 0;
	color: #2566A3;
}
h3
{
	color: #2566A3;
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 1300px;
	padding: 0px 10px 15px 10px;
	margin-right: auto;
	margin-bottom: 30px;
	position: relative;
}

#Content
{
	float: left;
	width: 1000px;
}

#form
{
	width: 655px;
}

#smallform
{
	width: 340px;
}

#header
{
	position: fixed;
	color: #000;
	padding: 0;
}

#header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #2566A3;
	border: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px !important;
}

#main
{
	position: relative;
	padding: 30px 30px 15px 30px;
	background-color: #fff;
	margin-bottom: 30px;
}

#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}

DIV.pager
{
	text-align: left;
	padding: .5em 0 0 0;
	color: #2566A3;
}

DIV.pager a
{
	text-decoration: underline;
	color: #2566A3;
}

DIV.pager A.selected
{
	background-color: #2566A3;
	color: White;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"]
{
	width: 180px;
	border: 1px solid #CCC;
}

input[type="password"]
{
	width: 180px;
	border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
	border: solid 1px #e8eef4;
	border-collapse: collapse;
}
table th
{
	padding: 3px 5px;
}
table th a:link
{
	color: White;
	text-decoration: none;
}

table th a:hover
{
	text-decoration: underline;
}

table th a:link:hover
{
	color: White;
	text-decoration: underline;
}

table th a:visited
{
	color: White;
	text-decoration: none;
}

table th a:visited:hover
{
	text-decoration: underline;
}

table td
{
	padding: 5px;
	border: solid 1px #e8eef4;
}

table th
{
	padding: 3px 5px;
	text-align: left;
	color: #FFFFFF;
	background-color: #2566A3;
	border: solid 1px #2566A3;
}

td.Tabcontent_label
{
	padding-left: 3px;
	padding-top: 2px;
	width: 117px;
}

td.Tabcontent_label_small
{
	padding-left: 3px;
	padding-top: 2px;
	width: 58px;
}

td.Tabcontent_field
{
	padding-bottom: 1px;
	padding-left: 3px;
	padding-top: 1px;
	width: 183px;
}

td.Tabcontent_fieldTarief
{
	padding-bottom: 1px;
	padding-left: 3px;
	padding-top: 1px;
	width: 60px;
}

td.Tabcontent_fieldTarief input
{
	width: 60px;
}

td.Tabcontent_fieldFacRegel
{
	padding-bottom: 1px;
	padding-left: 3px;
	padding-top: 1px;
	width: 306px;
}

td.Tabcontent_fieldFacRegel input
{
	width: 306px;
}

td.Tabcontent_textarea
{
	padding-bottom: 1px;
	padding-left: 3px;
	padding-top: 1px;
}

td.zoekCritField input
{
	width: 145px;
}

td.zoekCritFieldCheckbox input
{
	width: 23px;
}

table.clickable
{
	border-collapse: collapse;
}
.clickable tr
{
	background-color: #FFFFFF;
	border-top: 1px solid #2566A3;
}
.clickable tr:hover
{
	background-color: #ccc;
}

.clickable td
{
	padding: 3px 5px;
	color: #044F95;
}
.clickable td:hover
{
	cursor: pointer;
}

td.click
{
	border-collapse: collapse;
	padding: 3px 5px;
	color: #044F95;
}

table.edit
{
	border: solid 1px #e8eef4;
}
.edit tr
{
	border: none;
}
.edit td
{
	border: none;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

#menucontainer
{
	margin-top: 40px;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

input.textInput
{
	border-style: none;
}

textarea.opmerking
{
	width: 540px;
	border-style: none;
}

textarea
{
	width: 492px;
	font-family: Sans-Serif;
	font-size: 14px;
}

select.dropdown
{
	width: 181px;
}

img
{
	border: none;
}

a.linknew
{
	text-decoration: none;
	color: #044F95;
}

input.opslaan
{
	border-style: none;
}

div#accessoireToevoegen
{
	padding-bottom: 5px;
}

div#accessoireToevoegen:hover
{
	cursor: pointer;
}

div#toeslagToevoegen
{
	padding-bottom: 5px;
}

div#toeslagToevoegen:hover
{
	cursor: pointer;
}

div#onderhoudToevoegen
{
	padding-bottom: 5px;
}

div#onderhoudToevoegen:hover
{
	cursor: pointer;
}

/* HOOFDMENU  
----------------------------------------------------------*/

.sidebarmenuWrapper
{
	float: left;
	width: 200px;
}

.sidebarmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 13px Verdana;
	width: 150px; /* Main Menu Item widths */
	margin-left: 30px;
	margin-top: 48px;
	z-index: 1;
}

.sidebarmenu ul li
{
	position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a
{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 6px;
	border-bottom: 1px solid #778;
	border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active
{
	background-color: #2566A3; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited
{
	color: white;
}

.sidebarmenu ul li a:hover
{
	background-color: black;
}

/*Sub level menu items */
.sidebarmenu ul li ul
{
	position: absolute;
	width: 195px; /*Sub Menu Items width */
	margin-left: 0px;
	margin-top: 0px;
	top: 0;
	visibility: hidden;
}

.sidebarmenu a.subfolderstyle
{
	background: url(../Images/right.gif) no-repeat 97% 50%;
}

/* Holly Hack for IE \*/
* html .sidebarmenu ul li
{
	float: left;
	height: 1%;
}
* html .sidebarmenu ul li a
{
	height: 1%;
}
/* End */

/* Instellingen voor actieve autogroepen */

.actieveAutogroepen
{
	margin: 30px 0 0 30px;
	width: 150px;
}

.actieveAutogroepen .kopTekst
{
	text-align: center;
}

/* INSTELLINGEN VOOR VERHUURAUTO-GEDEELTE (kaart) */
#mapContainerIntern
{
	position: relative;
	width: 450px;
	height: 500px;
}

#mapContainerIntern table
{
	border: none;
}

#mapContainerIntern td
{
	border: none;
	padding: 0px;
}

/* INSTELLINGEN VOOR RESERVEER-GEDEELTE  
----------------------------------------------------------*/

.Reserveer
{
	width: 1200px;
	padding: 0px 30px 15px 30px;
	margin-left: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	position: relative;
}

#zoekVerhuurAuto
{
	position: relative;
	left: 20px;
}

#mapContainer
{
	position: absolute;
	top: 50px;
	left: 690px;
	width: 450px;
	height: 500px;
}

#mapContainer table
{
	border: none;
}

#mapContainer td
{
	border: none;
	padding: 0px;
}

div#zoekResultaten
{
	position: absolute;
	top: 50px;
	left: 0px;
	height: 500px;
	width: 680px;
	overflow: auto;
}

div#zoekCriteria
{
	position: absolute;
	top: 560px;
	left: 690px;
	height: 300px;
	width: 450px;
	padding-bottom: 10px;
}

.zoekCritTable
{
	width: 450px;
}

.label
{
	background-color: #e8eef4;
	font-weight: bold;
}

#Depot_.multiSelect
{
	width: 124px;
}

#Categorie_.multiSelect
{
	width: 124px;
}

#VerwachtDatumInit.reserveerDatepicker
{
	width: 158px;
}

#ui-datepicker-div
{
	z-index: 9999 !important;
}

#geselecteerdeAuto
{
	position: absolute;
	top: 560px;
	left: 0px;
	height: 300px;
	width: 475px;
	padding-bottom: 10px;
}

#Afmelden
{
	width: 600px;
}

table.afmelden
{
	border: solid 1px #e8eef4;
}

.afmelden tr td
{
	border: none;
}

td.Tabcontent_labelAfmelden
{
	padding-left: 3px;
	padding-top: 2px;
	width: 160px;
}

td.Tabcontent_fieldAfmelden
{
	padding-bottom: 1px;
	padding-left: 3px;
	padding-top: 1px;
	width: 200px;
}

table.zoekResultatenTable
{
	width: auto;
	overflow: hidden;
}

td.zoekResultatenClick
{
	overflow: hidden;
}

.zoekResultatenRijen tr:hover
{
	background-color: #ccc;
}

.zoekResultatenRijen td:hover
{
	cursor: pointer;
}

.zoekResultatenTooltip
{
	max-width: 210px;
}

.zoekResultatenTooltip th
{
	font-size: 13px;
	text-align: center;
	overflow: hidden;
}

.zoekResultatenTooltip tr:hover
{
	background-color: #ccc;
}

.zoekResultatenTooltip td:hover
{
	cursor: pointer;
}

.zoekResultatenTooltip tr.noClick
{
	line-height: 20px;
}

.zoekResultatenTooltip tr.noClick td
{
	padding: 0 4px !important;
}

.zoekResultatenTooltip .noClick tr:hover, .zoekResultatenTooltip .noClick td:hover
{
	cursor: default;
	background-color: White;
}

table#geselecteerdeAutoTabel
{
	width: 450px;
}

.button
{
	background-color: #EFEFEF;
	border-width: 1px;
	border: 1px solid #acacac;
	border-left: 1px solid #acacac;
	border-right: 1px solid #acacac;
	border-top: 1px solid #acacac;
	text-align: center;
	font-weight: bold;
}

.button a
{
	text-decoration: none;
	color: #696969;
}

.button:hover
{
	cursor: pointer;
}

.sorteerResultaten:hover
{
	cursor: pointer;
}

#loaderResultaten
{
	display: none;
	left: 313px;
	position: absolute;
	top: 250px;
	z-index: 9999;
}

#loaderDetail
{
	position: absolute;
	left: 218px;
	top: 703px;
	z-index: 9999;
}

#IndexKaart
{
	top: 180px;
	left: 50px;
	position: absolute;
}

#IndexInloggen
{
	width: 200px;
	top: 190px;
	left: 640px;
	position: absolute;
	z-index: 10;
}

#IndexDoorhuren
{
	width: 200px;
	top: 250px;
	left: 640px;
	position: absolute;
	z-index: 10;
}

#IndexAfmelden
{
	width: 200px;
	top: 310px;
	left: 640px;
	position: absolute;
	z-index: 10;
}

/* Filtergedeelte */
table.TabkopView
{
	border-collapse: collapse;
	border: 0;
	border-spacing: 0;
	height: 18px;
	padding: 0;
	width: 800px;
}

td.Tabkop_left
{
	background-color: #FFFFFF;
	border-bottom: #E8EEF4 1px solid;
	border-left: #2566A3 1px solid;
	border-right: #2566A3 1px solid;
	border-top: #2566A3 1px solid;
	width: 151px;
}

td.Tabkop_right
{
	background-color: #FFFFFF;
	border-bottom: #2566A3 1px solid;
	border-left: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
}
td.Tabkop_button
{
	background-color: #BED1E3;
	border-bottom: #2566A3 1px solid;
	border-left: #acacac 1px solid;
	border-right: #acacac 1px solid;
	border-top: #acacac 1px solid;
	text-align: center;
}

td.Tabkop_button:hover
{
	cursor: pointer;
}

table.Filter
{
	border-bottom: #2566A3 1px solid;
	border-left: #2566A3 1px solid;
	border-right: #2566A3 1px solid;
	border-spacing: 0;
	border-collapse: collapse;
	width: 800px;
}

td.tdfilter
{
	border: none;
}

.multiSelectOptions label input
{
	float: inherit;
	width: inherit;
}

.planning
{
}

.planning th
{
	border-bottom: none;
	margin-bottom: 2px;
}

.planning td
{
	padding: 0;
}

.planning .vandaag
{
	background-color: White;
	color: Black;
}

.planning .omschrijving
{
	padding-left: 5px;
	padding-right: 5px;
}

.planning .planningsItem
{
	width: 30px;
	height: 31px;
}

.planning .reservering
{
	background-image: url(../Images/BMW/red.gif);
}

.planning .blokkering
{
	background-image: url(../Images/BMW/grey.gif);
}

.planning .beschikbaar
{
	background-image: url(../Images/BMW/green.gif);
}

.planningZoeken label
{
	width: 120px;
	margin-bottom: 10px;
	padding-top: 2px;
}

.planningZoeken .field
{
	width: 118px;
}

.planningZoeken .dropdown
{
	width: 120px;
}

.planningZoeken .dropdownBreed
{
	width: 200px;
}

.floatLeft
{
	float: left;
}

#popupKalender
{
	width: 1000px;
}

.bmwTable
{
	border: none;
	border-left: 1px solid #999999;
	margin: 15px 0 0;
}

.bmwTable th
{
	font-weight: normal;
	padding: 20px 1px 3px 3px;
	text-align: left;
	border: none;
	border-right: 1px solid #999999;
	background-color: White;
	color: #4C4C4C;
}

.bmwTable td
{
	border-bottom: none;
	border-top: none;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 1px 4px 1px 5px;
	width: auto;
	color: #000000;
	font-size: 9pt;
}

#popupKalender .bmwTable td.beschikbaar, td.reservering, td.blokkering
{
	padding: 0;
}

#popupKalender .planning .weekend
{
	background-color: #696969;
	color: White;
}

#popupKalender .vandaag
{
	background-color: Black;
	color: White;
}

.waarschuwing
{
	color: Red;
}

.toevoegen
{
	width: 225px;
	display: inline;
	float: left;
}

.linkNoStyle
{
	text-decoration: none;
}

.bestandenToevoegen
{
	margin: 10px 0 0 0;
}

