
/*/////// BOX STYLES ///////*/
.PageToolsTop
{
    float: right;
    display: table;
    height: 17px;
    padding: 0px 0px 0px 130px;
    font-weight: bold;
    background-image: url('/images/design/icons/page-tools.gif');
    background-position: left center;
    background-repeat: no-repeat;
}
.PageToolsTopHover
{
    float: right;
    display: table;
    height: 17px;
    padding: 0px 0px 0px 130px;
    font-weight: bold;
    background-image: url('/images/design/icons/page-tools.gif');
    background-position: left center;
    background-repeat: no-repeat;
}
.PageToolsBottom
{   
    border: solid 1px #A6A9B1;
    background-color: #155890;
    color: #FFFFFF;
    padding: 5px;
    font-size: 1.0em;
    text-align: left;
}
/* ie 6 fix */
* html .PageToolsBottom
{
    margin-left: 2px;
}
.PageToolsBottom P
{
    margin: 0 !important;
    padding: 0 !important;
    float: none;
    clear:both;
}
.PageToolsBottom A
{
    color: #FFFFFF;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.PageToolsBottom A:link
{
    color: #FFFFFF;
    text-decoration: underline;
}
.PageToolsBottom A:visited
{
    color: #FFFFFF;
    text-decoration: underline;
}
.PageToolsBottom A:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
/*/////// end BOX STYLES ///////*/
