/*

<PROJECT>
@copyright	in2red
@author		sam@in2red.be

*/



/**
* CLEAR & FIXES
* _____________________________________________
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
}

html, body{
	height: 100%;
}

body{
	font-family: 'Arial', sans-serif;
	background: url('/images/layout/bg-body.jpg') top center repeat-x;
}

ol, ul{
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

h1 {
	font-size: 24px;
	font-weight:normal;
	color:#000;
}

h2 {
	font-size: 17px;
	font-weight:bold;
	color:#000;
}

h3 {
	font-size: 15px;
	font-weight:bold;
	color:#000;
}

h4 {
	font-size: 14px;
	font-weight:bold;
	color:#000;
}

h5 {
	font-size: 12px;
	font-weight:normal;
	color:#339933;
}

p {
	font-size: 12px;
}

strong{font-weight:700; color:#000;}

a{
	color: #000;
	text-decoration:none;
}

a:hover{
	color: #000;
	text-decoration:none;
}

.clear{clear:both;}
.hidden{display:none;}

.alignright{text-align:right;}
.alignleft{text-align:left;}
.aligncenter{text-align:center;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

span.form-error {
	padding: 2px 0;
	font-size: 13px;
	display: block;
	color: #CC0000;
	margin-left:148px;
}





/**
 * WRAPPERS & STRUCTUUR
 * _____________________________________________
 */

#siteWrapper{
	margin: 0 auto;
	width: 1000px;
}

#site{
	background: url('/images/layout/bg-header.png') top center no-repeat;
}

#header{
	height: 292px;
	position: relative;
}

#header img{
	display: block;
	position: absolute;
	top: 38px;
	left: 35px;
}

#content{
	padding: 0 35px;
	background: url('/images/layout/bg-content.png') center center repeat-y;
}

#left{
	width: 215px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

#inhoud{
	padding: 0 10px 15px 0;
	width: 705px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	background: url('/images/layout/bg-inhoud.jpg') bottom left no-repeat;
}

#right{
	display: none;
}

#extra{
	padding: 15px 10px 0 215px;
	position: relative;
}



/**
* GENERAL & HEADER
* _____________________________________________
*/




/**
* CONTENT CONTAINERS
* _____________________________________________
*/

#inhoud h1{
	padding: 4px 0 5px 10px;
	height: 66px;
	color: #fff200;
	font-size: 34px;
	font-family: 'Calibri', 'Arial', sans-serif;
	font-weight: bold;
	background: url('/images/layout/bg-h1.jpg') top center no-repeat;
}

#inhoud h2{
	padding: 0 20px 15px 20px;
	color: #e35299;
	font-size: 19px;
}

#inhoud p{
	padding: 0 20px 15px 20px;
	line-height: 18px;
	font-size: 14px;
}

#inhoud a{
	color: #e35299;
	font-weight: bold;
	text-decoration: underline;
}

#inhoud a:hover{
	color: #fff;
	text-decoration: none;
	background: #e35299;
}

#inhoud a:focus{
	color: #fff;
	text-decoration: none;
	background: #e35299;
}

#inhoud ul{
	padding: 0 20px 15px 40px;
	list-style-type: disc;
}

#inhoud ul li{
	padding: 0 0 0 5px;
	line-height: 18px;
	font-size: 14px;
}

#inhoud ul li ul{
	padding: 0 20px 5px 10px;
	list-style-type: none;
}

#inhoud ul li ul li{
	
}

#inhoud .button{
	width: 179px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url('/images/layout/bg-btn.jpg') center center no-repeat;
}

#inhoud .button:hover{
	text-decoration: none;
	background: transparent url('/images/layout/bg-btn.jpg') center center no-repeat;
}

#inhoud form{
	padding: 0 20px 15px 20px;
}

#inhoud table{
	padding: 0 20px 15px 20px;
	display: block;
}

#inhoud table th{
	font-weight: bold;
	color: #fff;
	background: #9fcb3a;
}

#inhoud table th, #inhoud table td{
	padding: 4px 15px;
	line-height: 18px;
	font-size: 14px;
}

#inhoud tr.even{
	background: #f7f4f4;
}

#inhoud table tfoot td{
	padding: 20px 15px 0 15px;
	text-align: center;
}

#inhoud table tfoot tr td a{
	padding: 0 2px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#inhoud table tfoot tr td a.active{
	color: #fff;
	text-decoration: none;
	background: #e35299;
}

/* START SEARCH */
#search-result div {
	padding: 8px 0px 0px 0px;
	border-bottom: 1px solid #E2F4FD;
	color: #333;
}

#search-result a.link{
	color:#666;
	font-size:11px;
}

#searchBox{
	position:absolute;
	margin-left:750px;
	margin-top:2px;
}

#searhFrm input.inputfield{
	border: 1px solid #ddd1d2;
	font-size:11px;
	padding-right:25px;
	padding-left:5px;
	width:110px;
}

#searhFrm input.submitbtn{
	border: none;
	height: 16px;
	width: 25px;
	padding:0px;
	color:#666;
	font-family: Arial, sans-serif;
	background: url(../images/layout/but_simplesearch_submit.gif) no-repeat center;
}

