﻿@import url("navigatie.css");

body, html
{
    background-image: url(../../images/bgcontent.gif);
}
.error
{
    display: block;
    background: #ffe6e6;
    border: 1px solid #FF0000;
    color: #FF0000;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px;
}
.succes
{
    background-color: #85c985;
    border: 1px solid green;
    color: Green;
    display: block;
    font-weight: bold;
    padding: 5px 10px 5px 5px;
    margin-bottom: 15px;
}
/*-- =SUBNAVLEFT --*/
#subNavLeft
{
    float: left;
    text-indent: 10px;
    width: 225px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    background: #c4d7ed url(../../images/bgSubmenu.jpg) no-repeat bottom;
}
#subNavLeft #subNavLeftBg
{
    background-image: url(../../images/subNavLeftBg.gif);
    height:224px;
}
#subNavLeft #spacer
{
    display: block;
    height: 200px;
    width: 257px;
}
#subNavLeft span a.level3
{
    display: block;
    color: #183051;
    font-weight: bold;
    line-height: 25px;
    font-size:12px;
}
#subNavLeft span a.level3:hover
{
    xbackground-color: #375d81;
    xcolor: #FFF;
    text-decoration: none;
}
#subNavLeft span a.level4
{
    background:url("../../images/subnav_level4_pas.gif") no-repeat scroll 10px 3px transparent;
    font-size:12px;
    display: block;
    color: #183051;
    font-weight: normal;
    line-height: 17px;
    margin-bottom:7px;
    padding-left:20px;
    text-indent:0;
}
#subNavLeft div span div a.current
{
    background-image:url("../../images/subnav_level4_sel.gif");
}
#subNavLeft span a.level4:hover
{
    text-decoration: none;
}

/*-- =CONTENT --*/
#content
{
    float: left;
    width: 740px;
    padding: 20px 0 0 30px;
}
#content .subTitle
{
    font-size: 13px;
    font-weight: bold;
    color: #f8951e;
}
#content hr
{
    color: #d5d5d5;
    border-bottom: 1px solid #FFFFFF;
}
#content ul
{
    margin-left: 15px;
}
#content ol
{
    margin-left: 30px;
}

/* 
#content ul li
{
	list-style-type: disc;
	margin-left: 15px;
}
#content ul ul li
{ 
	list-style-type: circle;
	margin-left: 15px;
}
#content ol li
{
	margin-left: 15px;
}

/*-- =CONTENTTEXT --*/
.contentText
{
    width: 500px;
    float: left;
    padding-right: 20px;
}
.contentText img
{
    display: block;
    margin: 5px;
}
.fullWidth
{
    width: 97%;
}
#breadcrumbs
{
    padding: 5px 0 0 30px;  
    float: left;
}
#breadcrumbs a
{
    font-weight:normal;    
}
#breadcrumbs a.current
{
    cursor:default;
    color:#183152;
    text-decoration:none;
}

/*-- =CONTENTRIGHT --*/
.contentRight
{
    float: left;
    width: 200px;
    padding-left: 10px;
    border-left: 1px solid #d2d2d2;
    min-height: 400px;
}
.contentRight img
{
    display: block;
    margin: 5px;
}
/*-- =NEWSDETAILS --*/
#content #newsDetails span.date
{
    color: #395f83;
    font-size: 11px;
    font-weight: bold;
    display: block;
}
#content #newsDetails span.category
{
    color: #c3c3c3;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    margin-right: 15px;
}
#content #newsDetails span.title
{
    color: #f7941d;
    font-size: 13px;
    font-weight: bold;
}
#content #newsDetails h3
{
    font-size: 11px;
    font-weight: normal;
}
#content #newsDetails hr
{
    clear: both;
}
#content #newsDetails .archiveLink
{
    display: block;
    margin-top: 15px;
    width: 100px;
}
/*-- =NEWSLIST --*/
#content #newsList span.date
{
    color: #395f83;
    font-size: 11px;
    font-weight: bold;
    float: left;
    display: block;
    width: 100px;
}
#content #newsList span.category
{
    color: #c3c3c3;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    margin-right: 15px;
}
#content #newsList span.title
{
    color: #f7941d;
    font-size: 13px;
    font-weight: bold;
}
#content #newsList hr
{
    clear: both;
}

