.inlineimg {
  padding:2px;
  border:1px solid #abaaaa;
  display:block;
}
.floatright {
  float:right;
  margin:0 0 11px 11px;
}
.floatleft {
  float:left;
  margin:0 11px 11px 0;
}

.absright {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 10;
}

blockquote.quoted {
  background:url(../images/styles/quote_bottom_gray.gif) no-repeat 100% 100%;
  padding-left:0;
}
.red blockquote.quoted {
    background-image: url(../images/styles/quote_bottom_red.gif);
}
.green blockquote.quoted {
    background-image: url(../images/styles/quote_bottom_green.gif);
}
.blue blockquote.quoted {
    background-image: url(../images/styles/quote_bottom_blue.gif);
}

blockquote.quoted p {
  padding-left:35px;
  display:block;
  height:1%;
  background:url(../images/styles/quote_top_gray.gif) no-repeat;
}
.red blockquote.quoted p {
    background-image: url(../images/styles/quote_top_red.gif);
}
.green blockquote.quoted p {
    background-image: url(../images/styles/quote_top_green.gif);
}
.blue blockquote.quoted p {
    background-image: url(../images/styles/quote_top_blue.gif);
}

.h0 {
  overflow: hidden;
  height: 0px;
}
.toggler {
  background:url(../images/styles/toggler.gif) no-repeat 100% 2px;
  padding-right:14px;
}
.blue .toggler  {background-image:url(../images/styles/toggler_blue.gif);}
.green .toggler {background-image:url(../images/styles/toggler_green.gif);}
.red .toggler   {background-image:url(../images/styles/toggler_red.gif);}

.toggler_open {
  background-position:100% -38px !important;
}

/*** MSG ***/
.msg_warning {
  border:1px solid #e96a6a;
  background-color:#f8b7b7;
  padding:6px;
  margin:5px 0 10px 0;
  display:block;
  clear: both;
}
.msg_success {
  border:1px solid #579f11;
  background-color:#edffdc;
  padding:6px;
  margin:5px 0 10px 0;
  display:block;
  clear: both;
}
.msg_warning p, .msg_success p {
  margin:5px 0px;
}
.msg_success, .msg_success * {
    color:#579f11;
}
.msg_warning, .msg_warning * {
    color:#de4646;
}
.msg_alert {
  border:1px solid #ffea00;
  padding:6px 6px 6px 28px;
  margin:5px 0 10px 0;
  display:block;
  height:1%;
  background:#f9fee5 url(../images/icons/alert_icon.gif) no-repeat 6px 7px;
}
.msg_alert, .msg_alert * {
    color:#5d6066;
}
.fadeout {
  overflow:hidden;
  margin:0;
  padding:0;
  border:none;
  background-color:transparent;
}
.fadeout div {
  border:1px solid #e96a6a;
  padding:6px;
  margin:5px 0 10px 0;
  background-color:#f8b7b7;
}

