/**************************************************************************/
/* Copyright 	ADL Software Engineering B.V. 2012  All Rights Reserved.  */
/*                                                                        */
/* Created by	June 2012	Allard Legger	ADL Software Engineering B.V. */
/**************************************************************************/

.contentListPage {}

/* category row */
.contentListCategoryHeader h3.categoryHeader {
/*	background: #3c3c3c; */
/*	padding: 5px 10px; */
}

/* image column */
td.column1Content {  
	background: white; /* url(NotFound) no-repeat top left; */
}
.contentListImage {
	height:auto;
	width:60px;
}
*/
/* link column */
td.column2Content {
	font-size: 1em;
	color: #666;
	width:220px; /* 120 */
}
.contentListLink {}
/* short description column */
td.column3Content {
	width: 400px;	/* 300 */
}
/* 4 column */
td.column4Content {
	width: 110px;	
}
/* 5 column */
td.column5Content {
	width: 110px;	
}

/*
body {
	background: #aaa;
}
*/
/*
.content {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -365px;
	margin-top: 15px;
	margin-bottom: 15px;
	
	padding: 15px 15px 15px 15px;
	border: 1pt solid #888;

.content {	
	background: white url(ADLlogo.jpg) no-repeat top left;
}
*/
/*
.xspPagerContainer {
	background: none;
}
*/
/*
.xspPagerRight {
	background: none;
}
*/
/*
.xspPagerContainer .upperPager {
	position: absolute;
	top: 14px;
	right: 50%;
	margin-right: -325px;
}
*/
/*
.firstLetterPicker {
	margin-left: 25px;
}
*/
/*
.letterPicker {
	border-left: 1pt solid #eee;
	padding-left: 8px;
	margin-left: 8px;
}
*/
/*
.nameEntry {
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 8px;
	margin-bottom: -18px;
	border-top: 1pt solid #eee;
	display: block;
	width: 680px;
}
*/
/*
.itemContainerPanel {
	border: 1pt solid #ccc;
	background: #f5f5f5;
	padding: 5px;
	margin: 5px 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .95em;
}
*/
/*
.itemContainerPanel td {
	vertical-align: top;
}
*/
/*
td.orderColumn a {
	position:relative;
	top: -5px;
}
*/