﻿/* ********** START OF Forum Style.CSS FROM SCHEME.CSS ********** */

body
{
    background-color: #cde2e9;
    color: #333; 
}

textarea.error, select.error, input.error
{
    border: 1px solid #f00;
    }

#wrapper
{
    background-color: #F1F4F9;
}

#header
{
    background-color: #fff;
    background-image: url(../Images/Backgrounds/DNA-Background.png);
    background-repeat: repeat-x;
}

#nav a
{
    background-color: White;
    color: Black;
    font-weight: bold;
    border: solid 1px #000;
    border-bottom: solid 3px #000;
    border-right: solid 3px #000;
}

#nav a:hover
{
    color: Red;
    border: solid 1px 888;
}

#content
{
    background-color: #F1F4F9;
}

#footer
{
    background-color: #F1F4F9;
}

/* ********** END OF Forum Style.CSS FROM SCHEME.CSS ********** */


p
{
    /* color: #333; */
}

a, th
{
    color: blue;
}

h1, h2, h3, h4, h5
{
    color: #E67630;
}

a:hover
{
    color: blue;
}

table, form
{
    color: #333; 
}


#LogInOut
{
    background-color: White;
    border: solid 1px #000;
}


.colorPickerBlock
{
    background-color: #ffffff;
    background-color: #F1F4F9;
}

.ps-panel
{
    border: 1px solid #e67630;
    background-color: #fff;
    color: #362b36;
}
.ps-panel-content
{
    background-color: #fff;
    color: #362b36;
}
.ps-panel-content a
{
    color: #362b36;
}
.ps-panel-header
{
    background-color: #e67630;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}
.ps-panel-header a
{
    color: #222222;
}
.ps-panel ul
{
    margin: 0;
    padding: 0;
}

.Principal
{
    background-color: #f3f898;
}

.dataEntryForm
{
    background-color: #FFFDD0;
    border: #B8860B solid 12px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

.dataEntryForm .dataEntryContent
{
    width: 520px;
}
.watermark
{
    color: #999;
    font-style: italic;
}