/*** ICONS ***/
img.iconnormal   {background-color:#3065b0;}
img.icongreen    {background-color:#00a44b;}
img.iconred      {background-color:#ec1d25;}
img.iconlightred {background-color:#fcc0c2;}
img.icongray     {background-color:#888;}


/*** SORTABLE ***/
table.datatable th a.sortable:link, table.datatable th a.sortable:visited {
  background:url(../images/styles/th_sort.gif) no-repeat 100% 50%;
  display:block;
  height:1%;
  color:#fff;
  padding-right:10px;
}
table.datatable th a.sortasc:link, table.datatable th a.sortasc:visited {
  background-image:url(../images/styles/th_asc.gif);
}
table.datatable th a.sortdesc:link, table.datatable th a.sortdesc:visited {
  background-image:url(../images/styles/th_desc.gif);
}


/*** STRICT ***/
.wdt7  {width:7px;}
.wdt13  {width:13px;}
.wdt15  {width:15px;}
.wdt16  {width:16px;}
.wdt20  {width:20px;}
.wdt25  {width:25px;}
.wdt32  {width:32px;}
.wdt40  {width:40px;}
.wdt70  {width:70px;}
.wdt150 {width:150px;}
.wdt160 {width:160px;}
.wdt200 {width:200px;}
.wdt210 {width:210px;}
.wdt360 {width:360px;}

.wdp4 {width:4%;}
.wdp5 {width:5%;}
.wdp6 {width:6%;}
.wdp8 {width:8%;}
.wdp9 {width:9%;}
.wdp14 {width:14%;}
.wdp15 {width:15%;}
.wdp22 {width:22%;}
.wdp42 {width:42%;}
.wdp60 {width:60%;}
.wdp85 {width:85%;}
.wdp100 {width:100%;}


/*** PAGER ***/
.pager {
  position:relative;
  text-align:center;
  width:100%;
  margin: 10px 0 5px 0;
}
.pager a:link, .pager a:visited, .pager strong {
  font-size:10px;
  line-height:15px;
  padding:1px 6px;
  margin: 0 2px;
  color:#fff;
  text-decoration: none;
}
.pager a:link, .pager a:visited {
  background-color: #0062cd;
  border-bottom: 1px solid #27589b;
}
.pager strong, .pager a:hover {
  background-color: #9a9a9a;
  border-bottom: 1px solid #858585;
}

.pager a.llpage:link, .pager a.llpage:visited,
.pager a.lpage:link, .pager a.lpage:visited,
.pager a.rpage:link, .pager a.rpage:visited,
.pager a.rrpage:link, .pager a.rrpage:visited,
.pager span {
  background-color:#0062cd;
  background-position:0px 0px;
  background-repeat:no-repeat;
  border-bottom: 1px solid #27589b;
  text-indent:-10000px;
  width:14px;
  height:14px;
  padding:0;
  display:block;
  position:absolute;
  top:0px;
}
.pager a.llpage:focus, .pager a.lpage:focus,
.pager a.rpage:focus, .pager a.rrpage:focus {
  outline:none;
}

.pager span {
  background-color:#efefef;
  border-bottom: 1px solid #ccc;
}

.pager .llpage {
  background-image:url(../images/styles/pager_ll.gif);
  left:0px;
}
.pager .lpage {
  background-image:url(../images/styles/pager_l.gif);
  left:20px;
}
.pager .rpage {
  background-image:url(../images/styles/pager_r.gif);
  right:20px;
}
.pager .rrpage {
  background-image:url(../images/styles/pager_rr.gif);
  right:0px;
}

.pager a.llpage:hover, .pager a.lpage:hover,
.pager a.rpage:hover, .pager a.rrpage:hover {
  background-color: #9a9a9a;
  border-bottom: 1px solid #858585;
}

/*** GENERAL PURPOSE BLOCK ***/
h3.article_month {
  border-bottom: 1px solid #f7f7f7;
}

/* account for column widths */
.col1 .item .has_photo {
    /* not really possible, column is too narrow */
}
.col2 .item .has_photo {
    width: 246px;
}
.col3 .item .has_photo {
    width: 502px;
}
.col4 .item .has_photo {
    width: 756px;
}

.item {
  margin: 0 0 20px 0;
  padding: 5px 5px 15px 5px;
  border-bottom: 1px solid #d9d9d8;
}
.item .photo {
  float: left;
  margin: 0 10px 0 0;
  width: 179px;
  line-height: 1%;
  background-color: #fff;
  text-align: center;
}
.photo_right .photo {
  float: right;
  margin: 0 0 0 10px;
}
.item .content {
  float: left;
  width: 100%;
}

.item h2, .item h3 {
  margin-top: 0;
}
.item .content .readmore {
  margin: 10px 0 0 0;
  font-weight: normal;
}
.item .content .metadata {
  color: #9a9a99;
  margin: 0 0 5px 0;
}

.img_large {
  background-color:#fafafa;
  text-align:center;
  margin: 0 0 10px 0;
}

/*** ADMIN ***/

.details {
    border-bottom: 1px solid #d9d9d8;
}

/*** PROFIEL ***/

.wiebenik {
    clear: both;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
}

.user {
    width: 156px;
    background-color: #dfdfde;
    border: 1px solid #d9d9d8;
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px;
    min-height:190px;
    position: relative;
}
* html .user {
    height:190px;
}
.user .thumbnail {
    display: block;
    margin: 0 0 5px 0;
    padding: 2px;
    text-align:center;
    background-color: #efefef;
    position: relative;
    width: 152px;
}

.user p {
    margin: 5px 0 0 0;
}

.user .messagecount {
    background: url(../images/styles/numberblock.gif) no-repeat;
    text-align: center;
    width: 20px;
    height: 14px;
    line-height: 13px;
    position: absolute;
    left: 3px;
    top: 3px;
    color: #fff;
    display: block;
}
.user .hasmsg .messagecount {
    background-position: 0 -36px;
}

.user .betrokken ul {
    margin: 5px 0 0 15px;
    padding: 0;
}

.latestmember {
    width: 156px;
    background-color: #dfdfde;
    border: 1px solid #d9d9d8;
    margin: 0;
    padding: 5px;
}
.latestmember .thumbnail {
    display: block;
    margin: 0 0 5px 0;
    padding: 2px;
    text-align:center;
    background-color: #efefef;
}
.latestmember p {
    margin: 5px 0 0 0;
}
.latestmember ul {
    margin: 5px 0 0 15px;
    padding: 0;
}
.latestmember ul li {
    margin: 0;
    padding: 0;
}

.album {
    margin: 0 0 20px 0;
    background-color: #fff;
}


.album .thumbnail {
    width: 100px;
    background-color: #dfdfde;
    border: 1px solid #d9d9d8;
    position: relative;
    text-align: center;
    float: left;
    margin: 0 8px 8px 0;
    padding: 2px;
}
.album .thumbnail img {
  
}
.album .thumbnail .options {
  padding: 2px;
  background-color: #f0f8fe;
  height: 14px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.preview {
  margin: 10px 0;
}


/*** MAP ***/

#map {
    width: 1000px;
    height: 286px;
    border-top: 1px solid #fff;
}
.haslegend {
    width: 745px !important;
}

.addmarker {
    width: 450px !important;
    height: 450px !important;
}

.col1 #maploc {
    position: relative;
    margin: 0 0 0 -20px;
}

.col1 #mapwrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 235px;
    height: 305px;
    overflow: hidden;
    margin: 0;
}
.col1 #mapwrapper #showdetails {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.col1 #map {
    width: 235px !important;
}

#panorama {
    width: 1000px;
    height: 240px;
    margin-left: -20px;
    position: relative;
}
* html #panorama {
  width: 980px;
}

