﻿/*General Styles */

body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, helvetica, sans-serif;
    font-size: 90%;
    background-image: url(/Images/System/background.gif);
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #838383;
}
.RadEContentBordered
{
    background-color: #ffffff;
}
li
{
    list-style-image: url(/Images/System/bullet-red.gif);
}
.left
{
    float: left;
}
.noBorder
{
    border: none;
}
.bold
{
    font-weight: 700;
}
a:Link, a:Visited, a:Active
{
    color: #a4182f;
    text-decoration: underline;
}
a:Hover
{
    color: #838383;
    text-decoration: underline;
}
.marginSmall
{
    margin: 2px;
}
ul, ol
{
    padding-left: 28px;
}

/* Main Styles */
.middle
{
    width: 878px; /* 864 */
    margin-left: auto;
    margin-right: auto;
    padding-right: 53px;
}
.siteWrapper
{
    width: 878px; /* 864 */
    margin: 0;
    padding: 0;
    padding-top: 14px;
    padding-bottom: 40px;
}
.topBanner
{
    width: 874px; /* 862 */
    height: 183px;
    margin-left: 1px;
    background-image: url(/Images/System/banner.gif); /* banner.jpg */
    background-repeat: no-repeat;
    background-position: top left;
}
.bannerText
{
    background-image: url(/Images/System/textBanner.gif);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 40px;
    padding-top: 100px;
}

/* Menu Styles */

.circleLeft
{
    width: 51px; /* 63px */
    height: 24px;
    background-image: url(/Images/System/left-circle2.gif);
    background-position: right top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}
.lowerMenu
{
    width: 825px; /* 799 */
    height: 25px;
    background-image: url(/Images/System/lowermenu-background.gif);
    background-position: left;
    background-repeat: repeat-x; /* margin-left: 1px; */
}
.lowerMenuUL
{
    padding-left: 2px;
}
.lowerMenuItem
{
    height: 25px;
    display: inline;
    float: left;
    border-right: solid 1px #ffffff;
    margin-left: 1px;
    background-image: url(/Images/System/lowermenu-background.gif);
    background-position: left;
    background-repeat: repeat-x;
}
.lowerMenuItemLast
{
    height: 25px;
    display: inline;
    float: left;
    background-image: url(/Images/System/lowermenu-background.gif);
    background-position: left;
    background-repeat: repeat-x;
}
a.lowerMenuLink:Link, a.lowerMenuLink:Visited, a.lowerMenuLink:Active
{
    color: #ffffff;
    font-weight: 700;
    font-size: 10pt;
    text-decoration: none;
    padding: 14px 25px 18px 25px;
}
a.lowerMenuLink:Hover
{
    color: #838383;
    font-weight: 700;
    font-size: 10pt;
    padding: 14px 25px 18px 25px;
}
a.lowerMenuLinkLast:Link, a.lowerMenuLinkLast:Visited, a.lowerMenuLinkLast:Active
{
    color: #ffffff;
    font-weight: 700;
    font-size: 80%;
    text-decoration: none;
    background-image: url(/Images/System/lowermenu-background.gif);
    background-position: left;
    background-repeat: repeat-x;
    height: 25px;
    padding: 14px 14px 18px 14px;
}
.tabsWrapper
{
    padding-top: 6px;
    border-bottom: solid 1px #ffffff;
}
.menuTabItem
{
    display: inline;
    margin-left: 2px;
}
.menuTabWrapper
{
    height: 24px;
    margin: 0;
    padding: 0;
}
.menuTabDiv
{
    height: 24px;
    background-color: #e4e4e4;
    padding: 0px 1px 0px 6px;
}
.menuTabDivActive
{
    height: 24px;
    background-color: #ffffff;
    padding: 0px 1px 0px 6px;
}
.tabCorner
{
    width: 12px;
    height: 24px;
    background-image: url(/Images/System/corner-tab-grey.gif);
    background-repeat: no-repeat;
    background-position: right top;
}
.tabCornerActive
{
    width: 12px;
    height: 24px;
    background-image: url(/Images/System/corner-tab-white.gif);
    background-repeat: no-repeat;
    background-position: right top;
}
a.menuTabLink:Link, a.menuTabLink:Visited, a.menuTabLink:Active
{
    color: #000000;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 6px;
    float: left;
}
a.menuTabLink:Hover
{
    color: #000000;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: underline;
}
.lowerMenuWrapper
{
    background-color: #ffffff;
}




