@charset "utf-8";
/* CSS Document */

/* IE6 PNGFIX */
body { behavior:url(./assets/templates/teamalert/csshover2.htc); }
img, div, a, span { behavior:url(./assets/templates/teamalert/iepngfix.htc); }

/* default styles*/
html{
	margin:0;
	padding:0;
}
body{
	height:100%;
	padding:0;
	margin:0;
	font:normal 12px verdana, arial, helvetica, "liberation sans", "dejavu sans condensed", sans-serif;
	color:#003d64;
	background:#b7b7b7 url(img/body_bg.png) top repeat;
	overflow:inherit;
}
a{
	text-decoration:none;
	color:#003d64;
	outline:none;
	border:0;
	cursor:pointer;
}
a:focus{
	/*user-focus:none;*/
	outline:none;
	/*-moz-user-focus:none;*/
	/*-moz-outline:none;*/
	cursor:pointer;
}
img{ border:0; }
a img{ border:0; }

/* content wrapper for shadow */
#container_wrap{
	width:1000px;
	height:auto;
	position:absolute;
	left:50%;
	margin-left:-500px;
	overflow:inherit;
	z-index:1;
	background:url(img/body_bg_shadow.png) top repeat-y;
}
/* container for total content */
#container{
	width:950px;
	/*min-height:100%;
	height:auto !important; /* ie6 min-height fix
	height:100%;*/
	height:auto;
	left:21px;
	position:absolute;
	overflow:inherit;
	z-index:1;
	background:#fff;
	/*top:-50px;*/
}

/* START HEADER layout [header_top, header_img + header_nav] */
#header_top{
	float:left;
	height:30px;
	width:100%;
	position:relative;
	/*background: url(img/teamalert_logo.png) no-repeat;*/
	margin:0;
	padding:0;
	left:35px;
}
/* header img absolute positioned for breakouteffect + ie fix */
#header_img_wrap{
	float:left;
	height:auto;
	width:992px;
	position:relative;
	overflow:visible;
	left:50%;
	margin:-12px 0 0 -491px;
	z-index:4;
}
#header_img_top{
	height:22px;
	width:992px;
	background: url(img/header_img_wrap_top.png) top no-repeat;
	z-index:3;
}

/* top navigation css && land navigation */
#nav_land{
	float:left;
	width:950px;
	height:40px;
	position:relative;
	z-index:5;
	margin-top:-5px;
	margin-bottom:-5px;
}
#nav_land ul{
	float:left;
	position:absolute;
	list-style-type: none;
	display:block;
	width:100%;
	margin:0 0 0 35px;
	padding:0;
}
#nav_land ul li{
	float:left;
}
#nav_land ul li a{
	background:url(img/nav_land_button_left.png) no-repeat;
	color:red;
	display: block;
	float: left;
	position:relative;
	font-weight:bold;
	height: 26px;
	margin-left:-6px;
	padding:12px 0 0 18px;
	text-decoration: none;
	z-index:20;
}
#nav_land ul li span{
	background:url(img/nav_land_button_right.png) no-repeat;
	position:relative;
	float:left;
	display:block;
	height:35px;
	width:18px;
	z-index:21;
	cursor:pointer;
}
#nav_land li.currentcategory a{
	background:url(img/nav_land_button_left_hover.png) no-repeat;
	color:#fff;
}
#nav_land li.currentcategory span{
	background:url(img/nav_land_button_right_hover.png) no-repeat;
}
/* hovering handled with javascript for IE6 compatability
#nav_land li.currentcategory a:hover{
	background:url(img/nav_land_button_left.png) no-repeat;
	color:red;
}
#nav_land li.currentcategory span:hover{
	background:url(img/nav_land_button_right.png) no-repeat;
}
#nav_land ul li a:hover{
	background:url(img/nav_land_button_left_hover.png) no-repeat;
	color:#fff;
}
#nav_land ul li span:hover{
	background:url(img/nav_land_button_right_hover.png) no-repeat;
}
*/

