/*******************************************************************
 * CHI Nederland Styles
 *
 * COLORS
 * - textColor 		#4F4F4F
 * - linkColor 		#919F25
 * - hoverColor		#91CC22
 *
 * DOCUMENT STRUCTURE
 * - leftContent line ..
 * - mainContent line ..
 * - rightContent line ..
 *
 * grinjo, arthur wouters 2008
 *******************************************************************/

/*overall Declarations*/

body, html, h1, h2, h3, h4, ul, ol, li, p { margin: 0px; padding: 0px; }

body {
	font: normal 11px/14px Verdana, Arial, sans-serif;
}

a {
	color: #919F25;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #91CC22;
}

a img {
	border: none;
}

b.italic {
	font-style: italic;
}

b.error {
	color: #FF4D00;
}

h1:first-letter, h2:first-letter, h3:first-letter {
	text-transform: uppercase;
}

hr.clear {
	clear: both;
	margin-bottom: 10px;
	border: none;
}

hr.dotted {
	clear: both;
	padding: 8px 0 0;
	border: none;
	border-bottom: 1px dotted #000;
}

hr.line {
	clear: both;
	padding: 8px 0 0;
	border: none;
	border-bottom: 1px solid #000;
}

hr.none {
	display: none;
}

textarea {
	font: normal 11px Verdana, Arial, sans-serif;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.strip {
	height: 46px;
	width: 100%;
	padding: 8px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
	#backToList {
	}
	
	#previousNext {
		float: right;
	}
		#previousNext a, #backToList a {
			font-family: georgia;
			font-size:10px;
			color: #000;
		}
		#previousNext a:hover, #backToList a:hover {
			color: #91CC22;
		}

.padding {
	display: block;
	padding: 0px 20px;
	clear: both;
}

#mainContent .smallContent {
	display: block;
	padding-bottom: 5px;
 	margin-bottom: 15px;
	width: 230px;
	border-bottom: 1px dotted #000;
}

#rightContent .smallContent, #rightContent .smallContent #content {
	display: block;
	padding-bottom: 5px;
 	margin-bottom: 15px;
	width: 222px;
	border-bottom: 1px dotted #000;
}
	#mainContent .smallContent h2, #rightContent .smallContent h2 {
		margin: 8px 0;
		color: #000;
		font: lighter 20px Georgia, Baskerville, sans-serif;
	}

	#mainContent .smallContent h3, #rightContent .smallContent h3 {
		font: bold 11px/14px Georgia, Baskerville, sans-serif;
	}

	#mainContent .smallContent ul, #rightContent .smallContent ul {
		margin: 18px 0 0 15px;
		list-style-image: url('../images/bullet.gif');
	}

	#mainContent .smallContent ul li, #rightContent .smallContent ul li {
		margin: 10px 0 15px 0;
	}

	#mainContent .smallContent img, #rightContent .smallContent img {
		margin-top: 8px;
	}

.smallContent .bottomLink {
	display: block;
	margin-top: 12px;
	width: 100%;
	text-align: right;
}

.specialGrey {
	display: block;
	padding: 10px 0 10px 10px;
	color: #000;
	font: normal 11px/14px Verdana, Arial, sans-serif;
	background: #D6D6D6 url('../images/hoekje.gif') no-repeat 0 0;
}

.pageIndex {
	margin: 15px 0;
	color: #000;
	font: bold 11px/16px Georgia, Baskerville, sans-serif;;
	text-transform: uppercase;
}

.pageIndex a {
	color: #000;
}

.pageIndex a.selected {
	color: #FF4D00;
}

/*FORM Elements*/
.specialGrey .row {
	clear: both;
	overflow: hidden;
	margin: 5px;
	min-height: 18px;
	vertical-align: top;
}

.specialGrey #firstRow {
	margin: 5px 5px 30px;
}

.specialGrey #finalRow {
	margin: 30px 5px 5px;
}

.specialGrey .row .blockTitle {
	display: block;
	float: left;
	width: 220px;
	font-weight: bold;
}

.specialGrey .row ul {
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
	list-style-image: none !important;
}
.specialGrey .row ul li {
	margin: 0 !important;
	padding: 0;
}

.specialGrey .row .formRight {
	float: right;
	text-align: right;
}

.specialGrey .row .formRight span {
	display: block;
	float: left;
	margin: 2px;
	padding: 2px;
	height: 17px;
	width: 17px;
	color: #000;
	font: normal 11px/15px Verdana, Arial;
	text-align: center;
	border: 1px solid #000;
}

.specialGrey .row .formRight span.statusActive {
	background: #FF4D00;
}

.specialGrey .row .formRight span.statusInActive {
	background: #FFF;
}

.specialGrey .row label {
	float: left;
	margin: 0 20px 0 0;
	width: 200px;
}

.specialGrey .inputField {
	float: left;
	width: 220px;
}

.specialGrey .inputField input {
	width: 200px;
	border: none;
}

