body {
	font: 80%/150% Arial, Helvetica, Verdana, Sans-serif;
	color: black;
}


/* set margins and paddings for various elements */
address, blockquote, fieldset, form, hr, p, pre, table, ul, ol, dl {
	margin: 0 0 1em 0;
}

/* text */
.small {
	line-height: 130%;
	font-size: 0.85em;
}
.medium {
	line-height: 140%;
	font-size: 0.9em;
}
.noWrap {
	white-space: nowrap;
}





/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0; padding: 0;
}
h1 {
	font-size: 1.32em;
	color: #ff7f00;
}
h2 {
	font-size: 1.3em;
	color: #ff7f00;
	margin-bottom: 0.3em;
}
h3 {
	font-size: 1.1em;
	color: #1e1e78;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.85em;
}


/* anchors */
a	{
	color: #1e1e78;
}
a:hover	{
	color: #ff7f00;
}


/* lists */

ul {
	margin: 0 0 1em 0;
	padding-left: 2em;
}
ol {
	margin: 0 0 1em 3em;
	padding: 0;
}


dt {
	float: left;
	width: 12em;
	font-weight: bold;
}
dt {
	clear: left;
	display: block;
	margin: 0;	padding: 0;
	float: left;
	font-weight: bold;
}
dd {
	display: block;
	margin: 0 0 0.25em 13em;
	padding: 0;
}
* html dd {
	height: 0.1em;
}
html>body dd {
	height: auto;
	min-width: 1em;
}
body dd:after {
	content: ".";
	visibility: hidden;
}
dd ul, dd ol, dd li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#sitemap li {
	font-weight: bold;
}
ul#sitemap li li {
	font-weight: normal;
	font-size: 0.95em;
}
ul#sitemap li li li {
	list-style: circle;
	font-weight: normal;
	font-size: 0.95em;
}


/* images / alignment */

img {
	border: none;
}
.image {
	clear: both;
	margin: 0 0 1em 0;
}
.border img,
img.border {
	border: 1px solid #222;
}
.left {
	float: left; display: inline;
	margin: 0 1em 1em 0;
}
.right {
	float: right; 
	display: inline;
	margin: 4px 0 0 0;
}
.floatleft {
	float: left; display: inline;
}
.floatright {
	float: right; display: inline;
}
.clearBoth {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0%;
	padding:0 !important;
	margin:0 !important;
	font-size: 0px;
}
.center {
	text-align: center !important;
}
.textLeft {
	text-align: left !important;
}
.textRight {
	text-align: right !important;
}



/* tables */

#content table {
	border-collapse: collapse;
	border: none;
	
}
#content  table th,
#content  table td {
	vertical-align: top;
	text-align: left;
	padding: 0.2em 0.3em;
}

#content  table.middle td {
	vertical-align: middle;
}

#content table.border th,
#content  table.border td {
	padding: 3px 7px;
	border: 1px solid #8b8bbb;
}
#content  table.border th {
	background: #8b8bbb;
	color: white
}

/* forms */

fieldset {
	border: 1px solid #8b8bbb;
}
legend {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: #1e1e78;
}

input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font: 12px/120% Arial, Helvetica, Verdana, Sans-serif;
}
input,
textarea {
	border: 1px solid #555;
	background: white;
	padding: 1px 0 1px 3px;
	background: white url(../images/interface/input_back.png) repeat-x left top;
}
select {
	min-width: 5em;
}
option {
	padding-right: 3px;
}

.defaultWidth {
	width: 220px;
}
select.defaultWidth {
	width: 225px;
}
.disabled {
	border: 1px solid #999;
	color: #999;
}
input.button,
input.check,
input.radio,
option {
	border: none;
	width: auto;
	background: none;
}

#wrapper .button {
	border-top: 1px solid #a0a5df;
	border-left: 1px solid #a0a5df;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background: #000b82;
	padding: 1px 8px 1px 8px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
