	/*

Created by SHpartners


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

Last updated: 09-10-2008

ToC

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


*/





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

body {
	font-family: 'lucida grande',tahoma,sans-serif;
	color: #333333;
}

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; font-weight: normal; }
h3 { font-size: 1.0em; margin: 1em 0 0.45em 0; color: #4c9e4e; font-weight: bold;}




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

#result-content {
	padding-top: 10px;
	text-align: right;
	font-size: 0.9em;
	background-color: #f7f7f7;
}

#result-basket {
	background-color: #f7f7f7;
	padding: 10px 10px 20px 10px;	
}

#search-form {
	background-color: #f7f7f7;
	height: 50px;
}

#search-info {
	background-color: #f7f7f7;
	padding: 10px;
	font-size: 1.2em;
}
#search-result {
	font-size: 0.9em;
}

#register-form {
	width: 280px;
}

#photo-prices {
	width: 256px;
}

#photo-prices th {
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	border: 1px solid #888888;
	background-color: #e5e2e7;
}

#photo-prices tr {
	border: 1px solid #999999;
}

#photo-prices tr:hover {
	background-color: #ffd;
}

#photo-prices td {
	padding: 8px 8px 4px 4px;
	border: 1px solid #999999;
}

#photo-prices td.odd {
	background-color: #F4F4F4;
}



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

.clear {
	height: 1px;
}

#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: 4px 2px 4px 2px;
}


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;	
}

table.result_grid tbody tr {
	height: 210px;
}


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

.price, .totalprice {
	width: 100px;
	text-align: right;
	font-weight: bold;
}

td div.price {
	text-align: left;
	font-size: 1.2em;
}	


div.architect, div.gebouw_naam, div.straat, div.gebouw_gemeentenaam_nl {
	display: block;
	width: 170px;
}


#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;		
}

.basket_add {
	padding-bottom: 5px;
}
div.item {
	width: 300px;
	float: left;
	border: 1px solid red;
}

div.name {
	width: 150px;
	height: 150px;
	overflow: hidden;
}

div.name a strong img {
	width: 150px;
	height: 150px;
}

div._k1_fotoid {
	float: left;
	border: 0px;
	padding: 5px;
	display: block;
	width: 150px; height: 150px;
	overflow: hidden;

}


div._k1_fotoid a strong img {
	text-align: center;
	width: 150px;

}
	
/* 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 {
	text-transform: none;
	margin: 0px;
	padding: 2px 2px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 0.7em;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	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;
}


.element input, .ac_input {
	width: 175px;
	padding: 2px;
	margin: 2px 0px 2px 0;
}


.errors {
	color: #FF0806;
	border: 1px solid #FF0806;
	font-weight: bold;
	padding: 3px;
}

#grp_buttons input {

	background-color: #e7e7e7;
	text-align: right;	
	margin: 5px 0px 0px 0px;
}

#search-form, #search-result {
	padding: 10px;
}

#search-form #grp_main {
	float: left;
}

#search-form form #grp_buttons {
	float: left;
	padding-left: 10px;
	width: 100px;
}

#_submit {
	font-size: 1.2em;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

small {
	clear: both;
}

.pagination {
	padding: 10px 0 10px 0;
}

.required, .optional {display: block; width: 100px;}

/* Searchform */
#search-form form #grp_main table tbody tr td .optional {
	width: 55px;
}
#searchfield {
	font-size: 1.7em;
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 2px solid #666;
	border-left: 1px solid #666;
	width: 250px;
	padding: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

input#zipcode {width: 50px;}
input#fax {width: 100px;}
input#phone {width: 100px;}

.pagination a:link,
.pagination a:visited {
	border:solid 1px #4c9e4e;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	font-weight:bold;
	color: #4c9e4e;
	padding:1px 6px;
	text-decoration:none;
}

.pagination .page a {
	font-weight:normal;
}

.pagination a:hover {
	border:solid 1px #4c9e4e;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

.pagination b {
	background:#4c9e4e;
	color:#FFFFFF;
	font-weight:bold;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	padding:1px 6px;
}

.pagination .hidden a {
	border:solid 1px #DEDEDE;
	color:#888888;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}


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

	a:link {
		color: #717171;
	}
	
	a:visited {
		color: #afafaf;
	}
	
	a:active {
		color: #717171;
	}
	
	a:hover {
		color: #717171;
		text-decoration: none;
	}

/***************************/
/* ------------ 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 {
		position: absolute;
		border-bottom: 3px solid #e5e5e5;
		display: none;		
	}

	#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;
		}


.wettelijk {
	padding-top: 20px;
	font-style: italic;
	font-size: 0.9em;
	color: #717171;
}

.wettelijk p {
	padding: 5px 0 5px 0;
}

.button {
	background-color: #4c9e4e;
	color: white !important;
	display: inline;
	font-weight: bold;
	padding: 3px;
}
