.blockheader {
  display:block;
  padding:12px 20px;
  background-color:#000;
  color:#fff;
  font-size:15px;
  line-height:15px;
  margin:0;
}

.blockheader a:link, .blockheader a:visited {
    color:#fff;
    text-decoration:none;
    font-size:15px;
    line-height:15px;
}

.blockheader a:hover {
    color:#c70404;
    text-decoration:underline;
}

.blockcontainerleft .blockdata, .blockcontainerleft .blockdatadark {
  margin:0 0 4px 4px;
}
.blockcontainerright .blockdata, .blockcontainerright .blockdatadark {
  margin:0 4px 4px 0;
}

.blockcontainerleft .blockdata {
  min-height:400px;
}
* html .blockcontainerleft .blockdata {
  height:400px;
}

.blockdata {
  border:1px solid #aeaeae;
  border-top:none;
  background-color:#f6f6f6;
  padding:10px;
}
.blockdata h2, .blockdata h2 a:link, .blockdata h2 a:visited  {
  color:#c70404;
  font-size:15px;
  line-height:15px;
  text-decoration:none;
}
.blockdata h2 a:hover {
  color:#6e6e6e;
}

.blockdata h3, .blockdata h3 a:link, .blockdata h3 a:visited  {
  color:#c70404;
  font-size:13px;
  line-height:13px;
  text-decoration:none;
}
.blockdata h3 a:hover {
  color:#6e6e6e;
}

.blockdata h4 {
  color:#c70404;
}
.blockdata img.borderedthumb {
  border:1px solid #aeaeae;
  background-color:#fff;
  padding:4px;
}

.blockdatadark {
  border:1px solid #aeaeae;
  background-color:#d4d4d4;
  padding:10px;
}

.blockdatalight {
  border:1px solid #aeaeae;
  background-color:#fff;
  padding:10px;
}

.alert {
    border-color:#c70404;
    color:#c70404;
    background-color:#f1bbba;
}

.alert strong {
    color:#c70404;
}

.imgfloatright {
  float:right;
  padding:0 0 4px 4px;
}
.imgfloatleft {
  float:left;
  padding:0 4px 4px 0;
}

a.goto:link, a.goto:visited {
  background:url(../images/icons/goto.gif) no-repeat 0px 5px;
  padding-left:10px;
}
a.goto:hover {
  background-position:0px -20px;
}

.smalltext {
  font-size:10px;
  line-height:10px;
  color:#666;
}

.top {
  margin-top: 0 !important;
}
.last {
  margin-right: 0 !important;
}


/*******************/
a.username:link, a.username:visited {
  font-weight:normal;
  color:#000;
  text-decoration:none;
}
a.username:hover {
  text-decoration:underline;
}
ul.bulletlist {
  list-style:none;
  padding:0;
  margin:10px 0;
}
ul.bulletlist li {
  clear:both;
  padding:0px 0px 2px 15px;
  background:url(../images/icons/graydot.gif) no-repeat 0px 3px;
}

ul.datelist {
  list-style:none;
  padding:0;
  margin:10px 0;
}
ul.datelist li {
  clear:both;
  padding:0 0 2px 35px;
  position:relative;
}
ul.datelist span.date {
  position:absolute;
  left:0px;
  top:1px;
}
/*** Ugly fix for IE ***/
* html ul.datelist span.date {
  left:-35px;
}
/*******************/


.textcontainer {
  padding:4px 4px 0px 4px;
  margin-bottom:4px;
}
.odddiv {
  border-top:1px solid #b9b9b9;
  border-bottom:1px solid #b9b9b9;
  background-color:#fff;
}
.textblock {
  border:1px solid #b9b9b9;
  background-color:#fff;
  padding:4px 4px 0px 4px;
  margin-bottom:10px;
}
.blockdatadark form {
  background-color:#fff;
  padding:8px;
  margin-top:10px;
}

/*******************/

