﻿.BoxNoHeader
{
    width:617px;
    height:151px;
    background-image: url('../Images/BoxNoHeader.gif');
    background-repeat: no-repeat;
    vertical-align: top;
}

.FlagRow
{
    direction: ltr;
    padding: 0 40px 15px 0;
    text-align:right;
}

.YellowBoxHeaderTextTD
{
    padding: 0 0 0 5px;
    height: 22px;
    background-image: url('../Images/YellowBoxTitleGrad.gif');
    background-repeat: repeat-x;
    color: black;
}

.YellowBoxInnerTextTD
{
    padding: 3px 0 2px 5px;
    background-color: #332d1b;
    border-right: solid 1px #817c12;
}

.YellowBoxPainting
{
    width: 61px;
    height: 22px;
}

.GreenBall
{
	behavior: url("./pngbehavior.htc");
    position: absolute;
    width: 86px;
    height: 133px;
    left: 876px;
    top: 290px;
}

.PNGfile
{
	behavior: url("./pngbehavior.htc");
    position: relative;
}

.BoxNoHeaderInnerTD
{
    direction: ltr;
    padding: 5px 0 0 8px;
}

.InnerCenter
{
    vertical-align: top;
    padding: 8px 8px 8px 8px;
    color: Black;
    background-color: White;
    height: 500px;
/*    background-image: url('../Images/innerCenterBottomGrad.gif');
    background-position: left bottom;
    background-repeat: repeat-x; */
    border-right: solid 1px #378e17;
}

.InnerLeftSideSpecial
{
    vertical-align: top;
    text-align: left;
}


.MenuTDDir
{
    direction: ltr;
}

.FixedDLButton {
    _position: relative;
    _top: expression(((ignoreMe = (document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) <document.body.scrollHeight-1000 ? document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop : document.body.scrollHeight-1000 ) + 20) + 'px' );
    _left: expression(((ignoreMe = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft )+10 ) + 'px' );


}
