﻿/* #D1E8AB - lichtgroen
    ABD1E8 - lichtblauw
*/

*
{
    font-family: arial;
}
div#header
{
    background-image:url(../../images/headerbackground.png);
    background-repeat:no-repeat;
    background-position:left top;
}
div#login
{
    font-size: 9pt;
    text-align: right;
}
div#login a
{
}
div#nav
{

}
table#navtable 
{
    height: 20px;
    text-align: center;
}
table#navtable td
{
    border-right: 1px solid white;
    height: 20px;
    vertical-align:middle;
}
div#nav a
{
    text-decoration: none;
    font-variant:small-caps;
    font-size: 10pt;
    font-weight: bold;
    padding: 0 20px 0 20px;
}
/* -----------
   LOGIN E.D.
   ----------- */
table.edit
{
    border: 1px solid;
    font-size: 9pt;
}
table.edit input.btn
{
    border: 1px solid;
}

/* ------------
   CONTENT 
   ------------- */
div#content 
{
    padding: 5px 10px 5px 0px; 
    margin-top: 0px; 
    font-size: 10pt;
}
div#frontpage
{
    width:600px;
    padding-left: 20px;
}
div#frontpage li
{
    list-style-type:none;
}
table#news
{
    margin: 0 15px 0 15px;
}
div.newsitem
{   
    margin: 0px 0 10px 0;
/*    margin-right: 20px;*/
    border-bottom: 1px dotted;
}
td.altnewsitem, td.newsitem
{
/*    border-bottom: 1px solid #AAAAAA;*/
}
table.news { width: 600px; } 
div#content div.newsitem h1
{
    margin:0; 
    padding:0;
    font-size: 16pt;
    font-weight: bold;
}
div#content h1
{
    /*border-bottom: 1px solid;*/
    font-size: 16pt;
}
div#content h2
{
    /*border-bottom: 1px solid;*/
    font-size: 12pt;
}
div#content div.newsitem img
{
    
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}
div#content div.newsitem span.newsdate
{
    font-weight: bold;
}
div#content .smallextrainfo
{
    font-size: 8pt;
    font-style:italic;
    color: #BBBBBB;
}

/* EDITING */
table.edit
{
    /*background-color: #EEEEEE;*/
    padding: 5px 10px 5px 10px;
    margin-bottom: 20px;
}
table.edit input.btn
{
    padding: 1px 3px 1px 3px;
}
.editlist
{
    border: 1px dotted #BBBBBB;
    font-size: 9pt;
}
.editlist th a
{
    color:black;
}
.editlist td, .editlist th
{
    padding:4px;
}
input.btn
{
    border: 1px solid black;
}
input.txt
{
    border: 1px solid #999999;
    background-color: white;
}
textarea
{
    font-size: 9pt;
    border: 1px solid black;
}
/* ---------------------------
      FOOTER
-------------------------------*/
div#footer
{
    font-size: 8pt;
    color: #888888;
    border-top: 1px dashed #888888;
}
div#footer a
{
    color: #888888;
}
div#footer a.aardworm
{
    color: Orange;
}
.SubmitForm
{
/*    background-color: #EEEEEE;
    border: 2px solid black;*/
}
.SubmitForm Table td
{
    vertical-align: top;
}
.SubmitPanel
{
    background-color: #FFCC66;
    padding: 10px;
    font-size: 90%;
}

.RCSubmitPanel
{
    background-color: #FFCC66;
}
div.RCSubmitOuter
{
    margin: 0 10px 10px 0;
}
.SubmitPanel td.title
{
    font-size:larger;
    font-weight: bold;
}
.SubmitPanel input.txt, .SubmitPanel textarea
{
    width: 200px;
    background-color: White;
    border: 1px solid black;
}
.SubmitPanel select
{
    border: 1px solid #999999;
}
div.SubmitButtons
{
    margin-left: 18px;
}
input.btn
{
    background-color: #F3F3F3;
    border: 1px solid black;
    padding: 1px;
    font-weight: bold;
}



.LoginPanel
{
    background-color: #DDDDDD;
    padding: 10px;
    font-size: 90%;
}

.RCLoginPanel
{
    background-color: #DDDDDD;
}
div.RCSubmitOuter
{
    margin: 0 10px 10px 0;
}
.LoginPanel td.title
{
    font-size:larger;
    font-weight: bold;
}
.LoginPanel input.txt, .LoginPanel textarea
{
    width: 200px;
    background-color: White;
    border: 1px solid black;
}
.LoginPanel select
{
    border: 1px solid #999999;
}
div.LoginButtons
{
    margin-left: 18px;
}
.LoginPanel input.btn
{
    background-color: #F3F3F3;
    border: 1px solid black;
    padding: 5px;
    font-weight: bold;
}