.msg_warning {
  border:1px solid #c70404;
  background-color:#f0c9c7;
  padding:6px;
  margin:0 3px 3px 3px;
  display:block;
}
.msg_success {
  border:1px solid #1fb317;
  background-color:#d6fad3;
  padding:6px;
  margin:3px 3px 3px 3px;
}
.msg_warning p, .msg_success p {
  margin:5px 0px;
}
.msg_success, .msg_success * {
  color:#308383;
}
.msg_warning, .msg_warning * {
  color:#c70404;
}
.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:#4e5365;
}

.blockdata .msg_warning, .blockdata .msg_success {
  margin: 0 0 10px 0;
}

/*******************/

.datatable {
  background-color:#adadad;
  width:100%;
}
.datatable th {
  text-align:left;
  color:#fff;
  background-color:#000;
}
.datatable td {
  background-color:#f6f6f6;
}
.datatable td, .datatable th {
  padding:2px 3px;
}
.datatable tr.odd td {
  background-color:#fff;
}
.datatable tr.moved td {
  background-color:#ffe8e8;
}
.datatable tr.highlight td {
  background-color:#d6fad3;
}

.listtable th {
  text-align:left;
  color:#000;
  font-weight:bold;
}
.listtable th, .listtable td {
  padding:1px 10px 1px 0;
}

/*******************/

.paging {
  position:relative;
  /*text-align:center;*/
  width:100%;
  margin-bottom:4px;
}
.paging a:link, .paging a:visited, .paging strong {
  font-size:10px;
  line-height:14px;
  padding:2px 4px;
  color:#fff;
  font-family:verdana, tahoma, sans-serif;
  text-decoration:none;
  margin-right:4px;
}
.paging a:link, .paging a:visited {
  background-color:#6e6e6e;
}

.paging .currentPage, .paging a:hover, .paging strong {
  background-color:#c70404 !important;
}

.paging a.llpage:link, .paging a.llpage:visited,
.paging a.lpage:link, .paging a.lpage:visited,
.paging a.rpage:link, .paging a.rpage:visited,
.paging a.rrpage:link, .paging a.rrpage:visited {
  background-color:#6e6e6e;
  background-position:0px 0px;
  background-repeat:no-repeat;
  text-indent:-10000px;
  width:14px;
  height:14px;
  padding:0;
  display:block;
  position:absolute;
  top:1px;
}

.paging a.llpage:link, .paging a.llpage:visited {
  background-image:url(../images/layout/pager_ll.gif);
  left:5px;
}
.paging a.lpage:link, .paging a.lpage:visited {
  background-image:url(../images/layout/pager_l.gif);
  left:25px;
}
.paging a.rpage:link, .paging a.rpage:visited {
  background-image:url(../images/layout/pager_r.gif);
  right:20px;
}
.paging a.rrpage:link, .paging a.rrpage:visited {
  background-image:url(../images/layout/pager_rr.gif);
  right:0px;
}
.paging a.llpage:hover, .paging a.lpage:hover,
.paging a.rpage:hover, .paging a.rrpage:hover {
  background-color:#c70404;
}

.paging .scrollbox {
    height:16px;
    overflow:hidden;
    margin:auto;
    text-align:center;
}

.paging .scrollpane {
    height:16px;
}

.paging .paging_options {
    display: none;
    width:0px;
    height:0px;
}

/*--------------- UBB styles ---------------------*/

span.quotetext {
    font-weight:bold;
    margin:5px 0px;
    display:block;
}
blockquote.quote {
    border:1px solid #000;
    background:#ddd;
    margin:0px;
    padding:10px;
    display:block;
}

span.codetext {
    font-weight:bold;
    margin:5px 0px;
    display:block;
}

div.code {
    border:1px solid #000;
    font-size: 10px;
    color: black;
    font-family: courier new, helvetica, times new roman, serif;
    background-color: #ccc;
    margin:0px;
    padding:10px;
}