#legend {
    position:absolute;
    display:block;
    right:0;
    top:0;
    width:215px;
    height:270px;
    padding: 10px;
    background:#fff;
}
#legend ul {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
}
* html #legend ul {
    margin-bottom: 0;
}
#legend ul li {
    margin: 0;
    padding: 0;
}
#legend li  input {
    cursor: pointer;
}
#legend li  label {
    cursor: pointer;
}
#legend li  label img {
    margin: 0 5px 0 0;
}

.colbutton {
    display: block;
    padding: 5px;
    margin: 0;
    /* border: 1px solid #2e62ae; */    
}
 .colbutton 
,.colbutton * {
    color: #fff !important;
}

.cb_grey {
    background-color: #666;
}

.userimg_small {
    border: 1px solid #959595;
}
.ccontent {
    min-height: 115px;
}
* html .ccontent {
    height: 115px;
}

.message_attachment {
    float: right;
}
.message_attachment strong {
    float: left;
    line-height: 12px;
    margin: 0 3px 0 0;
}
.message_attachment a {
    float: left;
    line-height: 12px;
}

.author {

}
.author img {
    float: left;
    margin: 0 5px 0 0;
}

.message {
    background: #fafafa url(../images/styles/messagecol.gif) repeat-y;
    min-height: 120px;
    position: relative;
    margin: 0 0 10px 0;
    z-index: 1000;
}
* html .message {
    height: 120px;
}
.message .userimg {
    text-align: center;
    width: 100px;
    float: left;
    padding: 4px 0;
}
 .message .userimg a:link
,.message .userimg a:visited {
    display: block;
}

.message .meta {
    position: absolute;
    right: 5px;
    top: 10px;
    padding: 0;
}
.message .meta .showloc {
    cursor: pointer;
    font-weight: bold;
    display: none;
}

.message .content {
    padding: 10px 0 25px 120px;
}
.message .content p {
    margin: 10px 0 0 0;
}

.message .content_attach {
  padding-bottom:60px !important;
}

.message .date {
    position: absolute;
    left: 120px;
    bottom: 4px;
}

.attachment_index {
  padding:3px 0;
}

.message .title span{
    font-weight: normal;
    font-size: 0.9em;
}
.message .title h4 {
    width: 510px;
}

