/*******************************************************************************
	
	style.css
	$Id$
	Stylesheet for NVM realtor website
	Copyright ©2005 Realworks B.V., AMSTERDAM, the Netherlands.

*******************************************************************************/


BODY {
	overflow: hidden;
	cursor: default;
	background-image: url( '/images/bg_body.png' );
	
}

A {
	color: #0C479D;	
}

SUP {
	font-size: 9px;	
}

/*******************************************************************************
	TYPEFONT SETTINGS
*******************************************************************************/
	
	BODY, TD, INPUT, SELECT, TEXTAREA {
		font-family: univers,arial;
		font-size: 12px;
	}
	
	H1 {
		/*width: expression( parentElement.clientWidth - 50 );
		text-overflow:ellipsis;
		overflow: hidden;*/
		font-family: eurostile;
	}

/*******************************************************************************
	FORM SETTINGS
*******************************************************************************/


	FIELDSET {
		margin-top: 20px;
	}
	LEGEND {
		color: #0C479D;
		font-family: eurostile;
		font-weight: bold;
		font-size: 12pt;
	}
	LEGEND SPAN.Step {
		font-family: univers;
		font-weight: normal;
		font-size: 11pt;
		color: #000000;
	}
	
	TD.Label {
		text-align: right;
		width: 200px;
	}
	FORM TD {
		padding: 2px;	
	}

/*******************************************************************************
	STYLESHEET FOR HEADER COMPONENT
*******************************************************************************/

	DIV#header {
		position: absolute;
		top: 5px;
		left: 0px !important;
		left: 90px;
		width: 100%;
		height: 105px;
		background-image: url( '/images/header.gif' );
		background-repeat: no-repeat;
		background-position:center left;
		z-index: 2;
		}
	
	IMG#logo {
		position: absolute;
		top: 12px;
		right: 20px;
		z-index:3;
		border: none;
	}
	
	div#logo{
		position: absolute;
		top: 20px;
		right: 10px;
		z-index:3;
		border: none;
		background-image: url( '/images/logo.gif' );
		background-repeat: no-repeat;
		background-position:center left;
		width:380px;
		height:75px;
	}

/*******************************************************************************
	STYLESHEET FOR PAGE COMPONENT
*******************************************************************************/
	
	
	DIV#page {
		position: absolute;
		z-index: 4;
		top: 110px;
		left: 240px;
		right: 0px;
		bottom: 0px;
		width: auto;
		width: expression( document.documentElement.clientWidth - 240 );
		height: auto;
		height: expression( document.documentElement.clientHeight - 110 );
		background-image: url( '/images/bg_content.png' );
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	
	H1 {
		margin-top: 60px;
		font-size: 24px;
		margin-right: 50px;
		color: #0C479D;
	}
	
	H2 {
		margin-top: -15px;
		margin-right: 50px;
		font-size: 18px;
		color: #000000;
	}
	
	DIV.backgroundText {
		position: absolute;
		z-index:-10;
		left: 240px;
		bottom: 0px;
		width: expression( document.documentElement.clientWidth -340);
		height:108px;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 124px;
		font-family: eurostile;
		color: #0C479D;
		filter:Alpha(Opacity=2);
	}
	
	DIV#content, DIV#contentWithH2 {
		margin-top: 20px;
		padding-right: 20px;
		top: 108px;
		left: 0px;
		right: 65px;
		bottom: 65px;
		width: auto;
		width: expression( parentElement.clientWidth - 50 );
		height: auto;
		height: expression( parentElement.clientHeight - 171 );
		overflow: auto;
		scrollbar-3dlight-color: #0C479D;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-base-color: #FFFFFF;
		scrollbar-darkshadow-color: #0C479D;
		scrollbar-face-color: #0C479D;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #FFFFFF;
		overflow: auto;
	}
	
	DIV#contentWithH2 {
		top: 128px;
	}

/*******************************************************************************
	STYLESHEET FOR MENU COMPONENT
*******************************************************************************/
	
	UL#menu {
		position: absolute;
		top: 56px;
		top: expression( 68 );
		bottom: 0px;
		left: 0px;
		width: 190px;
		width: 240px;
		height: expression( document.documentElement.clientHeight - 88 );
		height: auto;
		background-image: url( '/images/bg_menu.png' );
		background-repeat: no-repeat;
		overflow: hidden;
		margin-left: 0px;
		margin-bottom: 0px;
		list-style: none;
		z-index: 3;
	}
	
	UL#menu LI.first-child {
		margin-top: 50px;
	}
	
	UL#menu LI {
		margin-left: -12px;
		margin-left: expression( 20 );
		margin-bottom: 5px;
		font-size: 10px;
	}
	
	UL#menu LI.selected {
		list-style-image: url( '/images/list-item.png' );
		color: #A6BBE3;
	}
	
	UL#menu A {
		text-decoration: none;
		color: #ffffff;
		margin-top: -10px;
	}
	
	UL#menu A:hover {
		color: #D9E2F3;	
	}
	
/*******************************************************************************
	STYLESHEET FOR SIDEBAR COMPONENT
*******************************************************************************/

	DIV#sidebar {
		position: absolute;
		top: 21px;
		right: 0px;
		bottom: 0px;
		width: 0px;
		height: auto;
		height: expression( document.documentElement.clientHeight - 21 );
		background-image: url( '/images/bg_sidebar.png' );
		z-index: 1;
	}
	
	IMG#nvmEmblem {
		position: absolute;
		right: 0px;
		bottom: 0px;
		display:none;	
	}
	
	SPAN#nvmEmblemText {
		position: absolute;
		width: 186px;
		height: 70px;
		overflow: hidden;
		right: 20px;
		bottom: 65px;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		font-size: 19px;
	}
	
	
