/*

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

*/

/**
* IMPORT
* _____________________________________________
*/

@import url("jquery.ui.timepicker.css");
@import url("ui/jquery-ui.css");





/**
* CLEAR & FIXES
* _____________________________________________
*/

*{
	outline: none;
}

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: #555;
	font-size: 12px;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
}

html, body{
	height: 100%;
}

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

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

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

.clear{
	clear: both;
}

.hidden{
	display: none;
}

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





/**
 * WRAPPERS & STRUCTUUR
 * _____________________________________________
 */

#siteWrapper{
	margin: 0 auto;
	width: 960px;
	/* begin sticky footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -129px;
	/* end sticky footer */
}

#header{
	height: 216px;
	position: relative;
	background: url('/images/layout/bg-header.jpg') top center no-repeat;
}

#header p#test{
	position: absolute;
	bottom: -27px;
	left: 0;
	color: #f00;
	font-size: 15px;
	font-weight: bold;
}

#header #logo{
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: absolute;
	top: 50px;
	left: 25px;
}

#header #logo img{
	display: block;
}

#contentWrapper{
	padding: 36px 0 0 0;
}

#left{
	margin: 0 30px 0 0;
	width: 205px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

body#pg-standard #left{
	padding: 0 0 117px 0;
}

body#pg-home #inhoudWrapper{
	width: 490px;
}

#inhoudWrapper{
	margin: 0 0 25px 0;
	padding: 0 0 20px 0;
	width: 725px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	background: #00a4d9 url('/images/layout/bg-inhoud.jpg') bottom center repeat-x;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#inhoud{
	padding: 20px 25px 5px 25px;
	background: #f8f9fa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

body#pg-home #right{
	margin: 0 0 0 30px;
	padding: 0 0 117px 0;
	width: 205px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

#right{
	display: none;
}





/**
* HEADER
* _____________________________________________
*/





/**
* MENU
* _____________________________________________
*/

#menu{
	width: 960px;
	height: 48px;
	position: absolute;
	bottom: 16px;
	left: 0;
	overflow: hidden;
	background: url('/images/layout/bg-menu.jpg') center bottom repeat-x;	
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	list-style-type: none;
}

#menu li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 12px;
}

#menu li a{
	display: inline-block;
	padding: 0 19px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 17px;
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #036;
	vertical-align: top;
	background: url('/images/layout/bg-menu-btn.jpg') center left no-repeat;
}

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

#menu li a:active{
	line-height: 50px;
}

#menu li:first-child a{
	background: none;
}

#menu li:first-child.active a, #menu li:first-child:hover a{
	background: url('/images/layout/bg-menu-first-child-btn-active.jpg') center left no-repeat;
	/*border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;*/
}

* 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;
}




/**
* LEFT & RIGHT
* _____________________________________________
*/

#left em, #right em{
	padding: 0 17px;
	height: 36px;
	line-height: 36px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-style: normal;
	background: #00a4d9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#spotlights{
	margin: 0 0 15px 0;
	padding: 0 0 23px 0;
	background: #55baeb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#spotlights em{
	background: #55baeb url('/images/layout/bg-spotlight.png') center right no-repeat;
}

#spotlights ul{
	margin: 0;
	padding: 0;
	background: #f5f7f8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	list-style-type: none;
}

#spotlights ul li{
	margin: 0;
	padding: 10px 25px;
	border-top: 1px solid #e2e5e6;
}

#spotlights ul li:first-child{
	border: none;
}

#spotlights ul li p a{
	color: #026383;
	font-weight: bold;
	text-decoration: none;
}

#spotlights ul li p a:hover{
	text-decoration: underline;
}

#spotlights ul li img{
	margin: 8px 0 5px 0;
	display: block;
}

#photos{
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background: #deecf3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#photos ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#photos ul li{
	margin: 0;
	padding: 10px 25px;
	border-top: 1px solid #fff;
}

#photos ul li:first-child{
	border: none;
}

#photos ul li img{
	margin: 8px 0 10px 0;
	display: block;
}

