/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    font-family: "Trebuchet MS" ,Trebuchet,Verdana,Sans-Serif;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    font-size: 10pt;
    line-height: 1.3;
}

BODY.spiritualia
{
    margin: 0px;
    padding: 10px;
    background-image: url(../../images/layout/sky_stars.jpg);
}

H1
{
    font-size: 225%;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none; /*color: #5B3664; */
    color: #5B3664;
}

H2
{
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H3
{
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    /*line-height: 0px;*/
    margin-top: 20px;
    margin-bottom: 10px;
}

H4
{
    font-weight: 700;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H5, DT
{
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H6
{
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

HR
{
    border: none 0;
    border-top: 1px solid #000000; /*the border*/
    height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
    margin-top: 0px;
    margin-bottom: 5px;
}

TABLE
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 10pt;
}

TFOOT, THEAD
{
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

TH
{
    vertical-align: baseline;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}


A:link
{
    text-decoration: none; /*color: #5B3664; */
    color: #5B3664;
}

A:visited
{
    text-decoration: none; /*color: #5B3664; */
    color: #5B3664;
}

A:active
{
    text-decoration: none; /*color: #5B3664; */
    color: #5B3664;
}

A:hover
{
    text-decoration: underline; /*color: #5B3664; */
    color: #5B3664;
}

BLOCKQUOTE, PRE
{
    font-style: italic;
    padding: 0 32px;
    line-height: 1.6;
    margin: 0 0 .6em 0;
}

ABBR, ACRONYM
{
    cursor: help;
    font-style: normal;
}

CODE
{
    font: 12px monospace;
    white-space: normal;
    color: #666;
}

IMG
{
    /*margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;*/
    border: 0px;
}

IMG.nomargins
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

FIELDSET
{
    border-style: solid;
    border-color: #FFCC33;
    border-width: 1px;
    padding: 4px;
}

LEGEND
{
    font-weight: bold;
}

TD.no_bg
{
    background-image: none;
}

/* CSS voor de framework */


/* CSS voor de pagina */

#page
{
    /* width: 100%; */
    width: 968px;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

#page_header
{
    width: 968px;
    height: 90px;
    background-color: #FFCC33;
}

#page_header_table
{
    width: 968px;
    height: 90px;
    background-image: url(../../images/layout/glass.jpg);
}

#page_header_logo
{
    height: 90px;
}

#page_header_data
{
    width: 180px;
    height: 90px;
    background-image: url(../../images/layout/top_rightcor.gif);
    background-repeat: no-repeat;
    background-position: top right;
    text-align: right;
    padding-right: 10px;
}

#page_mainmenu
{
    width: 768px;
    height: 30px;
    background-color: #FFCC33;
    background-image: url(../../images/layout/mainmenu.jpg);
    background-repeat: repeat;
    font-size: 10pt;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.mainmenu_default, .mainmenu_red, .mainmenu_blue, .mainmenu_green, .mainmenu_lime, .mainmenu_yellow, .mainmenu_orange, .mainmenu_purple, .mainmenu_violet, .mainmenu_lightblue, .mainmenu_red2, .mainmenu_blue2, .mainmenu_green2, .mainmenu_lime2, .mainmenu_yellow2, .mainmenu_orange2, .mainmenu_purple2, .mainmenu_violet2, .mainmenu_lightblue2, .usermenu_default
{
    padding-left: 6px;
    padding-right: 6px;
    margin: 0px;
}

.mainmenu_red
{
    background-image: url(../../images/layout/mainmenu_red.jpg);
}

.mainmenu_blue
{
    background-image: url(../../images/layout/mainmenu_blue.jpg);
}

.mainmenu_lightblue
{
    background-image: url(../../images/layout/mainmenu_lightblue.jpg);
}

.mainmenu_green
{
    background-image: url(../../images/layout/mainmenu_green.jpg);
}

.mainmenu_lime
{
    background-image: url(../../images/layout/mainmenu_lime.jpg);    
}

.mainmenu_yellow
{
    background-image: url(../../images/layout/mainmenu_yellow.jpg);
}

.mainmenu_orange
{
    background-image: url(../../images/layout/mainmenu_orange.jpg);
}

.mainmenu_violet
{
    background-image: url(../../images/layout/mainmenu_violet.jpg);
}

.mainmenu_purple
{
    background-image: url(../../images/layout/mainmenu_purple.jpg);
}
.mainmenu_red2
{
    background-image: url(../../images/layout/mainmenu_red2.jpg);
}

.mainmenu_blue2
{
    background-image: url(../../images/layout/mainmenu_blue2.jpg);
}

.mainmenu_lightblue2
{
    background-image: url(../../images/layout/mainmenu_lightblue2.jpg);
}

.mainmenu_green2
{
    background-image: url(../../images/layout/mainmenu_green2.jpg);
}

.mainmenu_lime2
{
    background-image: url(../../images/layout/mainmenu_lime2.jpg);    
}

.mainmenu_yellow2
{
    background-image: url(../../images/layout/mainmenu_yellow2.jpg);
}

.mainmenu_orange2
{
    background-image: url(../../images/layout/mainmenu_orange2.jpg);
}

.mainmenu_violet2
{
    background-image: url(../../images/layout/mainmenu_violet2.jpg);
}

.mainmenu_purple2
{
    background-image: url(../../images/layout/mainmenu_purple2.jpg);
}

#page_mainmenu_left, #page_mainmenu_right
{
    width: 100px;
    height: 30px;
}

#page_mainmenu_left
{
    background-image: url(../../images/layout/mainmenu_left.jpg);
}

#page_mainmenu_right
{
    background-image: url(../../images/layout/mainmenu_right.jpg);
}

#page_mainmenu_header
{
    width: 968px;
    height: 30px;
    background-color: #5B3664;
    background-image: url(../../images/layout/mainmenu_header.jpg);
    background-repeat: no-repeat;
    font-size: 10pt;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

#page_mainmenu a:link, #page_mainmenu a:visited, #page_mainmenu a:hover
{
    color: #FFCC33;
    text-decoration: none;
}

#page_usermenu
{
    width: 768px;
    height: 22px;
    background-color: #FFE599;
    background-image: url(../../images/layout/usermenu.jpg);
    background-position:center;
    background-repeat:no-repeat;
    font-size: 10pt;
    text-align: center;
    color: #000000;
    padding-bottom: 8px;
}

#page_usermenu_left, #page_usermenu_right
{
    width: 100px;
    height: 30px;
    background-color: #FFE599;
}

#page_usermenu_left
{
    background-image: url(../../images/layout/fade.jpg);
    background-position: left;
    background-repeat: no-repeat;
}

#page_usermenu_right
{
    background-image: url(../../images/layout/fade.jpg);
    background-position: right;
    background-repeat: no-repeat;
}

img.mainmenu_separator
{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; /* margin-left: 6px; 	margin-right:6px; */
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}

#page_breadcrumb
{
    width: 100%;
    height: 20px;
    background-color: #FFCC33;
    font-size: 10pt;
    padding-left: 20px;
    padding-right: 20px;
    color: #5B3664;
}

#page_bottom_table
{
    width: 100%;
}

#page_leftmenu, #page_rightmenu
{
    width: 180px;
    background-color: #FFCC33;
    vertical-align: top; /*color: #5B3664; */
    color: #5B3664;
}

#page_rightmenu
{
    text-align: center;
}

#page_content
{
    background-color: #FFE599;
    padding: 5px 10px 10px 10px;
    font-size: 10pt;
    vertical-align: top;
    background-image:url(../../images/layout/bottom_main.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

#page_leftfooter
{
    width: 180px;
    height: 20px;
    background-color: #FFCC33;
    background-image: url(../../images/layout/bot_leftcor.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 20px;
}

#page_mainfooter
{
    height: 95px;
    padding-bottom: 5px;
    background-color: #F2F2F2;
    text-align: center;
    vertical-align: bottom;
    font-size: 10px;
    background-image:url(../../images/layout/bottom_footer.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

#page_rightfooter
{
    width: 180px;
    height: 20px;
    background-color: #FFCC33;
    background-image: url(../../images/layout/bot_rightcor.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 20px;
}

#heading
{
    height: 46px;
    margin: 0px;
    padding: 0px;
}

#heading_left
{
    width: 13px;
    background-image: url(../../images/layout/heading_left.jpg);
    background-repeat: no-repeat;
}

#heading_middle
{
    background-image: url(../../images/layout/heading_middle.jpg);
    background-repeat: repeat-x;
}

TD#header_middle H1 {
display: inline;
}

#heading_right
{
    width: 13px;
    background-image: url(../../images/layout/heading_right.jpg);
    background-repeat: no-repeat;
}

.heading
{
    height: 46px;
    margin: 0px;
    padding: 0px;
}

.heading_left
{
    width: 13px;
    background-image: url(../../images/layout/heading_left.jpg);
    background-repeat: no-repeat;
}

.heading_middle
{
    background-image: url(../../images/layout/heading_middle.jpg);
    background-repeat: repeat-x;
}

TD.heading_middle H1 {
display: inline;
}

.heading_right
{
    width: 13px;
    background-image: url(../../images/layout/heading_right.jpg);
    background-repeat: no-repeat;
}

#calEvenementen
{
    margin-left: 5px;
    margin-right: 5px;
}

/* Blogs */

#nieuwsbericht_info
{
    float: right;
    padding-left: 5px;
}

#nieuwsbericht_info_l
{
    width: 5px; /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/nieuwsbericht/nieuwsbericht_l.gif);
    background-repeat: repeat-y;
}

#nieuwsbericht_info_tl
{
    width: 5px;
    height: 5px; /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/nieuwsbericht/nieuwsbericht_tl.gif);
    background-repeat: no-repeat;
}

#nieuwsbericht_info_t
{
    height: 5px; /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/nieuwsbericht/nieuwsbericht_t.gif);
    background-repeat: repeat-x;
}

#nieuwsbericht_info_tr
{
    width: 5px;
    height: 5px; /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/nieuwsbericht/nieuwsbericht_tr.gif);
    background-repeat: no-repeat;
}

#nieuwsbericht_info_r
{
    width: 5px; /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/nieuwsbericht/nieuwsbericht_r.gif);
    background-repeat: repeat-y;
}

#nieuwsbericht_info_br
{
    width: 5px;
    height: 5px; /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/nieuwsbericht/nieuwsbericht_br.gif);
    background-repeat: no-repeat;
}

#nieuwsbericht_info_b
{
    height: 5px; /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/nieuwsbericht/nieuwsbericht_b.gif);
    background-repeat: repeat-x;
}

#nieuwsbericht_info_bl
{
    width: 5px;
    height: 5px; /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/nieuwsbericht/nieuwsbericht_bl.gif);
    background-repeat: no-repeat;
}

#nieuwsbericht_info_foto
{
    /* background-color:#5B3664; */
    background-color: #5B3664;
    padding: 5px;
}

#nieuwsbericht_info_data
{
    /* background-color:#5B3664; */
    background-color: #5B3664;
    padding: 5px;
}

.nieuwsbericht_meta
{
    font-size: smaller;
}

.nieuwsbericht_info_data_auteur, .nieuwsbericht_info_data_auteur a:link, .nieuwsbericht_info_data_auteur a:visited
{
    color: #FFCC33 !important;
    font-weight: bold !important;
}

.navigatie a
{
    text-decoration: none;
    border-top: 1px solid #F5D167;
    border-right: 1px solid #F5D167;
    border-bottom: 1px solid #DDB438;
    display: block;
    padding-left: 9px;
    padding-top: 1px;
    padding-bottom: 2px;
    font-weight: normal;
    font-size: 10pt;
}
.navigatie a:link
{
    /*color: #5B3664; */
    color: #5B3664;
    text-decoration: none;
}
.navigatie a:visited
{
    /*color: #5B3664; */
    color: #5B3664;
    text-decoration: none;
}
.navigatie a:hover
{
    background-color: #FED55A; /*color: #5B3664; */
    color: #5B3664;
    text-decoration: none;
}

.navigatie .item
{
    background-image: url(../../images/layout/mainmenu.jpg);
    background-repeat: repeat-x;
    font-weight: bold;
    display: block;
    padding-left: 5px;
    padding-top: 4px;
    height: 30px;
    color: #ffffff;
    margin: 0px;
}

.newsheader_info
{
    vertical-align: middle;
    text-align: right;
    padding: 5px;
    font-size: 8pt;
}

.post_titel
{
    vertical-align: middle; /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/newspost/titel_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    color: #FFCC33;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 8px;
}

.post_description {
    font-family: Georgia;
    font-size: 12pt;
    color: #b27f4d;
}

a.post_titel_link:link
{
    color: #FFCC33;
    text-decoration: none;
}

a.post_titel_link:hover
{
    color: #FFCC33;
    text-decoration: none;
}

a.post_titel_link:active
{
    color: #FFCC33;
    text-decoration: none;
}

a.post_titel_link:visited
{
    color: #B3804C;
    text-decoration: none;
}

.post_info
{
    vertical-align: middle;
    text-align: right; /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/newspost/titel_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    padding: 5px;
    color: #FFF2CC;
    font-size: 8pt;
}

.post_foto
{
    width: 150px !important; /* padding: 5px; */
    padding-left: 5px;
    padding-right: 4px;
    padding-bottom: 5px; /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/newspost/info_left_corner.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    text-align: center;
    margin-left: 50%;
    margin-right: 50%;
    font-size: 8pt;
    color: #FFE599;
    vertical-align: top;
}

.post_inhoud
{
    border-style: solid;
    border-width: 1px;
    border-color: #522952;
    background-color: #FFF2CC;
    padding: 3px;
    vertical-align: top;
    line-height: 1.5em;
    width: 100%;
}

.comment
{
    padding-bottom: 5px;
}

.comment_auteur
{
    vertical-align: middle; /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/newspost/titel_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    color: #FFCC33;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 8px;
}

.comment_info
{
    vertical-align: middle;
    text-align: right; /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/newspost/titel_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    padding: 5px;
    color: #FFF2CC;
    font-size: 8pt;
}

.comment_foto
{
    width: 150px !important; /* padding: 5px; */
    padding-left: 5px;
    padding-right: 4px;
    padding-bottom: 5px; /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/newspost/info_left_corner.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    text-align: center;
    margin-left: 50%;
    margin-right: 50%;
    font-size: 8pt;
    color: #FFE599;
    vertical-align: top;
}

.comment_inhoud
{
    border-style: solid;
    border-width: 1px;
    border-color: #522952;
    background-color: #FFF2CC;
    padding: 3px;
    vertical-align: top;
    line-height: 1.5em;
    width: 100%;
}

ul#recommendations {
    list-style: none outside none;
    margin: 10px 0px;
    padding: 0px;
    min-height: 400px
}

ul#recommendations > li {
    width: 145px;
    font-size: 11px;
    float: left;
    height: 200px;
    margin: 0px 15px 25px 0px;
}

/* Mail */

.mail_ongelezen
{
    font-weight: bold;
}

.mail_gelezen
{
    font-weight: normal;
}

/* Top Boeken */

table.topboeken
{
}

.topboeken_top_left
{
    height: 13px;
    width: 13px;
    background-image: url(../../images/layout/topboeken/top_left.gif);
}

.topboeken_top_middle
{
    height: 13px;
    background-image: url(../../images/layout/topboeken/top_middle.gif);
}

.topboeken_top_right
{
    height: 13px;
    width: 13px;
    background-image: url(../../images/layout/topboeken/top_right.gif);
}

.topboeken_center_left
{
    width: 13px;
    background-image: url(../../images/layout/topboeken/center_left.gif);
}

.topboeken_center_middle
{
    background-image: url(../../images/layout/topboeken/center_middle.gif);
}

.topboeken_center_right
{
    width: 13px;
    background-image: url(../../images/layout/topboeken/center_right.gif);
}

.topboeken_bottom_left
{
    height: 13px;
    width: 13px;
    background-image: url(../../images/layout/topboeken/bottom_left.gif);
}

.topboeken_bottom_middle
{
    height: 13px;
    background-image: url(../../images/layout/topboeken/bottom_middle.gif);
}

.topboeken_bottom_right
{
    height: 13px;
    width: 13px;
    background-image: url(../../images/layout/topboeken/bottom_right.gif);
}

/* Kalender */

.kalender_titel
{
    /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/newspost/titel_bg.gif);
    background-position: top;
    background-repeat: repeat-x;
    color: #FFF2CC;
    font-weight: bold;
    padding: 10px;
    margin: 0px;
    height: 28px;
}

/* Input stylen */

.dim_txt, .dim_txta, .dim_ddl
{
    font-family: "Trebuchet MS" ,Trebuchet,Verdana,Sans-Serif;
    font-size: 10pt;
    color: #333333;
    background-color: #FFF2CC;
}

.dim_txt_light, .dim_txta_light, .dim_ddl_light
{
    font-family: "Trebuchet MS" ,Trebuchet,Verdana,Sans-Serif;
    font-size: 10pt;
    color: #333333;
    background-color: #FFFFFF;
}

.dim_txt_light, .dim_txta_light, .dim_txta_code_light
{
    border-style: solid;
    border-color: #FFE599;
    border-width: 1px;
    background-image: url(../../images/layout/input_bg_light.png);
    padding: 2px 2px 2px 4px;
}

.dim_txt_large
{
    font-family: "Trebuchet MS" ,Trebuchet,Verdana,Sans-Serif;
    font-size: 12pt;
    color: #5B3664;
    border-style: solid;
    border-color: #FFE599;
    border-width: 1px;
    background-image: url(../../images/layout/input_bg_light.png);
    padding: 2px 2px 2px 4px;
}

.dim_txt, .dim_txta, .dim_txta_code
{
    border-style: solid;
    border-color: #FFCC33;
    border-width: 1px;
    background-image: url(../../images/layout/input_bg.png);
    padding: 2px;
}

.dim_txt
{
    /*height: 26px;*/
}

.dim_txta_code, .dim_texta_code_light
{
    font-family: Consolas, "Courier New";
    font-size: 10pt;
    color: #333333;
    background-color: #FFF2CC;
}

/* Forum */

#forum, table.forum
{
    border-width: 1px;
    border-color: #FFCC33;
    border-style: solid;
}

.forum_header
{
    /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/newspost/titel_bg.gif);
    background-position: top;
    background-repeat: repeat-x;
    color: #FFF2CC;
    font-weight: bold;
    padding: 10px;
    margin: 0px;
    height: 28px;
}