.specialGrey .inputField input.small {
	width: 100px;
	border: none;
}

.specialGrey .inputField input.doubleSmall {
	width: 48px;
	border: none;
}

.specialGrey .inputField input.noStyle {
	width: 12px;
	border: none;
}

.specialGrey .inputField select {
	width: 140px;
	border: none;
}

.searchField {
	margin: 10px 0;
	padding-left: 15px;
	width: 180px;
	color: #000;
	background: #FFF url('../images/search.gif') no-repeat 0 0;
	border: none;
}

.fieldWhite {
	width: 130px;
	border: none;
}

.fieldGrey {
	width: 142px;
	color: #000;
	background-color: #D6D6D6;
	border: none;
}

.fieldGrey {
	width: 142px;
	color: #000;
	background-color: #D6D6D6;
	border: none;
}

.submitButton {
	margin: 0 5px;
	color: #FFF;
	font-weight: bold;
	background-color: #616161;
	border: none;
}
form#search .submitButton {
	margin: 0;
	padding: 0 5px;
}

.submitButton:hover {
	background-color: #AFCE3E;
	cursor: pointer;
}

textarea {
	height: 60px;
	border: none;
}

textarea.small {
	width: 200px;
}

textarea.large {
	width: 420px;
}

textarea#longDescription {
	height: 120px;
}
/*END FORM Elements*/

/* Page ranging 220, 480, 222 */
#leftContent {
	float: left;
	margin: 18px 8px 18px 10px;
	min-height: 600px;
	width: 220px;
}

#mainContent {
	float: left;
	margin: 18px 8px;
	padding: 0px;
	width: 480px;
	color: #4F4F4F;
	font: normal 11px/14px Verdana, Arial, sans-serif;
}

#rightContent {
	float: left;
	margin: 18px 8px;
	width: 222px;
	color: #4F4F4F;
	font: normal 11px/14px Verdana, Arial, sans-serif;
}
/*END Page ranging*/

/*leftContent*/
#leftContent ul {
	list-style-type: none;
}

h1 a { /* this is the CHI Nederland logo */
	display: block;
	width: 220px;
	height: 155px;
	text-indent: -999px;
	overflow: hidden;
	background: transparent url('../images/chilogo.gif') no-repeat 0 50%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.menuLink a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.menuLink a:hover {
	color: #91CC22;
}

.menuLink a.selected {
	color: #FF4D00;
}
	
	#leftContent .menuBlock {
		display: block;
		width: 220px;
		border-bottom: 1px solid #000 !important;
	}

	#menuItemList0 {
		position: relative;
		width: 220px;
		margin: 8px 0;
		font: normal 20px/26px "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
	}

	#menuItemList1 {
		position: absolute;
		visibility: hidden;
		top: 94px;
		left: 0px;
		width: 90px;
		font: normal 11px/18px Georgia, Baskerville, sans-serif;
		text-transform: none;
	}
	
	#menuItemList2 {
		position: absolute;
		top: 0;
		left: 120px;
		visibility: hidden
	}
	
	#menuItemList0 li.selected #menuItemList1, #menuItemList0 li.selected #menuItemList1 li.selected #menuItemList2  {
		visibility: visible;
	}
	
	#menuItemList0 li#Publicaties {
	}

	#languageMenu {
		margin: 18px 0 0 0;
		font: normal 11px/18px Georgia, Baskerville, sans-serif;
		text-transform: uppercase;
	}

	#sponsors {
		margin: 8px 0;
		padding: 5px 0;
		border-top: 1px solid #000;
	}
		#sponsors .sponsor {
			margin: 3px 0;
			padding: 2px 0;
			min-height: 35px;
			color: #000;
			font: normal 20px Georgia, Baskerville, sans-serif;
			border-bottom: 1px dotted #000;
		}
/*END leftContent*/

/*mainContent*/
#leftMain {
	float: left;
	margin: 0 20px 0 0;
	min-height: 100px;
	width: 230px;
}

#rightMain {
	float: left;
	min-height: 100px;
	width: 230px;
}

#mainContent #content ul#tabMenu {
	margin: 0;
	padding: 3px 0;
	height: 36px;
	width: 480px;
	list-style-type: none;
	border-bottom: 1px solid #000;
}

ul#tabMenu li {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px 3px 0 12px;
	height: 22px;
	width: 100px;
	background: #D6D6D6 url('../images/tab_grijs.gif') no-repeat 100% 0;
	border-bottom: 1px solid #000;
}

ul#tabMenu li.right {
	float: right;
}

ul#tabMenu li:hover {
	background: #AFCE3E url('../images/tab_groen.gif') no-repeat 100% 0;
}

ul#tabMenu li#active {
	background: #FFF url('../images/tab_wit.gif') no-repeat 100% 0;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #000;
}

ul#tabMenu li a {
	color: #4F4F4F;
	font: normal 12px/18px Georgia, Baskerville, sans-serif;
	text-transform: uppercase;
}