#photos ul li p a{
	color: #026383;
	font-weight: bold;
	text-decoration: none;
}

#photos ul li p.read-more{
	text-align: right;
}

#photos ul li p.read-more a{
	padding: 0 0 0 10px;
	display: inline-block;
	background: url('/images/layout/bg-read-more.png') center left no-repeat;
}

#photos ul li p a:hover{
	text-decoration: underline;
}

#searchbox{
	margin: 0 0 15px 0;
	padding: 0;
	background: #00a4d9;
	border-radius: 5px;
}

#searchbox fieldset{
	margin: 0;
	padding: 0 17px 15px 17px;
}

#searchbox input[type='text']{
	padding: 0 10px;
	width: 126px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	background: url('/images/layout/bg-search-input.png') center center no-repeat;
	border: 0;
}

#searchbox input[type='submit']{
	width: 25px;
	height: 25px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	background: url('/images/layout/bg-search-btn.png') center center no-repeat;
	border: 0;
	cursor: pointer
}

#btn-register{
	margin: 0 0 15px 0;
	padding: 15px 0;
	height: 38px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: url('/images/layout/bg-register.jpg') center left no-repeat;
}

#btn-register:hover{
	background: url('/images/layout/bg-register.jpg') center right no-repeat;
}

#btn-register span{
	color: #fff;
	font-size: 14px;
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
}

#sponsors{
	margin: 0 0 14px 0;
	padding: 0;
	list-style-type: none;
}

#sponsors li{
	margin: 0 0 11px 0;
	padding: 0;
}

#sponsors li img{
	display: block;
}


#btn-spotlight{
	margin: 0 0 15px 0;
	padding: 16px 25px 0 25px;
	height: 52px;
	line-height: 18px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: url('/images/layout/bg-make-spotlight.png') center left no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#btn-spotlight:hover{
	background: url('/images/layout/bg-make-spotlight.png') center right no-repeat;
}

#btn-spotlight span{
	color: #fff;
	text-decoration: underline;
}





/**
* SUBMENU
* _____________________________________________
*/
 
#submenu{
	margin: 0 0 15px 0;
	width: 205px;
	list-style-type: none;
}

#submenu li{
	margin: 0;
	padding: 0;
}

#submenu li a{
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #fff;
	font-size: 13px;
	font-family: 'dosis', sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: url('/images/layout/bg-submenu.jpg') center center no-repeat;
	border-top: 1px solid #b0e3f3;
	text-shadow: 1px 1px 1px #458398;
}

#submenu li:first-child a{
	border: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#submenu li:last-child a{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

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

#submenu li:hover a{
	background: url('/images/layout/bg-submenu-hover.jpg') center center no-repeat;
}

#submenu li a.active{
	background: url('/images/layout/bg-submenu-active.jpg') center center no-repeat;
}

#submenu li ul{
	background: #abc852;
	list-style-type: none;
}

#submenu li ul li a{
	margin: 0 25px;
	padding: 0 10px;
	color: #555;
	font-weight: normal;
	background: #abc852;
	border-top: 1px dotted #fff;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	text-shadow: none;
	background: url('/images/layout/bg-submenu-sub.png') center right no-repeat !important;
}

#submenu li ul li:first-child a{
	font-weight: normal;
	border: 0;
}

#submenu li ul li a:hover, #submenu li ul li.active a{
	color: #fff;
	background: none;
}





/**
* FOOTER
* _____________________________________________
*/

#footerWrapper{
	height: 129px;
	background: #e7e8e8 url('/images/layout/bg-footer.jpg') bottom center repeat-x;
}

#footerWrapper, .push{
	height: 129px;
}

#footer{
	margin: 0 auto;
	width: 960px;
	height: 129px;
	position: relative;
}

body#pg-home #footer img.decoration{
	position: absolute;
	top: -78px;
	right: 0;
}

body#pg-standard #footer img.decoration{
	position: absolute;
	top: -78px;
	left: 0;
}

#footer img.logo{
	margin: 26px 0 26px 17px;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #cecfcf;
}

