/* 

	CREATIONAL

	CSS / GENERAL STYLES 

	COPYRIGHT © 2010 / CREATIONAL / WWW.CREATIONAL.NL / ALL RIGHTS RESERVED

*/

* { margin: 0; padding: 0; }

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000; background: #fff;
	}

html, body { height: auto; }

body#home,
body#page {
	background: #fff; color: #000;
	}

a, a:link, a:visited, a:active { color: #666; text-decoration: underline; outline: none; }
a:hover { color: #00aced; text-decoration: none; }
a:focus, a:active { outline: none; }

img, a img { border: 0; }

ul { padding-left: 2em; padding-bottom: 1em; }
ol { padding-left: 1.8em; }
li { font-size: 1.1em; color: #666; }
li li { font-size: 1em; }

h1 { font-size: 1.4em; padding-bottom: 1em; color: #000; font-family: Corbel, Verdana, Geneva, sans-serif; }
h2 { font-size: 1.2em; padding-bottom: .5em; color: #000; font-family: Corbel, Verdana, Geneva, sans-serif; }
h3 { font-size: 1.3em; color: #000; font-family: Corbel, Verdana, Geneva, sans-serif; }
h4 { font-size: 1.2em; color: #000; }

p { font-size: 1.1em; padding-bottom: 1.2em; color: #666; }

.clear { clear: both; height: 1%; visibility:hidden; font-size: 1px; }

u { text-decoration: none; }

/* FOR FULLSCREEN BACKGROUND */
html, body, #bg, #bg table, #bg td, #container {
    height:auto; width:auto; overflow:visible;
	}
	
/* BACKGROUND */	
#bg { display: none; }

/* CONTAINER */
#container { position: static; top:0; left:0; z-index: auto; }

/* SIDEBARS */
.sidebar { 
	display: none;
	}
.sidebar_inner { 
	display: none;
	}

#logo_print { display: block; position: absolute; top: 0; left: 0; width: 100%; text-align: center; }

#logo_share { display: none; }

/* CONTENT */
#main { 
	position: static; margin-top: 70px; margin-left: 0; margin-right: auto;
	}
#main.slideshow,
#main.projects { margin-right: auto; width: 769px; }

#main_top { 
	background: none !important; 
	}
#main_bottom { 
	min-height: 54px; overflow: visible; text-align: justify;
	background: none !important; 
	}
* html #main_bottom {
	height: auto;
	}	

/* subnav */
#subnav {
	display: none;
	}

/* content */
#content {
	min-height: 140px; margin-left: 0; margin-right: 0; padding-top: 0; overflow: visible;
	color: #666; background: #fff;
	}
* html #content {
	height: auto;
	}
.slideshow #content { background: none; padding-top: 0; overflow: hidden; }
.project #content { min-height: 190px; }
* html .project #content { height: 190px; }

.projects #content_inner { padding-left: 20px; padding-bottom: 20px; }

#content h1 { padding: 0; padding-bottom: 1em; text-transform: uppercase; letter-spacing: 1px; text-align: center; }
#content h2 { padding: 0; text-transform: uppercase; letter-spacing: 1px; text-align: justify; }
#content h3 { padding: 0; text-align: justify; }
#content p { padding: 0; padding-bottom: 1.2em; text-align: justify; }

#content ul { margin: 0; }

#project_1 { border: 1px solid #fff; }

.projects #content img { border: 1px solid #7f7f7f; }

.projects #content a,
.projects #content a:link,
.projects #content a:visited {
	display: block; float: left; width: 186px; height: 147px;
	text-decoration: none;
	background: none !important;
	}
.projects #content a:hover {
	background-position: 0 -151px;
	}

.projects #content a img { margin-top: 12px; margin-left: 12px; }

.projects #content a h3 { 
	margin: 0; padding: 0; padding-top: .5em; padding-left: 12px;
	text-transform: uppercase; letter-spacing: 1px; text-align: left; font-family: Corbel, Verdana, Geneva, sans-serif; font-weight: normal; font-size: 1.1em;
	color: #7f7f7f
	}
.projects #content a h4 {
	margin: 0; padding: 0; padding-left: 12px; padding-bottom: 12px;
	text-transform: uppercase; letter-spacing: 1px; text-align: left; font-weight: normal; font-size: .8em;
	color: #7f7f7f;
	}

#content_footer {
	min-height: 24px; margin-left: 0; overflow: visible; padding: 0;
	font-size: 10px; font-family: Corbel, Verdana, Geneva, sans-serif; letter-spacing: 1px;
	background: none !important; 
	color: #999;
	}
* html #content_footer { height: auto; }	
.slideshow #content_footer {
	padding: 0 21px 15px 9px;
	font-family: Verdana, Geneva, sans-serif; letter-spacing: normal; font-size: 9px;
	}

