/* 

	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: 62.5%;
	color: #000; background: #FFF;
	}

html, body { height: 100%; }

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

a, a:link, a:visited, a:active { color: #00aced; 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; line-height: 1.4em; color: #666; }
li li { font-size: 1em; line-height: normal; }

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; line-height: 1.4em; 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:100%; width:100%; overflow:hidden;
	}
	
/* BACKGROUND */	
#bg { position: fixed; }
#bg div { position:absolute; left: -50%; top: 0; height: 100%; width: 200%; }
#bg td { text-align:center; vertical-align: middle; }
#bg img { margin: 0 auto; min-height: 100%; min-width: 50%; }

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

/* SIDEBARS */
.sidebar { 
	width: 222px; height: 100%;
	background: url(../img/bol_sidebar_background.png) repeat-y left top  !important; 
	background: url(../img/bol_sidebar_background.gif) repeat-y left top; 
	}
* html .sidebar {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	}	
	
.sidebar_inner { 
	width: 210px; height: 100%; 
	}

#sidebar_left { position: absolute; left: 0; top: 0; }
#sidebar_left_inner { position: absolute; left: 0; top: 0; overflow: hidden; }
#sidebar_right { position: absolute; right: 0; top: 0; width: 150px; }
#sidebar_right_inner { position: absolute; right: 0; top: 0; width: 150px; overflow: hidden; }

/* SIDEBAR LEFT */
#logo,
#logo:link,
#logo:visited {
	display: block; width: 210px; height: 159px; overflow: hidden;
	text-indent: -999px;
	background-repeat: no-repeat; background-position: 0 0; 
	background-image: url(../img/bol_logo.png) !important; 
	background-image: url(../img/bol_logo.gif); 
	}
#logo:hover {
	background-position: 0 -164px;
	}

#logo_print { display: none; }

/* leftnav */
#leftnav { 
	padding-bottom: 10px;
	background: url(../img/bol_divider_left.png) no-repeat left bottom !important; 
	background: url(../img/bol_divider_left.gif) no-repeat left bottom;
	}

#leftnav ul { margin: 0; margin-top: 6px; margin-right: 9px; padding: 0; list-style: none; }
#leftnav li { text-align: right; text-transform: uppercase; font-size: 11px; line-height:normal; font-family: Corbel, Verdana, Geneva, sans-serif; letter-spacing: 1px; }

#leftnav li a,
#leftnav li a:link,
#leftnav li a:visited {
	display: block; padding: 1px 0; width: 201px;
	color: #737370;
	text-decoration: none; 
	}
#leftnav li a:hover {
	color: #00aced;
	}
	
#leftnav li.current a,
#leftnav li.current a:link,
#leftnav li.current a:visited {
	color: #fff;
	}
#leftnav li.current a:hover {
	}	

#leftnav_arrow {
	position: absolute; left: 214px; top: -25px; width: 12px; height: 25px;
	background: url(../img/bol_arrow.png) no-repeat left top  !important;
	background: url(../img/bol_arrow.gif) no-repeat left top;
	}

/* map */
#map,
#map:link,
#map:visited {
	display: block; width: 210px; height: 101px; overflow: hidden; position: relative; margin-top: -1px;
	text-decoration: none;
	background-repeat: no-repeat; background-position: 0 0; 
	background-image: url(../img/bol_outline_210x101.png) !important; 
	background-image: url(../img/bol_outline_210x101.gif); 
	}
#map:hover {
	background-position: 0 -106px;
	}

#map span {
	display: block; width: 210px; position: absolute; left: 0; top: 66px;
	text-align: center; text-transform: uppercase; font-size: 9px; font-family: Corbel, Verdana, Geneva, sans-serif; letter-spacing: 1px;
	color: #737370;
	}
#map span span {
	position: static; top: 0;
	color: #fff;
	}