#footer p{
	margin: 0 0 0 22px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 11px;
	vertical-align: top;
	color: #415961;
}

#footer p img{
	margin: 0 5px 0 5px;
	vertical-align: middle;
}

#footer p a{
	color: #415961;
	font-size: inherit;
	text-decoration: none;
}

#footer p a:hover{
	text-decoration: underline;
}

#footer p.city a{
	color: #6b8188;
}

#footer p.developer{
	position: absolute;
	top: 0;
	right: 0;
}





/**
* CONTENT CONTAINERS
* _____________________________________________
*/

#inhoudWrapper h1{
	padding: 7px 10px 8px 10px;
	color: #fff;
	font-size: 16px;
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
	background: #00a4d9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#inhoud h2{
	margin: 0 0 15px 0;
	color: #0385af;
	font-size: 15px;
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
}

#inhoud h3{
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: bold;
}

#inhoud h4{
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

#inhoud h5{
	margin: 0 0 15px 0;
	font-size: 14px;
	font-weight: bold;
}

#inhoud h6{
	margin: 0 0 15px 0;
	font-size: 13px;
	font-weight: bold;
}

#inhoud p{
	margin: 0 0 15px 0;
	line-height: 18px;
	font-size: 12px;
}

#inhoud a{
	color: #769321;
	text-decoration: underline;
}

#inhoud a:hover{
	text-decoration: underline;
}

#inhoud strong{
	font-weight: bold;
}

#inhoud ul{
	margin: 0 0 20px 5px;
	padding: 0 20px 0 14px;
	list-style-type: disc;
}

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

#inhoud ul li ul{
	margin: 5px 0 10px 0;
}

#inhoud ul li ul li{
	
}

#inhoud ol{
	margin: 0 0 20px 23px;
	padding: 0 20px 0 0px;
	list-style-type: decimal;
}

#inhoud ol li{
	padding: 0 0 2px 2px;
	font-size: 12px;
	line-height: 22px;
}

#inhoud em{
	font-style: italic;
}

#inhoud img.image-left{
	margin: 0 20px 15px 0;
	float: left;
	display: inline;
	border: 1px solid #ccc;
}

#inhoud img.image-right{
	margin: 0 0 15px 20px;
	float: right;
	display: inline;
	border: 1px solid #ccc;
}

#inhoud p.btn{
	clear: both;
}

#inhoud a.btn{
	padding: 3px 30px;
	line-height: 18px;
	display: inline-block;
	clear: both;
	color: #fff;
	text-decoration: none;
	background: url('/images/layout/bg-btn.jpg') center left no-repeat;
	border: 1px solid #3174b6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
}

#inhoud a.btn:hover{
	background: url('/images/layout/bg-btn.jpg') center right no-repeat;
}






/* 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 */





/**
* FORMS
* _____________________________________________
*/

.gt-form {
}
.gt-form .gt-form-text, .gt-form .gt-form-textarea {
	border: 1px solid #aaa;
	background-color: #fff; /*F5F9EA*/
	padding: 1%;
	font-size: 108%;
	width: 98%;
	overflow: hidden;
}
.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%;
	font-size: 108%;
	width: 98%;
	overflow: hidden;
}

.gt-form-row.no-label{
	margin: 0 0 0 30%;
}

.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-row-inline label.next-to{
	margin: 0 10px 3px 0;
	width: auto;
	display: inline-block;
}

