/*
	version		1.00
	project		Website 'www.active-uitzend.com' (2006-12)
	client		Active Uitzendorganisatie Venray BV

	author		Guilty by Design (www.guiltybydesign.eu)
	copyright	Guilty by Design (www.guiltybydesign.eu)

	remarks		12oct06		W3C CSS 2/2.1/3 validated
*/
table.cmslist td{
	border-bottom: 1px;
	border-bottom-color: #f7d9c3;
	border-bottom-style: solid;
}
table.cmslist td a{
	display: block;
	padding: 5px;
	width: 100%;
}
table.cmslist th{
	border-bottom: 1px;
	border-bottom-color: #f7d9c3;
	border-bottom-style: solid;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
table.cmslist tr.hover{
	background-color: #f7f2ee;
}

table.indexnews td{
	border-bottom: 1px;
	border-bottom-color: #f7d9c3;
	border-bottom-style: solid;
}
table.indexnews td a{
	display: block;
	padding: 5px;
	width: 100%;
}
table.indexnews tr.hover{
	background-color: #f7f2ee;
}

table.jobindex td, table.joblist td{
	border-bottom: 1px;
	border-bottom-color: #f7d9c3;
	border-bottom-style: solid;
}
table.jobsearch td, table.newsfeed td{
	border-bottom: 1px;
	border-bottom-color: #ccd5e0;
	border-bottom-style: solid;
}
table.jobindex td a, table.joblist td a, table.jobsearch td a, table.newsfeed td a{
	display: block;
	padding: 5px;
	width: 100%;
}
table.jobindex th, table.joblist th{
	border-bottom: 1px;
	border-bottom-color: #f7d9c3;
	border-bottom-style: solid;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
table.jobsearch th, table.newsfeed th{
	border-bottom: 1px;
	border-bottom-color: #ccd5e0;
	border-bottom-style: solid;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
table.jobindex tr.hover, table.joblist tr.hover{
	background-color: #f7f2ee;
}
table.jobsearch tr.hover, table.newsfeed tr.hover{
	background-color: #e8f2ff;
}

table.jobview td{
	border-bottom: 1px;
	border-bottom-color: #ccd5e0;
	border-bottom-style: solid;
	padding: 5px;
}

table.pageedit td{
	border-bottom: 1px;
	border-bottom-color: #f7d9c3;
	border-bottom-style: solid;
}
table.pageedit td a{
	display: block;
	padding: 5px;
	width: 100%;
}
table.pageedit th{
	border-bottom: 1px;
	border-bottom-color: #f7d9c3;
	border-bottom-style: solid;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
table.pageedit tr.hover{
	background-color: #f7f2ee;
}