.forum_header_forum
{
    padding-left: 4px;
}

.forum_header_onderwerpen
{
    width: 70px;
    text-align: center;
}

.forum_header_berichten
{
    width: 70px;
    text-align: center;
}

.forum_header_bekeken
{
    width: 70px;
    text-align: center;
}

.forum_header_laatstebericht
{
    width: 175px;
    text-align: center;
}

.forum_header_onderwerp_laatstebericht
{
    width: 110px;
    text-align: center;
}

.forum_categorieen
{
    padding-left: 4px;
    font-weight: bold;
    color: #5B3664;
    height: 24px;
    background-color: #FFCC33;
    background-image: url(../../images/layout/forum/cat_bg.jpg);
    background-repeat: repeat-x;
    vertical-align: middle;
}

.forum_afdelingen, .forum_onderwerpen
{
    background-color: #FFF2CC;
}

.forum_afdeling_status, .forum_afdeling_forum, .forum_afdeling_onderwerpen, .forum_afdeling_berichten, .forum_afdeling_laatstebericht, .forum_onderwerp_onderwerp, .forum_onderwerp_berichten, .forum_onderwerp_bekeken, .forum_onderwerp_laatstebericht
{
    border: 0px;
    border-top: 1px;
    border-color: #FFCC33;
    border-style: solid;
}

