﻿body 
{
    background: #FFFFFF;
    margin: 0px;
}

div.centerdiv 
{
    width: 300px;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: auto;
    padding: 10px;
    background: #FFFFFF;
    border-style: solid;
    border-width: medium;
    border-color: #100000;
}

td.topnav
{      
    height: 40px;
    margin-top: 0px;
    padding: 10px;
    background-image: url('Img/titleback.png');
    background-repeat: repeat-x;
    background-color: White;
    font-family: Sans-Serif;
    font-size: xx-large;
    font-weight: bolder;
    text-align: center;
}

td.lefttask
{
    width: 30%;
    padding: 10px;
    font-family: Sans-Serif;
    font-size: medium;
    font-weight: normal;
}

td.rightcontent
{
    width: auto;
    font-family: Sans-Serif;
    font-size: medium;
    font-weight: normal;
    padding: 0px;
}

td.rightspacer
{
    width: 100%;
}

table.contenttable
{
    width: 100%;
    padding: 0px;
    border-collapse: collapse;
}

div.content
{
    width: 70%;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: auto;
    padding: 0px;
    background: #FFFFFF;
    border-style: solid;
    border-width: thin;
    border-color: #000000;
}

table.logintable
{
    padding: 2px;
    width: 100%;
}

td.leftinfocol
{
    width: 40%;
    font-family: Sans-Serif;
}

td.rightinfocol
{
    width: 60%;
}

td.buttonarea
{
    width: 100%;
}

textarea.largetextarea
{
    width: 95%;
    height: 200px;
}

select.largeselection
{
    height: 150px;
    width: 100%;
}

input.logintext
{
    width: 90%;
    font-family: Sans-Serif;
}

input.loginsubmit
{
    width: 70%;
}

input.button
{

}

option.privatelistitem 
{
    color: Red;
}

option.publiclistitem
{
    color: Black;
}

a
{
    font-family: Sans-Serif;
    color: #400000;
    text-decoration: none;
}

a:hover
{
    color: #FF7070;
}

table.datatable
{
    margin: auto;
    width: 100%;
    padding: 0px;
    border-collapse: collapse;
}

tr.datatableheaderrow
{
    
}

tr.datatablerow
{
}

td.datatableheadercell
{
    text-align: center;
    background-color: #D0D0D0;
    border-color: #303030;
    border-style: solid;
    border-width: thin;
    background-image: url('Img/newsheader.png');
    background-repeat: repeat-x;
    height: 26px;  
}

td.datatablecell
{
    background-color: #FFFFFF;
    border-color: #D0D0D0;
    border-style: solid;
    border-width: thin;
    padding: 4px;
}

div.rightcontentdiv
{
    margin-top: 0px;
    height: auto;
    padding: 10px;
}


table.newstable
{
    width: 100%;
    padding: 0px;
    border-color: #303030;
    border-style: solid;
    border-width: thin;
    background-color: #F0F0F0;
    border-collapse: collapse;
}

td.itemheader
{
    text-align: center;
    background-color: #D0D0D0;
    border-color: #303030;
    border-style: solid;
    border-width: thin;
    background-image: url('Img/newsheader.png');
    background-repeat: repeat-x;
    height: 26px;
}

td.itemcontent
{
}

p.heading
{
    text-align: center;
    font-size: 200%;
}