#content #newsList .archiveLink
{
    display: block;
    margin-top: 15px;
    width: 100px;
}
#content #newsList .pager
{
    border-bottom: 1px solid #f7941d;
    margin-bottom: 15px;
    color: #183152;
    line-height: 20px;
    display: block;
}
#content #newsList div.pager span
{
    margin-left: 5px;
    font-size: 12px;
    color: #FFF !important;
    font-weight: bold;
    background-color: #395f83;
    padding: 3px;
}
#content #newsList div.pager a
{
    text-decoration: underline;
    font-size: 12px;
    margin-left: 5px;
}
#content #newsList div.pager a:hover
{
    text-decoration: none;
}
/*-- =SEARCH --*/
#content #search
{
    width: 100%;
    float: none;
    background-color: red;
    border: 0;
    display: block;
}
#content .searchResult
{
    width: 100%;
    border: 0;
    margin-bottom: 10px;
}
#content .searchResult a
{
    display: block;
}
#content .searchResult hr
{
    margin: 5px 0 5px 0;
}
#content .searchword
{
    background-color: #c4d7ed;
}
#content .searchResult tr.pager
{
    font-weight: normal;
    text-align: center;
}
#content .searchResult tr.pager td
{
    width: 20px;
}
#content .searchResult tr.pager td table tr td
{
    border-top: 0;
    padding-top: 10px;
}
#content .searchResult .pager a
{
    margin-left: 6px;
    font-size: 12px;
}
#content .searchResult .pager span
{
    margin-left: 6px;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    background-color: #395f83;
    padding: 3px;
}
/*-- =MATCHES --*/
#matches p
{
    display: block;
    float: left;
    width: 100%;
}
.grid
{
    float: left;
    margin-bottom: 10px;
}
.grid th
{
    background: #375d81;
    border-top: 1px solid #a8a9ac;
    text-align: left;
    color: #FFF;
    padding: 2px 4px;
    border-left: 1px solid #a8a9ac;
}
.grid th a
{
    color: #FFF;
}
.grid th a:hover
{
    text-decoration: underline;
}
.grid td
{
    border: 1px solid #a8a9ac;
    border-collapse: collapse;
    font: 11px arial;
    padding: 2px 4px;
}
#matches label
{
    display: block;
    width: 200px;
    float: left;
    font-weight: bold;
}
#matches input
{
    width: 23px;
    height: 22px;
}
#matches input.button
{
    background-color: #718da7;
    border: 0;
    width: 200px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    padding: 3px 0 3px 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
#matches input[disabled]
{
    background-color: #718da7;
    color: #a8a9ac;
}
#matches select
{
    font-size: 11px;
    color: #183152;
}
/*-- =CLUBS --*/
#clubs .searchLinks a
{
    display: block;
    width: 190px;
    color: #FFF !important;
    background: #f7941d url(../../images/bgClubsLink.gif) no-repeat right;
    padding: 5px;
    margin-bottom: 4px;
    text-decoration: none;
    height:14px;
}
#clubs .searchLinks a:hover
{
    background: #183052 url(../../images/bgClubsLinkOver.gif) no-repeat right;
}
#clubs .searchSpecify
{
    background-color: #c4d7ed;
    display: block;
    margin: 10px 0 10px 0;
    padding: 5px;
}
#clubs span
{
    float: left;
}
#clubs div
{
    clear: both;
}
#clubs table
{
    margin-top: 10px;
}
#clubs th
{
    background: #375d81;
    border-top: 1px solid #a8a9ac;
    text-align: left;
    color: #FFF;
    padding: 5px 10px;
    border-left: 1px solid #a8a9ac;
}
#clubs td
{
    border: 1px solid #a8a9ac;
    border-collapse: collapse;
    font: 11px arial;
    padding: 5px 10px;
}
#clubs tr:hover
{
    background: #f0f0f0;
}
#clubs .button
{
    background-color: #718da7;
    border: 0;
    cursor: pointer;
    color: #FFF;
    width: auto;
    height: auto;
    font-weight: bold;
    font-size: 11px;
    padding: 3px 0 3px 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
#clubs .pager
{
    margin-bottom: 15px;
    color: #183152;
}
#clubs .pager td
{
    border: 0;
    width: auto;
}
#clubs .pager td span
{
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    background-color: #395f83;
    padding: 3px;
}
#clubs .pager div.pager a
{
    text-decoration: underline;
    font-size: 12px;
    margin-left: 5px;
}
#clubs .pager div.pager a:hover
{
    text-decoration: none;
}
#clubs #images
{
    width: 450px;
    display: block;
}
#clubs span.otherInput label
{
    width: 50px;
    height: 20px;
}
#clubs span.otherInput label img
{
    margin-top: -4px;
}
#clubs span.otherInput input
{
    float: left;
    width: 13px;
    height: 13px;
}
/*-- =CLASSORGANISATIONS --*/
#class div
{
    display: block;
    clear: both;
}
#class .details
{
    margin-top: 20px;
}

/*-- =FORMS --*/
#forms .otherInput input
{
    border: 0px;
    margin-right: 5px;
    height: 22px;
    float: left;
}
#forms .otherInput label
{
    margin-right: 0px;
    float: left;
    width: 350px;
}
#forms .labelLarge label
{
    margin-right: 0px;
    float: left;
    width: 300px;
}
#forms label
{
    display: block;
    width: 200px;
    padding-top: 4px;
    float: left;
}
#forms textarea
{
    margin-bottom: 20px;
    height: 80px;
    margin-top: 5px;
    width: 200px;
    border: 1px solid #a8a9ac;
    font-size: 11px;
    font-family: Verdana;
    padding: 2px;
    padding-bottom: 0;
    display:block;
}
#forms select
{
    font-size: 11px;
    border: 1px solid #a8a9ac;
}
#forms input.medium
{
    width: 200px;
    height: 18px;
    font-size: 11px;
    margin-bottom: 3px;
    border: 1px solid #a8a9ac;
    padding: 2px;
    padding-bottom: 0;
}
#forms input.radiobut
{
    width: 0px;
    height: 18px;
    font-size: 11px;
    margin-bottom: 3px;
    border: 1px solid #a8a9ac;
    padding: 2px;
    padding-bottom: 0;
}

#forms img
{
    display: inline;
}
#forms input.button
{
    background-color: #718da7;
    border: 0;
    width: auto;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    padding: 3px 0 3px 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
/*-- =SITEMAP --*/
div.sitemap span a.level2
{
    display: block;
    height: 25px;
    line-height: 25px;
    color: #183052;
    font-size: 14px;
    border-bottom: 1px solid #d5d5d5;
    margin-top: 20px;
}
div.sitemap span a.level3
{
    display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
}
div.sitemap span a.level4
{
    display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 30px;
    font-weight: normal;
}
/*-- =MEASURECERTIFICATES --*/
#measureCertificate table
{
    margin-top: 10px;
    width: 100%;
}
#measureCertificate th
{
    background: #375d81;
    border-top: 1px solid #a8a9ac;
    text-align: left;
    color: #FFF;
    padding: 5px 10px;
    border-left: 1px solid #a8a9ac;
}
#measureCertificate td
{
    border: 1px solid #a8a9ac;
    border-collapse: collapse;
    font: 11px arial;
    padding: 5px 10px;
}
#measureCertificate tr:hover
{
    background: #f0f0f0;
}

#listHolder img
{
    float: left;
}
/* Complaints */
table.calendar td
{
    padding: 3px;
}
/*-- =RSS --*/
#rss .rssOptions a
{
    display: block;
    width: 190px;
    color: #FFF !important;
    background: #f7941d url(../../images/bgClubsLink.gif) no-repeat right;
    padding: 5px;
    margin-bottom: 4px;
    text-decoration: none;
    height: 14px;
}
#rss .rssOptions a:hover
{
    background: #183052 url(../../images/bgClubsLinkOver.gif) no-repeat right;
}
/*-- =Member --*/
#forms .memberOptions a
{
    display: block;
    width: 190px;
    color: #FFF !important;
    background: #f7941d url(../../images/bgClubsLink.gif) no-repeat right;
    padding: 5px;
    margin-bottom: 4px;
    text-decoration: none;
    height: 14px;
}
#forms .memberOptions a:hover
{
    background: #183052 url(../../images/bgClubsLinkOver.gif) no-repeat right;
}

/*-- =Photogallery --*/
span.photoGallery
{
    display: block;
    width: 194px;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #dedede;
    margin-left: 12px;
    text-align: center;
}
span.photoGallery a
{
    font-weight: normal;
    text-decoration: none;
    background-color: #c3c4c5;
    display: inline;
    line-height: normal;
    padding: 0;
    margin: 0;
    border: 2px solid #f8951e;
}
span.photoGallery a:hover
{
    text-decoration: none;
    border: 2px solid #f8951e;
}

#photoalbum h2
{
    font-size: 11px;
    font-weight: normal;
    color: #939396;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
}
#photoalbum h3
{
    font-size: 12px;
    margin: 0;
    margin-bottom: 5px;
}
#photoalbum h4
{
    font-size: 11px;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 15px;
}
#photoalbum div.pager
{
    border: 0;
    width: 390px;
    text-align: left;
    padding-bottom: 6px;
    padding-right: 10px;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
#photoalbum div.pager span
{
    margin-left: 5px;
    font-size: 12px;
}
#photoalbum div.pager a
{
    text-decoration: underline;
    margin-left: 5px;
    font-size: 12px;
}
#photoalbum div.pager a:hover
{
    text-decoration: none;
}
#album a
{
    display: block;
    width: auto;
    border: 2px solid #d0d1d2;
    margin: 5px;
    float: left;
}
#album a:hover
{
    border: 2px solid #f8951e;
}

a.backAlbums
{
    display: inline;
    width: 100%;
    border: 0;
    margin-top: 30px;
    float: left;
}
a.backAlbums:hover
{
    border: 0;
}
#listHolder h5
{
    font-size: 16px;
    margin: 0;
}

.rblInput input
{
    width: auto;
    float: left;
}

.rblInput label
{
    width: 50px;
    float: left;
}