.forum_afdeling_naam
{
    font-size: 12pt;
    font-weight: bold;
}

.forum_afdeling_beschrijving
{
    font-size: 8pt;
}

.forum_afdeling_onderwerpen, .forum_afdeling_berichten, .forum_onderwerp_berichten
{
    border-left: 1px;
    border-style: solid;
    border-color: #FFCC33;
    width: 70px;
    text-align: center;
}

.forum_onderwerp_bekeken
{
    border-left: 1px;
    border-style: solid;
    border-color: #FFCC33;
    width: 70px;
    text-align: center;
}

.forum_afdeling_laatstebericht, .forum_onderwerp_laatstebericht
{
    border-left: 1px;
    border-style: solid;
    border-color: #FFCC33;
    font-size: 8pt;
    vertical-align: middle;
    padding: 4px;
}

.forum_afdeling_laatstebericht, .forum_onderwerp_laatstebericht, .forum_afdeling_onderwerpen, .forum_onderwerp_berichten
{
    background-color: #feedbb;
}

.forum_afdeling_laatstebericht
{
    width: 175px;
}

.forum_onderwerp_laatstebericht
{
    width: 110px;
    text-align: right;
}

.forum_afdeling_laatstebericht_titel
{
    font-weight: bold;
    font-size: 8pt;
}

