/*

Created by SHpartners


Customer:	Sint Lukas Archief
Domain:  	www.sint-lukasarchief.be/
Author:  	Stijn Henderickx

Last updated: 04-11-2008

ToC

 	    1. Font sizes and styles
 	    2. Structure
 	    3. Margins
 	    4. Standard elements
 	    5. Link styles
 	    6. Navigation


*/





/**************************/
/*  Font sizes and styles */
/**************************/

body {
	background-color: #FFFFFF;
	font-family: 'lucida grande',tahoma,sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #f1f1f1;
}

body {
	behavior: url(csshover.htc);
}


h1 { font-size: 1.3em; line-height: 1; margin-bottom: 0.5em; color: #4c9e4e; font-weight: normal;}
h2 { font-size: 1.2em; margin-bottom: 0.75em; color: #4c9e4e; }
h3 { font-size: 1.0em; margin: 1em 0 0.45em 0; color: #4c9e4e; font-weight: bold;}

th {
	background: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

p { 
	padding: 3px 0; 
	line-height: 17px;
}



/***************************/
/* ------------- STRUCTURE */	
/***************************/

#wrapper {
	width: 957px;
	margin: 30px auto;
	background: url(../images/bck_border_mid.png) repeat-y 0;
	padding: 0 9px 0 9px;
}

	#header {
		height: 74px;
		clear: both;
		border-top: 1px solid #b4b4b4;
	}
	
	#navigation {
		background-color: #f7f7f7;
		height: 25px;
		clear: both;
	}


	
	#image-scroller {
		height: 200px;
		width: 957px;
		overflow: hidden;
		clear: both;
		
	}
	
		.slideElement {
			width: 957px;
			height: 200px;
			float: left;
			position: absolute;
			top: 130px;
			background-color: red;
		}	
			
		#image-scroller .slideInfoZone {
			position: absolute;
			top: 300px;
			width: 947px;
			padding: 5px;
			text-align: right;
			background-color: #FFFFFF;
			font-size: 1.3em;
			height: 20px;
			font-weight: bold;
			color: black;
		}

	
	#main {
		background-color: #FFFFFF;		
		clear: both;
		font-size: 0.9em;
	}
		
		#main #left {
			width: 210px;
			float: left;
		}
		
			
			#main #left #find {
				background-color: #f7f7f7;
				padding: 10px;
				height: 200px;
			}
			
			#main #left #find #find-pictures {
				height: 180px;
				width: 180px;
			}
			
			#main #left #random {
				padding: 20px 10px 10px 10px;
				display: block;
			}
		
		#main #content {
			width: 406px;
			float: left;
			text-align: justify;
			padding: 10px;
		}
		
		#content-big, #right-iframe, #right-iframe2 {
			width: 727px;
			float: left;
			text-align: justify;
			padding: 10px;
		}

		
		#right-iframe {
			display: none;
		}
		
		#right-iframe2 #show-pictures, #right-iframe #show-pictures {
			min-height: 1100px;
			width: 727px;
		}
		
			
		#main #right {
			width: 300px;
			float: left;
			background-color: #f7f7f7;
			padding: 10px;
		}
			
		#main #right-big {
			width: 727px;
			float: left;
			padding: 10px;
		}
	
	#footer {
		background-color: #b4b4b4;	
		height: 16px;
		text-align: center;
		color: #FFFFFF;
		font-size: 0.9em;
		padding-top: 4px;
		clear: both;
	}


#webshop {
	/*background-color: #f7f7f7;*/
	padding: 10px;
}

/***************************/
/* --------------- MARGINS */	
/***************************/

p  { 
	margin: 0 0 1.5em; 
	line-height: 1.5em;
}




/***************************/
/* ----- Standard elements */	
/***************************/

#header div.logo {
	background: url(../images/lgo_sla.png) no-repeat 0 0;
	height: 74px; width: 97px;
	color: #f7f7f7;
	float: left;
	margin: 0 50px 0 0;
	padding: 0px;
}

#header div.logo span {
	display: none;
}

#header h1 {
	padding: 50px 0 0 0;
	margin: 0px;
	float: left;
	color: #333333;
	text-transform: uppercase;
	font-size: 1.6em;
}

#main #right h3 a:link {
	color: #4c9e4e;
	text-decoration: none;
}

#main #right h3 a:visited {
	color: #4c9e4e;
	text-decoration: none;
}

#main #right h3 a:hover {
	color: #4c9e4e;
}

#main #right h3 a:active {
	color: #4c9e4e;
	text-decoration: none;
}
	
	
	#right .date {
		color: #717171;
	}
	
	#right .news-body {
		text-align: justify;
		padding: 3px 0 3px 0;
	}
	
	#right .read-more {
		color: #717171;
		text-align: right;
	}
	
	#right .read-more a:link {
		color: #717171;
	}
	
	#right .read-more a:visited {
		color: #afafaf;
	}
	
	#right .read-more a:active {
		color: #717171;
	}
	
	#right .read-more a:hover {
		color: #717171;
		text-decoration: none;
	}


#image-view, #image-add-info {
	margin-bottom: 25px;
}