.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-textarea,
.gt-form .gt-form-row-inline .gt-form-textarea-error,
.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 {
	margin: 0 0 15px 0;
	padding: 5px 15px;
	color: #fff;
	background-color: #c00;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.gt-notice-box {
	border: 3px solid #aaa;
	padding: 1em;
	background-color: #fff; /*F5F9EA*/
}
.gt-success {
	margin: 0 0 15px 0;
	background-color: #6caa00;
	padding: 2px 15px;
	color: #fff;	
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

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

.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 {
	margin: 0 0 15px 0;
	width: 100%;
}

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

.gt-list-table thead tr th:first-child{
	-webkit-border-topeft-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.gt-list-table thead tr th:last-child{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.gt-list-table th{
	background-color: #8fad33;
	font-weight: bold;
	font-size: 12px;
	padding: 7px 10px;
	color: #fff;
	font-family: 'Dosis', sans-serif;
}
.gt-list-table tfoot tr td{
	background-color: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.gt-list-table tbody td{
	padding: 11px 5px;
	background-color: #fff;
}

.gt-list-table tbody tr.rowEven td, .gt-list-table tbody tr.rowOdd td{
	border-bottom: 1px solid #dedede;
}


.gt-list-table tbody img {
	
}

#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;
}


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





 
 
 
 
/**
* RIGHTPAGE
* _____________________________________________
*/

 
#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;
}





/**
* HOME
* _____________________________________________
*/





/**
* NEWS
* _____________________________________________
*/
 
#inhoud ul#news-list{
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}

#inhoud ul#news-list li{
	padding: 15px 0 0 0;
	clear: both;
	background: none;
	border-top: 1px solid #e2e5e6;
}

#inhoud ul#news-list li:first-child{
	padding: 0;
	border: none;
}

#inhoud p.date{
	margin: 0 15px 0 0;
	padding: 3px 2px 0 0;
	width: 34px;
	height: 30px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 12px;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: center;
	text-transform: lowercase;
	background: url('/images/layout/bg-news-date.png') center center no-repeat;
}

#inhoud p.date span{
	display: block;
	color: inherit;
	font-size: 14px;
	font-weight: bold;
}

#inhoud div.title{
	width: 624px;
	display: inline-block;
	*display: inline;
	clear: both;
	zoom: 1;
	vertical-align: top;
}

#inhoud div.title.small{
	width: 563px;
}

body#pg-home #inhoud div.title{
	width: 389px;
}

body#pg-home #inhoud div.title.small{
	width: 338px;
}

#inhoud div.title h2{
	margin: 0;
	color: #0385af;
	font-size: 15px;
	font-family: 'Dosis', sans-serif;
}

#inhoud div.title h2 a{
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}

#inhoud div.title h2 a:hover{
	text-decoration: underline;
}

#inhoud div.title p.author{
	line-height: normal;
	color: #737373;
	font-size: 13px;
	font-family: 'Dosis', sans-serif;
}

#inhoud div.title p.author span{
	color: #769321;
	font-size: inherit;
	font-weight: bold;
}

#inhoud ul#news-list li img{
	margin: 0 20px 15px 0;
	float: left;
	vertical-align: top;
	border: 1px solid #ccc;
}

#inhoud ul#news-list li p.read-more{
	clear: both;
	text-align: right;	
}

#inhoud ul#news-list li p.read-more a{
	padding: 0 0 0 10px;
	color: #057aa0;
	font-weight: bold;
	text-decoration: none;
	background: url('/images/layout/bg-read-more.png') center left no-repeat;
}

#inhoud ul#news-list li p.read-more a:hover{
	text-decoration: underline;
}

#inhoud p.not-shared{
	margin: 0 0 0 30%;
	padding: 0 0 0 6px;
	font-size: 10px;
}

#inhoud #comments{
	clear: both;
}
 
#inhoud #comments ul{
	margin: 0 0 35px 0;
	padding: 0;
	list-style-type: none;
}

#inhoud #comments ul li{
	margin: 0 0 15px 0;
	padding: 0 0 12px 0;
	background: url('/images/layout/bg-text-balloon-bottom.png') bottom center no-repeat;
}

#inhoud #comments ul li p.info{
	margin: 0;
	padding: 0 0 25px 0;
	background: url('/images/layout/bg-text-balloon-top.png') bottom center no-repeat;
}

#inhoud #comments ul li p.description{
	margin: 0;
	padding: 0 15px 0 15px;
	background: url('/images/layout/bg-text-balloon-middle.png') center center repeat-y;
}

#inhoud #commentsform{
	clear: both;
}




/**
* BUSINESS
* _____________________________________________
*/
 
