BODY {
    background-color: #e0e0e0;
    background-image: url('../../images/navboard/bg.png');
    background-repeat: repeat-x;
    padding: 2px 8px 8px 8px;
}


.formbutton {
    border: 1px outset #006699;
    background-color: #DEEEFF;
    color: #000000;
    font-family: Tahoma,Verdana,Arial;
    font-size: 12px;
}

.forminput {
    border: 1px inset #006699;
    background-color: #DEEEFF;
    color: #000000;
    font-family: Tahoma,Verdana,Arial;
    font-size: 12px;
}

.tablebutton
{
    border: 1px outset #006699;
    background-color: #949cb3;
    background-image: url('../../images/navboard/buttonbg.png');
    background-repeat: repeat-x;
}

.tablebuttonfont, .tablebuttonfont a, .tablebuttonfont a:visited
{
    color: #000000;
    font-family: Tahoma,Verdana,Arial;
    font-size:12px; 
    text-decoration: none;
}

.table {
    border-top: 1px #444444 solid;
    border-right: 1px #444444 solid;
}

.tableheadercell {
    border-bottom: 1px #444444 solid;
    border-left: 1px #444444 solid;
    background: #ffa400;
    background-image: url('../../images/navboard/headerbg.png');
    background-repeat: repeat-x;
}

.categorycell {
    border-bottom: 1px #444444 solid;
    border-left: 1px #444444 solid;
    background-color: #ffffff;
}

.tablecell1 {
    border-bottom: 1px #444444 solid;
    border-left: 1px #444444 solid;
    background-color: #eeeeee;
}

.tablecell2 {
    border-bottom: 1px #444444 solid;
    border-left: 1px #444444 solid;
    background-color: #e6e8ef;
}






.textsmall {
    font-family: Arial,Verdana,sans-serif;
    font-size:12px;
    color: #000000;
}

.textlarge {
    font-family: Arial,Verdana,sans-serif;
    font-size:13px;
    color: #000000;
}

a:link,a:visited,a:active {
    color: #000000;
}

a:hover {
    text-decoration: underline;
    color: #000099;
}

.textheader {
    font-family: Arial,Verdana,sans-serif;
    font-size:12px;
    color: #000000;
}

.textheader a:link,.textheader a:visited,.textheader a:active {
    text-decoration: underline;
    color: #000000;
}

.textheader a:hover {
    text-decoration: underline;
    color: #000099;
}

.errortext {
    color: red;
    font-family: arial,verdana,sans-serif;
}

.highlight {
    background: yellow;
    color: black;
}

.quote
{    
    color: #000000;
    border: 1px solid #444444;
    background: #B4C4D5; 
}

