@charset "utf-8";
/* CSS Document */

/*
#
# # Body tekst  				#171717
# # Sport 1 Rood (links) 		#bf1b3c
# # Sport 1 donker Rood 		#ff74b0
# # Sport 1 donkerder Rood 		#a50b15
# # Licht grijs	 				#e5e5e5  
# #

*/


/*
#
# # Body tekst  				#171717
# # Sport 1 Rood (links) 		#bf1b3c
# # Sport 1 donker Rood 		#ff74b0
# # Sport 1 donkerder Rood 		#a50b15
# # Licht grijs	 				#e5e5e5 
# #

*/


/* PROMPT */

/* Kadertje - pas de 4 lagen naar wens aan zie comments */

.jqifade{
      background-color: #000;
}
div.jqi{
      position: absolute;
      padding: 0px; /* randje */
	  border: 1px solid #a50b15; /* Buitenste rand laag 1*/
}
div.jqi .jqiclose{
		display: none;  
}
div.jqi .jqicontainer{
	  border: 1px solid #ff92cd; /* Buitenste rand laag 2*/
      background-color: #ff74b0; /* Buitenste rand laag 3*/
      padding: 5px;
      color: #000;
      font-weight: bold;	  
}
div.jqi .jqibinnen{
      background-color: #fff;
      padding: 15px;
      color: #000;
      font-weight: bold;
	  border: 1px solid #a50b15; /* Buitenste rand laag 4*/
}

/* Message area */

div.jqi .jqimessage{
      background-color: #f5f5f5;
	  color: #000000;
      padding: 10px;
	  margin-bottom: 7px;
	  border: 1px solid #efefef;
}

div.jqi .jqibuttons{
      text-align: center;
      padding: 5px 0 0 0;
}

div.jqi #actie {
	height:250px;
	overflow:auto;
	text-align:left;
	width:900px;
}

div.jqi #actie ul.bullits {
	line-height:21px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
	font-weight:normal;
}
div.jqi #actie ul.bullits li{
 list-style:  disc;
 margin-left:18px !important; 
}



div.jqi #actie ul li.empty {
	line-height:21px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	font-weight:normal;
	background-color:#f5f5f5;
}

/* Button */

div.jqi button{
	margin-left: 3px;
	width: 100px;
	background-repeat: 	repeat-x;
	border: 1px #a50b15 solid;
	background-color: 	#ff74b0;	
	font-size: 			13px;
	color:				#fff;
	cursor: 			pointer;
} 




#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
/*	zoom: 1;*/
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
