

img {
        border-right: 0px;
        border-top: 0px;
        border-left: 0px;
        border-bottom: 0px;
}
a:active {
        color: #ba5205;
        text-decoration: none;
}
/* For the search and formum */
blockquote {
        border-right: #856255 1px dashed;
        padding-right: 16px;
        border-top: #856255 1px dashed;
        padding-left: 16px;
        background: #FFF7E0;
        padding-bottom: 16px;
        margin: 0px 0px 16px;
        border-left: #856255 1px dashed;
        padding-top: 16px;
        border-bottom: #856255 1px dashed;
}
blockquote h2 {
        color: #00858a;
}
blockquote p {
        margin: 0px;
}
/* this is to hide any text you need hiding */
.hideword {
	    display: none;
}

/* hides the second object from all versions of IE */
* html object.mov {
    	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    	display/**/: none;
}
/* divider pages colors */
.pages {
	    padding: 1em;
	    margin: 1em 0;
	    clear: left;
	    font-size: 85%;
}

.pages a, .pages span {
	    display: block;
	    float: left;
	    padding: 0.2em 0.5em;
	    margin-right: 0.1em;
	    border: 1px solid #856255;
}

.pages span.current {
	    border: 1px solid #856255;
	    font-weight: bold;
	    background: #BA9E66;
	    color: #fff;
}

.pages a {
	    border: 1px solid #856255;
	    text-decoration: none;
}

.pages a:hover {
    	border-color: #2E6AB1;
}

.pages a.nextprev {
    	font-weight: bold;
}

.pages span.nextprev {
    	color: #666;
}

.pages span.nextprev {
        border: 1px solid #856255;
        color: #000;
}
div.feedback {
	    width: auto;
	    margin-bottom: 24px;
	    margin-right: 0px;
	    margin-left: 20px;
}
div.feedback blockquote {
	    margin: 0px;
	    padding: 0px;
	    border: 1px dashed #856255;
	    background-color: #FFF7E0;
}
div.feedback blockquote p {
	    margin: 10px;
	    padding: 0px;
}
div.feedback cite {
	    position: relative;
	    margin: 0px;
	    padding: 7px 0px 0px 15px;
	    top: 4px;
	    background: transparent url(../../cmsimg/tip.gif) no-repeat 20px 0;
}
/*QUOTE voor forum*/
.forum {
        border-right: #00858a 1px dashed;
        border-top: #00858a 1px dashed;
        padding-left: 4px;
        padding-top: 2px;
        padding-right: 4px;
        padding-bottom: 2px;
        border-left: #00858a 1px dashed;
        border-bottom: #00858a 1px dashed;
        font-style: italic;
}
/*highlight kleur zoeken*/
.highlight {
        BACKGROUND: #FFF7E0;
}
/*progress upload*/
div#subbut {
        width: 160px;
	    border: 0px;
	    display: inline;
}
div#subbutton {
        width: 160px;
	    border: 0px;
	    display: inline;
}
/*formulieren en bewerk boxen admin*/
.formulier_select {
        font-size: 11px;
        letter-spacing: 0.06em;
}
.formulier_attach {
        height: 20px;
        width: 243px;
        font-size:11px;
        color: #306;
        background-color: #fff;
        border: 1px solid #306;
}
.formulier_input {
        font-size:13px;
        color: #000;
        background-color: transparent;
        border: 1px dotted #856255;
}
.formulier_button2 {
	    cursor:pointer;
	    border:outset 1px #306;
        font-size:11px;
        color: #306;
        background-color: #fff;
}
.formulier_button {
	    cursor:pointer;
        border:outset 1px #D8B979;
	    background:#999;
	    font-size:13px;
	    color:#000;
        padding: 1px 1px;
	    background:url(formbg.png) repeat-x left top;
}
.formulier_area {
        font-size:13px;
        color: #000;
        background-color: transparent;
        border: 1px dotted #856255;
        overflow: auto;
}
/*zoekbar*/
.input {
        font-size:13px;
        color: #306;
        background-color: #fff;
        border: 1px solid #306;
        margin: 0px 0px 5px;
}
.selectmenu {
	   font-size: 11px;
	   letter-spacing: 0.06em
}
/*
================================================
autosuggest, inquisitor style
================================================
*/
.autosuggestholder
{
	position: relative;
}
div.autosuggest
{
	position: absolute;
	background-image: url(suggest/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	/* any IE */
	margin-left: expression('-40px');
}
div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(suggest/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(suggest/ul_corner_br.gif);
}
div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(suggest/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(suggest/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}
div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}
div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}
div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #4F398C;
}
div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}
div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}
div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}
div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #4F398C;
	background-image: url(suggest/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
div.autosuggest ul li.as_highlight a span
{
	background-image: url(suggest/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}
div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(suggest/hl_corner_tl.gif);
	background-position: bottom left;
}
div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(suggest/hl_corner_tr.gif);
	background-position: bottom right;
}
div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}
div.autosuggest ul em
{
	font-style: normal;
	color: #FFDF98;
}
/*zoekbar*/
#zoekbar {
    	margin-top: 10px;
}
#nieuwsbrief {
    	margin-top: 10px;
}
.sitemapdiv {
	    float: left;
	    width: 50%;
}
.sitemapdiv li {
		width:auto;
}
/*poll result kleuren*/
#poll, table, td {
}
.pollbarwidht {
    	width: 150px;
}
.graph .bar {
	    display: block;
	    position: relative;
	    background: #008081;
	    color: #008081;
	    height: 4px;
	    line-height: 4px;
}
/*tooltips admin*/
#dhtmltooltip {
        position: absolute;
        font: 11px/20px arial, helvetica, sans-serif;
        left: -300px;
        width: 150px;
        border: 1px solid black;
        padding: 2px;
        background-color: #ffffcc;
        visibility: hidden;
        z-index: 100;
}
/*tooltips admin*/
#dhtmlpointer {
        position:absolute;
        left: -300px;
        z-index: 101;
        visibility: hidden;
}
.albumtooltiph {
       padding:3px;
	   font-size: 11px;
	   color: #1B4966;
	   border:1px solid #F9D694;
	   background:#FFFFFF;
       width: 160px;
       opacity: .75;
	   filter: alpha(opacity=75);
}
.albumtooltipb {
       padding:3px;
	   font-weight:bold;
	   font-size: 11px;
	   color: #4B7A98;
	   border:1px solid #F9D694;
	   background:#FFF7E0;
       width: 160px;
       opacity: .75;
	   filter: alpha(opacity=75);
}
.kalendertiph {
       padding:3px;
	   font-size: 11px;
	   color: #1B4966;
	   border:1px solid #A5CFE9;
	   background:#F6F3EC;
       width: 120px;
       opacity: .75;
	   filter: alpha(opacity=75);
}
.kalendertipb {
       padding:3px;
	   font-size: 11px;
	   color: #1B4966;
	   border:1px solid #A5CFE9;
	   background:#F6F3EC;
       width: 120px;
       opacity: .75;
	   filter: alpha(opacity=75);
}
.feedbacktiph{
       padding:3px;
	   font-weight:bold;
	   font-size: 11px;
	   color: #4B7A98;
	   border:1px solid #F9D694;
	   background:#FFF7E0;
       width: 350px;
       opacity: .85;
	   filter: alpha(opacity=85);
}
.feedbacktiph a{
	   font-weight:bold;
	   font-size: 11px;
	   color: #4B7A98;
}
.feedbacktipb {
       padding:3px;
	   font-size: 11px;
	   color: #1B4966;
	   border:1px solid #F9D694;
	   background:#FFFEFA;
       width: 350px;
       opacity: .85;
	   filter: alpha(opacity=85);
}
/* feedback */
.posthidden {
 		display:none
}
.postshown {
		display:inline
}
/* blogcss */
.blogheading,
.blogpagetitle,
a.blogpagetitle:link,
a.blogpagetitle:active,
a.blogpagetitle:visited {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size:16px;
	    color:#4F398C;
	    font-weight: bold;
	    padding-top: 25px;
	    background-color:inherit;
	    display:block;
}
.blogcreatedate {
	    color:#7C5DA9;
	    font-size:10px;
	    padding: 0 0 15px 0;
	    line-height:8px;
	    background-color:inherit;
}
.blogmodifydate {
	    color:#999999;
	    font-size:10px;
	    padding: 0;
	    background-color:inherit;
}
/* CSS Kalender */
.cellbg {
         background-color: #FFFFFF
}
.cellover {
         background-color: #DDD1B9;
         cursor: pointer;}