#inhoud ul#business-list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#inhoud ul#business-list li{
	margin: 0 25px 25px 0;
	padding: 13px;
	width: 150px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	background: #f0f0f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#inhoud ul#business-list li a{
	display: inline-block;
	color: inherit;
	font-size: inherit;
	word-wrap: break-word;
}





/**
* PHOTO ALBUMS
* _____________________________________________
*/

#inhoud ul#photo-albums{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#inhoud ul#photo-albums li{
	margin: 0;
	padding: 0;
	line-height: 0;
}

#inhoud ul#photo-albums li h2{
	line-height: 16px;
}

#inhoud ul#photo-albums li ul{
	margin: 0 0 20px 0;
	padding: 0;
}

#inhoud ul#photo-albums li ul li{
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#inhoud ul#photo-albums li ul li.last{
	margin: 0 0 10px 0;
}

#inhoud ul#photo-albums li ul li a img{
	display: block;
}





/**
* CUSTOMFORMS
* _____________________________________________
*/

form.custom.gt-form .gt-form-text, form.custom.gt-form .gt-form-text-error{
	padding: 5px 10px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;	
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
}

form.custom.gt-form .gt-form-text-error{
	border: 1px solid #c00;
}

form.custom.gt-form .gt-form-textarea, form.custom.gt-form .gt-form-textarea-error{
	padding: 10px;
	height: 230px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

form.custom.gt-form .gt-form-textarea-error{
	border: 1px solid #c00;
}

form.custom.gt-form .gt-form-textarea-small, form.custom.gt-form .gt-form-textarea-small-error{
	padding: 10px;
	width: 420px;
	height: 230px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	background: url('/images/layout/bg-textarea-small.png') center left no-repeat;
	border: 0;
}

form.custom.gt-form .gt-form-textarea-small-error{
	background: url('/images/layout/bg-textarea-small.png') center right no-repeat;
}

form.custom.gt-form label{
	margin: 0;
	padding: 5px 0;
	display: inline-block;
}

form.custom.gt-form label.next-to{
	padding: 0 10px 0 5px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	float: none;
}

form.custom input[type='checkbox']{
	display: inline-block;
}

form.custom input[type='submit']{
	margin: 0 15px 0 30%;
	padding: 3px 30px;
	display: inline-block;
	color: #fff;
	background: url('/images/layout/bg-btn.jpg') center left no-repeat;
	border: 1px solid #3174b6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
}

form.custom input[type='submit'].no-margin{
	margin: 0 15px 0 0;
}

form.custom input[type='submit']:hover{
	background: url('/images/layout/bg-btn.jpg') center right no-repeat;
}

form.custom #required-fields{
	padding: 0;
	height: 25px;
	line-height: 25px;
}

form.custom span.form-error{
	margin: 0 0 0 30%;
	padding: 2px 0 2px 6px;
	font-size: 11px;
	display: block;
	color: #c00;
}




/**
* LOGIN PANEL
* _____________________________________________
*/

/* sliding panel */

#toppanel{
	margin: 0 auto;
	width: 212px;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 999;
}

#panel{
	display: none;
	position: relative;
	z-index: 3;
	overflow: hidden;
	background: #f2f4f5;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

#panel #login-panel{
	padding: 5px 20px 15px 20px;
}

#panel #login-panel label{
	margin: 10px 0 4px 6px;
	display: block;
}

#panel #login-panel input[type='text'], #panel #login-panel input[type='password']{
	margin: 0 0 5px 0;
	padding: 5px 10px;
	display: block;
	color: #575656;
	border: 1px solid #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#panel #login-panel input[type='submit']{
	margin: 0 0 0 40px;
	padding: 3px 32px;
	display: block;
	color: #fff;
	text-align: center;
	background: url('/images/layout/bg-btn.jpg') center left no-repeat;
	border: 1px solid #3174b6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
}

#panel #login-panel input[type='submit']:hover{
	background: url('/images/layout/bg-btn.jpg') center right no-repeat;
}

/* Panel tab / button */

