body 
{ 
    color: #000000;
    font-family: sans-serif;
}
a
{
    color: #000000; 
    text-decoration: none;
}
a:hover 
{ 
    color: #000000;
    text-decoration: underline;
} 
img 
{
    opacity:1;
    border: 0;
}
a:hover img 
{
    opacity:.60;
}
textarea 
{
    overflow: auto;
}
table
{
    text-align: left;
    vertical-align: top;
}
html
{
    overflow-y: scroll;
}

.title
{
    font-size: 120%;
    font-weight: bold;
}

.stitle
{
    font-size: 100%;
    font-weight: bold;
}

.space
{
    float: left;
    width: 32px;
}

.floatright
{
    float: right;
}

.footertext 
{
    color: #404040;
    font-size:12px;
    text-decoration: none;
}
.footertext a 
{
    color: #404040;
    font-size:12px;
    text-decoration: none;
}
.footertext a:hover
{
    color: #404040;
    font-size:12px;
    text-decoration: underline;
}

.editor 
{
    background-color:#FFFFFF;
    margin-left:auto;
    margin-right:auto;
}

.helppage
{
    background-color:#FFFFFF;
    padding:2px;
    color:#000000;
    font-family:sans-serif;
    font-size:12px;
    width:250px;
    text-align:justify;

}
.easymode
{
    display:block;
    background-color:#FFFFFF;
    border:1px solid #FFFFFF;
    text-decoration:none;
    padding:2px;
    color:#000000;
    font-family:sans-serif;
    font-size:12px;
}

.editor input
{
    background-color:#FFFFFF;
    font-family:sans-serif;
    font-size:12px;
    border:0px solid #006090;
    border-top:0px solid #006090;
    padding:1px;
    padding-left:10px;
    width:100%;
    color:#333333
}
.editor textarea
{
    background-color:#FFFFFF;
    font-family:sans-serif;
    font-size:13px;
    border:1px solid #006090;
    padding:3px;
    width:100%;
    height:300px;
}

.editor td
{
    text-align:center;
}
.editor a, .editor a:visited , .editor a:active
{
    display:block;
    background-color:#FFFFFF;
    border:1px solid #FFFFFF;
    text-decoration:none;
    padding:2px;
    color:#000000;
    font-family:sans-serif;
    font-size:12px;
}
.editor a:hover
{
    display:block;
    background-color:#B0D8FF;
    border:1px solid #004080;
    text-decoration:none;
}
.citaat
{
    border:1px solid black; 
    padding:5px; 
    width: 50%;
}
.citaat div
{
    color:#999; 
    border-bottom:1px solid #999; 
    width:50%;
}
.code
{
    background:#EEEEEE; 
    padding:5px; 
    width: 50%; 
    overflow:auto; 
    overflow-x: scroll;
}
.code div
{
    color:#999; 
    border-bottom:1px solid #999; 
    width:50%;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