.forum_afdeling_laatstebericht_auteur
{
    font-size: 8pt;
}

.forum_afdeling_laatstebericht_datum
{
    text-align: right;
    font-size: 8pt;
}

.forum_onderwerp_auteur
{
    font-size: 8pt;
}

.forum_berichten
{
    border-color: #FFCC33;
    border-width: 1px;
    border-style: solid;
}

.forum_bericht_header
{
    /* background-color:#5B3664; */
    background-color: #5B3664;
    background-image: url(../../images/layout/newspost/titel_bg.gif);
    background-position: top;
    background-repeat: repeat-x;
    margin: 0px;
    height: 28px;
}

.forum_bericht_header_auteur, .forum_bericht_header_bericht
{
    padding: 4px;
    color: #FFF2CC;
    font-weight: bold;
}

.forum_bericht_header_auteur
{
    width: 150px;
}

.forum_bericht
{
    background-color: #FFF2CC;
}

.forum_bericht_alt
{
    background-color: #FDF9E8;
}

.forum_bericht_seperator
{
    height: 4px;
    background-color: #FFCC33;
}

.forum_bericht_auteur
{
    padding: 2px;
    vertical-align: top;
    width: 150px;
}

.forum_bericht_auteur_details
{
    font-size: 8pt;
}

.forum_bericht_details
{
    padding-top: 2px;
    font-size: 8pt;
    vertical-align: top;
    height: 20px !important;
}