/*******************************************************************************
	STYLESHEET FOR INDEX.CFM (homepage)
*******************************************************************************/

	IMG#office {
		border: solid 1px #000000;
		margin-right: 20px;
		width: 150px;
		height: 225px;
		position: relative;
		float: left;
	}
	
	DIV#SPOTLIGHT {
		width: 430px;
		height: 152px;
		background-image: url( '/images/bg_spotlight.png' );
		background-repeat: no-repeat;
		float: left;
	}
	
	
	
	IMG#spotlightRightFill {
		float: right;
		
	}
	IMG#spotlightLeftFill {
		float: left;
		margin-top: 100px;
		
	}
	
	
	IMG#spotlightPhoto {
		display: block;
		width: 180px;
		height: 120px;
		margin-top: 7px;
		margin-left: 5px;
		border: solid 1px #000000;
	}
	
	SPAN#spotlightTitle {
		display: block;
		margin-left: 9px;
		margin-top: 3px;
		margin-bottom: 5px;
	}

	DIV#spotlightDetails {
		margin-left: 209px;
		margin-top: -125px;
	}
	DIV#spotlightDetails SPAN.address {
		font-size: 16px;	
	}
	
	DIV#spotlightDetails SPAN.price {
		display: block;
		font-size: 14px;
		color: #0C479D;
		margin-bottom: 5px;
	}
	
	
	
	
	
/*******************************************************************************
	STYLESHEET FOR AANBOD.CFM (woninglijst)
*******************************************************************************/

	TABLE#objectlist {
		width: 100%;
		width: expression( parentElement.clientWidth - 20);
	}

	TABLE#objectlist TD {
		border: solid 1px #BECEEB;
		padding: 1px;
		vertical-align: top;	
	}
	
	TABLE#objectlist TD.description {
		padding: 4px;
		padding: 4px;
	}
	
	TABLE#objectlist IMG.thumbnail {
		width: 152px;
		height: 114px;
	}                                             
	
	TABLE#objectlist TD.thumbnail {
		width: 153px;	
	}
	
	TABLE#objectlist SPAN.address {
		font-size: 14px;
	}
	
	
	TABLE#objectlist SPAN.price {
		font-size: 14px;
		margin-bottom: 5px;
	}
	
	TABLE#objectlist IMG {
		border: none;
	}
	
	span.status {
		color:#FD1910;
		font-weight:bold;
	}
	
/*******************************************************************************
	STYLESHEET FOR OBJECT.CFM (woning)
*******************************************************************************/

	IMG#mainPhoto {
		border: solid 1px #000000;
		height: 215px;
	}
	
	TABLE#details {
		display: inline;
		border-collapse: collapse;
		width:50%;
		vertical-align:top;
	}
	
	table#details TD {
		border: solid 1px #A6BBE3;
		padding: 4px;
		padding-left: 8px;
		padding-right: 8px;
	}
	
	table#details TD.label {
		background-color: #D9E2F3;	
	}
	

	IMG.thumbnail {
		border: solid 1px #000000;
		cursor: hand;
	}

	
img.rw_photo{
	cursor:pointer;
	width:90;
	height:70;
	
}
	
	IMG#map {
		width:300px;
		height:200px;
	}
	



	
/*******************************************************************************
	STYLESHEET FOR zoekmacine.CFM 
*******************************************************************************/
 select {
 	width:150px;
}

DIV#right_panel {
		position: absolute;
		z-index:500;
		width: 186px;
		right: 20px;
		top: 168px;
	}
	
/*****************************************************************************
	STYLESHEET VOOR KLANTEN EXTRANET
*****************************************************************************/
	table.dark_table {
		border-collapse: collapse;
		width:100%;
	}
	TD.dark_table_td,TD.dark_table_td_photo {
		border: 1px solid #0C479D;
		background-color: white;	
		padding: 6px;
	}
	TD.dark_table_td_past,TD.dark_table_td_past_photo {
		border: 1px solid #0C479D;
		background-color: #f5f5f5;	
		padding: 6px;
	}	
	TD.dark_table_td_today,TD.dark_table_td_today_photo {
		border: 1px solid #FF0000;
		background-color: white;	
		padding: 6px;
	}		
	TD.dark_table_td_photo, TD.dark_table_td_past_photo, TD.dark_table_td_today_photo {
		padding: 0px;	
	}
	
	TD.th_dark {
		background-color: #0C479D;
		color: white;
		height: 20px;
		padding-left: 6px;
	}
	
	TD.th_dark_left {
		background-image: url(images/th_left.png);	
		background-position: left;
		width: 6px;
		height: 20px;
	}
	TD.th_dark_right {
		background-image: url(images/th_right.png);	
		background-position: right;
		width: 6px;
		height: 20px;
	}	
	A.linkTerms {
		color: #0C479D;
		font-size:13px;
	}
	A.linkTermsSelected {
		color: #C6D3EB;
		text-decortation: none;
		font-weight: bold;
		font-size:13px;
	}
	DIV#bottomMenu a {
		color: black;
		text-decoration: none;	
	}
	DIV#bottomMenu a:hover {
		color: black;
		text-decoration: underline;	
	}
	
	.loggin_border {
		border: 1px solid #0C479D;
		background-color: #D9E2F3;
		width:100%;
	}
	.loggin_yellow {
		background-color: #B3C6E4;
	}
	.loggin_darkyellow {
		background-color: #D9E2F3;
	}
	.loggin_black {
		background-color: #0C479D;
		color: white;
	}