#content_footer_extra {
	min-height: 24px; padding-top: 10px; margin-top: 10px; overflow: visible;
	font-size: 10px; font-family: Corbel, Verdana, Geneva, sans-serif; letter-spacing: 1px;
	background: none !important; border: 1px solid #999;
	color: #999;
	}	
* html #content_footer_extra { height: auto; }	

#content_footer_copyright {
	float: none;
	}

/* add this */
#toolbox { display: none; }

/* #content .partner_block { overflow: auto; } */
#content .partner_logo { float:left; margin: 0 20px; margin-bottom: .5em; }

/* slideshow */
#slideshow_footer { padding-top: 10px; height: 12px; text-transform: uppercase; font-size: 9px; font-family: Corbel, Verdana, Geneva, sans-serif; letter-spacing: 1px; }

.slideshow_controls_item_play_stop { display: inline; }
.slideshow_controls_item_play_stop a,
.slideshow_controls_item_play_stop a:link,
.slideshow_controls_item_play_stop a:visited { color: #737370; text-decoration: none; }
.slideshow_controls_item_play_stop a:hover { color: #00aced; }

.slideshow_description { display: inline; float: right; }
.slideshow_description a,
.slideshow_description a:link,
.slideshow_description a:visited { text-decoration: none; }
.slideshow_description a:hover { text-decoration: underline; }

#slideshow_controls { 
	position: relative; height: 62px; overflow: hidden; margin: 10px 0;
	background: none !important;
	text-align: center;
	}

#slideshow_numbers {
	margin: 0 27px; margin-right: 28px; height: 62px; position: relative; overflow: hidden;
	}
#slideshow_numbers_inner.scroll { position: absolute; left: 0; top: 0; }	
	
#slideshow_numbers ul { margin: 0; padding: 0; list-style: none; }
#slideshow_numbers li li { display: inline; width: 60px; height: 62px; margin-right: 7px; }
#slideshow_numbers li li a,
#slideshow_numbers li li a:link,
#slideshow_numbers li li a:visited {
	display: inline-block; width: 60px; height: 52px; padding-top: 10px;
	background: none !important;
	opacity: .5;
	}
#slideshow_numbers li li a:hover,
#slideshow_numbers li li.current a{
	background-position: 0 -62px;
	opacity: 1;
	}
#slideshow_numbers li li img {
	border:1px solid #8C8C88; width: 58px;
	}
#slideshow_numbers li li a:hover img,
#slideshow_numbers li li.current img { border-left: none; border-right: none; margin: 0 1px;}

.slideshow_next,
.slideshow_next:link,
.slideshow_next:visited,
.slideshow_next_disabled,
.slideshow_next_disabled:link,
.slideshow_next_disabled:visited,
.slideshow_previous,
.slideshow_previous:link,
.slideshow_previous:visited,
.slideshow_previous_disabled,
.slideshow_previous_disabled:link,
.slideshow_previous_disabled:visited {
	display: block; width: 22px; height: 60px; position: absolute; left: 0; top: 0;
	text-indent: -999em;
	background-repeat: none !important; 
	}
.slideshow_next_disabled,
.slideshow_next_disabled:link,
.slideshow_next_disabled:visited,
.slideshow_previous_disabled,
.slideshow_previous_disabled:link,
.slideshow_previous_disabled:visited {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: .5;
	}	
.slideshow_previous:hover { background-position: 0 -48px;  }
.slideshow_next,
.slideshow_next:link,
.slideshow_next:visited,
.slideshow_next_disabled,
.slideshow_next_disabled:link,
.slideshow_next_disabled:visited { left: auto; right: 0; background-position: -22px 4px;  }
.slideshow_next:hover { background-position: -22px -48px;  }

/* tooltip */
#tooltip { display: none; }

/* tooltip loading */
#tooltip_loading { display: none; }


/* FORMS */

