.dark {
	background-color: #212188;
	color: white;
	font-weight: bold;
	width: 150px;
}

.dark td {
	font-size: 1.2em;
	padding: 3px;

}

.arrow {
	background-color: #212188;
	color: white;
	text-align: center;
	font-weight: bold;
	width: 10px;
}

.sort {
	background-color: #E5E5E5;
	font-weight: bold;
	width: 100px;
}

table.object {
	background-color: #E5E5E5;
}

table.object td {
	padding-left: 5px;
	padding-top: 5px;
}

table.object td p {
	text-align: center;
	font-size: 0.8em;
	padding: 0;
	margin: 0;

}

table.object td hr {
	border: none;
	border-bottom: 1px dashed black;
	height: 1px;
	font-size: 0px;
}

table.object td div {
	background-color: white;
	margin-bottom: 5px;
	padding: 3px;
}

/* Details */
table#navigation {
	font-size: 1em;
}

table td.blue {
	background-color: #E5E5E5;
	font-weight: bold;
	height: 26px;
}

table#details td {
	border-bottom: 3px solid #E5E5E5;
	padding-left: 10px;
	font-size: 1em;
}

table#details td h3 {
	text-align: center;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	text-align: justify;
	font-weight: normal;
	padding-right: 10px;
}

table#details td h3 {
	font-size: 1em;
}

table#details td p {
	text-align: center;
	font-size: 1em;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	padding-left: 5px;
}

.pictures {
	float: left;
	padding-left: 40px;
	padding-bottom: 20px;
	text-align: center;
	width: 300px;
	vertical-align: top;
}

table.immobase tr td input {
	width: 500px;
}

table.immobase tr td textarea {
	width: 500px;
}





