/*DOM TAG STYLES -----------------------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 12px;
	color: #555555;
	background-color: #626569;
	letter-spacing: 0.01em;
	background-image: url(/Autovandaag/assets/autobeheer/back.png);
	background-repeat: repeat-x;
}
div {}
table {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 12px;
	color: #555555/*#7C7678*/;
	letter-spacing: 0.01em;
}
tr {}
td, th {
	vertical-align:top;
	text-align:left;
}
td {}
th {}
h1 {
	margin-bottom: 12px;
	font-size: 20px;
}
h2 {
	font-size: 16px;
	line-height:16px;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
}
h4 {}
h5 {}
h6 {}
p {
	margin-bottom: 12px;
}
a {
	color: #FF3366;
	text-decoration:none;
}
a:hover {
	color: #00CCCC;
	text-decoration:none;
}
img {}
ul {
	margin-bottom:12px;
}
li {
	margin-left: 20px;
}
form{}
form .error {
}
form td, form tr {
}
form .field {
}
form .label {
} 
form .element input {
}
label {
	display: block;
}
input {
}
textarea {
	width: 300px;
	height:70px;	
}
select {
}
input, textarea, select {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 12px;
	color:#807377;
	padding:1px;
	border: 1px solid #CCCCCC;
}



/*GENERAL & HEADER STYLES --------------------------------------------------------------------------------------------*/
#outerDiv {
	width:410px;
	height: 260px;
	padding:10px;
	margin-top: -150px;
	margin-left:-215px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(/Autovandaag/assets/autobeheer/back-semi-transparent.png);
	background-repeat: no-repeat;
}




/*NAVIGATION STYLES --------------------------------------------------------------------------------------------*/
#navigationDiv {
	width: 200px;
	background-color: #CCCCCC;
	margin-bottom:10px;
	margin-right: 10px;
	float:left;
}
#navigationDiv ul {
	margin:0px;
	list-style:none;
}
#navigationDiv li {
	margin:0px;
	margin-bottom:1px;
}
.navLevel1 a {
	line-height: 30px;
	display:block;
	padding-left:17px;
	font-size: 14px;
	font-weight: bold;
	color:#626568;
	background-image: url(/Autovandaag/assets/autobeheer/barLight.png);
	background-repeat:no-repeat;
}
.navLevel1 a:hover, .navLevel1 .highlight {
	background-color:#999999;
	color:#FFFFFF;
	background-image: url(/Autovandaag/assets/autobeheer/barDark.png);
	background-repeat:no-repeat;
}
.navLevel2 a {
	line-height:24px;
	padding-left:27px;
	font-size:12px;
	font-weight: normal;
	background-color:#F5F5F5;
	background-image:none;
}
.navLevel2 a:hover, .navLevel2 .highlight {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #315566;
	background-image:none;
}
.navLevel2 a:hover {
	background-color:#FBFBFB;
}



/*MAIN STYLES --------------------------------------------------------------------------------------------*/
#mainDiv {
	width:770px;
	background-color:#FFFFFF;
	margin-bottom:10px;
	float:left;
}
#titleDiv {
	width:750px;
	height:30px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom:10px;
	background-color:#003333;
	background-image: url(/Autovandaag/assets/autobeheer/barDark.png);
	background-repeat: repeat-x;
}
#titleH1 {
	margin:0px;
	width:450px;
	font-size:14px;
	line-height:30px;
	color:#FFFFFF;
	text-align:left;
	float:left;
}
#searchDiv {
	width: 300px;
	text-align:right;
	float:right;
}
#bodyContentDiv {
	padding-right: 10px;
	padding-left: 10px;
}




