/*
 * $Id: main.css,v 1.3 2006-05-30 08:56:06 sven Exp $
 */

div.clear { clear: both; }

div#container {
}
div.message { clear: both; }
/** language flags **/
span.languageFlag {
	width: 16px;
	height: 11px;
	background: url(/images/layout/flags.gif) no-repeat;
	position: relative;
	display: inline-block;
}
span.NL { background-position: 0 0; }
span.EN { background-position: -16px 0; }
/** ************** **/

/** header **/
div#header {
	position: relative;
	width: 955px;
	margin: 0 auto;
	height: 97px;
}
	div#header h3 { margin: 0; }
	img#siteLogo { position: relative; left: 13px; top: 24px; }
	ul#siteMenu {
		position: absolute;
		list-style-type: none;
		top: 38px;
		right: 65px;
	}
		#siteMenu li {
			float: left;
			height: 16px;
			overflow: visible;
			padding: 0 8px;
			font-size: 1em;
			border-right: 1px solid #82c3e8;
		}
		#siteMenu li a { color: #2a719a; font-weight: bold; }
		#siteMenu li a.red { color: #f81616; }
		#siteMenu li a.submitLink {
			position: relative;
			top: -3px;
			display: inline-block;
			background: url(/images/layout/submitItemLink_button.gif) 0 0 no-repeat;
			height: 18px;
			padding-top: 4px;
			text-indent: 5px;
			width: 123px;
			color: #765a10;
			text-decoration: none;
		}
		#siteMenu li a.submitLink:hover { color: #967a2e; }
		#siteMenu li span.userName { color: #2a719a; font-weight: bold; }
		#siteMenu li.last { border: none; }
		#siteMenu li.languageLink {
			text-transform: uppercase; 
			border: none;
		}

/** site body **/
div#body {
}

div#mainMenuWrapper {
	height: 53px;
	background: url(/images/layout/main-menu_bg.gif) 0 0 repeat-x;
}
	ul#mainMenu {
		list-style-type: none;
		width: 955px;
		padding: 0 0 0 76px;
		margin: 0 auto;
	}
	ul#mainMenu li {
		background: url(/images/layout/main-menu_bg.gif) 0 -159px no-repeat;
		padding: 11px 0 0 0px;
		float: left;
		height: 42px;
	}
	ul#mainMenu li a {
		background: url(/images/layout/main-menu_bg.gif) right -170px no-repeat;
		display: inline-block;
		height: 31px;
		padding: 11px 11px 0px 13px;
		font-size: 1.2em;
		font-weight: bold;
		color: #5e470b;
		text-transform: uppercase;
		text-decoration: none;
	}
	ul#mainMenu li a:hover { color: #967a2e; }
	ul#mainMenu li.itemOn {
		background: url(/images/layout/main-menu_bg.gif) 0 -106px no-repeat;
		height: 53px;
		padding: 0 0 0 3px;
	}
	ul#mainMenu li.itemOn a {
		background: url(/images/layout/main-menu_bg.gif) right -106px no-repeat;
		height: 35px;
		padding: 18px 14px 0px 10px;
		color: #7e6626;
	}
	ul#mainMenu li.selectPre { background: none; }
	ul#mainMenu li.selectPre a {
		background: url(/images/layout/main-menu_bg.gif) right -64px no-repeat;
	}
	ul#mainMenu li.selectPost {
		background: url(/images/layout/main-menu_bg.gif) 0 -53px no-repeat;
		padding-left: 10px;
	}
	ul#mainMenu li.selectPost a {
		padding-left: 0;
		background: url(/images/layout/main-menu_bg.gif) right -170px no-repeat;
	}

div#bodyContent {
	position: relative;
	width: 955px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#bodyContent h2 { color: #5eb1db; font-size: 1.4em; }
#bodyContent div.domain h1 { color:#5EB1DB; font-size:1.4em; }

#bodyContent #searchBox {
	clear: both;
	position: relative;
	height: 32px;
