/**                  
 * global.css
 *
 * Global set of class(es) and style definitions
 * which are used in combination with one of the selected
 * (main) stylesheet, e.g. 1024X768.css or 800X600.css
 *
 * @version 	1.0
 * @author	A.J. de Vries	
 * @package	www.westeneng-makelaardij.nl 
 * 
 * Copyright (c) 2005 Malibomba                               
 * IT IS NOT ALLOWED TO USE OR MODIFY ANYTHING OF THIS SITE,  
 * WITHOUT THE PERMISION OF THE AUTHOR.                       
 * Info? Mail to info@malibomba.com                             
 */
/*<![CDATA[*/ 
html, body {
	margin:0px;
	border:0px;
	width:100%;
	height:100%;
}

form {
	margin:0px;
	padding:0px;
}	

input, textarea {
	color:#000;
	font-size:13px;
	font-family: Verdana;
}

input.custombtn {
	color:#000;
	width:auto;
	font-size:12px;
	padding-top:1px;
	font-weight:bold;
	background:#eeba3f;
	border: 1px solid #000;
}

a, a:active, a:link, a:visited {
	color: #000;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

a.title, a.title:active, a.title:link, a.title:visited {
	color: #000;
	font-weight:bold;
	text-decoration:none;
}

a.title:hover {
	text-decoration:underline;
}



a.lbon, a.lbon:active, a.lbon:link, a.lbon:visited {
	color: #000;
	font-weight:bold;
	text-decoration:none;
}

a.lbon:hover {
	text-decoration:underline;
}


a.small, a.small:active, a.small:link, a.small:visited {
	color: #eeba3f;
	font-weight:bold;
	text-decoration:none;
}

a.small:hover {
	text-decoration:underline;
}

img.imgborder {
	border:1px solid #000;
}
 


/**
 * Frameless popup styles and classes
 */
.popup {
	z-index: 10;
	position:absolute;
	border:1px solid black;
}

.popupCaption {
	width:100%;
	cursor: move;
	background-color:#0c2e82;
}

.ptr {
	cursor:default;
}

/**
 * Form validation classes
 */
.fv-req {
	padding:2px;
	background:#f8e086;
	border: 1px solid #a5acb2;	
}

.fv-forget {
	padding:2px;
	background:#f8e086;
	border: 1px solid #b10101;
}

.fv-syntax {
	padding:2px;
	background:#f8e086;
	border: 1px solid #b10101;
}


/**
* status afbeeldingen
*/

.thumb	{
	float : left; 
	width : 100px; 
	height : 75px; 
	text-align : left; 
	color : black; 
	position : relative;
	border:1px solid #000;
	display: block;
	cursor: pointer;
}

.status {
	width: 100px;
	height: 75px;
	position:absolute;
	background-position:left top;
	background-repeat:no-repeat;
}

.thumb-status	{
	cursor: pointer;
}

.thumb-openhuis	{
	behavior:url('/css/iepngfix.htc');
	cursor: pointer;
}

.thumb-statusTekst	{
	padding-top: 60px;
	width:98px; 
	color:#fff; 
	text-align:center; 
	font-weight: bold; 
	font-family: Century Gothic, Arial, Verdana, Tahoma;
	background-position:left top;
	background-repeat:no-repeat;
}

.thumb-statusTekst	a{ text-decoration: none; color: #fff; border: 0;}

div.img {
	float:left;
	width:100px;
	height:75px;
	border:1px solid #000;
	background-color:#fff;
	background-image:url('/pics/loading.gif');
	background-position:center center;
	background-repeat:no-repeat;
	position: relative;
}
.block.hover div.img { border:1px solid #facd32; }
.block div.img img { margin:4px; }



/*]]>*/