/* feed */
#feed,
#feed:link,
#feed:visited {
	display: block; width: 190px; padding: 12px 10px; overflow: hidden; margin-top: -2px;
	text-decoration: none; text-align: center; font-size: 1.1em;
	background-repeat: no-repeat; background-position: 0 100%; 
	background-image: url(../img/bol_outline_210.png) !important; 
	background-image: url(../img/bol_outline_210.gif); 
	color: #737370;
	}
#feed:hover {
	margin-top: -3px;
	background-position: -215px 100%;
	border-top: 1px solid #49b5f8;
	}

#feed h4 { 
	text-transform: uppercase; font-size: 11px; font-family: Corbel, Verdana, Geneva, sans-serif; letter-spacing: 1px; 
	color: #fff;
	}
	
/* slogan */
#slogan,
#slogan:link,
#slogan:visited {
	display: block; width: 190px; padding: 17px 10px; padding-top: 15px; overflow: hidden; margin-top: -2px;
	text-decoration: none; text-align: center; font-size: 12px; font-family: Corbel, Verdana, Geneva, sans-serif; 
	background-repeat: no-repeat; background-position: 0 100%; 
	background-image: url(../img/bol_outline_210.png) !important; 
	background-image: url(../img/bol_outline_210.gif); 
	color: #737370;
	}
#slogan:hover {
	margin-top: -3px;
	background-position: -215px 100%;
	border-top: 1px solid #49b5f8;
	}
#slogan span.subheading { 
	display: block;
	color: #fff; 
	font-size: 13px; text-transform: uppercase; font-family: Corbel, Verdana, Geneva, sans-serif; letter-spacing: 1px;  
	}

/* bottom */
#bottom_left {
	position: absolute; left: 0; bottom: 0; width: 210px; height: 100px; overflow: hidden;
	text-align: center; font-size: 9px; text-transform: uppercase; font-family: Corbel, Verdana, Geneva, sans-serif; letter-spacing: 1px; 
	background: url(../img/bol_bottom_left_background.png) no-repeat left top !important; 
	background: url(../img/bol_bottom_left_background.gif) no-repeat left top;
	color: #737370;
	}
	
.bottom_row { overflow: hidden; clear:both; }

#bottom_row_1 { height: 31px; }

#backgrounds,
#backgrounds:link,
#backgrounds:visited {
	float: left; height: 31px; width: 161px; padding-right: 5px;
	text-align: right; line-height: 28px; text-decoration: none;
	background-repeat: no-repeat; background-position: 0 0;
	background-image: url(../img/bol_outline_166x29.png) !important;
	background-image: url(../img/bol_outline_166x29.gif);
	color: #737370;
	}
#backgrounds:hover {
	background-position: 0 -36px;
	}
#backgrounds a,
#backgrounds a:link,
#backgrounds a:visited {
	display: inline-block; padding-left: 1px; height: 31px;
	text-decoration: none; font-family: Verdana, Geneva, sans-serif;
	color: #737370;
	}
#backgrounds a:hover {
	color: #00aced;
	}
#backgrounds a.current,
#backgrounds a.current:link,
#backgrounds a.current:visited {
	text-decoration: none;
	color: #fff;
	}
#backgrounds a.current:hover {
	}

#fullscreen,
#fullscreen:link,
#fullscreen:visited {
	float: left; display: block; width: 45px; height: 31px; margin-left: -1px; overflow: hidden;
	background-repeat: no-repeat; background-position: 0 0;
	background-image: url(../img/bol_outline_45x29.png) !important;
	background-image: url(../img/bol_outline_45x29.gif);
	}
#fullscreen:hover {
	background-position: 0 -36px;
	}

#bottom_row_2 { height: 36px; margin-top: -3px; }

#bottom_row_2 a,
#bottom_row_2 a:link,
#bottom_row_2 a:visited {
	float: right; display: block; width: 34px; height: 36px; margin-left: -1px; overflow: hidden;
	background-repeat: no-repeat; background-position: 0 0;
	background-image: url(../img/bol_outline_34x34.png) !important;
	background-image: url(../img/bol_outline_34x34.gif);
	}
