﻿/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~   Stylesheet: De Moedertaal                   ~
~   Auteur:     Dirk Valgaeren                  ~
~               Beecom BVBA                     ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~   Web colors                                  ~
~   ==========                                  ~
~                                               ~
~   Logo:       #91342F                         ~
~   Custom 01:  #CF4661                         ~
~   Custom 02:  #826560                         ~
~   Custom 03:  #CFA099                         ~
~   Custom 04:  #7D7D7D                         ~
~   Custom 05:  #828282                         ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

body
{
    cursor: default;
    font-family: Verdana;
    font-size: 12px;
    color: #91342F;
}
.TekstTabel
{
    border-width: 1px;
    border-style: dotted;
    border-color: #CFA099;
    border-collapse: separate;
}

.tabelHeader
{
    background-color:#91342F;
    color:#FFFFFF;
    font-weight:bold;
}

.TekstTabelHeader
{
    border: 1px solid #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    background-color: #828282;
    font-family: Verdana;
    color: #FFFFFF;
}
.TekstTabelContent
{
    vertical-align: top;
    text-align: justify;
}
.rowstyle
{
    font-family: Verdana;
    font-size: 12px;
    color: #91342F;
}

.alternatingrowstyle
{
    font-family: Verdana;
    font-size: 12px;
    color: #826560;
}
.PageTitle
{
    color: #826560;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
    text-align: center;
}
a.link
{
    font-family: Verdana;
    color: #CF4661;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
a.link:hover
{
    font-family: Verdana;
    font-size: 12px;
    text-decoration: underline;
    color: #CFA099;
    font-weight: bold;
}
.input
{
    font-family: Verdana;
    font-size: 12px;
    color: #91342F;
    border-style: solid;
    border-width: 1px;
    border-color: #828282 #7D7D7D #7D7D7D #828282;
}

.logininput
{
    font-family: Verdana;
    font-size: 12px;
    color: #91342F;
    border-style: solid;
    border-width: 1px;
    border-color: #828282 #7D7D7D #7D7D7D #828282;
    margin-top: 10px;
}

.button
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #91342F;
    border-style: ridge;
    border-width: 2px;
    border-color: #CFA099 #826560 #826560 #CFA099;
    cursor: pointer;
    background-color: #FFFFFF;
}
.loginbutton
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #91342F;
    border-style: ridge;
    border-width: 2px;
    border-color: #CFA099 #826560 #826560 #CFA099;
    cursor: pointer;
    margin-top: 10px;
    background-color: #FFFFFF;
}

.GuestbookTabel
{
    border-collapse: separate;
    border-style: ridge;
    border-width: 1px;
    border-color: #828282 #7D7D7D #7D7D7D #828282;
}
a.PagerLink
{
    font-weight: bold;
    text-decoration: underline;
    color: #CF4661;
}
a.PagerLink:hover
{
    color: #826560;
    text-decoration: underline;
    font-weight: bold;
}
.GuestbookHeader
{
    background-color: #CFA099;
    color: #91342F;
    font-weight: bold;
}
.VoorstellingTabelHeader
{
    border: 1px solid #828282;
    font-size: 13px;
    font-weight: bold;
    background-color: #828282;
    font-family: Verdana;
    color: #FFFFFF;
}

