	/*#title {
		color: white;
		font-family: "Lucida Grande", Verdana;
		font-size: 12pt;
		font-weight: bold;
	}*/
	
	/*#title .capital {
		color: darkgreen;
		font-size: 20pt;
		font-weight: normal;
	}*/
	
	label {
		position: relative;
		top: -3px;
	}
	
	input, select, textarea {
		border: 1px solid #AAA;
		padding: 3px;
	}
	
	input[type="checkbox"] {
		width: 17px;
		height: 17px;
		position: relative;
		top: 5px;
	}

	input[type="submit"], .submit {
		background-color: white;
		width: 85px;
	}
	
	th {
		text-align: left;
	}
	
	a:link, a:active, a:visited {
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	a.profile:link, a.profile:active,  a.profile:visited {
		display: block;
		float: left;
		padding: 20px;
		font: 16pt Tahoma;
		color: #3CB44A;
	}
	
	a.logout {
		display: block;
		float: right;
		color: #888;
		padding: 30px 20px 15px;
	}
	
	.defaultTable {
		border: 1px solid #CCC;
	}
	
	.button {
		display: block;
		margin-top: 10px;
		height: 10px;
		width: 90px;
		padding: 7px 10px 10px 10px;
		background-color: #FFF;
		color: #333;
		text-align: center;
		border: 1px solid #CCC;
	}
	
	h1 {
		font: 15pt Tahoma;
		color: #3CB44A;
	}
	
	.clear {
		clear: both;
	}
	
/*--------------------- RIGHT MENU ---------------------- */

	.menuItem {
		border: 1px solid #CCC;
		margin: 15px 15px 15px 10px;
	}
	
	.menuItem .title {
		background-color: #CCC;
		height: 20px;
		width: 100%;
		color: black;
		font-weight: bold;
		text-indent: 15px;
		padding-top: 3px;
	}
	
	.menuItem .content {
		padding: 8px 10px 8px 15px;
		color: black;	
	}
	
	.menuItem .content a {
		color: #222;
		line-height: 22px;
	}


/*--------------------- INFO ---------------------- */

	.infoDataContainer {
		position: absolute;
		width: 200px;
		border: 1px solid #888;
		display: none;
	}
	
	.infoDataContainer .title {
		background-color: maroon;
		color: white;
		padding: 3px;
		text-indent: 7px;
		border-bottom: 1px solid #888;
		font-weight: bold;
		cursor: pointer;
	}
	
	.infoDataContainer .content {
		padding: 10px;
		background-color: #FFF;
	}

/*--------------------- FORM ---------------------- */

	.frm fieldset {
		/*background: #FAFAFA none repeat scroll 0%;*/
		border-color: #CC9999;
		/*border-color: #AA3030;*/
		border-style: solid none none;
		border-width: 1px medium medium;
		margin-bottom: 1em;
		padding: 26px;
	}
	
	.frm fieldset label.frmLabel {
		display: block;
		float: left;
		margin-top: 5px;
		margin-bottom: 13px;
		text-align: right;
		width: 130px;
	}
	
	.frm fieldset input {
		display: block;
		float: left;
		margin-bottom: 0px;
		margin-left: 10px;
		padding: 2px;
		text-align: left;
		border: 1px solid #777777;
		width: 220px;
	}
	
	.frm fieldset textarea {
		display: block;
		float: left;
		margin-bottom: 10px;
		margin-left: 10px;
		padding: 2px;
		text-align: left;
		border: 1px solid #777777;
		width: 220px;
		height: 80px;
	}
	
	.frm fieldset .required {
		float: left;
		color: #EE2222;
		width: 10px;
		height: 15px;
		margin-left: 5px;
	}
	
	.frm fieldset .infoContainer {
		float: left;
		width: 20px;
		height: 15px;
		margin-left: 12px;
		margin-top: 2px;
	}
	
	.frm fieldset img.info {
		cursor: pointer;
	}
	
	.formElementContainer {
		display: block;
		float: left;
		margin-bottom: 0px;
		margin-left: 10px;
	}
	.frm fieldset input.error {
		border: 1px solid #EE2222;
	}
	
	.frm fieldset legend {
		/*color: navy;*/
		color: #555;
		font-weight: bold;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	br.clear {
		clear:left;
	}
	
	.frm span.error {
		color: #EE2222;
	}
	
	.frm .errorContainer {
		float: left;
		height: 15px;
		margin-left: 20px;
		margin-top: 3px;
	}
	
	.frm .checkboxText {
		float: left;
		width: 350px;
		height: 15px;
		margin-left: 5px;
		margin-top: 3px;
	}

/*--------------------- ZOEKRESULTATEN ---------------------- */

	.searchResult {
		border-collapse: collapse;
	}
	
	.searchResult th {
		text-align: left;
		padding-bottom: 5px;
	}
	
	.searchResult td {
		vertical-align: top;
		padding: 4px;
	}
	
	.searchResult .even td {
		background-color: #FAFAFA;
	}
	
	.searchResult .odd td {
		background-color: #E7E7E7;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
	
	.searchNavi {
		padding: 5px;
		border: 1px solid #DDD;
		height: 18px;
		clear: both;
	}
	
	.searchNavi a:link, .searchNavi a:active, .searchNavi a:visited {
		color: #555;
		font-weight: bold;
		font-size: 14px;
	}
	
	.searchNavi a:hover {
		text-decoration: none;
		color: #666;
	}
	
	.searchNavi div {
		float: left;
	}
	
	.searchNavi .previous {
		margin-right: 10px;
	}
	
	.searchNavi .between {
		margin-left: 7px;
		margin-right: 7px;
	}
	
	.searchNavi .next {
		margin-left: 10px;
	}
	
	.searchNavi .info {
		margin-top: 2px;
		float: right;
		color: #666;
	}
	
	.searchNavi .info .small {
		font-size: 10px;
	}

/*--------------------- advertentie zoekresultaten ---------------------- */

	.adLink {
		color: black;
		font-weight: bold;
		text-decoration: none;
	}
	
	.adLink:hover {
		text-decoration: underline;
	}
	
	.searchNavi .current {
		font-weight: bold;
		font-size: 14px;
		color: #EE2222;
	}
	
	/*--------------------- INFO ---------------------- */
	
	.availabilitypart {
		width: 20px;
		height: 20px;
		border: 1px;
	}
	
	.availabilitypart.enabled {
		background-color: green;
	}
	
	.availabilitypart.disabled {
		background-color: red;
	}