#bottom_row_2 a:hover {
	background-position: 0 -41px;
	}

#bottom_row_3 { height: 33px; line-height: 33px; color: #515151; }
#bottom_row_3 p { margin: 0; padding: 0; line-height: 33px; }


/* CONTENT */
#main { 
	padding-top: 82px; margin-left: 228px; margin-right: 25%; min-width: 630px;
	}
#main.slideshow,
#main.projects { margin-right: auto; width: 769px; }

#main_top { 
	position: relative;
	background: url(../img/bol_content_background.png) repeat-y right top !important; 
	background: url(../img/bol_content_background.gif) repeat-y right top; 
	}
#main_bottom { 
	min-height: 54px; overflow: hidden; text-align: justify;
	background: url(../img/bol_content_shadow_left.png) no-repeat left bottom !important; 
	background: url(../img/bol_content_shadow_left.gif) no-repeat left bottom; 
	}
* html #main_bottom {
	height: 54px;
	}	

/* subnav */
#subnav {
	position: absolute; left: 0; top: 0; width: 155px; overflow: hidden;
	}
* html #subnav {
	left: -155px;
	}

#close {
	display: block; width: 155px; height: 77px; overflow: hidden;
	text-indent: -999px;
	background-repeat: no-repeat; background-position: 0 0; 
	background-image: url(../img/bol_close.png) !important; 
	background-image: url(../img/bol_close.gif); 
	}
#close:hover {
	background-position: 0 -82px;
	}

#loading,
.loading {
	display: block; width: 155px; height: 77px;
	text-indent: -999px;
	background-repeat: no-repeat; background-position: 0 0; 
	background-image: url(../img/bol_loading.png) !important; 
	background-image: url(../img/bol_loading.gif); 
	}
.loading_ani { margin-top: 15px; }

#subnav h1 { 
	margin: 0; padding: 7px 0; padding-left: 9px; padding-bottom: 9px;
	text-transform: uppercase; font-size: 11px; font-family: Corbel, Verdana, Geneva, sans-serif; letter-spacing: 1px; font-weight: normal; 
	color: #fff;
	background: url(../img/bol_subnav_divider.png) no-repeat left bottom !important; 
	background: url(../img/bol_subnav_divider.gif) no-repeat left bottom; 
	}

#subnav ul { margin: 0; margin-top: 6px; margin-left: 9px; padding: 0; list-style: none; }
#subnav li { text-transform: uppercase; font-size: 11px; font-family: Corbel, Verdana, Geneva, sans-serif; letter-spacing: 1px; }

#subnav li a,
#subnav li a:link,
#subnav li a:visited {
	display: block; padding: 1px 0; width: 146px;
	color: #737370;
	text-decoration: none; 
	}
#subnav li a:hover {
	color: #00aced;
	}
	
#subnav li.current a,
#subnav li.current a:link,
#subnav li.current a:visited {
	color: #fff;
	}
#subnav li.current a:hover {
	}

/* content */
#content {
	margin-left: 155px; margin-right: 12px;
	color: #666; background: #fff;
	}
#content_resize { min-height: 140px; }	
* html #content_resize { height: 140px; }

#content_resize.scrolling { overflow: auto; -webkit-overflow-scrolling: touch; }
	
.slideshow #content { background: none; }
.slideshow #content_resize { padding-top: 0; overflow: hidden; }
.slideshow #content_resize.scrolling { overflow: hidden; }

.project #content_resize { min-height: 190px; }
* html .project #content_resize { height: 190px; }

#content_inner { padding-top: 20px; min-height: 100px; }
.project #content_inner { min-height: 200px; }
.projects #content_inner { padding-left: 20px; padding-bottom: 20px; }
.slideshow #content_inner { padding-top: 0; }


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

#content ul { margin: 0 20px; }

#content .video-js-box { margin: 0 auto; }

