BODY
{
    BACKGROUND-POSITION: right top;
    BACKGROUND-IMAGE: url(file://C:\Inetpub\wwwroot\JRussell_New\images\background.gif);
    BACKGROUND-REPEAT: repeat-y
}
.navigation
{
    FONT-WEIGHT: 500;
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Tahoma
}
.offcolor
{
    COLOR: #cccccc
}
.navigation A
{
    COLOR: white;
    TEXT-DECORATION: none
}
.navigation A:hover
{
    COLOR: #996633;
    TEXT-DECORATION: none
}
.offcolor A
{
    COLOR: #cccccc;
    TEXT-DECORATION: none
}
.offcolor A:hover
{
    COLOR: #996633;
    TEXT-DECORATION: none
}
.selected
{
}
.selected A
{
    COLOR: #996633;
    TEXT-DECORATION: none
}
.selected A:hover
{
    COLOR: white;
    TEXT-DECORATION: none
}
TD
{
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Tahoma
}
TD A
{
    COLOR: silver;
    TEXT-DECORATION: none
}
TD A:hover
{
    COLOR: #996633;
    TEXT-DECORATION: none
}
    
#dropmenudiv{
position:absolute;
border:none;
border-bottom-width: 0;
font:normal 8pt tahoma;
line-height:10pt;
z-index:100;
background-color: #000000;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: none;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color:White;
background-color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000000;
color:#996633;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
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: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #efefef;
color:#000000;
padding: 5px;
z-index: 5;
}