/* Main Content Styles */


.spacer
{
    width: 51px;
    height: 300px;
    clear: both;
}
.mainContentWrapper
{
    width: 825px; /* 799 */
    margin: 0;
    padding: 0;
    background-image: url(/Images/System/background-main.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #c9c9c9;
}
.menuMainPageUL
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.menuMainPageWrapper
{
    padding: 30px 13px 0px 0px;
    margin: 0;
}
.menuMainPagePicture
{
    padding: 2px 2px 0px 2px;
}
.menuMainPage
{
    width: 189px;
    margin: 0;
    padding: 0;
}
.centerContentWrappermain
{
    margin: 0; /*padding-left: 13px;*/
    padding-bottom: 25px;
}
.centerContentWrapper
{
    margin: 0;
    padding-left: 10px;
    padding-bottom: 25px;
}
a.menuMainPageLink:Link, a.menuMainPageLink:Visited, a.menuMainPageLink:Active
{
    display: block;
    color: #000000;
    font-size: 75%;
    font-weight: 400;
    text-decoration: none;
    background-image: url(/Images/System/mainpage-menu-item.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 14px;
    padding-top: 3px;
    margin: 0;
    width: 175px;
    cursor: pointer;
    padding-bottom: 7px;
}
a.menuMainPageLink:Hover
{
    display: block;
    color: #ffffff;
    font-size: 75%;
    font-weight: 400;
    text-decoration: none;
    background-image: url(/Images/System/mainpage-menu-item-o.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 14px;
    padding-top: 3px;
    margin: 0;
    width: 175px;
    cursor: pointer;
    padding-bottom: 7px;
}
a.menuMainPageLinkLast:Link, a.menuMainPageLinkLast:Visited, a.menuMainPageLinkLast:Active
{
    display: block;
    color: #000000;
    font-size: 75%;
    font-weight: 400;
    text-decoration: none;
    background-image: url(/Images/System/mainpage-menu-itemLast.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 14px;
    padding-top: 3px;
    margin: 0;
    width: 175px;
    cursor: pointer;
    padding-bottom: 7px;
}
a.menuMainPageLinkLast:Hover
{
    display: block;
    color: #ffffff;
    font-size: 75%;
    font-weight: 400;
    text-decoration: none;
    background-image: url(/Images/System/mainpage-menu-itemLast-o.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 14px;
    padding-top: 3px;
    margin: 0;
    width: 175px;
    cursor: pointer;
    padding-bottom: 7px;
}
a.menuMainPageLinkFirst:Link, a.menuMainPageLinkFirst:Visited, a.menuMainPageLinkFirst:Active
{
    display: block;
    color: #000000;
    font-size: 75%;
    font-weight: 400;
    text-decoration: none;
    background-image: url(/Images/System/followup-pagemainpage-menu-item.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 14px;
    padding-top: 6px;
    margin: 0;
    width: 175px;
    cursor: pointer;
    padding-bottom: 6px;
}
a.menuMainPageLinkFirst:Hover
{
    display: block;
    color: #ffffff;
    font-size: 75%;
    font-weight: 400;
    text-decoration: none;
    background-image: url(/Images/System/followup-pagemainpage-menu-item-o.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 14px;
    padding-top: 6px;
    width: 175px;
    cursor: pointer;
    padding-bottom: 6px;
    margin: 0;
}
.menuMainPageWhiteBackground
{
    background-color: #ffffff;
    height: 394px;
    width: 189px;
    padding: 0;
    margin: 0;
}


/* Follow-Up Page Styles */
.menuContentTitleWrapper
{
    width: 189px;
    height: 100px;
}
.menuContentTitle
{
    color: #a4182f;
    font-size: 16px;
    font-weight: 700;
    padding: 30px 0px 0px 24px;
    margin-top: 4px;
}
.mainContentWrapperNext
{
    width: 825px; /* 590 */
    background-image: url(/Images/System/background-white.jpg);
    background-color: #c9c9c9;
    background-position: top left;
    background-repeat: no-repeat;
}
.contentWrapperMain
{
    width: 600px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.nextPageWhiteBackground
{
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    width: 189px;
}
.mainContentNextText
{
    padding-left: 18px;
    padding-bottom: 11px;
    width: 560px;
    font-size: 11px;
    color: #000000;
}
h1
{
    width: 550px;
    color: #a4182f;
    font-weight: 700;
    margin-top: 4px;
    padding-left: 18px;
}
.menuMainPageItem
{
    margin: 0;
    padding: 0;
    list-style-image: none;
}
.menuMainPageItemFirst
{
    background-image: url(/Images/System/followup-pagemainpage-menu-item.gif);
    background-repeat: no-repeat;
    background-position: top left;
}
.crumblePath
{
    width: 550px;
    color: #828282;
    font-size: 11px;
    padding: 6px 0px 4px 18px;
}
a.crumblePathLink:Link, a.crumblePathLink:Visited, a.crumblePathLink:Active
{
    color: #828282;
    font-size: 11px;
    text-decoration: none;
}
a.crumblePathLink:Hover
{
    color: #828282;
    font-size: 11px;
    text-decoration: underline;
}
.darkGrey
{
    color: #a4182f;
    font-weight: 700;
}
.grey
{
    color: #838383;
    font-weight: 400;
}



/* Bottom Styles */
.bottomWrapper
{
    width: 864px;
    height: 32px;
}
.bottomTextWrapper
{
    margin: 0;
    padding: 0;
    padding-left: 28px;
}
.bottomText
{
    width: 825px; /* 799*/
    height: 30px; /* margin-top: 10px; */
    background-image: url(/Images/System/bottom-white-dots.gif);
    background-repeat: repeat-x;
    background-position: top;
}

.bottomUL
{
    height: 20px;
    padding-top: 14px;
    padding-left: 60px;
}
.disclaimer
{
    width: 876px;
    text-align: center;
    padding-top: 4px;
    text-align: right;
    float: left;
}
.bottomItem
{
    display: inline;
    color: #000000;
    font-weight: 700;
    font-size: 10px;
    height: 40px;
    padding-left: 8px;
}
.bottomContent
{
    border-right: solid 1px #ffffff;
    font-size: 8pt;
    padding: 0px 8px 0px 8px;
    height: 18px;
    margin-top: 12px;
}
.bottomContentLast
{
    font-size: 8pt;
    padding: 0px 8px 0px 8px;
    height: 20px;
    margin-top: 12px;
}
a.blackUnderlined:Link, a.blackUnderlined:Visited, a.blackUnderlined:Active
{
    color: #000000;
    text-decoration: none;
}
a.blackUnderlined:Hover
{
    color: #000000;
    text-decoration: underline;
}
a.greySmall:Link, a.greySmall:Visited, a.greySmall:Active
{
    color: #c3c3c3;
    text-decoration: none;
    font-family: Verdana;
    font-size: 9px;
}
a.greySmall:Hover
{
    color: #c3c3c3;
    font-family: Verdana;
    font-size: 9px;
    text-decoration: underline;
}
a.blackSmall:Link, a.blackSmall:Visited, a.blackSmall:Active
{
    color: #000000;
    text-decoration: none;
    font-family: Verdana;
    font-size: 9px;
}
a.blackSmall:Hover
{
    color: #000000;
    font-family: Verdana;
    font-size: 9px;
    text-decoration: underline;
}
.blackSmallWrapper
{
    color: #000000;
    float: left;
    font-family: Verdana;
    font-size: 9px;
    padding: 0px 0px 0px 75px;
}
.button
{
    border: solid 1px #838383;
    background-color: #a4182f;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    height: 20px;
}
.borderYellow
{
    border: solid 1px #fec900;
}
.referentieTable td
{
    padding: 10px;
}