/* scrolling */
.scr_wrapper { position: relative; height: 140px; }
.scr_container_outer { }
.scr_container { position: relative; height: 140px; overflow: hidden; }
.scr_container .scr_content { position: absolute; top: 0; left: 0; }
.sbr_container { position: absolute; top: 0; right: 0; width: 11px; font-size: 0; }
.sbr_container .sbr_up, .sbr_container .sbr_up_pressed { display: none; }
.sbr_container .sbr_down, .sbr_container .sbr_down_pressed { display: none; }
.sbr_container .sbr_down_pressed, .sbr_container .sbr_up_pressed { background: #00aeee; }
.sbr_container .sbr_track, .sbr_container .sbr_track_pressed { position: relative; width: 11px; height: 130px; margin: 0; background: #939393 url(../img/bol_scrollbar.gif) repeat-y -80px 50%; }
.sbr_container .sbr_track_pressed { background: #7a7a7a; }
.sbr_container .sbr_handle, .sbr_container .sbr_handle_pressed { position: absolute; width: 9px; height: 30px; background: #656564 url(../img/bol_scrollbar.gif) no-repeat -1px 50%; border: 1px solid #4c4c4b; }
.sbr_container .sbr_handle_top { width: 9px; height: 11px; background: url(../img/bol_scrollbar.gif) no-repeat -41px 0; }
.sbr_container .sbr_handle_bottom { position: absolute; left: 0; bottom: 0; width: 9px; height: 11px; background: url(../img/bol_scrollbar.gif) no-repeat -61px 0; }
.sbr_container .sbr_handle_pressed, .sbr_container .sbr_handle_pressed .sbr_handle_top, .sbr_container .sbr_handle_pressed .sbr_handle_bottom { background-color: #00aeee; }
.sbr_container .sbr_handle_pressed { background-position: -21px 50%; border: 1px solid #00aeee; }
.sbr_container .sbr_handle_pressed .sbr_handle_top { background-position: -41px -10px; }
.sbr_container .sbr_handle_pressed .sbr_handle_bottom { background-position: -61px -10px; }
.sbr_disabled .sbr_container { display: none; }

/* update */
#content #update {}
#content #update h2 { font-size: 1.4em; padding-bottom: 1em; text-align: center; }
#content #update a,
#content #update a:link,
#content #update a:visited { text-decoration: none; color: #666; }
#content #update a .heading, 
#content #update a:link .heading, 
#content #update a:visited .heading { 
	font-size: 1.1em; font-weight: bold; font-family: Corbel,Verdana,Geneva,sans-serif; letter-spacing: 1px; text-align: justify; text-transform: uppercase;
	color: #00ACED; 
	}
#content #update a:hover .heading { text-decoration: underline; }
#content #update a .summary { }
#content #update a .more { color: #00ACED; background: url(../img/bol_link_arrow.gif) no-repeat right center; float: right; padding-right: 12px; text-transform: uppercase; }
#content #update a:hover .more { text-decoration: underline; }
#content #update a .date { color: #999; text-transform: uppercase; }

/* projects */
#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-repeat: no-repeat; background-position: 0 0;
	background-image: url(../img/bol_outline_186x145.png) !important;
	background-image: url(../img/bol_outline_186x145.gif);
	}
.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;
	}

#movie_player { border: 1px solid #fff; }
#movie_player object { outline: none; }

/* footer */
#content_footer {
	min-height: 24px; margin-left: 155px; overflow: hidden; padding: 15px 20px; padding-right: 32px;
	font-size: 10px; font-family: Corbel, Verdana, Geneva, sans-serif; letter-spacing: 1px;
	background: url(../img/bol_content_shadow_right.png) no-repeat right bottom !important; 
	background: url(../img/bol_content_shadow_right.gif) no-repeat right bottom;
	color: #737370;
	}
* html #content_footer { height: 24px; }	

.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;
	font-size: 10px; font-family: Corbel, Verdana, Geneva, sans-serif; letter-spacing: 1px;
	background: url(../img/bol_slideshow_background.png) repeat-x left top !important; 
	background: url(../img/bol_slideshow_background.gif) repeat-x left top;
	color: #737370;
	}	
* html #content_footer_extra { height: 24px; }	

#content_footer_copyright {
	float: right;
	}

