
/* -------- General ---------- */
form{width:200px;margin:10px auto;}
html,body{background:none;}


/* -------- THERMOMETER STYLES ---------- */
.rulerHeader {height:20px;}
.rulerHeader h1 {width:200px; overflow:hidden; border-bottom: 1px dashed #ccc; height: 17px; size:12px;height:auto; width:200px;}
#meter {background: none; height:auto; margin: 5px;}
#meter img {height: 300px; width: auto; float: left;}
#thermoitems {padding: 0 0 0 0;position:relative;}
.thermo_item a { padding: 3px 20px 3px 3px; color:#7d7d7d;position:absolute;left:62px; margin:0 10px 0 0; max-width:140px; text-decoration:underline;}
	.thermo_item a.selected {color: #fff;}
	.thermo_item a.positief {background: url(../images/positief_off.jpg) right no-repeat;}
		.thermo_item a.selected {background: #1188c1 right no-repeat;}
		.thermo_item a.positief.selected {background: url(../images/positief_on.jpg) #1188c1 right no-repeat;}
	.thermo_item a.negatief {background: url(../images/negatief_off.jpg) right no-repeat;}
		.thermo_item a.negatief.selected {background: url(../images/negatief_on.jpg) #1188c1 right no-repeat;}
	.thermo_item a.neutraal {background: url(../images/neutraal_off.jpg) right no-repeat;}
		.thermo_item a.neutraal.selected {background: url(../images/neutraal_on.jpg) #1188c1 right no-repeat;}

#thermo_nav { margin: 10px 0 0 0; position: relative;}
	#thermo_nav a {margin: 0 5px 0 0;}
		*html #thermo_nav a {margin: 0 2px 0 0;}
	.aanpassen {background: url(../images/knop_aanpassen.jpg) no-repeat; width: 94px; height: 32px; display: block; float: left;}
	 
	.RulerAdmin{margin-top:10px;color:#FF7900;}
	a.adminButton{background:#FF7900; margin: 0 5px 0 0;padding:5px;color: #fff; font-size:14px;display: block; border: 1px solid #d4d4d4;float:left;}	
	a.adminButton.disabled{background:#E2E2E2;}
	
		#thermo_nav ul li {float: left;}
		#thermo_nav ul li ul { background:#fff; color: #000; display: none; position: absolute; top: 28px; left: 0px; width: 92px; border: 1px solid #d4d4d4;}
			*html #thermo_nav ul li ul {left: -98px;}
		#thermo_nav ul:hover li ul {display: block;}
			#thermo_nav ul li ul li {padding: 5px; width: 82px;}
				#thermo_nav ul li ul li:hover {background: #1188c1;}
					#thermo_nav ul li ul li:hover a{color: #fff;}
					#thermo_nav ul li ul li:hover a.disabled{text-decoration:none;}
	
	.deel {background: url(../images/knop_deel.jpg) no-repeat; width: 54px; height: 32px; display: block; float: left;}
	.publiceer {background: url(../images/knop_publiceer.jpg) no-repeat; width: 85px; height: 32px; display: block; float: left;}


/* -------- Footer STYLES ---------- */
#footer{ text-align: right; font-size: 9px; position: relative;right:5px;bottom:20px;border-top:none;}

.logo
{
	height:24px;
	width: auto;
	vertical-align:top;
	padding: 0 0 0 5px;
}

.noresults
{
	display:none;
}