.message .hiddendata {
    display: none;
}

#index_messages {
    min-height: 376px;
}
* html #index_messages {
    height: 376px;
}

.commentform {
    position: relative;
}
.commentform .form {
    
}
* html .commentform {
    height: 1%;
}

.comment {
    padding: 0 0 10px 50px;
    position: relative;
    background: url(../images/styles/comment_thread.gif) no-repeat;
}
.comment_end {
    background-image: url(../images/styles/comment_thread_end.gif);
}
.comment .message {
    background-color: #e0e0e0;
    background-image: none;
    margin: 0;
}

.toggle_reply {
    cursor: pointer;
    padding: 4px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #666;
    color: #fff !important;
    font-weight: bold;
}

.col1 .colbutton {
    padding: 3px;
}

.tags {
    background-color: #0062cd;
    padding: 10px;
    margin: 0 0 10px 0;
}
 .tags
,.tags * {
    color: #fff !important;
}
.tags strong {
    float: left;
    display: block;
    width: 120px;
}

.hnav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 120px;
}
.hnav li {
    float: left;
    margin: 0 10px 5px 0;
}
 .hnav li a:link
,.hnav li a:visited {

}
.hnav li a:hover {
    color: #bad4f0 !important;
}

/*** FORM ***/

 .col2 .frmtext
,.col2 .frmupload
,.col2 .frmtextarea {
    width: 264px;
}
.col2 select {
    width: 270px;
}
.col3 select {
    width: 527px;
}

.col2 .button_container {
    width: 260px;
}


.note {
  font-size: 81.8%; /* 9px */
  padding: 0 30px 0 0;
  float: left;
}

.frmrow, .frmsubmitrow, .frmdeleterow {
  margin:0 0 2px 0;
  clear:both;
  position: relative;
}
* html .frmrow, * html .frmsubmitrow, * html .frmdeleterow {
  margin-bottom: 1px;
}

p.section {
    float: left;
    width: 500px;
}

.frmlabel {
  display: block;
  width: 160px;
  padding-top: 3px;
  margin-right: 8px;
  float:left;
}
* html .frmlabel {
  width: 148px;
}
.indented {
  margin-left: 168px;
}
* html .indented {
  margin-left: 160px;
}
.imgpreview {
  margin: 10px 0 0 170px;
  border: 2px solid #ccc;
}
.checkbox_row {
  padding-left:170px;
  margin:0 0 5px 0;
}

.frmtext, .frmupload, .frmtextarea {
  background: #fff url(../images/styles/form_field_background.gif) no-repeat;
  border: 1px solid #5986a0;
  padding: 2px;
  width: 520px;
}
.frmselect {
  width: 514px;
}
.frmtextarea {
  height: 15em;
}
.threerows {
    height: 4em;
}


.frmsubmitrow {
  margin: 15px 10px 0 0;
  height: 20px;
}
.frmsubmit {
  background-color: #3065b0;
  border: 1px solid #3065b0;
  color: #fff;
  font-family: verdana;
  font-weight: bold;
  font-size: 10px; /* do not resize */
  cursor: pointer;
  padding: 2px 10px;
  margin: 0;
  float: right;
}
* html .frmsubmit {
  padding: 2px 0 2px 5px;
}

.frmdelete {
  border-color: #ffa5a5;
  background-color: #e96a6a;
}

.frmdeleterow {

}
.frmdeleterow .frmsubmit {
  float: none;
}

.frmblocklabel {
  display:block;
}
.frmexpl {
  display: block;
  padding:0;
  color:#666;
  font-size:0.8em;
  margin:0 0 10px 170px;
}
.frmlft {
  margin-left:170px;
}
* html .frmexpl, * html .frmlft {
  margin-left:160px;
}

.validationimage {
 position:relative;
 height: 92px;
}
.validationimage  img {
  border:1px solid #ccc;
}

.validationimage span.soundcf {
  position:absolute;
  left:220px;
  top:40px;
  display: inline;
}
* html .validationimage span.soundcf {
  left:210px;
  top:40px;
}

#soundcontainer {
  visibility:hidden;
  height:1px;
  width:1px;
  overflow:hidden;
}

