﻿+/* overrides */
html, body, form, fieldset
{
    margin: 0;
    padding: 0;
    font-size: 100%;
}
h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address
{
    margin: 1em 0em 0em 0em;
    padding: 0;
}
li, dd, blockquote
{
    margin-left: 2.5em;
}
ul{
    margin-bottom: 1em;
}

form label
{
    cursor: pointer;
}
fieldset
{
    border: none;
}
/*
input, select, textarea
{
    font-size: 100%;
}
*/
p
{
    font-size: 100%;
    margin-bottom: 1em;
    margin-top: .2em;
}
 table
{
    font-size: 100%;
}
/* end overrides */
.txtbox
{
    border: 1px solid silver;
}

body
{
    text-align: center;
    font-family: Tahoma, Arial, Verdana, Tahoma;
    font-size: 80%;
    color: #000000; /*background-color: #CCCCCC;*/
    margin: 10px;
    padding: 0;
}

.clear
{
    clear: both;
    visibility: hidden;
}
.master
{
    text-align: left;
    margin: 10px auto; /*width: 750px;*/
    width: 750px;
    /*background-color: #F0F0EA;*/ /*border: 1px solid black;*/
    /*border: 2px solid #F0F0EA;*/
    background-image: url(images/bg2.jpg);
    background-repeat: repeat-y; /*line-height: 120%;*/
}
.header
{
    text-align: center;
    margin: auto;
    background-color: White;
}
.content
{
    /*margin: 1px 0 0 0;*/
    margin-left: 150px;
    background-color: white;
    /*border: 2px solid #F0F0EA;*/
    border-left: 0;
    padding: 1em;
}
.left
{
    width: 149px;
    float: left;
}

.footer
{
    clear: both;
    margin: 0;
    padding: .5em;
    border-top: 1px solid gray;
}
.footer a:link, .footer a:visited, .footer a:active
{
    text-decoration: none;
    color: #46A;
}
.TRUE
{
    text-align: center;
}
.TRUE a 
{
	display:block;
	width: 150px;
	margin: auto;
}
.TRUE a:link, .TRUE a:visited, .TRUE a:visited
{
    color: #800080;
}
.TRUE a:hover
{
    text-decoration: none;
    color: White;
    background-color: #800080;
}
.navTitle
{
   
    color: gray;
    border-bottom: 2px solid #800000;
    text-align: center;
    padding: 2px;
}

/* navigation */
.list-menu
{
    font-size: .85em;
    margin-bottom: 10px;
}
.list-menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 2px 2px 2px 5px;
}
.list-menu li
{
    margin: 0;
    margin-bottom: 3px;
}
.list-menu a 
{
	width: 100%;
    display: block;
}

/*This defines Roll-over effects and colors*/
.list-menu a:link, .list-menu a:active, .list-menu a:visited
{
    
    color: #800000;
    
    text-decoration: none;
}
.list-menu a:hover
{
    color: white;
    background-color: #800000;
    text-decoration: none;
}
/* end navigation */

.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
{
    font-weight: normal;
    text-decoration: underline;
    color: #46A;
}

a:hover
{
    text-decoration: underline;
    color: #00AFE8;
}

a img
{
    text-decoration: none;
    border: 0;
}
pre
{
    font-size: 9pt;
}

.headline
{
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
}
h1, h2, h3, h4, h5, h6
{
    margin: .5em 0em 0em 0em;
    padding: 0;
    font-family: Tahoma, sans-serif;
}
h6
{
    font-size: x-small;
}
h5
{
    font-size: small;
}
h4
{
    font-size: medium;
    text-align: center;
    color: #800000;
    /*border-bottom: 2px #800000 ridge;*/
    padding-top: 20px;
    text-transform: capitalize;
}
h3
{
    font-size: large;
    text-align: center;
}
h2
{
    font-size: x-large;
}
h1
{
    font-size: xx-large;
}
.highlight
{
    background-color: #FFFFCC;
}
.platinum
{
    background-color: #ADDFFF;
}

.gold
{
    background-color: #F7E32A;
}

.silver
{
    background-color: #CACACA;
}

.bronze
{
    background-color: #D6A24A;
}

@media print
{
    /* style sheet for print goes here */
    .master
    {
        width: 100%;
    }

}
