
/*************************************************************************************
   Copyright notice
   
   (c) 2007 Mario Pfeiffer WX Automatisering (info@wxa.nl) // All rights reserved.

   This script is part of PHPescort. The PHPescort system is NOT free software
   You are not allowed to re-distribute it, or change it in any way. 
   In order to use this software you MUST obtain a license from WX Automatisering
   (http://www.wxa.nl)
   
   This copyright notice MUST APPEAR in all copies of the script!
*************************************************************************************/



<style type="text/css">

/* CSS style voor image gallery and hover */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 10px 10px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 410px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* css style voor table colorchanges */
.btnav { background-color: #EFEFEF; border: 1px solid black;  padding: 5px; } 

/* css style voor formulier en profiel weergave */
.formulier {
font-size: 10px;
font-family: verdana;
width: 400px;
border: 1px solid silver;
position: relative;
padding: 5px;
color: #4F4F4F;
text-decoration: none;
}

.aanmelden {
width: 500px;
border: 1px solid silver;
position: relative;
padding: 5px;
color: #4F4F4F;
text-decoration: none;
}

.profielvan {
background: #FFFFF0;
border: 1px solid #CDCDC1;
font-size: 12px; 
width: 375px;
margin: 5px 0px 3px 0px;
color: #CC0033;
font-weight: bold;
font-family: Verdana;
}

.profielomschrijving {
float: left;
width: 375px;
height: 10px;
background: #FFFFF0; 
color: #3366CC;
font-weight: bold;
font-family: Verdana;
border: 1px solid #CDCDC1; 
padding: 0.1cm 0.1cm 0.1cm 0.1cm;
margin: 3px 0px 3px 0px;

}
/* CSS for  showprofile.php */

.header { background: #FFFFF0; border: 1px solid #CDCDC1; font-size: 15px; width: 375px; margin-top: 5px;}
.footer { background: #FFFFF0; border: 1px solid #CDCDC1; font-size: 15px; width: 375px; margin-top: 5px;}
.spacer { margin-top: 2px; margin-bottom: 2px;}
.vraag { float: left; width: 150px; height: 10px; background: #FFFFF0; border: 1px solid #CDCDC1; margin-top: 3px;}
.antwoord { float: left; width: 200px; height: 10px; margin-left: 25px; background: #FFFFF0; border: 1px solid #CDCDC1; margin-top: 3px;}

/* CSS for displayall.php */

.naam {
text-decoration: none;
font-weight: bold;
color: #CC0033;
margin: 1px 0px 1px 0px;
font-family: Verdana;
font-size: 12px;
}

.omschrijving{
text-decoration: none;
color: #3366CC;
padding: 1px;
font-family: Verdana;
font-size: 10px;
}

.volledigprofiel {
text-decoration: none;
color: #6699CC;
padding: 5px;
font-family: Verdana;
font-size: 10px;
}


  
