
@import 'main.css';
@import 'tabs.css';
@import 'footer.css';
@import 'fonts.css';

/* ----------------------- WebDMS Theme Settings ------------------------ */

body
{
    background: #cfc9bb url(../images/theme/bg_taup.jpg);
    background-attachment: fixed;
    background-repeat: repeat-x;
}

h1.sectionTitle {
    margin-top: 1em;
    margin-bottom: 1em;
}

h2
{
    color: #6c4e3c;
}

h2.sectionTitle {
    margin-top: 1em;
    margin-bottom: 1em;
}

h4
{
    color: #303055;
}

h5
{
    color: #7f6040;
}

#banner
{
    background-image: url(../images/theme/forensics_banner.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.pagehead span
{
    color: #506090;
}
/* used for separate color on main headline split */

#titlebar
{
    border-bottom: 3px solid #b9a66f;
}

#main
{
    border-bottom: 3px solid #b9a66f;
}

#content ul
{
    list-style-image: url(../images/theme/goldbullet.gif);
}


/* ------------------------------ Search Page ------------------------------ */


FIELDSET
{
    background-color: #f3f3f0;
    border: 1px solid #9797aa;
    font-family: Verdana, Arial, sans-serif;
    margin-top: 1em;
    margin-bottom: 1em;
}

* + html FIELDSET /* IE hack to trim background on the fieldset box */
{
    background-image: url(../images/theme/whitetop.gif);
    background-repeat: repeat-x;
}

.innerFieldset
{
    margin-bottom: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1.5em;
}

td.label
{
    font-weight: bold;
    text-align: right;
}

td.content
{
    text-align: left;
}

legend
{
    color: navy;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}

input.button
{
    border-top: 1px solid #9f998f;
    border-right: 2px solid #9f998f;
    border-bottom: 2px solid #9f998f;
    border-left: 1px solid #9f998f;
    color: #363699;
    font-family: Verdana, Arial, sans-serif;
    height: 1.8em;
    margin-top: .5em;
}

.bhover
{
    background-color: #c6c0af;
    border-top: 1px solid #9f999f;
    border-right: 2px solid #9f999f;
    border-bottom: 2px solid #9f999f;
    border-left: 1px solid #9f999f;
    cursor: pointer;
    color: #060333;
    font-family: Verdana, Arial, sans-serif;
    height: 1.8em;
    margin-top: .5em;
}

/* ------------------------------ Search Parameters --------------------------- */

.stable
{
}

.stable td
{
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
}

/* ------------------------------ Search Results ------------------------------ */

.results
{
    border: 1px solid #8f7055;
    margin-bottom: 1em;
    padding: 10px;
}

.rtable
{
    border: 1px solid #cfc9bb;
    color: #ff0000 !important;
    font-size: 91%;
    margin-top: 1.5em;
    margin-right: auto;
    margin-left: auto;
}

.rtable th
{
    background-color: #dfd9cb;
    border: 1px solid #ffffff;
    padding-right: 2px;
    padding-left: 1px;
    text-align: center;
}

.rtable td
{
    background-color: #ffffff;
    border: 1px solid #cfc9bb;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
}

/* ------------------------------ Thermometer and Solution Tables ------------------------------ */

.ttable
{
    border: 1px solid #cfc9bb;
    color: #ff0000 !important;
    font-size: 91%;
    margin-top: 1.5em;
    margin-right: auto;
    margin-left: auto;
}

.ttable th
{
    background-color: #dfd9cb;
    border: 1px solid #ffffff;
    padding-right: 4px;
    padding-left: 2px;
    text-align: center;
}

.ttable td
{
    background-color: #ffffff;
    border: 1px solid #cfc9bb;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
}

.ttindent
{
    margin-top: 1em;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: 25%;
}
