@charset "utf-8";

/* HTML */

	*{ margin:0; padding:0; }
	
	body {
		font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #231f20;
	}
	
	a {
		text-decoration: none;
		color: #231f20;
		outline: none;
	}
	
	img { border:none; }
	
	h1, h2, h3, h4, h5 {
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   line-height: 140%;
	   }
	   
	h1 { font-size: 28px; }
	h2 { font-size: 24px; }
	h3 { font-size: 20px; }
	h4 { font-size: 16px; }
	h5 { font-size: 12px; }
		
	p {
		line-height: 140%;
		margin-bottom: 14px;
	}
	
	ul, ol {
		margin: 0 0 20px 20px;
	}
	
	.float-left { float: left; margin-right: 20px; }
	.float-right { float: right; margin-left: 20px; }
	.clear-both { clear: both; }
	.clear-right { clear: right; }
	.bottom-spacer { margin-bottom: 9.5pt; }
	
	.bold { font-weight: bold; }
	.italic { font-style: italic; }
	.underline { text-decoration: underline; }
	.red { color: DarkRed; }
	.green { color: DarkGreen; }
	.orange { color: OrangeRed; }
	.error { color: red; }
	
	.align-left {
		text-align: left;
	}
	
	.align-right {
		text-align: right;
	}
	
	.align-center {
		text-align: center;
	}

	#content {
		width: 1200px;
		height: 470px;
		padding: 10px;
		float: left;
		overflow: auto;
	}

	#content a:hover {
	   background-color: #231f20;
           color: #fff;
	}

	
	#result-wrapper {		
		height: 240px;
		overflow: auto;
	}
	
	#voko-zoek {
		width: 1300px;
		table-layout: fixed;
	}

	.col1 { width: 25px;}
	.col2 { width: 55px; word-wrap: break-word;}
	.col3 { width: 180px; padding-right: 5px;}
	.col4 { width: 100px;}
	.col5 { width: 130px;}
	.col6 { width: 80px;}
	.col7 { width: 80px;}
	.col8 { width: 600px;}
	.col9 { width: 920px;}
	.col10 { width: 100px;}
	
	#voko-zoek td {
		vertical-align: top;
	}
	
	.highlight-cell {
		background-color: yellow;
		cursor: pointer;
	}
	
	.highlight-row {
		background-color: LightGray;
		cursor: pointer;
	}
	
	#tip {
		display: none;
		background:transparent url("/media/images/tooltip/black_arrow.png");
		font-size:12px; 
		height:70px; 
		width:160px; 
		padding:25px; 
		color:#fff;     
	}
	
	#ajax-loader {
		visibility: hidden;
		margin-top: -2px;
	}
	
	#items-to-order {
		width: 380px;
		height: 143px;
		font-size: 8.5pt;
		overflow: auto;
		font-family: sans-serif;
	}
	
	#list-datetime {
		font-weight: bold;
		font-size: 10.5pt;
		line-height: 170%;
		text-align: center;
	}