#project_footer_6 {
	margin: 10px 0; padding-top: 10px;
	background: url(../img/bol_footer_divider.png) repeat-x left top !important; 
	background: url(../img/bol_footer_divider.gif) repeat-x left top;
	}
	
#project_footer_6 span {
	display: block;
	font-size: 10px; font-family: Corbel, Verdana, Geneva, sans-serif; letter-spacing: 1px;
	color: #737370;
	}

/* add this */
#toolbox {
	font-family: Corbel, Verdana, Geneva, sans-serif; letter-spacing: 1px; text-transform: uppercase; font-weight: bold; line-height: 16px;
	}
	
#toolbox img { vertical-align: top; }	
	
#toolbox a,
#toolbox a:link,
#toolbox a:visited {
	float: left; padding: 0 4px;
	text-decoration: none;
	color: #737370;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: .8;
	}
#toolbox a:hover {
	color: #00ACED;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
	}

#toolbox a.addthis_button_compact,
#toolbox a.addthis_button_compact:link,
#toolbox a.addthis_button_compact:visited {}
#toolbox a.addthis_button_compact img { margin-left: 3px; }

#at_email form { padding: 0; }

/* #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: url(../img/bol_slideshow_background.png) repeat-x left top !important;
	background: url(../img/bol_slideshow_background.gif) repeat-x left top;
	text-align: center;
	}

#slideshow_numbers {
	margin: 0 27px; margin-right: 28px; height: 62px; position: relative; overflow: hidden;
	}
#slideshow_inner.scroll { position: absolute; left: 0; top: 0; }	

#slideshow_numbers ul { margin: 0; padding: 0; list-style: none; }
#slideshow_numbers li { margin: 0; padding: 0; display: inline; }
#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-repeat: no-repeat; background-position: 0 0;
	background-image: url(../img/bol_outline_60x60.png) !important;
	background-image: url(../img/bol_outline_60x60.gif);
	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: no-repeat; background-position: 0 4px; 
	background-image: url(../img/bol_controls_arrows.png) !important; 
	background-image: url(../img/bol_controls_arrows.gif);
	}
.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;  }

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

#movie_footer_content {
	margin: 10px 0; padding-top: 10px;
	background: url(../img/bol_footer_divider.png) repeat-x left top !important; 
	background: url(../img/bol_footer_divider.gif) repeat-x left top;
	}

/* tooltip */
#tooltip {
	position: absolute; left: 228px; top: -400px; width: 222px;
	text-transform: uppercase; font-size: 9px; font-family: Corbel, Verdana, Geneva, sans-serif; text-align: justify;
	}
#tooltip.right {
	left: auto; right: 157px;
	font-size: 10px;
	}	

#tooltip h1, #tooltip h2, #tooltip h3, #tooltip h4 { display: none; }

#tooltip p { padding: 0; padding-top: .2em; padding-bottom: .8em; text-transform: none; }	
#tooltip.right p { padding: 0; padding-bottom: 1em; font-family: Verdana, Geneva, sans-serif; font-size: 11px; }

#tooltip_top {
	padding: 12px; padding-right: 22px; padding-bottom: 6px; min-height: 10px; overflow: hidden;
	background: url(../img/bol_tooltip_210_top.png) no-repeat right top !important; 
	background: url(../img/bol_tooltip_210_top.gif) no-repeat right top;
	color: #666;
	}
#tooltip_top.partner { padding: 0; padding-right: 22px; }

#tooltip_top h5,	
#tooltip_top h6 { margin: 0; padding: 0; font-size: 9px; color: #666; letter-spacing: 1px; }	
#tooltip_top h5 { color: #000; }
#tooltip.right #tooltip_top h5,
#tooltip.right #tooltip_top h6 { font-size: 10px; }