/* regular top nav */
#nav_top{
	float:left;
	width:950px;
	height:40px;
	position:relative;
	z-index:5;
	margin-top:0px;
}
#nav_top ul{
	float:left;
	position:absolute;
	list-style-type: none;
	display:block;
	width:100%;
	margin:0 0 0 35px;
	padding:0;
}
#nav_top ul li{
	float:left;
}
#nav_top ul li a{
	background:url(img/nav_top_button_left.png) no-repeat;
	color:red;
	display: block;
	float: left;
	position:relative;
	font-weight:bold;
	height: 25px;
	margin-left:-6px;
	padding:9px 0 0 18px;
	text-decoration: none;
	z-index:20;
}
#nav_top ul li span{
	background:url(img/nav_top_button_right.png) no-repeat;
	position:relative;
	float:left;
	display:block;
	height: 35px;
	width:18px;
	z-index:21;
	cursor:pointer;
}
#nav_top li.currentcategory a{
	background:url(img/nav_top_button_left_hover.png) no-repeat;
	color:#fff;
}
#nav_top li.currentcategory span{
	background:url(img/nav_top_button_right_hover.png) no-repeat;
}
/* hovering handled with javascript for IE6 compatability
#nav_top li.currentcategory a:hover{
	background:url(img/nav_top_button_left.png) no-repeat;
	color:red;
}
#nav_top li.currentcategory span:hover{
	background:url(img/nav_top_button_right.png) no-repeat;
}
#nav_top ul li a:hover{
	background:url(img/nav_top_button_left_hover.png) no-repeat;
	color:#fff;
}
#nav_top ul li span:hover{
	background:url(img/nav_top_button_right_hover.png) no-repeat;
}*/

/* submenu navigation */
#nav_sub{
	float:left;
	width:950px;
	height:34px;
	position:relative;
	z-index:5;
}
#nav_sub ul{
	float:left;
	position:absolute;
	list-style-type: none;
	display:block;
	width:100%;
	margin:6px 0 0 30px;
	padding:0;
	z-index:6;
}
#nav_sub ul li{
	float:left;
	position:relative;
	z-index:6;
/* background:#fff url() top no-repeat; */
}
#nav_sub ul li a{
	background-color:#fff;
	border:1px dotted red;
	color:red;
	float:left;
	position:relative;
	font-weight:bold;
	height:17px;
	margin-left:10px;
	padding:3px 10px 0 10px;
	text-decoration:none;
	z-index:6;
	display:inline;
	cursor:pointer;
}
#nav_sub ul li a:hover{
	background-color:red;
	border:1px dotted white;
	color:#fff;
}
#nav_sub li.currentcategory a{
	background-color:red;
	border:1px dotted white;
	color:#fff;
}
/* END HEADER layout */