#searhFrm input.submitbtn{
	font-size:11px;
}
/* END SEARCH */




/**
* FOOTER
* _____________________________________________
*/

#footer{
	padding: 35px 47px 0 47px;
	height: 105px;
	background: url('/images/layout/bg-footer.png') center center no-repeat;
}

#footer #initiative{
	float: left;
	position: relative;
}

#footer #initiative p{
	position: absolute;
	top: 6px;
	left: 0px;
	font-size: 13px;
}

#footer #cooperation{
	float: right;
	position: relative;
}

#footer #cooperation p{
	padding: 6px 10px 0 0;
}

#footer p{
	float: left;
	color: #6f6f6f;
	vertical-align: top;
}

#footer img{
	padding: 0 13px 0 0;
	float: left;
}



/**
* NAVIGATION
* _____________________________________________
*/

 
#left .links{
	width:170px;
	position:absolute;
	margin-top: 19px;
}


#left .links dl{
	margin: 0;
	padding: 0;
}

#left .links dt {
	background: #999999;
	color: #fff;
	padding-left: 12px;
	margin-bottom:3px;
	padding-top:0px;
	padding-bottom: 1px;
}

#left .links dd {
	margin: 0;
	padding: 0 0 0px 12px
}

#left .links a {
	color: #666666;
	text-decoration: none;
}

#left .links a:hover {
	text-decoration:none;
}

#left .links ul {
	font-size: 9px;
	list-style: none;
	margin: 5px 0 0;
	border-top:#999 solid 1px;
	padding: 5px 0 0 12px
}






 
#submenu{
	background: #999;
}

#submenu li{
	
}

#submenu li a{
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 1.2em;
}

#submenu li.active a, #submenu li:hover a{
	background: #838383;
}



/**
* MENU
* _____________________________________________
*/

#menu{
	padding: 10px 15px 0 10px;
	width: 190px;
	list-style-type: none;
}

#menu li{
	padding: 0 0 5px 0;
}

#menu li a{
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: url('/images/layout/bg-btn-menu.jpg') center left no-repeat;
}

#menu li.active a, #menu li.active:hover a{
	background: url('/images/layout/bg-btn-menu-active.jpg') center left no-repeat;
}

#menu li:hover a, #menu li a:focus{
	background: url('/images/layout/bg-btn-menu-hover.jpg') center left no-repeat;
}

#menu li.active:hover a, #menu li.active a:focus{
	background: url('/images/layout/bg-btn-menu-active-hover.jpg') center left no-repeat;
}

* html #menu a, * html #menu a:visited, , * html #menu a:hover{
	display: block;
	float:left;
	text-align:center;
	padding-top:0px;
}

#menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	left: 0;
	width: 190px !important;
	width: 180px;
}

* html #menu ul ul {
	top: 22px;
}

#menu ul ul a, #menu ul ul a:visited, #menu ul li.active ul a {
	background-color: #DD0915;
	display: block;
	font-size: 11px;
	font-weight:normal;
	color: #fff;
	height:auto;
	padding:3px 10px;
	width: 190px;
	border-bottom: 1px solid #fff;
	background-image:none;
	text-align:left;
}

* html #menu ul ul a, * html #menu ul ul a:visited {
	width: 190px !important;
	width: 180px;/* voor ie6*/
}

#menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

#menu ul ul a:hover {
	color: #fff;
	background: #ab0710;
	text-align:left;
	margin:0;
}

#menu ul li.active a {
	color: #fff;
	background: #ab0710;
	text-align:left;
}

#menu ul li.active ul a:hover{
	color: #fff;
	background: #ab0710;
	text-align:left;
}


#menu ul li ul a:hover, #menu ul li.active ul a:hover {
	color: #fff;
	background: #ab0710;
	text-align:left;
}

#menu ul ul:hover >a {
	color: #fff;
	background: #ab0710	;
}

#menu ul li:hover ul,
#menu ul a:hover ul {
	visibility: visible;
}

/**
* EXTRA
* _____________________________________________
*/

#participate{
	padding: 0 0 0 85px;
	min-height: 109px;
	line-height: 70px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background: url('/images/layout/participate.jpg') top left no-repeat;
}


#participate-done{
	padding: 0 0 0 85px;
	min-height: 109px;
	line-height: 70px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background: url('/images/layout/participate-done.jpg') top left no-repeat;
}

#participations{
	line-height: 70px;
	position: absolute;
	top: 15px;
	right: 30px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 16px;
	font-weight: bold;
}

#participations span{
	color: #7c9233;
	font-weight: normal;
}



/**
* FORMS
* _____________________________________________
*/

.gt-form {
}
.gt-form .gt-form-text, .gt-form .gt-form-textarea {
	border: 1px solid #aaa;
	background-color: #fff; /*F5F9EA*/
	padding: 1%;
	width: 98%;
}
.gt-form .gt-form-text-error, .gt-form .gt-form-textarea-error {
	border: 1px solid #aaa;
	border-left:3px solid #CC0000;
	background-color: #fff; /*F5F9EA*/
	padding: 1%;
	width: 98%;
}