#tooltip_bottom {
	padding: 12px; padding-right: 22px; padding-top: 6px; padding-bottom: 24px; min-height: 28px; overflow: hidden;
	background: url(../img/bol_tooltip_210_bottom.png) no-repeat right bottom !important; 
	background: url(../img/bol_tooltip_210_bottom.gif) no-repeat right bottom;
	}
#tooltip.right #tooltip_bottom { text-align: right; }	
#tooltip.right #tooltip_bottom.partner { text-align: justify; }	
	
#tooltip_bottom h5,
#tooltip_bottom h6 { margin: 0; padding: 0; font-size: 9px; letter-spacing: 1px; }	
#tooltip_bottom h5 { color: #737370; }	
#tooltip.right #tooltip_bottom h5 { color: #fff; font-size: 10px; }
#tooltip.right #tooltip_bottom h6 { color: #737370; font-size: 9px; font-weight: normal; }

#tooltip_bottom p { font-family: Verdana, Geneva, sans-serif; }

#tooltip_bottom a,
#tooltip_bottom a:link,
#tooltip_bottom a:visited {
	text-decoration: none; font-size: 9px;
	}	
#tooltip_bottom a:hover {
	text-decoration: underline;
	}	
	
#tooltip_arrow {
	position: absolute; left: 214px; top: -25px; width: 12px; height: 25px;
	background-repeat: no-repeat; background-position: left top;
	background-image: url(../img/bol_arrow.png) !important; 
	background-image: url(../img/bol_arrow.gif);
	}
#tooltip_arrow.right {
	left: auto; right: 154px;
	background-position: right top;
	}

/* tooltip loading */
#tooltip_loading {
	position: absolute; left: 228px; top: 82px; width: 167px; height: 140px;
	background: url(../img/bol_loading_background.png) !important; 
	background: url(../img/bol_loading_background.gif);
	}

/* SIDEBAR: RIGHT */
#bottom_right {
	width: 150px; height: 142px; position: absolute; left: 0; bottom: 0;
	}

#bottom_right ul { margin: 0; padding: 0; list-style: none; }
#bottom_right li { margin: 0; padding: 0; }

/* items */
.sidebar_items_panel {
	position: absolute; left: 0; top: 0; width: 150px; padding-top: 3px;
	}

#sidebar_items a,
#sidebar_items a:link,
#sidebar_items a:visited {
	display: block; width: 126px; height: 89px; overflow: hidden; padding-top: 28px; padding-left: 24px; margin-top: -3px;
	text-decoration: none; text-transform: uppercase; font-size: 9px; font-family: Corbel, Verdana, Geneva, sans-serif; letter-spacing: 1px;
	background-repeat: no-repeat; background-position: 0 0; 
	background-image: url(../img/bol_outline_150x115.png) !important; 
	background-image: url(../img/bol_outline_150x115.gif);
	color: #737370;
	}
#sidebar_items.partners a,
#sidebar_items.partners a:link,
#sidebar_items.partners a:visited {
	width: 150px; height: 77px; padding-top: 0; padding-left: 0;
	background-image: url(../img/bol_outline_150x75.png) !important; 
	background-image: url(../img/bol_outline_150x75.gif);
	}
	
#sidebar_items a:hover {
	background-position: 0 -122px;
	}
#sidebar_items.partners a:hover {
	background-position: 0 -82px;
	}

#sidebar_items a img {
	display: block; margin-bottom: 2px;
	border: 1px solid #8c8c88;
	}
#sidebar_items.partners a img {
	border: none;
	}

/* controls */
#bottom_controls {
	height: 54px; position: relative; margin-bottom: 3px;
	text-align: center;
	background: url(../img/bol_controls_background.png) no-repeat left top !important; 
	background: url(../img/bol_controls_background.gif) no-repeat left top;
	}

#bottom_controls li { display: inline; }