/* START CONTENT containers: left, center & right */
#content_wrap{
	float:left;
	position:relative;
	width:100%;
	height:auto;
	margin-top:35px;
}
/* left content styles */
#content_left{
	float:left;
	position:relative;
	width:300px;
	min-height:250px;
	height:auto !important; /* ie6 min-height fix */
	height:250px;
	background:url(img/content_left_bg.png) no-repeat;
	padding:0 15px 0 35px;
}
/* center content styles */
#content_center{
	float:left;
	position:relative;
	width:260px;
	min-height:250px;
	height:auto !important; /* ie6 min-height fix */
	height:250px;
	margin-left:30px;
	background:url(img/content_center_bg.png) no-repeat;
	padding:0 15px 0 5px;
}
#content_center_bottom{
	float:left;
	position:relative;
	width:260px;
	min-height:250px;
	height:auto !important; /* ie6 min-height fix */
	height:250px;
	margin:10px 0 0 -5px !important;
	margin:10px 0 0 -2px;
	background:url(img/content_center_bg.png) no-repeat;
	padding:0 15px 0 5px;
}
/* large content styles */
#content_large{
	float:left;
	position:relative;
	width:595px;
	min-height:526px;
	height:auto !important; /* ie6 min-height fix */
	height:526px;
	background:url(img/content_large_bg.png) no-repeat;
	padding:0 15px 0 50px;
}
#content_large h1{margin:10px 0 0 5px;}
/* right content styles */
#content_right_wrap{
	position:relative;
	float:right;
	top:-75px;
	width:263px;
	height:auto;
	margin-bottom:-75px;
	padding-bottom : 20px;
}
#content_right_title{
	position:absolute;
	top:15px;
	left:-10px;
	height:52px;
	width:220px;
	background:url(img/content_right_title_bg.png) no-repeat;
	z-index:30;
	text-align:center;
}
#content_right_top{
	position:relative;
	float:left;
	width:263px;
	height:20px;
	background:url(img/content_right_top.png) no-repeat;
	z-index:24;
}
#content_right_left{
	position:relative;
	float:left;
	width:8px;
	min-height:300px;
	height:300px;
	background:url(img/content_right_leftshadow.png) repeat-y;
}
#content_right_bottom{
	position:relative;
	float:left;
	width:263px;
	height:40px;
	background:url(img/content_right_bottom.png) repeat-y;
	z-index:24;
}
#content_right{
	position:relative;
	float:left;
	padding:40px 10px 0 10px;
	width:235px;
	background:red;
	min-height:300px;
	height:auto !important; /* ie6 min-height fix */
	height:300px;
	z-index:25;
	color:#fff;
}
#content_right a{color:#fff}
#project_listing{
	position:relative;
	width:auto;
	list-style:none;
	top:20px;
	margin:0 0 0 5px;
	padding:0 0 10px 0;
}
.project_listing_element{
	position:relative;
	float:left;
	width:112px;
	text-align:center;
	font-weight:bold;
	margin:0;
	padding-bottom:10px;
	/*filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;*/
}
/*.project_listing_element:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}*/
.project_listing_element a{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.project_listing_element a:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
.project_listing_element img{
	border:1px solid black;
}
.nieuwsarchief_container{
	width:60%;
}
.nieuwsarchief_year{
	list-style:none;
	border-bottom:1px dotted #ddd;
	margin-bottom:8px;
	padding-bottom:8px;
}
.nieuwsarchief_month{
	list-style:none;
	margin-left:-25px;
}
.gallery_link{
	width:222px;
	height:261px;
	background:url(fotogallery_button.png) top left no-repeat;
}

/* START FOOTER */
#footer{
	float:left;
	position:relative;
	width:910px;
	height:105px;
		/* flash replaced now!
	margin-top:30px;
	padding-top:90px;
	background:url(img/footer.png) top left no-repeat;
	*/
	text-align:right;
}
#footer_left{
	text-align:left;
	float:left;
	margin-left:40px;
}
#footer_right{
	float:right;
}

#alert_tv_wrap{
	float:left;
	position:relative;
	width:316px;
	height:269px;
	margin:30px 0 30px -7px;
	padding:0px;
	background:url(img/movie_bg.png) top left no-repeat;
	z-index:50;
}
#alert_tv_border{
	position:absolute;
	float:left;
	width:278px;
	height:234px;
	margin:13px 0 0 18px;
	border:1px solid white;
	z-index:51;
}
#alert_tv{
	position:relative;
	float:left;
	width:272px;
	height:228px;
	margin:3px 0 0 3px;
	z-index:52;
}

/* END FOOTER*/

/* MISC styles */
p{font-size:12px;line-height:18px;margin:10px 0 0 0;}
h1{font-size:20px;line-height:26px;margin:10px 0 0 0;color:red;font-weight:bold;}
h2{font-size:18px;line-height:24px;margin:10px 0 0 0;color:red;font-weight:bold;}
h3{font-size:18px;line-height:22px;margin:10px 0 0 0;color:red;font-weight:bold;}
h4{font-size:14px;line-height:20px;margin:10px 0 0 0;}
h5{font-size:12px;line-height:14px;margin:10px 0 0 0;}
h6{font-size:10px;line-height:12px;margin:10px 0 0 0;}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