.forum_bericht_inhoud
{
    padding: 2px;
    vertical-align: top;
}

.forum_bericht_meerauteur
{
    height: 20px;
}

.forum_no_header
{
    background-image: url(../../images/layout/newspost/titel_bg.gif);
    background-position: top;
    background-repeat: repeat-x;
    color: #FFF2CC;
    font-weight: bold;
    margin: 0px;
    height: 28px;
    vertical-align: middle;
    text-align: center;
}

.forum_no_titel
{
    padding: 5px;
}

.forum_no_bericht
{
    padding: 5px;
}

.forum_no_opties
{
    padding: 5px;
    text-align: center;
    margin-left: 50%;
    margin-right: 50%;
}

fieldset.moderator
{
    border-style: dashed;
}

/* Paginawijzer */

.paginawijzer
{
    float: right;
    font-size: 10pt;
}

.paginawijzer_info
{
    background-color: #FFCC33;
    color: #000000;
    padding: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFCC33;
}

.paginawijzer_huidigepagina
{
    background-color: #FFF2CC;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: bold;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-color: #FFCC33;
}

.paginawijzer_pagina
{
    background-color: #FFF2CC;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-color: #FFCC33;
}

/* Pager */

.pager
{
    font-size: 10pt;
}

.pager_info
{
    background-color: #FFCC33;
    color: #000000;
    padding: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFCC33;
}

