﻿/* overrides */
html, body, form, fieldset
{
    margin: 0;
    padding: 0;
    font-size: 100%;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address
{
    margin: 1em 0;
    padding: 0;
}
li, dd, blockquote
{
    margin-left: 2.5em;
}
form label
{
    cursor: pointer;
}
fieldset
{
    border: none;
}
/*
input, select, textarea
{
    font-size: 100%;
}
*/
p, table
{
    font-size: 100%;
}
/* end overrides */

body
{
    text-align: center;
    font-family: Verdana, Tahoma, Arial;
    font-size: .8em;
    color: #000000;
    background-color: #fff;
    margin: 10px;
    padding: 0;
    background-image: url(images/bg.gif);
}

.clear
{
    clear: both;
}
.master
{
    text-align: left;
    margin: auto auto;
    padding: 0px;
    width: 750px;
    background-color: #fff;
    border: 1px solid #DFDFDF;

    background-image: url(images/bg2.jpg);
    background-repeat: repeat-y;
}
.header
{
    background-color: #fff;  
}
.content
{
    padding: 10px;
}
.left
{
    margin: 1px 1px 0 0;
    width: 150px;
    float: left;
    border: 1px solid #F5F5DC;
    background-image: url(images/spine.gif);
    height: 250px;
}
.memberBox
{
    font-size: .85em;
    padding: 3px;
    background-color: #EFF0FF;
    opacity: .80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    border: 1px dotted #0015FF;
}
.footer
{
    clear: both;
    padding: 10px;
}
.footer a:link, .footer a:visited, .footer a:active
{
    text-decoration: none;
    color: #46A;
  
}
.TRUE
{


    width: 15em;
    margin-right: auto;
    text-align: center;
}
.TRUE a:link, .TRUE a:visited, .TRUE a:visited
{
    background-color: #800080;
    color: White;
    display: block;
}
.TRUE a:hover
{
    text-decoration: none;
    color: White;
    background-color: #6F1B6F;
}

/* navigation */
.list-menu
{
    font-family: Tahoma;
    font-weight: bold;
}
.list-menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.list-menu li
{
    margin: 1px 1px 1px 1px;
}
/*This defines Roll-over effects and colors*/
.list-menu a:link, .list-menu a:active, .list-menu a:visited
{
    color: #46A;
    display: block;
    width: 98%;
    padding: 3px 1px 3px 1px;
    border: 1px solid white;
    text-decoration: none;
}
.list-menu a:hover
{
    border: 1px dotted #666666;
    color: #fff;
    background-color: #000080;
    opacity: .50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    text-decoration: none;
}
/* end navigation */

.heading
{
    font-family: Georgia;
    color: maroon;
    border-bottom: 1px dotted silver;
}

.separator
{
    border: 2px outset #000080;
    clear: both;
}
.tblBorders
{
    border-collapse: collapse;
    border: 1px solid #CFCFCF;
}
.btn
{
    font-weight: bold;
}
.tblHead
{
    color: Gray;
    font-size: 1.4em;
    font-weight: bold;
}
.tblBorders td
{
    border: 1px solid #CFCFCF;
}
.tblReg
{
    border-collapse: collapse;
    border: 1px solid #CFCFCF;
}
.tblReg td
{
    border: 1px solid #CFCFCF;
}

.tblSlim
{
    border-collapse: collapse;
    border: 0;
    padding: 0;
}
.tblSlim td
{
    padding: 0 1em 0 0;
}

.tooltip
{
    cursor: help;
    color: Blue;
}
a img
{
    border: none;
}
a:link, A:visited, A:active
{
    text-decoration: underline;
    color: #46A;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
    color: #00AFE8;
}

a img
{
    text-decoration: none;
    border: 0;
}
pre
{
    font-size: 9pt;
}

.headline
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-weight: bold;
    font-size: 1.2em;
}
h1, h2, h3, h4, h5, h6
{
    margin: 5px 10px;
    padding: 0;
    font-family: Georgia, "Times New Roman" , Times, serif;
}
h6
{
    font-size: xx-small;
}
h5
{
    font-size: small;
}
h4
{
    font-size: medium;
}
h3
{
    font-size: large;
}
h2
{
    font-size: x-large;
}
h1
{
    font-size: xx-large;
}
.highlight
{
    background-color: #FFFFCC;
}

@media print
{
    /* style sheet for print goes here */
    .master
    {
        width: 100%;
    }

}
