BODY {
		background-color: #FFFFFF;
		margin-top: 0px; 
		font: 12px/18px Trebuchet MS,Arial,Helvetica,sans-serif;
		text-decoration: none;
		font-weight: normal;
		letter-spacing: 0px;
		}
table {
		font-family: arial,verdana;
		font-size:	13px;
		color: #063F9E;
		text-decoration: none;
		font-weight: normal;
		letter-spacing: 0px;
		}

table.header {
		width: 970px;
		border: 1px #AFAFAF solid ;
		background-color: #942C42;
		}

td{
		
		text-align:left;
		}
td.flags {
		vertical-align:bottom;
		text-align:center;
		}

td.tv	{	
		width: 160px;
		background-color:#942C42;
		}
td.tvheader{
		width: 160px;
		height:25px;
		background-color:#942C42;
		}
td.menu {
		width: 100%;
		}

img.flag {
		border: 1px #AFAFAF solid ;
		}

table.information { /* tabel waar alles gebeurt */
		margin-top: 10px;
		width: 95%;
		}

td.content {
		border-left: 1px #942C42 solid ;
		}

td.bottomgrey_left {
		height: 8px;
		background-color:#942C42;
		}
td.bottomgrey_right {
		height: 8px;
		border-top: 1px #942C42 solid;
		background-color:#942C42;
		}

td.topgrey_left {
		height: 8px;
		background-color:#942C42;
		border-bottom: 1px #942C42 solid;
		}
td.topgrey_right {
		height: 8px;
		border-bottom: 1px #942C42 solid;
		background-color:#942C42;
		}

td.button {
		
		text-align: center;
		
		color: fff;
				
		}
td.buttonspacer {
		width: 3px;
		background-color: #942C42;
		}
td.buttonspacerleft {
		width: 1px;
		background-color: #942C42;
		}

p 	{
		margin-top: 2px;
		margin-bottom: 12px;
		}

p.header {
		font-weight: bold;
		margin-bottom: 2px;
		}

p.error {
		font-weight: bold;
		margin-bottom: 2px;
		color: red
		}

a {
		color: #063F9E;
		text-decoration: none;
		text-decoration: underline;
		}
a:visited {
		text-decoration: underline;
		}
a:hover {
		color: #942C42;
		text-decoration: none;
		}


a.button {
		vertical-align: bottom;
		font-size:	11px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		letter-spacing: 1px;
		}
a.button:visited {
		text-decoration: none;
		}
a.button:hover {
		color:#FFFF99;
		text-decoration: underline;
		}

img {
		border: 0px;
		}

hr		{
		height: 1px;
		color: #AFAFAF;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 10px;
		}
.appartment_list {
		width: 100%;
		border: 1px #eee solid ;
		padding:15px;
		
		}
.appartment_list  td{
	font-size:11px;
	vertical-align:top;
		
}
	
.appartment_list img {	

	box-shadow:5px 5px 5px #ccc;
	-moz-box-shadow:5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	padding:5px 5px 5px 5px;

    background-color:#fff;
	margin:3px;
	width:120px;
}
	
	
.appartment_list1 {
		width: 100%;
		border: 1px #eee solid ;
		padding:15px;
		background-color:#EEE;
		
		}
.appartment_list1  td{
	font-size:11px;
	vertical-align:top;
	background-color:#EEE;
		
}
	
.appartment_list1 img {	
	box-shadow:5px 5px 5px #ccc;
	-moz-box-shadow:5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	padding:5px 5px 5px 5px;
	margin:3px;
    background-color:#fff;

	width:120px;
}
	
	
a.powered {
		font-size:	10px;
		color: #c3bdbd;
		}
div.logos	{
		font-size:	10px;
		color: grey;
}

input[type="text"], input[type="password"], textarea, select  {
	border:1px solid #999;
	padding:2px;
	margin-top:5px;
	color:#000;
	background-color:#fff;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	-moz-box-shadow: inset 1px 1px 1px #f7f7f7;
	width:100%;

}

input[type="submit"] {
	border:1px solid #942C42;
	padding:2px;
	margin-top:5px;
	color:#fff;
	background-color:#942C42;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
}


input[type="button"] {
	border:1px solid #942C42;
	padding:2px;
	color:#fff;
	background-color:#942C42;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
}

.greyRow {
	background-color: #EEEEEE;
}