.celltoday {
         background-color: #000080
}
.cellevent {
         background-color: #D7E1F5
}
.normaltext {
         color: #000000;
         font-weight: normal;
         font-size: 10px;
}
.eventtitle {
        color: #000080;
        font-weight: normal;
        font-size: 10px;
        font-weight: bold;
}
.eventheading {
        color: #000080;
        font-weight: normal;
        font-size: 14px;
        font-weight: bold;
}
.regheading {
        color: #000000;
        font-weight: normal;
        font-size: 13px;
}
.kalendertable {
        border-color: Navy;
        font-size: 16px;
}
.kalenderdatum {
        background-color: #F6F3EC;
        padding:2px;
        margin:0;
        width:200px;
        height:140px;
}
.kalendermaand td {
        background-color: #F6F3EC;
        padding:2px;
        margin:0;
        width:200px;
}
.kalenderweek tr {
        height: 30px;
        cursor: pointer;
}
/* Fotoalbum2 */
.images_map_cell {
	     font-family: Helvetica, Arial, sans-serif;
	     padding: 4px 4px 8px 4px;
	     border-style: solid;
	     border-color: #FFF7E0;
	     text-align: center;
	     vertical-align: top;
	     border-width: 1px;
}
.images_thumbnail_cell {
	     font-family: Helvetica, Arial, sans-serif;
	     padding: 4px 4px 8px 4px;
	     border-style: solid;
	     border-color: #FFF7E0;
	     text-align: center;
	     vertical-align: top;
	     border: none;
}
.images_thumb_border{
	     padding: 0px;
	     border-width: 1px;
	     border-style: solid;
	     border-color: #FFF7E0;
	     margin: 6px 6px 2px 6px;
}
.images_mapname {
	     font-size: 9px;
	     color: #666666;
	     font-weight: bold;
	     text-align: center;
}
div#sidebar {
	    margin: 0px 0px 0px 472px;
	    width: 154px;
	    text-align: left;
	    voice-family: "\"}\"";
	    voice-family: inherit;
	    width: 182px;
}
.dhtmlgoodies_tree, #floatingContainer{
	    margin:0px;
	    padding:0px;
}
.dhtmlgoodies_tree ul{  /* Sub menu groups */
	    margin-left:20px;   /* Left spacing */
	    padding-left:0px;
	    display:none;   /* Initially hide sub nodes */

}
#floatingContainer ul{
	    margin-left:20px;   /* Left spacing */
	    padding-left:0px;
}
.dhtmlgoodies_tree li,#floatingContainer li{    /* Nodes */
	    list-style-type:none;
	    vertical-align:middle;
	    margin-left:5px;
}
.dhtmlgoodies_tree li a,#floatingContainer li a {    /* Node links */
	    padding-left:1px;
	    margin-left:2px;
	    line-height:21px;
}
