﻿.rightNav
{
    background-image: url(   'Images/right_nav_bg.jpg' );
    float: left;
    height: 24px;
    padding-left: 10px;
    width: 100%;
}
.rightTitle
{
    float: left;
    color: #FFFFFF;
    line-height: 24px;
}
.rightTitle p
{
    float:left;
}
.rightContent
{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.rightTable
{
    margin: 10px 0px 0px 0px;
    width: 100%;
    float: left;
    border-collapse: collapse;
}
.rightTable tr
{
    border: 1px solid #a8c7ce;
}
.rightTable td
{
    padding-left:10px;
}
.SystemInformation
{
    padding: 0px 0px 0px 50px;
    margin: 0px;
    font-size: 12px;
    width: 400px;
    color: #3399FF;
}
.tdLeft, .tdLeft a
{
    height: 24px;
    line-height: 24px;
    color: #3399FF;
    font-size: 13px;
    font-weight: bold;
    text-indent: 30px;
    text-decoration: none;
    border: 1px solid #a8c7ce;
}
.tdLeft td, .tdLeft th
{
    border: 1px solid #a8c7ce;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: normal;
}
.tdLeft th
{
    font-weight: bold;
}
.tdLeft a:hover
{
    text-decoration: underline;
    color: #0000CC;
}