/*********[tabs]**********/
ul#tabs {
  position:relative;
  top:-10px;
  margin:0;
  padding:0;
  list-style:none;
  display:block;
  height:20px;
}
ul#tabs li {
  float:right;
  display:inline;
  background:url(../images/layout/tab_l.gif) no-repeat;
  height:20px;
  margin-left:4px;
}
ul#tabs li a:link, ul#tabs li a:visited {
  display:block;
  font-family:verdana, tahoma, sans-serif;
  font-size:10px;
  line-height:10px;
  padding:5px 4px 5px 4px;
  text-decoration:none;
  font-weight:bold;
  color:#000;
  height:10px;
  float:left;
  height:10px;
  background:url(../images/layout/tab_r.gif) no-repeat 100% 0px;
}
ul#tabs li:hover, ul#tabs li.iehover, ul#tabs li.active {
  background-position:0px -20px;
}
ul#tabs li a:hover, ul#tabs li.active a:link, ul#tabs li.active a:visited {
  background-position:100% -20px;
  color:#fff;
}
ul#tabs li:hover {
  background-position:0px -20px;
  color:#fff;
}

/************************/

ul.adminmenu {
  display:block;
  list-style:none;
  margin:0;
  padding:0;
}
ul.adminmenu li {
  margin-bottom:2px;
}
ul.adminmenu li a:link, ul.adminmenu li a:visited {
  color:#fff;
  background-color:#000;
  text-decoration:none;
  height:1%;
}
ul.adminmenu li a:link, ul.adminmenu li a:visited, ul.adminmenu li strong {
  padding:3px;
  display:block;
  font-size:13px;
  line-height:20px;
}
ul.adminmenu li a:hover, ul.adminmenu li strong {
  color:#fff;
  background-color:#c70404;
}


/**wideform***/

.wideform .frmtext {
  width:480px;
}
.wideform .frmselect {
  width:480px;
}
* html .wideform .frmselect {
  width:486px;
}
.wideform .frmtextarea {
  width:480px;
}
.wideform .frmsubmitrow {
  width:610px;
}
.wideform .frmexplain {
  padding-left:126px;
}
.wideform .frmlabeltd {
  width:250px;
}

.filterform .frmsubmitrow {
  position: relative;
  width: auto;
  height: 1px;
  margin: 0;
}
.filterform .frmsubmitrow .frmsubmit {
  position: absolute;
  bottom: 0;
  right: 0;
}

* html .filterform .frmsubmitrow .frmsubmit {
  position: absolute;
  bottom: 3px;
  right: 3px;
}

/*** [ONLINE MEMBERS] ***/

.memberlist {
  margin-left: 1px;
}
.memberlist a:link, .memberlist a:visited {
  background-color: #fff;
  width: 48px;
  height: 51px;
  border: 1px solid #aeaeae;
  margin: 9px 9px 0 0;
  display: block;
  float: left;
}
.memberlist a:hover {

}
.memberlist a img {
  border: none;
  margin: 5px 0 0 5px;
}

/**********[sortable datatables]***********/
table.datatable th a.sortable:link, table.datatable th a.sortable:visited {
  background:url(../images/icons/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/icons/th_asc.gif);
}
table.datatable th a.sortdesc:link, table.datatable th a.sortdesc:visited {
  background-image:url(../images/icons/th_desc.gif);
}

#selectform {
  margin-bottom: 10px;
}

#selectform .frmsubmitrow {
  width: 100%;
  padding: 10px 0 0 0;
  text-align: left;
}

/*** Sortable IM-list ***/
table.bordercolor tr td.sort_up {
  background-image:url(http://www.higherlevel.nl/resources/images/icons/th_desc.gif) ;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  padding-right: 10px;
}

table.bordercolor tr td.sort_down {

  background-image:url(http://www.higherlevel.nl/resources/images/icons/th_asc.gif) ;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  padding-right: 10px;
}

table.bordercolor tr td.no_sort {

  background-image:url(http://www.higherlevel.nl/resources/images/icons/th_sort.gif);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  padding-right: 10px;
}



.smalldate {
  font-size: 11px;
  text-decoration: none;
  color: #6e6e6e !important;
}
.smalldate:hover {
  text-decoration: underline;
}

.blockmobielreclame .blockdata{
  padding:0 10px 10px 0;
}
.mobielhlreclame {
  position: relative;
  display: block;
  height: 130px;
}
.mobielhlreclame  img{
  border: 0px;
}