/*	width: 530px;*/
	padding: 3px 0 3px 0;
	overflow: visible;
}
#bodyContent #searchBox div { float: left; }
#bodyContent #searchBox div.domain { width: 227px; }
#bodyContent #searchBox div.domain h2 {
	margin: 8px 0px 0px;
	font-size: 1.2em;
}
#bodyContent #searchBox div.start, #bodyContent #searchBox div.end { height: 40px; width: 4px; }
#bodyContent #searchBox div.start {	/*background: url(/images/layout/searchblock.gif) no-repeat;*/ }
#bodyContent #searchBox div.end {
	/*background: url(/images/layout/searchblock.gif) -4px 0 no-repeat;*/
}
#bodyContent #searchBox div.center {
	width: 472px;
	height: 38px;
/*	background: #f2db9d;
	border-top: 1px solid #e4c77a;
	border-bottom: 1px solid #e4c77a;*/
	padding: 0px 0 0 5px;
	overflow: hidden;
	position: relative;
}
#bodyContent #searchBox img#searchBarClear {
	cursor: pointer;
	position: absolute;
	left: 364px;
	top: 9px;
}
#bodyContent #searchBox div.center div {
	margin: 6px 0 0;
}
#bodyContent #searchBox div.center div.inputStart {
	height: 25px;
	width: 25px;
	background: url(/images/layout/searchblock.gif) -8px 0 no-repeat;
}
#bodyContent #searchBox div.center div.inputCenter {
	height: 25px;
	width: 350px;
	background: url(/images/layout/searchblock.gif) 0px -40px repeat-x;
}
#bodyContent #searchBox div.center div.inputCenter input {
	border: none;
	background: transparent;
	width: 325px;
	padding: 5px 0 0 5px;
	margin: 0;
	color: #848484;
}
#bodyContent #searchBox div.center input.button {
	position: absolute;
	color: #fff;
	font-size: 1.1em;
	top: 7px;
	right: 5px;
	border: 0px solid transparent;
	width: 83px;
	line-height: 1.8em;
	height: 25px;
	padding: 0 0 4px;
	margin: 0;
	background: url(/images/layout/bizzreview_buttons.gif) 0 -22px no-repeat;
	cursor: pointer;
}
#bodyContent #searchBox div.center div.inputEnd {
	height: 25px;
	width: 3px;
	background: url(/images/layout/searchblock.gif) -34px 0 no-repeat;
}

#mainContent {
	position: relative;
	float: left;
	width: 597px;
	padding: 7px 7px 0px 8px;
	overflow: hidden;
}

#sideContent { position: relative; float: right; width: 337px; padding: 7px 6px 0px 0; }
#sideContent div.block {
	background: url(/images/layout/blockshade_bg.gif) 0 0 repeat-x;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 6px;
}
#sideContent div.block h2 { text-align: center; margin-top: 7px; color: #000; }
#sideContent div.block h2 img { position: relative; left: -5px; top: 3px; }
#sideContent div.block div.blockMainLink { text-align: right; padding: 0 15px 10px 0; }
#sideContent div.block div.blockMainLink a {
	text-decoration: underline;
	font-size: 0.875em;
	font-weight: bold;
	color: #3f3f3f;
}
#sideContent div.block div.blockContent { padding: 0 10px 10px; }
#sideContent div.block div.blockMainLink img {
	background: url(/images/layout/bizzreview_icons.gif) 0 0 no-repeat;
	width: 8px;
	height: 10px;
	margin-left: 3px;
}
#sideContent div.block h2.eventsCalendarTitle img{
	width: 15px;
	height: 17px;
	background: url(/images/layout/bizzreview_icons.gif) right -27px no-repeat;
}
#sideContent div.block table.eventsCalendar {
	margin:  0 0 4px 22px;
	text-transform: uppercase;
}
#sideContent div.block table.eventsCalendar td { line-height: 1.4em; color: #707173; }
#sideContent div.block table.eventsCalendar td.value img.icon {
	background: url(/images/layout/bizzreview_icons.gif) 0 -20px no-repeat;
	width: 8px;
	height: 10px;
	margin-left: 3px;
}
#sideContent div.block table.eventsCalendar td.value a {
	color: #3e93be;
	text-decoration: underline;
}
#sideContent div.block table.eventsCalendar td.value a:hover { color: #086190; }

