/************************
   Basic specifications 
 ***********************/
 
 *{
	margin:0;
	padding:0;
}
body {
  	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
   	background:#fff;
	font-size:11px;
	line-height:18px;
	color:#999;
	background:url(../../include/images/bg.png) repeat top left;
}
legend{
	color:#000;
	font-weight:bold;
}

fieldset{
	border:1px #990000 solid;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFC1E0;
}

a{
	color:#FF0000;
	text-decoration:none;
}

a:hover{
	color:#999;
	text-decoration:none;
}

img{
	border:0;
}

/************************
 		Header
 ***********************/
div.header_left{
	background:url(../../include/images/sakura_boven.png) no-repeat top left;
	height:130px;
	width:440px;
	float:left;
	position:absolute;
	top:0px;
	left:0px;
}

div.header_right{
	background:url(../../include/images/blossum.png) no-repeat top right;
	float:right;
	height:300px;
	width:180px;
	position:absolute;
	top:0px;
	right:0px;
}


div.header_hello{
	padding-top:35px;
	width:375px;
	height:120px;
	margin:0 auto;
}

/************************
 		Menu
 ***********************/
div.menu{
	width:38px;
	height:375px;
	float:left;
}

div.menu_item_home a{
	background:url(../../include/images/button_home.png) no-repeat top right;
	width:38px;
	height:117px;
	float:left;
}
div.menu_item_home a:hover, div.menu_item_home_active a{
	background:url(../../include/images/button_home_active.png) no-repeat top right;
	width:38px;
	height:117px;
	float:left;
}
div.menu_item_fotos a{
	background:url(../../include/images/button_fotos.png) no-repeat bottom right;
	width:38px;
	height:120px;
	float:left;
}
div.menu_item_fotos a:hover, div.menu_item_fotos_active a{
	background:url(../../include/images/button_fotos_active.png) no-repeat bottom right;
	width:38px;
	height:120px;
	float:left;
}
div.menu_item_scrap a{
	background:url(../../include/images/button_scrap.png) no-repeat top right;
	width:38px;
	height:117px;
	float:left;
}
div.menu_item_scrap a:hover, div.menu_item_scrap_active a{
	background:url(../../include/images/button_scrap_active.png) no-repeat top right;
	width:38px;
	height:117px;
	float:left;
}

 /************************
 		Main
 ***********************/
div.content{
	width:100%;
	min-height: 500px;
	float:left;
} 
* html .content {
	min-height: 500px;
}

div.main{
	margin:20px;
	width:100%;
	min-height: 350px;
	float:left;
} 
* html .main {
	min-height: 350px;
}
div.main_text{
	margin: 0 auto;
	min-height: 350px;
	width:900px;
}

div.text{
	padding:15px 30px 15px 30px;
	width:600px;
	float:left;
	min-height:350px;
	background-color:#FFFFFF;
	border:dotted 1px #FF0000;
}

div.text_title{
	margin: 0 auto;
	height:35px;
	width:330px;
	background:url(../../include/images/welkom.png) no-repeat center center;
}

div.banner{
	margin-left:25px;
	float:left;
	height:100px;
	width:175px;
}

div.banner_item a img{
	border:1px #FF0000 dashed;
	float:left;
	margin-bottom: 20px;
	padding:5px;
	background-color:#FFFFFF;
}

* html .text {
	min-height: 350px;
}


/************************
 	Drag and drop
 ***********************/

form{
	display:inline;
}
.imageBox,.imageBoxHighlighted{
	width:150px;	/* Total width of each image box */
	height:175px;	/* Total height of each image box */
	float:left;
}
.imageBox_theImage{
	width:125px;	/* Width of image */
	height:125px;	/* Height of image */
	cursor:pointer;
	overflow:hidden;
	
	/* 
	Don't change these values *
	*/
	background-position:center top;
	background-repeat: no-repeat;		
	margin: 0 auto;
	padding-bottom:2px;
}

.imageBox .imageBox_theImage{
	border:1px solid #FF0000;	/* Border color for not selected images */
	padding:2px;
}
.imageBoxHighlighted .imageBox_theImage{
	border:3px solid #FF99CC;	/* Border color for selected image */
	padding:0px;

}
.imageBoxHighlighted span{	/* Title of selected image */
	background-color:#FF99CC;
	color:#FFFFFF;
	padding:2px;
}

.imageBox_label{	/* Title of images - both selected and not selected */
	text-align:center;
	font-family: arial;
	font-size:11px;		
	padding-top:2px;
	margin: 0 auto;
}

/* 
DIV that indicates where the dragged image will be placed	
*/
#insertionMarker{
	height:130px;
	width:6px;
	position:absolute;
	display:none;

}

#insertionMarkerLine{
	width:6px;	/* No need to change this value */
	height:125px;	/* To adjust the height of the div that indicates where the dragged image will be dropped */

}
	
#insertionMarker img{
	float:left;
}

/*
DIV that shows the image as you drag it 
*/
#dragDropContent{

	opacity:0.4;	/* 40 % opacity */
	filter:alpha(opacity=40);	/* 40 % opacity */

	/* 
	No need to change these three values 
	*/
	position:absolute;
	z-index:10;
	display:none;
		
}

div.images{
	width:100%;
	float:left;
	min-height:150px;
}


* html div.images {
	min-height: 150px;
}
/************************
 		 Lightbox 
 ***********************/
	#lightbox{
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}
	
	#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: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	#prevLink { left: 0; float: left;}
	#nextLink { right: 0; float: right;}
	#prevLink:hover, #prevLink:visited:hover { background: url(../../include/images/prevlabel.gif) left 15% no-repeat; }
	#nextLink:hover, #nextLink:visited:hover { background: url(../../include/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;	}	
			
	#overlay{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
		background-color: #000;
	}
	
	td.lightbox{
		text-align:center;
	}


 /************************
 		Footer
 ***********************/
 div.footer{
 	width:100%;
	height:100px;
	float:left;
 }
 
 div.copy a{
 	color:#FF99CC;
 }
 
 div.copy a:hover{
 	color:#666;
 }
 div.copy{
	margin:0 auto;
	padding:3px;
	width:400px;
	height:15px;
	line-height:15px;
	background-color:#FFFFFF;
	border:solid 1px #FF99CC;
	color:#CCC;
	font-size:10px;
	text-align:center;
}

  div.footer_right{
 	background:url(../../include/images/sakura_onder.png) no-repeat top right;
	float:right;
	height:100px;
	width:440px;
	position:static;
 }