/*NOTIFICATION & INFO STYLES --------------------------------------------------------------------------------------------*/
#notificationDiv {
	width:430px;
	height: 50px;
	margin-top:115px;
	margin-left: -215px;
	position: absolute;
	left: 50%;
	top: 50%;
	color:#FFFFFF;
}
#notificationDiv ul {
	margin:0px;
	list-style:none;
}
#notificationDiv .messageDone, #notificationDiv .messageFail, #notificationDiv .messageInfo {
	line-height:16px;
	padding-left:20px;
	margin:0px;
	margin-bottom:2px;
	margin-top:2px;
	background-repeat: no-repeat;
}
#notificationDiv .messageDone {
	background-image: url(/Autovandaag/assets/icons/accept.png);
}
#notificationDiv .messageFail {
	background-image: url(/Autovandaag/assets/icons/exclamation.png);
}
#notificationDiv .messageInfo {
	background-image: url(/Autovandaag/assets/icons/information.png);
}
#notificationDiv .messageInfo a {
	color:#FFFFFF;
}
#notificationDiv .messageInfo a:hover {
	color: #00CCCC;
}

/* FOOTER STYLES --------------------------------------------------------------------------------------------*/
#footerDiv {
	width:980px;
	padding:5px;
	margin-bottom:5px;
	clear: both;
	text-align:center;
	background-color:#FFFFFF;
}
#developmentDiv {
	width:980px;
	padding:5px;
	clear: both;
	background-color:#FFFFFF;
	color:#000000;
}



/*STANDARD GRID STYLES --------------------------------------------------------------------------------------------*/
.gridNavigation {
	clear:both;
	line-height:20px;
	height:20px;
	padding-right:10px;
	background-color: #F2F4F4;
	text-align:right;
/*	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;*/
}
.gridNavigation a {

}
.gridNavigation a:hover {

}
.gridNavigation .highlight {
	color:#555555;
	font-weight:bold;
}
.gridTable {
	width:100%;

}
.gridTable th, .gridTable td {
	padding-left:10px;
	padding-right:5px;
}
.gridTable td {
	padding-top: 2px;
	padding-bottom:2px;
}
.gridTable th {
	height:24px;
	line-height:24px;
	padding-right: 20px;
	background-color: #CCCCCC;
	background-image: url(/Autovandaag/assets/autobeheer/barLight-25px.png);
	background-repeat: no-repeat;
	background-position: right;
}
.gridTable td img {
	vertical-align:middle;
}
.gridTable th a {
	padding-right: 20px;
	color:#231F20;
}
.gridTable th a:hover {
	color:#231F20;
	text-decoration: underline;
}
.gridTable th .sorted {
	background-image: url(/Autovandaag/autobeheer/icons/bullet_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gridTable th .sortedDesc {
	background-image: url(/Autovandaag/autobeheer/icons/bullet_arrow_up.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gridTable .evenRow {
	background-color: #F2F4F4;
}
.gridTable .highlight {
	background-color: #D3ECF5;
}
.gridNavigation {
	clear:both;
}
.searchInput {
	display: block;
	height: 14px;
	margin-top:6px;
	margin-right: 5px;
	font-size:12px;
	float:right;
	color:#231F20;
	border: 1px inset #231F20;
}
.searchButton {
	display: block;
	margin-top: 7px;
	margin-left: 4px;
	cursor: pointer;
	float:right;
}



/*STANDARD FORM STYLES --------------------------------------------------------------------------------------------*/
.standardForm {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}
.standardForm td, .standardForm th {
	padding-right:10px;
	padding-bottom:6px;
}
.standardForm th {
color:#FFFFFF;
}
.standardForm  .error {
	color: #FF4F4F;
	font-size:10px;
}
.standardForm .field {

}
.standardForm .label {

} 
.standardForm .element input {
	padding: 1px;
}
.standardForm .buttons {
	text-align:right;
}
.standardForm .buttons input {
	border:none;
	background-color:transparent;
	padding:0px;
	margin-left:10px;
}
.standardForm .radioGroup label {
	display: inline;
	margin-right:5px;
}
.standardForm .radioGroup label input {
	border:none;
}
.standardForm .mediumInput {
	width: 200px;
}
.standardForm .smallInput {
	width: 70px;
}



/*LOGIN FORM STYLES --------------------------------------------------------------------------------------------*/
#loginForm, #remindForm {
	width:100%;
	margin-top:110px;
}
#loginForm table, #remindForm table {
	margin-left:auto;
	margin-right:auto;
}