.validationimage span.ververs {
  margin:0;
  padding:0;
  color:#666;
  font-size:0.8em;
  display:block;
}
.validationimage span.ververslink {
  font-size:10px;
  font-family:verdana, tahoma, sans-serif;
  cursor:pointer;
  font-weight:bold;
}

.validationimage span.expl {
  color:#666;
  font-size:0.8em;
  display:block;
}
.validationimage .frmtext {
  text-transform:uppercase;
}

form .required {
  /*
  position: absolute;
  left: 440px;
  */
  padding: 0 0 0 2px;
}
.abs {
  position: absolute;
  right: 5px;
  top: 6px;
}
form .error .required {
  color:#f00;
}
form .error .frmlabel, form .error .frmblocklabel, form .error .widelabel, form .error .labelsmall {
  color:#f00;
}
form .error .frmtext, form .error .frmtextarea, form .error select  {
  border: 1px solid #f00;
}

.formborder {
  background:#fff;
  border:1px solid #3065b0;
  padding:10px;
  display: block;
  height: 1%;
  margin: 0 0 10px 0;
}
.formborder hr {
  background-color:#3065b0;
  color:#3065b0;
}

 .formborder .frmtext
,.formborder .frmupload
,.formborder .frmtextarea {
  width: 500px;
}
.formborder select {
  width: 506px;
}

.formbordergray, .formbordergray .frmtextarea {
  border-color:#666;
}
.formbordergray .frmsubmit {
  background:#666;
  border:none;
}


.radiorow input {
  margin: 0 4px 0 0;
  vertical-align: middle;
}
* html .radiorow input {
  margin: 0;
}

 .checkbox_row input
,.checkbox_single input {
  float: left;
}
.checkbox_single label {
  display:block;
  float:left;
  padding-top:3px;
}

/*** CUSTOM FORMS ***/
#loginform {
}
#loginform .frmlabel {
    float: none;
}
#loginform .frmtext {
    width: 180px;
}

* html #loginform .frmsubmitrow {
    margin-right: 5px;
}

#betrokkenform {
    float: right;
}
#betrokkenform label {
    float: left;
    width: auto;
}
#betrokkenform select {
    width: auto;
    float: left;
}

.button_container {
    float: left;
    width: 500px;
    position: relative;
}
.cbother {
    padding: 0 0 10px 187px;
}
.cbother .frmlabel {
    display: none;
}
.cbother .frmtext {
    width: 245px;
}

/*****[prikbord]******/
.shoutbox {
  display:block;
  margin:25px 0;
  padding:0 0 0 120px;
  position:relative;
  height:1%;
}
.shoutbox .shoutimg {
  display:block;
  width:120px;
  position:absolute;
  left:0px;
  top:0px;
}
.shoutbox .shoutimg img {
  display:block;
  border:1px solid #959595;
}
.shoutbox p {
  margin:0;
  display:block;
  min-height:67px;
  padding:5px 10px 25px 10px;
  background:#fcfcfc;
}
* html .shoutbox p {
  height:67px;
}
.shoutbox span {
  display:block;
  font-size:10px;
  color:#9a9a99;
  position:absolute;
  left:130px;
  bottom:5px;
}

.shoutbox .attachment {
  display:block;
  font-size:10px;
  color:#9a9a99;
  position:absolute;
  right:10px;
  bottom:3px;
}
.shoutbox .attachment strong {
    float: left;
    line-height: 16px;
    margin: 0 3px 0 0;
}
.shoutbox .attachment a {
    float: left;
}
.shoutodd p {
  background:#efefef;
}
.shoutsml {
  padding-left:45px;
}
.shoutsml .shoutimg {
  width:45px;
}
.shoutsml p {
  min-height:20px;
  padding-bottom:20px;
}
* html .shoutsml p {
  height:20px;
}
.shoutsml span {
  left:55px;
}
.shoutform .frmtextarea {
  display:block;
  height:50px;
  width:98%;
}


/*** MILKBOX ***/

#mbOverlay {
  position: absolute;
  left: 0;
  width:100%;
  background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
  z-index:10100;
  cursor: pointer;
}