#bottom_controls li a,
#bottom_controls li a:link,
#bottom_controls li a:visited {
	display: inline-block; width: 9px; height: 52px;
	text-indent: -999em;
	background-repeat: no-repeat; background-position: 0 21px; 
	background-image: url(../img/bol_controls_dot.png) !important; 
	background-image: url(../img/bol_controls_dot.gif);
	}
#bottom_controls li a:hover {
	}
#bottom_controls li.current a,
#bottom_controls li.current a:link,
#bottom_controls li.current a:visited {
	background-position: 0 -33px;
	}

.bottom_next,
.bottom_next:link,
.bottom_next:visited,
.bottom_next_disabled,
.bottom_next_disabled:link,
.bottom_next_disabled:visited,
.bottom_previous,
.bottom_previous:link,
.bottom_previous:visited,
.bottom_previous_disabled,
.bottom_previous_disabled:link,
.bottom_previous_disabled:visited {
	display: block; width: 22px; height: 52px; position: absolute; left: 0; top: 0;
	text-indent: -999em;
	background-repeat: no-repeat; background-position: 0 0; 
	background-image: url(../img/bol_controls_arrows.png) !important; 
	background-image: url(../img/bol_controls_arrows.gif);
	}
.bottom_next_disabled,
.bottom_next_disabled:link,
.bottom_next_disabled:visited,
.bottom_previous_disabled,
.bottom_previous_disabled:link,
.bottom_previous_disabled:visited {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: .5;
	}	
.bottom_previous:hover { background-position: 0 -52px;  }

.bottom_next,
.bottom_next:link,
.bottom_next:visited,
.bottom_next_disabled,
.bottom_next_disabled:link,
.bottom_next_disabled:visited { left: auto; right: 0; background-position: -22px 0;  }
.bottom_next:hover { background-position: -22px -52px;  }

/* buttons */
#bottom_right li .button,
#bottom_right li .button:link,
#bottom_right li .button:visited {
	display: block; width: 141px; height: 31px; overflow: hidden; margin-top: -3px; padding-left: 9px;
	text-decoration: none; line-height: 28px; text-transform: uppercase; font-size: 11px; font-family: Corbel, Verdana, Geneva, sans-serif; letter-spacing: 1px;
	background-repeat: no-repeat; background-position: 0 0; 
	background-image: url(../img/bol_outline_150x29.png) !important; 
	background-image: url(../img/bol_outline_150x29.gif);
	color: #737370;
	}
#bottom_right li .button:hover {
	background-position: 0 -36px;
	color: #00aced;
	}

#bottom_right li.current .button,
#bottom_right li.current .button:link,
#bottom_right li.current .button:visited {
	color: #fff; background-position: 0 0;
	}

/* FORMS */

form { margin: 0; padding: 0 20px; color: #666; font-size: 1.1em; }

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

fieldset input, fieldset textarea, fieldset select {
	width: 300px; padding: 4px; 
	border: 1px solid #999; border-right: 1px solid #999; border-bottom: 1px solid #999;
	color: #000; background: #fff;
	}

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,
fieldset .btn { 
	width: 310px; 
	font-weight: bold; letter-spacing: 1px; text-transform: uppercase;
	border: 1px solid #28a9e0;
	color: #fff; background: #28a9e0;
	}
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; }

fieldset .indicate-required { float: right; color: #999; margin: 0; }

/* 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; }
/*
#home .module_items .date,
#agenda_items.module_items .date { 
	display: block; position: absolute; top: 0; left: 0; width: 50px;
	text-align: right; font-weight: normal; text-transform: lowercase;
	color: #999; 
	}
*/
.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; padding: 0 20px;
	}

.module_footer .back { padding-left: 12px; background: url(../img/bol_link_arrow_back.gif) no-repeat left center; }

.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-top: 1em; background: #e5e5e5; overflow: auto; width: 100%; }
#content .textblock_end { margin-bottom: 0; }
#content .heading_center { padding: 0 20px; padding-bottom: 1em; text-transform: uppercase; letter-spacing: 1px; text-align: center; }