.pager_currentpage
{
    background-color: #FFF2CC;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: bolder;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-color: #FFCC33;
}

.pager_page
{
    background-color: #FFF2CC;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-color: #FFCC33;
}

/* Modal Popup */

.modal_background
{
    background-color: #222222; /* filter:alpha(opacity=90); */
    -moz-opacity: 0.9; /* opacity: 0.9; */
}

.modal_popup
{
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #333333;
    padding: 3px;
    width: 500px;
    text-align: center;
    vertical-align: middle;
}

/* Maanstand wuc */

.maanstand_beeld
{
    text-align: center;
    height: 110px;
}

.maanstand_tekst
{
    font-size: 8pt;
    text-align: center;
}

/* Rechter menu */

.rightmenuitem
{
    width: 170px;
    margin-left: 5px;
    margin-right: 5px;
}

.rightmenuitem_header
{
    background-image: url(../../images/layout/newspost/titel_bg.gif);
    background-position: top;
    background-repeat: repeat-x;
    color: #FFF2CC;
    font-weight: bold;
    margin: 0px;
    height: 28px;
    vertical-align: middle;
    text-align: center;
}

/* Articles */

.open_article, .subscriber_article
{
    padding-left: 4px;
    padding-right: 4px;
}

.subscriber_article
{
    background-color: #FFF2CC;
    background-image: url(../../images/misc/onlysubscribers_nl.jpg);
    border-width: 1px;
    border-color: #FFCC33;
    border-style: solid;
    padding-top: 4px;
    padding-bottom: 4px;
}

