/* CSS by Norbert de Langen - Mediaconnexion BV */
/* Copyright 2009 | All rights reserved */

/* SLIMBOX */
#lbOverlay {
position:fixed;
z-index:9999;
left:0;
top:0;
width:100%;
height:100%;
background:url('/img/slim/background.gif') center;
cursor:pointer}
#lbCenter{
background-color:#fff}
#lbCenter, 
#lbBottomContainer {
position:absolute;
top:0;
z-index:9999}
.lbLoading {
background:#fff url('/img/slim/loading.gif') no-repeat center}
#lbImage {
position:absolute;
left:0;
top:0;
border:1px solid #fff;
background-repeat:no-repeat}
#lbPrevLink, #lbNextLink {
display:block;
position:absolute;
top:0;
width:50%;
outline:none}
#lbPrevLink {
left:0}
#lbPrevLink:hover {
background:transparent url('/img/slim/prevlabel.gif') no-repeat 0 15%}
#lbNextLink {
right:0}
#lbNextLink:hover {
background:transparent url('/img/slim/nextlabel.gif') no-repeat 100% 15%}
#lbBottom {
font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size:10px;
color:#fff;
line-height:1.4em;
text-align:left}
#lbCloseLink {
position:relative;
top:-27px;
display:block;
float:right;
width:66px;
height:22px;
background:transparent url('/img/slim/closelabel.png') no-repeat center;
margin:5px 0 0 0;
outline:none}
#lbCaption, #lbNumber {
margin-right:71px}
#lbCaption {
font-weight:bold}

/* FORM VALIDATOR */
.valid{
margin-top:0px;
margin-bottom:2px;
border:1px solid #090;
color:#090;
width:300px;
margin-right:0}
.invalid{
margin-top:14px;
margin-bottom:2px;
border:1px solid #f00;
color:#900;
width:284px;
margin-right:16px}
span.invalid{
display:block;
float:left;
line-height:12px;
font-size:10px;
font-weight:bold;
position:absolute;
top:-13px;
right:0;
border:none;
color:#f00}

/* ICONS FOR DOWNLOADS */
/* PDF document links */
a[href$='.pdf'] {
background:transparent url(/img/ico/filetype/pdf.png) center left no-repeat;
display:inline-block;
padding-left:22px;
line-height:15px;
}
 
/* Excel Documents links */
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
background:transparent url(/img/ico/filetype/excel.png) center left no-repeat;
display:inline-block;
padding-left:22px;
line-height:15px;
}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
background:transparent url(/img/ico/filetype/word.png) center left no-repeat;
display:inline-block;
padding-left:22px;
line-height:15px;
}