/* START POLL styles */
#poll_wrap{
	position:relative;
	float:right;
	top:-15px;
	width:232px;
	min-height:200px;
	height:auto !important; /* ie6 min-height fix */
	height:200px;
}
#poll_bottom{
	position:relative;
	float:left;
	width:232px;
	height:36px;
	background:url(img/poll_bottom.png) no-repeat;
	z-index:24;
}
#poll{
	position:relative;
	float:left;
	width:200px;
	background:url(img/poll_spacer.png) repeat-y;
	min-height:150px;
	height:auto !important; /* ie6 min-height fix */
	height:150px;
	padding:5px 12px 0 20px;
	z-index:25;
}
#poll a{
	background:url(img/button_small.gif) top no-repeat;
	text-decoration:none;
	font: bold 1.2em, verdana arial, helvetica, "liberation sans", "dejavu sans condensed", sans-serif;
	line-height:29px;
	display: block;
	text-indent:24px;
	height:28px;
	color:#fff;
	width:88px;
	margin:7px 0 -15px 13px;
}
#poll a:active{background:url(img/button_small_hover.gif) top no-repeat;}
#poll hr{
	background-color:#444;
	height:1px;
	border:0;
	margin-right:5px;
}
#pollvote{
	margin-top:10px;
}
.poll_row_container {
	width:100%;
}
.poll_choice {
	width:100%;
	float:left;
	text-align:left;
}
.poll_votes {
	width:32px;
	float:left;
	text-align:right;
	text-indent:0px;
}
.poll_bar_container {
	width:158px;
	height:.98em;
	background-color:#eee;
	border:1px solid black;
	float:left;
	margin-bottom:5px;
}
.poll_bar {
	height:.98em;
	background-color:#c52e26;
	float:left;
	margin:0;
	padding:0;
}
.poll_percent {
	text-align:right;
	padding-right:1em;
	margin-left:auto;
	margin-right:auto;
}
.poll_totalvotes {
	width:32px;
	float:left;
	text-align:right;
	text-indent:0px;
	margin:0 0 0px 1px;
}
.poll_total {
	width:158px;
	float:left;
	margin:0 0 0px 1px;
	padding:0;
}
.poll_reject {
	color:#bf462e;
	font-size:13px;
	font-weight:bold;
}
.checkbox input.show, .radio input.show {
	display: inline;
}
/* END POLL styles */
#agenda_listing{
	position:relative;
	width:auto;
	list-style:none;
	top:20px;
	margin:0 0 0 5px;
	padding:20px 10px 10px 20px;
	color: #003D64;
}
.agenda-entry{
	width:100%;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	display:block;
	clear:both;
}
#agenda_listing a{
	color: #003D64;
}

/* START ajax search styles */
#ajaxSearch_wrap{
	width:930px;
	height:auto;
	position:absolute;
	left:50%;
	margin-left:-465px;
	z-index:1000;
	top:54px;
}
#ajaxSearch_form{
	position:relative;
	margin-top:-22px;
	color:#444;
	width:auto;
	float:right;
	z-index:90000;
}
#ajaxSearch_input{
	display:inline;
	width:180px;
	height:17px;
	border:1px solid #ddd;
	border-color:#ff0000;
	background:#fff url(images/input-bg.gif) repeat-x top left;
	margin:0 3px 0 0;
	padding:2px 3px 0 3px;
	vertical-align:top;
}
#ajaxSearch_submit {
	width:auto;
	display:inline;
	height:22px;
	line-height:22px;
	vertical-align:top;
}
#ajaxSearch_output {
	position:absolute;
	border: 1px solid #444;
	padding: 10px;
	background: #fff;
	display: block;
	width:889px;
	max-height: 225px;
	vertical-align:top;
	top:35px;
	right:13px;
	overflow:auto;
}
.ajaxSearch_paging {
}
.ajaxSearch_highlight{
	color:orange;
}
.AS_ajax_result {
	font:normal 12px, verdana, arial, helvetica, "liberation sans", "dejavu sans condensed", sans-serif;
	padding-right:10px;
	color: #444;
}
.AS_ajax_resultLink {
	text-decoration: underline;
}
.AS_ajax_resultDescription{
	color: #555;
}
.AS_ajax_more {
	color: #555;
}
/* END  ajax search styles */





#fp_content_wrap {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	margin-top:0px;
}

#fp_content_large {
	float:left;
	position:relative;
	width:635px;
	min-height:526px;
	height:auto !important; /* ie6 min-height fix */
	height:526px;
	background: none no-repeat;
	padding:0 0px 0 25px;
}

#fp_archives {
	padding: 0 0 0 10px;
}


 #fp_content_wrap  #content_right_wrap {
	margin-top : 35px;
 }