IMG.to_pay
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 5px;
}

/* Home Page */

#home_container
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 571px;
}

#home_feature_left, #home_feature_right
{
    width: 269px;
    height: 180px;
    background-image: url(../../images/layout/frontpage/home_feature.jpg);
    vertical-align: top;
    padding: 8px;
}

#home_feature_left
{
}

#home_feature_right
{
}

.home_feature_image
{
    width: 80px;
    height: 80px;
    float: left;
    padding-left: 0px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-width: 1px;
    border-style: solid; /* border-color: #5B3664; */
    border-color: #5B3664;
}

.home_feature_header
{
    font-weight: bold;
    margin-bottom: 4px;
}

.home_feature_content
{
    font-size: 8pt;
    margin-bottom: 4px;
}

.home_feature_more
{
    font-size: 8pt;
}

#home_midbar
{
    height: 30px;
    background-color: #FFCC33;
}

#home_news, #home_forumupdates, #home_update_seperator, #home_eventupdates
{
    background-color: #FFF2CC;
}

.home_newsitem
{
    position: relative;
    height: 19px;
    width: 571px;
    background-image: url(../../images/layout/frontpage/home_newsitem.jpg);
}

.home_newsitem_date
{
    background-image: none;
    font-size: 8pt;
    padding-left: 8px;
}

.midbar_banner
{
    margin: 0px;
    padding: 0px 2px 0px 2px;
    border: 0px;
}

/* shop */

.shop_product_title
{
    font-weight: bold;
}

.shop_image_small
{
    padding: 0px;
    margin: 0px 5px 0px 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #5B3664;
    float: left;
}

/* Light Corners */

.roundcontainer
{
    background-color: #FFF2CC;
    max-width: 930px;
    border-radius: 20px;
    padding: 20px;
}

/* Tab Containers */

/*
.SpiritualiaTabStyle .ajax__tab_header 
{
    background-color: #FFF2CC;
}
*/

.SpiritualiaTabStyle .ajax__tab_body
{
    background-color: #FFF2CC;
    padding: 4px;
}

/* Compare table */

col.compare_1
{
    background-color: #ffe8a6;
    width: 90px;
}

col.compare_2
{
    background-color: #ffdf7f;
    width: 95px;
}

col.compare_3
{
    background-color: #ffd659;
    width: 100px;
}

col.compare_4
{
    background-color: #ffcc33;
    width: 105px;
}

col.compare_misc
{
    background-color: #5B3664;
    width: 100px;
}

tr.compare
{
    border-bottom: solid 1px #FFF2CC;
}