.gt-form label {
	color: #454545;
	display: block;
	margin-bottom: 3px;
}
.gt-form option {
	font-size: 108%;
}
.gt-form .gt-form-row {
	margin-bottom: 10px;
}

/* Auto clear the form row */
.gt-form .gt-form-row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.gt-form-row {display: inline-block;}

/* Hides from IE-mac \*/
* html .gt-form-row {height: 1%;}
.gt-form-row {display: block;}
/* End hide from IE-mac */
/* End auto clearing the form row */

.gt-form .gt-form-row-inline {
	clear: left;
}
.gt-form .gt-form-row-inline label {
	width: 30%;
	margin-right: 4%;
	padding: 1% 0;
	float: left;
	display: inline;
}
.gt-form .gt-form-element-label {
	margin-bottom: 5px;
	padding-left: 3px;
}
.gt-form .gt-form-note {
	font-size: 93%;
	margin: 0 0 5px 0;
	font-style: italic;
	color: #666666;
}
.gt-form .gt-form-row-inline .gt-form-text,
.gt-form .gt-form-row-inline .gt-form-text-error {
	width: 63%;
}
.gt-form .gt-form-radio, .gt-form .gt-form-checkbox {
	margin-right: 3px;
}
.gt-form .gt-submit-btn {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}
.gt-form .gt-cancel {
	line-height: 31px;
}

.gt-error {
	background-color: #cc0000;
	padding: 5px;
	color: #fff;
}
.gt-notice-box {
	border: 3px solid #aaa;
	padding: 1em;
	background-color: #fff; /*F5F9EA*/
}
.gt-success {
	background-color: #6caa00;
	padding: 5px;
	color: #fff;
}

.gt-form .gt-submit-btn{
	border:#fff solid 1px;
	padding:3px 8px;
	background-color:#DD0915;
	color:#fff;
	font-family: Arial, sans-serif;
}

.gt-width-33 {
	width: 33%;
}
.gt-width-66 {
	width: 66%;
}
.gt-width-99 {
	width: 99%;
}
.gt-width-25 {
	width: 25%;
}
.gt-width-50 {
	width: 50%;
}
.gt-width-75 {
	width: 75%;
}
.gt-width-100 {
	width: 100%;
}



.gt-list-table {
	width: 99%;
}

.gt-list-table ul,.gt-list-table li{
	list-style:none;
	margin:0px;
	padding:0px;
}

.gt-list-table th {
	background-color: #E6F8DF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	color: #666666;
}
.gt-list-table tbody td {
	padding: 5px 10px;
	background-color: #fff;
}

.gt-list-table tbody tr.rowEven td{
	background-color:#EFFBFF;
}


.gt-list-table tbody img {
	width: 65px;
	height: 65px;
}

#inhoud .gt-list-table tbody a {
	font-weight: normal;
	color: #666;
	font-size: 11px;
}

#inhoud .gt-list-table tbody tr td > a{
	font-weight: bold;
	color:#0099CC;
}


.gt-list-table td {
	width: auto;
}
.gt-list-table th.gt-table-col-checkbox {
	width: 20px;
}





 
 
 
 
/**
* RIGHTPAGE
* _____________________________________________
*/

#right ul{
	list-style:disc;
	margin-left:18px;
}

#right ul li{
	margin-top:5px;
}

 
#tagcloud {
	background-color:#F4F4F4;
}

#cloud a.tag0 { font-size: 1em; font-weight: 100; }
#cloud a.tag1 { font-size: 1.1em; font-weight: 200; }
#cloud a.tag2 { font-size: 1.2em; font-weight: 300; }
#cloud a.tag3 { font-size: 1.3em; font-weight: 400; }
#cloud a.tag4 { font-size: 1.4em; font-weight: 500; }
#cloud a.tag5 { font-size: 1.5em; font-weight: 600; }
#cloud a.tag6 { font-size: 1.6em; font-weight: 700; }
#cloud a.tag7 { font-size: 1.7em; font-weight: 800; }
#cloud a.tag8 { font-size: 1.9em; font-weight: 900; }
#cloud a.tag9 { font-size: 2em; font-weight: 900; }

#cloud { padding: 2px; line-height: 3em; text-align: center; }
#cloud a { padding: 0px; text-decoration:none; }

#cloud { margin: 0; }
#cloud li { display: inline; }


/*Ajax Autocompleate */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #F7DD7C;
}

.ac_over {
	background-color: #DD0915;
	color: white;
}





/**
* NEIGHBORHOOD
* _____________________________________________
*/
 
#neighborhood input[type='text']{
	padding: 0;
	width: 400px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border: 1px solid #ccc;
}

#neighborhood input[type='submit']{
	padding: 0;
	width: 80px;
	height: 32px;
	line-height: 32px;
	float: none;
	color: #fff;
	font-size: 14px;
	background: #e2068c;
	border: 0;
	cursor: pointer;
}

#neighborhood span.form-error{
	margin: 0;
}