.indexBox {
	float: left;
	margin: 1px;
	height: 16px;
	width: 16px;
	color: #FFF;
	font: normal 11px/15px Verdana, Arial;
	text-transform: uppercase;
	text-align: center;
	background: #000;
}

.indexBox:hover {
	color: #FFF;
	background: #AFCE3E;
}

.indexBoxSel {
	float: left;
	margin: 1px;
	height: 16px;
	width: 16px;
	color: #FFF;
	font: normal 11px/15px Verdana, Arial;
	text-transform: uppercase;
	text-align: center;
	background: #FF4D00;
}

.indexBoxSel:hover {
	color: #FFF;
}

.indexBoxNo {
	float: left;
	margin: 1px;
	height: 16px;
	width: 16px;
	color: #FFF;
	font: normal 11px/15px Verdana, Arial;
	text-transform: uppercase;
	text-align: center;
	background: #888;
}

ol {
	list-style-type: decimal;
	margin: 0 20px;
	padding-left: 40px;
}

ol li {
	margin: 0 0 20px;
	color: #000;
	font: bold 11px Georgia, Baskerville, sans-serif;
}
	ol li b.name {
		color: #919F25;
	}
	ol li span.summary {
		color: #4F4F4F;
		font: normal 11px/14px Verdana, Arial, sans-serif;
	}
	
	.memberComplete {
		position: relative;
		display: table-cell;
		margin: 0 0 10px -78px;
		padding: 10px;
		min-height: 220px;
		width: 458px;
		font: normal 11px/20px Verdana, Arial, sans-serif;
		border-top: 1px dotted #000;
		border-bottom: 1px dotted #000;
		overflow: hidden;
	}
	.memberComplete h1 {
		margin: 12px 0;
		font: lighter 20px/20px Georgia;
		color: #000;
	}
	.memberComplete h2 {
		margin: 12px 0 0;
		font: bold 13px/20px Georgia;
		color: #4F4F4F;
	}

/**************************/
/*just Content declaration*/

#mainContent #content, #mainContent #short {
	margin-bottom: 20px;
}

#mainContent #content h1 {
	margin: 8px 0 12px;
	color: #000;
	font: lighter 20px Georgia, Baskerville, sans-serif;
}

#mainContent #content h2 {
	margin: 8px 0 5px;
	font: bold 14px/16px Georgia, Baskerville, sans-serif;
}

#mainContent #content h3 {
	margin: 15px 0 5px;
	font: bold 13px/14px Georgia, Baskerville, sans-serif;
}

#mainContent #content ul {
	margin: 6px 15px;
	list-style-image: url('../images/bullet.gif');
}
#mainContent #content ul li {
	margin: 14px 0;
}
/*END just Content declaration*/
/*END mainContent*/

/*rightContent*/
#search {
	padding-top: 14px;
	width: 220px;
	font: normal 11px/18px Georgia, Baskerville, sans-serif;
	text-transform: uppercase;
}
/*END rightContent*/


/* LoginBox Wie is Wie */
form#loginBox {
	padding: 20px;
}
form#loginBox label {
	float: left;
	width: 120px;
	line-height: 20px;
}
form#loginBox input {
	width: 100px;
	margin-bottom: 10px;
	border: 0px;
	width: 200px;
	padding: 2px;
}
form#loginBox input.submitButton {
	float: left;
	margin-left: 120px;
	width: 100px;
}

form#loginBox span#forgotPass {
	float: left;
	margin-left: 10px;
	line-height: 20px;
}

/*footer*/
div#footer {
	clear: both;
	float: left;
	margin: 0px 8px 18px 10px;
	height: 40px;
	width: 952px;
	color: #AAA;
	font: normal 11px/14px Verdana, Arial, sans-serif;
	border-top: 1px solid #CCC;
}

div#footer:hover {
	color: #4F4F4F;
}
/*footer*/


/* Right content bedrijvengids */
#hide_form {
	display: none;
}

#rightContent .smallContent .row label {
	display: block;
	float: left;
	margin: 5px 20px 0 0;
	width: 200px;
}

#rightContent .smallContent .specialGrey .inputField {
	display: block;
	float: left;
	width: 220px;
}

#rightContent .smallContent ul.company_guide {
}

#rightContent .smallContent ul.company_guide li {
	list-style-type: none;
	list-style-image: none;
	height: 4px;
}

#rightContent .smallContent ul.company_guide li a {
	font-weight: normal;
	color: #33F;
}

#rightContent .smallContent ul.company_guide li a.selected {
	color: #F33;
}

p.description {
	margin: 10px 0;
}

p.expertises {
	color: #888;
}

/* End Right content bedrijvengids 
#emailaddresses {
	padding-left: 18px;
}*/

.province_not_selected { color: #919F25; cursor: pointer; }
.province_not_selected:hover { color: #919F25; }
.province_selected { color: #FF4D00; cursor: pointer; }
.province_selected:hover { color: #FF4D00; }