.result_table, .total_table {
	width: 500px;
}

table.detail_table td, table.result_table td, table.total_table td   {
	padding: 5px;
	color: #666;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

table.total_table td.price {
	text-align: right;
}

table.result_table thead tr th, table.total_table thead tr th  {
	padding: 7px 5px 7px 5px;
}


table.result_table tbody tr.odd:hover td, table.result_table tbody tr.even:hover td {
	background-color: #ffd;
}

table.result_table tbody tr.even {
	background-color: #f9f9f9;
}

table.result_table tbody td {
	vertical-align: middle;
}

table.result_table tbody tr.odd {
	background-color: #fff;	
}

.actions {
	text-align: right;
	width: 70px;
	padding: 0px;
}

.price, .totalprice {
	width: 100px;
	text-align: right;
}
	
#block_messages {
	margin-top: 20px;
	background-color: #fffeeb;
	border-bottom-color: #ccc;
	border-top-color: #ccc;
	color: #555;
	line-height: 29px;
	font-size: 12px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;		
}

/* Autofiller */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}



/***************************/
/* ---------- Links Styles */	
/***************************/





/***************************/
/* ------------ Navigation */	
/***************************/

.nav_level_1, .nav_level_2  {
	margin: 0px;
	padding: 0px;
}

.nav li {
	float: left;
}
	
	#nav_main_menu ul {
		margin: 0px; padding: 0px;
	}

	#nav_1 li{
		display: block;
		text-transform: uppercase;
		width: 105px;
		height: 25px;
		border-right: 1px solid #f7f7f7;
	}
			
		#nav_1 li a {
			padding: 7px 5px 3px 10px;
			margin: 0px;
			display: block;
			color: #333333;
			background-color: #f1f1f1;
			text-decoration: none;
			height: 15px;
		}
		
		#nav_1 li a:hover{
			display: block;
			color: #333333;
			background-color: #e5e5e5;
			text-decoration: none;
			height: 15px;						
		}
	
		#nav_1 li a.current {
			background-color: #e5e5e5;
		}
		
		#nav_1 li:hover ul { display: block; }


	#nav_2 {
		display: none;
		position: absolute;
		border-bottom: 3px solid #e5e5e5;
		z-index: 40000;	
	}

	#nav_2 li{
		text-transform: uppercase;
		width: 130px;
		height: 25px;
		border-bottom: 1px solid #FFFFFF;
		clear: both;
		text-transform: none;
		background-color: #f1f1f1;
		position: relative;
	}
			
		li #nav_2 li a {
			margin: 0px; padding: 0px;
			color: #333333;
			background-color: #f1f1f1;
			text-decoration: none;
			height: 18px;
			padding: 7px 10px 0 10px;
			display: block;
		}
		
		li #nav_2 li a:hover{
			margin: 0px; padding: 0px;
			color: #333333;
			background-color: #e5e5e5;
			text-decoration: none;
			height: 18px;
			padding: 7px 10px 0 10px;
			display: block;
		}
	
		li #nav_2 li.current a {
			background-color: #d5d5d5;
			display: block;
		}
		




#language_chooser {
	float: right;
	width: 100px;
}

	#language_chooser ul {
		margin: 0px; padding: 0px;
	}

	#language_chooser ul li{
		display: block;
		text-transform: uppercase;
		width: 32px;
		height: 25px;
		border-right: 1px solid #f7f7f7;
		float: left;
	}
			
		#language_chooser ul li a {
			padding: 7px 5px 3px 10px;
			margin: 0px;
			display: block;
			color: #333333;
			background-color: #f1f1f1;
			text-decoration: none;
			height: 15px;
		}
		
		#language_chooser ul li a:hover{
			display: block;
			color: #333333;
			background-color: #eaeaea;
			text-decoration: none;
			height: 15px;						
		}
	
		#language_chooser ul li.current a {
			background-color: #e5e5e5;
		}


/* -- CSS for the login form -- */

#LoginForm div.field input{
	width: 300px;
	border: 1px solid #fff;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd ;
	padding: 5px 4px;
	background-color: #ededed;
	margin-bottom: 5px;	
	font-size:11px;	
}

#LoginForm div.field input.checkbox {
	height : 26px;
	font-size : 18px;
	font-weight : lighter;
	width : 16px;
}

#LoginForm div.field input:focus, #LoginForm div.field textarea:focus{
	background-color:#fff;
}

#LoginForm {
    width: 500px;
    margin: 40px auto;
	background-color: #DDD;
	padding: 10px;
}

#LoginForm > h1 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid gray;
}

#LoginForm > p {
    display: none;
}

#LoginForm fieldset {
	border : 0px solid #CCCCCC;
	padding: 0px;
}

#LoginForm label {
    font-size: 10px;
}

#LoginForm label.left {
	float: left;
	width: 8em;
	margin-top : 6px;
}

#MemberLoginForm_LoginForm_error {
    font-size: 10px;
    color: red;
    font-weight: bold;
}

#uurregeling ul, #resultaat ul {
	padding: 0px;
	margin: 0px;
}

#data_uurregeling li, #resultaat li {
	list-style: none;
}

p.errors {
    color: red;
}