div.processedContent {
	background: url(/images/layout/blockshade_bg.gif) 0 0 repeat-x;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #eaeaea;
	padding: 10px;
}

form#contactForm table { margin: 0 0 0 auto; padding: 0; }
form#contactForm input.text, form#contactForm textarea.text { width: 300px; }
form#contactForm textarea.text { height: 100px; }

div.eventBlock h3 { text-transform: uppercase; color: #086190; }
div.eventBlock div.returnLink { text-align: right; margin-top: -10px; }
div.eventBlock div.returnLink a {
	color: #707173;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.7em;
}
div.eventBlock div.returnLink img {
	background: url(/images/layout/bizzreview_icons.gif) -17px -60px no-repeat;
	width: 10px;
	height: 8px;
	margin-left: 2px;
}

/** footer **/
div#footer {
	clear: both;
	border-top: 8px solid #e4c77a;
	background: #f6e2ad;
}
	div#footerContent {
		margin: 0px auto;
		width: 955px;
		text-align: center;
	}
	ul#landingMenu {
		padding: 19px 0 0;
		margin: 0;
		list-style: none;
	}
	ul#landingMenu a {
		padding: 0 0 0 5px; 
		color: #636262;
		font-size: 1em;
		text-decoration: underline;
	}
	ul#landingMenu li {
	display: inline;
	}
	ul#footerMenu {
		padding-top: 19px;
		width: 250px;
		list-style-type: none;
		margin: 0px auto;
	}
	ul#footerMenu li {
		display: block;
		float: left;
		padding-left: 5px;
	}
	ul#footerMenu li a {
		color: #636262;
		text-decoration: underline;
		font-size: 1em;
	}
	div#siteName {
		clear: both;
		color: #7a7a7a;
		font-size: 0.9em;
		padding: 18px 0 12px;
	}

div#listBottom { border-bottom: 1px solid #DADADA; padding: 5px 0 0 ; height: 22px; }

/** pager **/
div.pager { padding-left: 20px; }
div.pager a { color: #086190; text-decoration: underline; }
div.pager a.selected { color: #000; }
div.pager a:hover { color: #3E93BE; }
div.pager span.pagerLeft { padding-right: 3px; }
div.pager span.pagerRight { padding-left: 3px; }
div.pager span.small { font-size: 0.6em; }

#filterbar {
	padding-bottom: 10px;
}
#listTabs {
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 0;
	border-bottom: 1px solid #DADADA;
	height: 33px;
}
#listTabs li {
	float: left;
	display: inline-block;
	position: relative;
	margin: 0;
	margin-left: -1px;
	top: 1px;
	height: 33px;
	background: url(/images/layout/listTabs.gif) 0 -33px no-repeat;
	padding-left: 5px;
}
#listTabs li.selected {
	background-position: 0 0;
}
#listTabs li a {
	display: block;
	padding: 10px 8px 5px 8px;
	height: 18px;
	color: #848484;
	background: url(/images/layout/listTabs.gif) right -33px no-repeat;
}
#listTabs li a:hover {
	color: #595959;
	text-decoration: none;
}
#listTabs li.selected a {
	background-position: right 0px;
	color: #595959;
	font-weight: bold;
}
#filterTabs {
		border-bottom: 1px solid #DADADA;
		height: 62px;
		margin-top: 2px;
}
#filterTabs ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
}
#filterTabs ul li { float: left; }
#filterTabs li.filterTab {
	height: 22px;
}
#filterTabs li.label {
	color: #7d7d7d;
	height: 16px;
	padding: 3px 8px 3px 0px;
}
#filterTabs li a {
	display: block; height: 16px;
	color: #626161;
	text-decoration: none;
	height: 14px;
	padding: 3px 8px 3px 5px;
}
#filterTabs li.selected {
	padding-left: 2px;
	background: url(/images/layout/listTabs.gif) 0 -66px no-repeat;
}
#filterTabs li.selected a {
	background: #5eb1db;
	color: #fff;
	background: url(/images/layout/listTabs.gif) right -66px no-repeat;
}
#filterTabs li a:hover {
	color: #5eb1db;
}
#filterTabs li.selected a:hover {
	color: #fff;
}