#mbCenter {
  /* for default width and height, see the js options */
  position: absolute;
  z-index:10101;
  overflow:hidden;
  left: 50%;
  top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
  background-color: #fff;/* set the Milkbox background color */
  border: 5px solid #fff;/* set the Milkbox border */
  margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(../images/styles/milkbox/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
  /* set text options */
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  padding-top:8px;
  margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
  float:right;
  width:27px;
  padding-top:3px;
  border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
  width:55px; 
  overflow:hidden;
  padding-top:1px;
  float:right;
  text-align:right;
  font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
  outline:none;
  display:block;
  float:right;
  height:19px;
  cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(../images/styles/milkbox/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(../images/styles/milkbox/next.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(../images/styles/milkbox/play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
  width:17px;
  background: transparent url(../images/styles/milkbox/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
  margin-right:27px;
  padding:0px 10px 0 0;
  font-weight: normal;
  text-align:justify;
}


/****[poll]*****************/
.widepoll {
  margin:0 auto 10px auto;
  width:400px;
  padding:10px;
  border:1px solid #eee;
}
.poll p {
  margin:0 0 5px 0;
}
.poll p.onlyusers {
  font-style:italic;
}
.pollresults, .pollform {
  margin:0;
  padding:0;
  list-style:none;
}
.pollresults li {
  display:block;
  margin:2px 0 6px 0;
  padding:0 0 0 10px;
  background:url(../images/layout/menu_arrow.gif) no-repeat 0px 3px;
}
.pollresults li span.percbar {
  display:block;
  width:145px;
  font-size:1px;
  line-height:1px;
  margin-top:3px;
  border:1px solid #666;
}
.pollresults li span.percbar span {
  display:block;
  width:0%;
  height:8px;
  font-size:1px;
  line-height:1px;
  background:url(../images/styles/percbar.gif) repeat-y right 0;
}
.pollresults li span.perc {
  display:block;
  padding:1px 0;
  float:right;
  text-align:right;
}

.pollform li {
  display:block;
  margin:2px 0 6px 0;
  padding:1px 0 0 20px;
  position:relative;
}
.pollform li input {
  position:absolute;
  left:0px;
  top:0px;
}
.poll .vote {
  height:30px;
  display:block;
}


/*** FILES ***/
.fileicon {
  padding-left:20px;
  background:url(../images/icons/files/unknown.gif) no-repeat;
  min-height:16px;
    line-height: 16px;
  display:block;  
}
* html .fileicon {
  height:16px;
}
.fileimg {
  background:url(../images/icons/files/unknown.gif) no-repeat;
  height:16px;
  width:16px;
  display:block;  
}
.icon_jpg, .icon_jpeg {background-image:url(../images/icons/files/jpg.gif);}
.icon_tar, .icon_rar  {background-image:url(../images/icons/files/rar.gif);}
.icon_avi             {background-image:url(../images/icons/files/avi.gif);}
.icon_bmp             {background-image:url(../images/icons/files/bmp.gif);}
.icon_doc             {background-image:url(../images/icons/files/doc.gif);}
.icon_exe             {background-image:url(../images/icons/files/exe.gif);}
.icon_fla             {background-image:url(../images/icons/files/fla.gif);}
.icon_gif             {background-image:url(../images/icons/files/gif.gif);}
.icon_html            {background-image:url(../images/icons/files/html.gif);}
.icon_mov             {background-image:url(../images/icons/files/mov.gif);}
.icon_mp3             {background-image:url(../images/icons/files/mp3.gif);}
.icon_odt             {background-image:url(../images/icons/files/odt.gif);}
.icon_pdf             {background-image:url(../images/icons/files/pdf.gif);}
.icon_png             {background-image:url(../images/icons/files/png.gif);}
.icon_ppt             {background-image:url(../images/icons/files/ppt.gif);}
.icon_psd             {background-image:url(../images/icons/files/psd.gif);}
.icon_tif             {background-image:url(../images/icons/files/tif.gif);}
.icon_txt             {background-image:url(../images/icons/files/txt.gif);}
.icon_xls             {background-image:url(../images/icons/files/xls.gif);}
.icon_zip             {background-image:url(../images/icons/files/zip.gif);}


/****[links]*****************/
.linkcol h3 {
  display:block;
  background:#fafafa;
  padding:5px;
  font-size:1.5em;
}
.linkcol ul {
  list-style:none;
  margin:0;
  padding:0;
}
.linkcol li {
  margin:0;
  padding:3px 0 3px 16px;
  background:url(../images/styles/link_arrow.gif) no-repeat 5px 6px;
}
.linkcol li p {
  margin:0;
  font-size:10px;
  display:block;
}


/*** LOCATIONWIDGET ***/
#locationwidget {
    margin: 0 0 20px 168px;
}
#locationwidget #map {
    float: left;
    width: 300px !important;
    height: 300px !important;
}
#locationwidget .controls {
    float: left;
    width: 200px;
    margin: 10px 0 0 5px;
}

#locationwidget .controls label {
    width: 180px;
}

