body, td, th
{
    font-family: Arial, Helvetica, sans-serif;
    color: #56391C;
    font-size: small;
}
body
{
    background-color: #614D44;
}

a:link
{
    color: #FF3399;
}

a:visited
{
    color: #FF3399;
}

a:hover
{
    color: #8DA62B;
}

a:active
{
    color: #FF3399;
}

a.brown:link
{
    color: #56391C;
}

a.brown:visited
{
    color: #56391C;
}

a.brown:hover
{
    color: #8DA62B;
}

a.brown:active
{
    color: #FF3399;
}

.Largebodytext
{
    color: #55381C;
}
.Headings
{
    font-size: large;
    color: #DD678A;
}
.Bodytext
{
    color: #55381C;
    font-size: small;
}
.LargeHeadings
{
    font-size: x-large;
    color: #DD678A;
}
.Footer
{
    color: #DE6B8D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.style1
{
    color: #DD678A;
}

.pagebody
{
    font-family: verdana;
    font-size: 10pt;
}

/*
    Message labels
*/
.message
{
    font-weight: bold;
    color: maroon;
}

.collapsedinvisible
{
    display: none;
    visibility: hidden;
}

input, select, textarea, checkbox
{
    font-family: verdana;
    font-size: 9pt;
}

/* 
    Lightbox CSS needed for SimpleModal 
*/
#simplemodal-overlay
{
    background-color: #cccccc;
}

/*
    The lightbox itself, border styles, etc.
*/
#simplemodal-container
{
    height: 90%;
    width: 75%;
    background-color: #ffffff;
    border: 2px solid purple;
}

/*
    Exit button
*/
#simplemodal-container a.modalCloseImg
{
    background: url("/images/close_v1.gif") no-repeat;
    width: 19px;
    height: 19px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
}

/*
    Search results panel -- needs scrollbars to handle overflow
*/
.results
{
    overflow-y: auto;
    overflow-x: visible;
    overflow: -moz-scrollbars-vertical;
    width: 99%;
    height: 99%;
}