tr.compare_lastrow, tr.compare
{
    text-align: center;
}

td.compare
{
    height: 20px;
}

th.compare_1, th.compare_2, th.compare_3, th.compare_4, th.compare_misc
{
    font-size: larger;
    vertical-align: bottom;
}

table.compare thead .row_top th
{
    background-color: #fff2cc;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    color: #000000;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    border-bottom-width: 0pt;
    border-bottom-style: none;
    border-bottom-color: -moz-use-text-color;
}

table.compare th span
{
    display: block;
}

th.compare_1 span
{
    line-height: 20px;
    background-color: #ffe8a6;
}

th.compare_2 span
{
    line-height: 25px;
    background-color: #ffdf7f;
}

th.compare_3 span
{
    line-height: 30px;
    background-color: #ffd659;
}

th.compare_4 span
{
    line-height: 35px;
    background-color: #ffcc33;
}

th.compare_misc span
{
    line-height: 30px;
    color: #FFFFFF;
    background-color: #5B3664;
}

td.compare_firstcolumn, th.compare_firstcolumn
{
    border-bottom: solid 1px #ffe8a6;
}

td.compare_firstcolumn_lastrow, td.compare_firstcolumn, th.compare_firstcolumn
{
    text-align: left;
    height: 24px;
}

/* Share bookmarks */
#share_menu
{
    width: 603px; /* (6 * 70) + 183 */
    height: 53px;
    margin-left: auto;
    margin-right: auto;
}
.sharing-cl
{
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sharing-cl a
{
    overflow: hidden;
    width: 70px;
    height: 30px;
    float: left; /* margin-right:5px; */
    text-indent: -500px;
    background: url(../../images/misc/shr-sprite.png) no-repeat;
}
a.sh-su
{
    background-position: -630px -40px;
}
a.sh-feed
{
    background-position: -420px -40px;
}
a.sh-tweet
{
    background-position: -490px -40px;
}
a.sh-mail
{
    background-position: -350px -40px;
}
a.sh-digg
{
    background-position: -980px -40px;
}
a.sh-face
{
    background-position: -1330px -40px;
}
a.sh-myspace
{
    background-position: -770px -40px;
}
a.sh-google
{
    background-position: -140px -40px;
}

a.sh-mail:hover
{
    background-position: -350px 1px;
}
a.sh-feed:hover
{
    background-position: -420px 1px;
}
a.sh-tweet:hover
{
    background-position: -490px 1px;
}
a.sh-su:hover
{
    background-position: -630px 1px;
}
a.sh-digg:hover
{
    background-position: -980px 1px;
}
a.sh-face:hover
{
    background-position: -1330px 1px;
}
a.sh-myspace:hover
{
    background-position: -770px 1px;
}
a.sh-google:hover
{
    background-position: -140px 1px;
}

/* Zoek&Vind AutoComplete */

.zvCompletionList
{
    cursor: pointer;
    list-style: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid buttonshadow;
    background-color: Window;
}

.zvCompletionListItem
{
    font-family: "Trebuchet MS" ,Trebuchet,Verdana,Sans-Serif;
    font-size: 12pt;
    color: #5B3664;
    background-color: #FFFFFF;
}

.zvCompletionListHighLightedItem
{
    font-family: "Trebuchet MS" ,Trebuchet,Verdana,Sans-Serif;
    font-size: 12pt;
    color: #FFFFFF;
    background-color: #5B3664;
}

/* Misc */

.invisible
{
    display: none;
}

.clear
{
    clear: both;
}

.smalltext
{
    font-size: 80%;
}

.smallertext
{
    font-size: smaller;
}

.cursus_beschrijving
{
    font-size: 10pt;
}

.dimsteen
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.formrowheader
{
    font-weight: bold;
    width: 150px;
    vertical-align: top;
}

.formhint
{
    font-weight: normal;
    font-size: smaller;
}

.stretch
{
    width: 100%;
}

.floatleft
{
    float: left;
}

.floatright
{
    float: right;
}

.vmiddle {
    vertical-align: middle;
}