* html #wrapper input.button {
	padding: 2px 2px 1px 2px;
	font-size: 13px;
}
#wrapper .button:hover {
	border-top: 1px solid #00064b;
	border-left: 1px solid #00064b;
	border-bottom: 1px solid #a0a5df;
	border-right: 1px solid #a0a5df;
	background: #585fa4;
	color: white;
}

.required {
	color: #ff7f00;
	font-weight: bold;
}
.rules {
	color: #cc0000;
}
td.rules {
	line-height: 120%;
	font-size: 0.85em;
}

div.error,
div.succes {
	margin: 0.5em 0;
	padding: 0.5em;
	font-weight: bold;
}
div.error {
	border: 1px solid #cc0000;
	background: #ffdfe0;
	color: #cc0000;
}
div.succes {
	border: 1px solid #009d25;
	background: #d9f1d6;
	color: #009d25;
}
label.error {
	color: #cc0000;
}
.error h3 {
	color: #cc0000;
}

form table {
	margin: 0;
	border-collapse: collapse;
	border: none;
}
#wrapper form table th,
#wrapper form table td {
	vertical-align: top;
	padding: 5px;
}

form table td.label {
	width: 15em;
}
#loginForm td.label {
	width: 15em;
}

#frm_searchAgent td.label {
	width: 10em;
}
#frm_searchAgent select {
	width: 18em;
}
#frm_searchAgent .construction_year select {
	width: 5em;
}

#frm_contactAdvertiser td.label, #frm_contactFriend td.label {
	width: 10em;
}
#frm_contactAdvertiser #fc_message, #frm_contactFriend #fc_message {
	width: 400px;
	height: 150px;
}

/* SPECIFIC */
a.btnBlue,
a.btnOrange {
	background: url(../images/interface/btn_start.gif) no-repeat left top;
	display: inline-block;
	text-decoration: none;
	height: 21px;
}

a.btnBlueAnim,
a.btnOrangeAnim {
	background: url(../images/interface/btn_start_anim.gif) no-repeat left top;
	display: inline-block;
	text-decoration: none;
	height: 21px;
}

a.btnBlue strong,
a.btnOrange strong {
	background: url(../images/interface/btn_end.gif) no-repeat right top;
	display: inline-block;
	height: 13px;
	margin-left: 20px;
	padding: 4px 8px 4px 5px;
	white-space: nowrap;
	cursor: pointer;
	line-height: 13px;
	font-size: 11px;
	color: #1e1e78;
}
a.btnBlueAnim strong,
a.btnOrangeAnim strong {
	background: url(../images/interface/btn_start_anim.gif) no-repeat right top;
	display: inline-block;
	height: 13px;
	margin-left: 20px;
	padding: 4px 8px 4px 5px;
	white-space: nowrap;
	cursor: pointer;
	line-height: 13px;
	font-size: 11px;
	color: #1e1e78;
}
a.btnBlue:hover {
	background-position: left top;
	
}
a.btnBlue:hover strong {
	background-position: right top;
	color: #6d3702;
	
}

a.btnOrange {
	background-position: left bottom;
}
a.btnOrange strong {
	background-position: right bottom;
	color: #6d3702;
}
a.btnOrange:hover {
	background-position: left top;
}
a.btnOrange:hover strong {
	background-position: right top;
	color: #1e1e78;
}

a.btnBlueAnim:hover {
	background-position: left bottom;
	background-image: url('../images/interface/btn_start.gif');
}
a.btnBlueAnim:hover strong {
	background-position: right bottom;
	color: #6d3702;
	background-image: url('../images/interface/btn_end.gif');
}

a.btnOrangeAnim {
	background-position: left bottom;
}
a.btnOrangeAnim strong {
	background-position: right bottom;
	color: #6d3702;
}
a.btnOrangeAnim:hover {
	background-position: left top;
}
a.btnOrangeAnim:hover strong {
	background-position: right top;
	color: #1e1e78;
}

a.powered,
a.powered:visited {
color:#8B8BBB;
}

a.powered:hover {
color:#1E1E78;
}