
BODY
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
}
A:hover
{
    background-color: silver;
}
A
{
    color: #5b2d28;
    font-weight: bold;
}
NoHoverLink
{
    background-color: Transparent;
}
NoHoverLink:hover
{
    background-color: Transparent;
}
TABLE
{
    font-size: 9pt;
    font-family: Verdana, Arial;
}
TH
{
    font-size: 9pt;
    font-family: Verdana, Arial;
}
TR
{
    font-size: 9pt;
    font-family: Verdana, Arial;
}
TD
{
    font-size: 10pt;
    font-family: Verdana, Arial;
}

.TableHeader
{
    background-color:#5B2D28;
}

HR
{
    color: #5b2d28;
}

H1
{
    font-size: 16pt;
    color: #5b2d28;
    font-family: Verdana, Arial;
    text-align: center;
}
.NavItem
{
    color: silver;
    margin-left: 10px;
    font-weight: normal;
}
.NavItem:hover
{
    color: #5b2d28;
}

#framecontentLeft, #framecontentTop
{
    position: absolute;
    top: 0;
    left: 0;
    width: 125px; /*Width of left frame div*/
    height: 100%;
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    background-color: #5B2D28;
    color: white;
}

#framecontentTop
{
    left: 125px; /*Set left value to WidthOfLeftFrameDiv*/
    right: 0;
    width: auto;
    height: 68px; /*Height of top frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    background-color: #5B2D28;
    color: white;
}

#maincontent
{
    position: fixed;
    left: 125px; /*Set left value to WidthOfLeftFrameDiv*/
    top: 68px; /*Set top value to HeightOfTopFrameDiv*/
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #fffff;
    padding: 20px 20px 0px 20px;
}
.innertube
{
    margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
    margin-top: 1px;
    text-align: center;
    width: 100%;
}

* html body
{
    /*IE6 hack*/
    padding: 68px 0 0 120px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent
{
    /*IE6 hack*/
    height: 100%;
    width: 100%;
}

* html #framecontentTop
{
    /*IE6 hack*/
    width: 100%;
}

A.ImageBlowoutLink, A.ImageBlowoutLink:visted
{
    border-color: Silver;
    border-style: solid;
    border-width: 1px;
}
A.ImageBlowoutLink:hover
{
    border-color: #5B2D28;
}

#thumbBox
{
    /*Outermost DIV for thumbnail viewer*/
    position: absolute; /*margin-left: -160px; margin-top: -10px;*/
    width: auto;
    padding: 6px;
    padding-top: 7px;
    background: #5B2D28;
    visibility: hidden;
    z-index: 50;
    cursor: hand;
    cursor: pointer;
    border-color: Silver;
    border-style: solid;
    border-width: 1px;
}

#thumbBox .footerbar TD
{
    /*Footer DIV of thumbbox that contains "close" link */
    font: bold 16px Verdana, Arial;
    letter-spacing: 5px;
    line-height: 1.1em;
    color: white;
    padding: 5px 0;
    text-align: right;
}


#thumbBox #thumbImage
{
    /*DIV within thumbbox that holds the enlarged image */
    background-color: #5B2D28;
    color: White;
    font: bold 15px Verdana, Arial;
}

#thumbLoading
{
    /*DIV for showing "loading" status while thumbbox is being generated*/
    position: absolute;
    visibility: hidden;
    border: 1px solid black;
    background-color: #5B2D28;
    padding: 5px;
    z-index: 5;
}


BODY.VOPopUp
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.address
{
    font-size: 8pt;
}


#silverlightControlHost
{
    top: -200px;
    height: 280px;
    width: 640px;
    position: relative;
    text-align: center;
}
#errorLocation
{
    font-size: small;
    color: Gray;
}
.fb_share_button
{
    display: -moz-inline-block;
    display: inline-block;
    padding: 1px 20px 0 5px;
    height: 15px;
    border: 1px solid #d8dfea;
    background: url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?12:26981) no-repeat top right;
}
.fb_share_button:hover
{
    color: #fff;
    border-color: #295582;
    background: #3b5998 url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?12:26981) no-repeat top right;
    text-decoration: none;
}