.ytcontent {
  display:block;
  text-align:center;
}


/*** RESULTATEN ***/
.tabs {
    margin: 10px 0 0 0;
    padding: 0 0 0 5px;
    list-style: none;
    height: 20px;
    border-bottom: 1px solid #1e4782;
}
.tabs li {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    display: block;
}
 .tabs li a:link
,.tabs li a:visited
,.tabs li strong {
    padding: 0 8px;
    display: block;
    line-height: 20px;
    height: 20px;
    background-color: #1e4782;
    color: #fff;
    float: left;
}
 .tabs li a:hover
,.tabs li strong {
    background-color: #659ae5;
}

.tabpane {
    padding: 5px;
    background-color: #f7f7f7;
}


.optgrp {
    font-style: normal !important;
    color: #fff;
}
.optgrp option {
    color: #000;
}

.optgrp0 {
    background-color: #f00;
}
.optgrp1 {
    background-color: #666;
}
.optgrp2 {
    background-color: #00a44b;
}
.optgrp3 {
    background-color: #0062cd;
}

.optlvl0 {
    background-color: #fff;
}
.optlvl1 {
    padding-left: 5px;
    background-color: #fff;
}
.optlvl2 {
    padding-left: 10px;
    background-color: #fff;
}
.opthdr {
    background-color: #efefef;
}

.rlvl3 {
    font-size: 14px;
}
.rlvl4 {
    padding: 0;
}
.rtext {
    font-weight: normal !important;
}
.normalweight {
    font-weight: normal !important;
}
.bmargin {
    margin: 0 0 4px 0;
}



/****** [Infobox] ******/


.infoicon {
    width: 10px;
    height: 11px;
    line-height: 11px;
    float: right;
    background: #666 url(../images/styles/infoicon.gif) 0 0 no-repeat;
    cursor: help;
    margin: 3px 0 0 0;
    opacity: .3;
    font-size: 1px;
}
h2 .infoicon { 
    margin-top: 9px;
}
.red .infoicon {
    background-color: #f00;
}
.green .infoicon {
    background-color: #00a44b;
}
.blue .infoicon {
    background-color: #0062cd;
}
.infoicon:hover {
    opacity: 1;
}

.infotxtdata {
  display:none;
}

.infobox {
  width:250px;
}
.infobox .infoboxtitle {
  display:none;
}
div.infogray {
  background: url(../images/styles/infobox_top_gray.gif) no-repeat;
}
div.infored {
    background-image: url(../images/styles/infobox_top_red.gif);
}
div.infogreen {
    background-image: url(../images/styles/infobox_top_green.gif);
}
div.infoblue {
    background-image: url(../images/styles/infobox_top_blue.gif);
}
.infoboxdata {
  padding:7px;
  background-color: #d1d1d1;
  border: 1px solid #666;
  color: #666;
  border-top:none;
}
.infored .infoboxdata {
    background-color: #ffb3b3;
    border-color: #f00;
    color: #f00;
}
.infogreen .infoboxdata {
    background-color: #b3e4c9;
    border-color: #00a44b;
    color: #00a44b;
}
.infoblue .infoboxdata {
    background-color: #b3d0f0;
    border-color: #0062cd;
    color: #0062cd;
}
.infobox .infoboxdata {
  margin-top:7px;
}
.infoboxdata, .infoboxdata * {
  /*
  font-size:10px;
  line-height:12px;
  
  font-family:tahoma, verdana, sans-serif;
  */
}
.infoboxdata ul {
  margin-bottom:0;
}
.infoboxdata li {
  background-position:0 3px;
  padding-left:12px;
}

/****** [/Infobox] ******/

.smallertext {
    font-size:1.2em;
}


#rescat {
    float: right;
}
#rescat label {
    width: 30px;
}
#rescat select {
    width: 300px;
}


.category_intro, .category_outro {
    margin:0 0 14px;
    border-left: 1px solid;
    padding-left:5px;
}
