/*
WoningMatcher
@author: R. Stoopman
@version: 20091110-01
*/

/* 
Colors:
blue: #0099FF;
green: #838D10;
grey: #999999;
*/

body, #publerBody {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #222222;
	font-size:13px;
}

/* Sprites
**********************************/	
button,.button, .green h2, .tip, span.cart-tip, legend.house, p.ideal label, p.machtiging label{
	background: url(../../images/woningmatcher/sprites/sprite.png) no-repeat bottom right;
	}
.advantages li{
	background: url(../../images/woningmatcher/sprites/sprite2.png) no-repeat bottom right;
	}
.green{
	background: url(../../images/woningmatcher/sprites/green-block.png) no-repeat bottom right;
	}	

h1 {
	font-size:36px;
	font-weight:normal;
}
	h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child { margin-top: 0; } /* reset the first H{x} of the page */
	* html h1, * html h2 { margin-top: 0; } /* Don't we all love Bill? */
	
h2 {
	font-size:1.539em;
}

h3 {

}


p{

}

a {
	text-decoration:none;
	font-weight:bold;
	color:#0099FF;
}

a:hover {
	text-decoration: underline;
}

p.info{
	font-size:.85em;
	color:#666;
}

.tip{
	background-position: 0 -368px;
	line-height:30px;
	height:30px;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
	position:relative;
}
.large{ /* extends .tip */
	background-position:0 -399px;
	width:620px;
	position:relative;
	top:6px;
}
span.cart-tip{
	background-position: -622px -566px;
	width:28px;
	position:absolute;
	left:8px;
	top:1px;
}

.no-change{
	padding-left:33px;
}


/* Form
**********************************/
label{
	width:104px;
	padding-top:3px;
	line-height:1.2em;
	}
.no-float{ /*label*/
	float:none;
	display:inline;
	width:auto;
	}
label.error{
	width:100%;
	color:red;
	padding-left:104px;
	margin-bottom:8px;
	font-size:.85em;
		_width:auto;
		_padding-left:105px;
}
fieldset.list label.error{
	width:auto;
	float:none;
	display:block;
}
label.wide{
	width:150px;
}
label.wider{
	width:225px;
}
label input{
	vertical-align:middle;
	margin-right:6px;
}

label.no-float label.error{
	padding-left:0;
}

p.ideal label, p.machtiging label{
	display:block;
	position:relative;
	padding-left:45px;
	background-position:-601px -776px;
}
	p.machtiging label{background-position:-601px -833px;}
	p.ideal label.selected{background-position:-601px -751px}
	p.machtiging label.selected{background-position:-601px -803px;}
	
p.ideal label input, p.machtiging label input{
	position:absolute;
	top:0;
	left:0;
}
p.bank{
	padding-left:25px;
	padding-top:8px;
}
p.bank select{
	width:190px;
}

input{
	width:215px;
	height:21px;
	padding-top:4px;
	padding-left:3px;
	padding-right:3px;
	_width:209px;
	}
input.medium{ width:101px; *width:95px;}
input.small{ width:56px;}

input.checkbox,input.radio{
	width:auto;
	padding:0;
	height:auto;
}

select{
	width:224px;
	/*height:28px;*/
	height:2em;
	/*padding-top:3px;*/
	_width:214px;
}



form p{
	margin-bottom:5px;
	clear:both;
}

legend{
	font-weight:bold;
	color:#333;
	margin:0 0 6px 0;
	padding:0;
	*position:relative;
	*left:-4px;
	}
	
legend.house{
	background-position:-624px -368px;
	padding-left:25px;
}

fieldset{
	border:none;
	margin-bottom:25px;
	float:left;
}

fieldset.block{
	width:152px;
		_width:160px;
	}
.woning-toevoegen .full fieldset.block{	
	width:145px;
	}

fieldset.list{
	margin-right:20px;
	_margin-right:6px;
	}
	fieldset.block label{
		position:relative;
		padding-left:23px;
		display:block;
		width:100px;
		margin:0;
		line-height:1.2em;
		_line-height:1.3em;
		vertical-align:top;
		}		
		fieldset.block label input{
			position:absolute;
			top:1px;
			left:0;
			}
			
textarea{
	display:block;
	width:98%;
	border:1px solid #999;
	color:#999;
	padding:6px;
	_width:94%;
}

p.disabled, p.disabled label, p.disabled select, p.disabled input{
	color:#ccc;
}

/* Green block
**********************************/
.green{ /* extends .column-2 */
	padding-left:118px;
	width:502px;
	color:white;
	background-position:0 100%;
	position:relative;
	padding-top:55px;
	padding-bottom:135px;
	padding-right:20px;
	}
	
	.makelaar{ /*extends .green*/
		background-position:100% 100%;
		padding-bottom:45px;
		}

.green h2{
	background-position: 100% -309px;
	position:absolute;
	width:523px;
	padding-left:27px;
	padding-top:24px;
	top:0;
	right:0;
	height:31px;
	}
	div.green a{
		color:white;
		text-decoration:underline;
		}
.advantages{
	list-style:none;
	padding:0;
	margin:0;
}	
.advantages	li{
	background-position: 0 0;
	padding-left:37px;
	margin-bottom:15px;
}

/* Buttons
**********************************/      
button, .button{
	color:white;
	font-family: "Trebuchet MS", Helvetica, sans-serif;	
	font-weight:bold;
	text-align:center;
	border:none;
	display:block;
	height:41px;
	width:331px;
	line-height:41px;
	vertical-align:middle;
	text-decoration:none;
	font-size:1.385em;
	padding:0;
	margin:0;
	outline:none;
	cursor:pointer;
	background-position:0 -225px;
	margin-top:12px;
	}
.button:hover, .grey, button:hover, button.hover{
	background-position:0 -267px;
	color:#FFFFFF;
	text-decoration:none;
	}

button:active{
	outline:none;
}

body.ik-ben-makelaar a.info:hover{ /*grey button */
	background-position:0 -225px !important;
	color:white !important;
}

.red, .red:hover{ /* red button */
	background: url(../../images/woningmatcher/buttons/red.png) no-repeat top left;
	font-size:1em;
	width:261px;
	color:white;
}

#colorbox .bottom{
	text-align:center;
	font-size:1.5em;
	}

.step{ /*extends .button*/
	float:right;
	margin-left:10px;
	}

/* Tiny styles for Publer, make sure these style match the main content styles! */
#tiny-body{
	width: 600px;
	background-color: #FFF;
}
#tiny-body p, #tiny-body li, #tiny-body table tr td, #tiny-body table tr th{
	font-size: 11px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#tiny-body label{
	float: left; 
	width: 150px;
}