.tab{
	height: 28px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul{
	margin: 0;
	width: 99px;
	height: 27px;
	line-height: 27px;
	display: block;
	float: right;
	position: relative;
	right: 0;
	clear: right;
	background: url('/images/layout/btn-login.png') top left no-repeat;
}

.tab ul:hover{
	background: url('/images/layout/btn-login.png') top right no-repeat;
}

.tab ul li{	
	height: 28px;
	line-height: 28px;
	display: block;
	float: left;
	text-align: right;
}

.tab ul li a{
	color: #087ca2;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}

.tab a.open, .tab a.close{
	width: 99px;
	height: 27px;
	line-height: 27px;
	display: block;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.tab a#close.active{
	background: url('/images/layout/btn-login.png') top right no-repeat;
}




/**
* UPLOADIFY
* _____________________________________________
*/

.uploadifyQueueItem {
	background-color: #F5F5F5;
	border: 2px solid #E5E5E5;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}

.uploadifyError {
	background-color: #FDE5DD !important;
	border: 2px solid #FBCBBC !important;
}

.uploadifyQueueItem .cancel {
	float: right;
}

.uploadifyQueue .completed {
	background-color: #E5E5E5;
}

.uploadifyProgress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}

.uploadifyProgressBar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}




/**
* PHOTOALBUM
* _____________________________________________
*/

#inhoud ul.myphotoalbum{
	margin: 35px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#inhoud ul.myphotoalbum li{
	margin: 0 10px 10px 0; 
	padding: 1px;
	width: 100px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: right;
	vertical-align: top;
}

#inhoud ul.myphotoalbum li img.handle{
	margin-right: 5px;
	cursor:move;
}





/**
* PHOTOALBUMS
* _____________________________________________
*/

/* overview */

#inhoud ul#photo-albums{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#inhoud ul#photo-albums li{
	margin: 0 15px 20px 0;
	padding: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

#inhoud ul#photo-albums li.last{
	margin: 0 0 10px 0;
}

#inhoud ul#photo-albums li a.wrapper{
	display: block;
}

#inhoud ul#photo-albums li a{
	padding: 0;
}

#inhoud ul#photo-albums li a img{
	margin: 0 auto;
	display: block;
}

#inhoud ul#photo-albums li h2{
	margin: 5px 0 0 0;
	font-weight: normal;
}

#inhoud ul#photo-albums li h2 a{
	padding: 0 3px;
	font-size: inherit;
}

/* detail */

#inhoud ul#photo-album-photos{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#inhoud ul#photo-album-photos li{
	margin: 0 15px 15px 0;
	padding: 0;
	width: 330px;
	line-height: normal;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

#inhoud ul#photo-album-photos li.last{
	margin: 0 0 15px 0;
}

#inhoud ul#photo-album-photos li img{
	display: block;
}





/**
* MY PROFILE
* _____________________________________________
*/

#inhoud div.element-block{
	margin: 0 0 0 30%;
}

#inhoud div.element-block input[type='file']{
	margin: 0 0 10px 0;
}

#inhoud ul.categories{
	margin: 0 0 0 30%;
	padding: 0;
	list-style-type: none;
}

#inhoud ul.categories li{
	margin: 0 20px 0 0;
	padding: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	font-weight: bold;
}

#inhoud ul.categories li ul{
	margin: 10px 0 15px 0;
	padding: 0;
	list-style-type: none;
}

#inhoud ul.categories li ul li{
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
	font-weight: normal;
}

#inhoud ul.opening-hours{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#inhoud ul.opening-hours li{
	margin: 0;
	padding: 0;
	line-height: normal;
	vertical-align: top;
	font-weight: bold;
}

#inhoud ul.opening-hours li span{
	width: 100px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#inhoud ul.opening-hours li ul{
	margin: 0 0 15px 0;
	padding: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
	list-style-type: none;
	vertical-align: top;
}

#inhoud ul.opening-hours li ul li{
	margin: 0 0 8px 0;
	padding: 0;
	display: block;
	font-weight: normal;
}

#inhoud ul.opening-hours li ul li img{
	margin: -3px 0 0 3px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}



#inhoud .choose input{
	width: 30px;
}