form { margin: 0; margin-top: 2em; padding: 0; color: #000; font-size: 1.2em; }

fieldset { border: 0px none; margin: 0; padding: 0; padding-bottom: .6em; }
* html fieldset { padding-bottom: 1em; }
fieldset legend { display: none; }
fieldset div { margin: 10px 0; clear: both; }
fieldset br { display: none; }
fieldset div br { display: block; }

fieldset input, fieldset textarea, fieldset select {
	width: 300px; padding: 2px; 
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #666; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC;
	color: #000; background: #FAFAFA;
	}

fieldset input.fileinput { border: none; background: none; }
		
fieldset select { width: 306px; }
fieldset textarea { font-size: 100%;}

fieldset label, fieldset div.cr p {
	display: block; float: left; margin: 0; padding-right: 10px; padding-top: 4px; width: 100px;	
	text-align: left;
	}
fieldset div.cr label {
	float: none; margin-left: 110px; width: auto;
	text-align: left;
	}

fieldset div.cr div { float: left; margin-top: 0; clear: none; }
fieldset div.cr div label { margin-left: 0; }
	
fieldset div span { display: block; margin-left: 108px; padding-top: 4px; }
* html fieldset div span { margin-left: 111px; }
fieldset div span.note { font-size: .8em; color: #999; clear: both; }

fieldset .removed { display: none !important;}
fieldset .mandatory { }

fieldset div.cr input { border: none; width: auto; margin-right: 5px; background: none; }
fieldset div.cr_label input { border: none; width: auto; }

fieldset .remark,
fieldset.footnotes { 
	font-size: 87%;
	color: #666; 
	}

fieldset.buttons { clear: both; width: 100%; }
fieldset.buttons label { width: 80px; float: left; }
fieldset.buttons input { 
	width: 110px; margin-left: 20px; font-weight: bold;
	border: 1px solid #CCC; border-right: 1px solid #666; border-bottom: 1px solid #666;
	color: #080A40; background: #EAF4F8 url(../img/cl_button.gif) repeat-x;
	}
fieldset.buttons input.inactive { 
	border: 1px solid #DDD; border-right: 1px solid #637595; border-bottom: 1px solid #637595;
	background: #DBEDF3 url(../img/cl_button_inactive.gif) repeat-x; 
	}
fieldset.buttons .remark {
	display: inline;
	}

fieldset .error { color: #F00; font-weight: bold; }

fieldset .badinput { color: #F00; }
fieldset input.badinput, fieldset select.badinput, fieldset textarea.badinput {
	border: 1px solid #F00; border-right: 1px solid #F00; border-bottom: 1px solid #F00;
	color: #000; background: #FFF;
	}
	
fieldset .maps { display: none; visibility: hidden; }

/* MODULES */
.module_items { font-size: 1.1em; }
.module_items br { display: none; }

.module_items a,
.module_items a:link,
.module_items a:visited {
	display: block; padding: 10px 20px; position: relative; min-height: 100px;
	color: #666; text-decoration: none;
	}
* html .module_items a,
* html .module_items a:link,
* html .module_items a:visited {
	height: 100px;
	}	
.module_items a.even,
.module_items a.even:link,
.module_items a.even:visited { background: #e5e5e5;	}
	
.module_items span a,
.module_items span a:link,
.module_items span a:visited {
	display: inline; margin-top: 0; padding-bottom: 0; position: relative;
	color: #00ACED; text-decoration: none;
	border-top: none;
	}
.module_items span a:hover { text-decoration: underline; }	
	
.module_items span { display: block; padding-bottom: .2em; }	
.module_items span.categories,
.module_items span.tags { display: inline; padding-right: 1em; }

.module_categories,
.module_tags { padding-right: 1em; }
.module_categories a,
.module_categories a:link,
.module_categories a:visited,
.module_tags a,
.module_tags a:link,
.module_tags a:visited { color: #00ACED; }
.module_categories a:hover,
.module_tags a:hover {}
.module_footer { padding: 1em 20px; font-family:Corbel,Verdana,Geneva,sans-serif; letter-spacing:1px; text-transform:uppercase; }
.module_footer a,
.module_footer a:link,
.module_footer a:visited { text-decoration: none; }
.module_footer a:hover { text-decoration: underline; }

.module_items .heading { 
	font-weight: bold; font-family:Corbel,Verdana,Geneva,sans-serif; font-size:1.2em; padding-bottom:.3em; letter-spacing:1px; text-align:justify; text-transform:uppercase;
	color: #00ACED; 
	}
.module_items a:hover .heading { text-decoration: underline; }

.module_items .summary { padding-bottom: .3em; }
.module_items a:hover .summary { text-decoration: none; }	

.module_items .more { color: #00ACED; background: url(../img/bol_link_arrow.gif) no-repeat right center; float: right; padding-right: 12px; text-transform: uppercase; }
.module_items a:hover .more { text-decoration: underline; }

.module_items .date { color: #999; text-transform: uppercase; }

.module_items a:hover .date,	
#home .module_items a:hover .date,
#agenda_items.module_items a:hover .date {
	color: #00ACED; text-decoration: none;
	}

.module_items .date_extra {
	color: #999;
	}

.module_items .image {
	float: left; margin-right: 20px; margin-bottom: 1.5em;
	}

.module_noitems {
	font-weight: bold;
	}

.module_footer .back { padding-left: 12px; background: none; }

.module_toggle { display: block; float: left; width: 12px; height: 12px; }
.module_closed { display: none; }

/* tinyMCE */
.image_left { float: left; margin-right: 20px; margin-bottom: 1.5em; }
.numbers { font-family: Verdana, Geneva, sans-serif; }
#content .textblock,
#content .textblock_end { margin-bottom: 1.1em; padding: 1em; background: none; overflow: visible; width: auto; border: 2px solid #999; }
#content .textblock_end { margin-bottom: 0; }
#content .heading_center { padding: 0 20px; padding-bottom: 1em; text-transform: uppercase; letter-spacing: 1px; text-align: center; }

