﻿
/*
**  Colors:
**
**      green: rgb(0, 104, 87)
**      teal: rgb(132, 163, 153)
**      red: rgb(146, 55, 38)
**      gold: rgb(204, 162, 90)
**      gray: rgb(76, 77, 79)
*/

body
{
    font-family: Arial, Sans-Serif;
    background-image: url(Images/HeadBackground.png);
    background-repeat: repeat-x;
    font-size: 8.5pt;
    font-size: 11px;
    color: rgb(76, 77, 79);
}

#Header
{
    background-color: rgb(76, 77, 79);
    background-image: url(Images/HeadBackground.png);
}

#Main
{
    background-image: url(Images/BodyBackground.png);
    background-repeat: no-repeat;
    background-color: White;
    line-height: 2em;
}

/*
 *  Horizontal Rule
 */
div.hr 
{
    background-image: url(Images/HorizontalRule.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 3em;
}

a img 
{
    border: none;
}

/*
 *  Headings
 */
h1
{
    cursor: pointer;
}
h2,
h3
{
    color: rgb(0, 104, 87);
}
h3 
{
    xcolor: rgb(76, 77, 79);
}


/*
 *  Main Content Links
 */
#Main a,
#PopupMessage a
{
    color: rgb(76, 77, 79);
    text-decoration: underline;
}
#Main a:hover,
#PopupMessage a:hover
{
    color: rgb(0, 104, 87);
}


.ShowMore,
.ShowingMore
{
    display: block;
    height: 15px;
    line-height: 15px;
    text-align: right;
    padding-right: 15px;
    color: green: rgb(0, 104, 87) !important;
    background-image: url(Images/Bullets/MoreButton.png);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    
    text-decoration: none !important;
}
.ShowMore:hover,
.ShowingMore,
.ShowingMore:hover
{
    font-weight: bold;
    background-image: url(Images/Bullets/MoreButtonHover.png);
    color: Black;
}


/*
 * "Show More" Formatting/Behavior
 */
#More 
{
    position: relative;
}
#MoreClipper 
{
    height: 0px;
    overflow: hidden;

    xborder: 2px solid;
}
#MoreContent
{
    xborder: 2px dotted;
}
#MoreLink 
{
    position: absolute;
    width: 50px;
    right: 0px;
    top: -15px;
}
#MoreLink:hover 
{
    font-weight: bold;
    background-image: url(Images/Bullets/MoreButtonHover.png);
    background-image: url(Images/Bullets/MoreButtonGreen.png);
    color: Black;
}

/*
 *  Special Link Formatting
 */
.ForwardLink 
{
    text-decoration: none !important;
}

/*
 *  Other Menu
 */
#OtherMenu
{
}
#OtherMenu a
{
    color: rgb(76, 77, 79);
    text-decoration: none;
}
#OtherMenu a:hover 
{
    color: rgb(0, 104, 87);
    text-decoration: underline;
}


