﻿.table1
{
    width: 100%;
    padding: 0;
    margin: 0;
}
.caption1
{
    padding: 0 0 5px 0;
    width: 700px;
    font: italic 11px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
}
.th1
{
    font: bold 11px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    /*border-right: 1px solid #C1DAD7;*/
    border-bottom: 1px solid #e8ecf2;
    border-top: 1px solid #e8ecf2;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 6px 15px 12px;
    background: #eef1f7 no-repeat;
}
.td1
{
    /*border-right: 1px solid #C1DAD7;*/
    border-bottom: 1px solid #e8ecf2;
    background: #fff;
    font-size: 11px;
    padding: 15px 6px 15px 12px;
    color: #4f6b72;
    text-align: center;
}
.th2
{
    font: bold 11px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    /*border-left: 1px solid #C1DAD7;
    border-right: 1px solid #C1DAD7;*/
    border-bottom: 1px solid #e8ecf2;
    border-top: 1px solid #e8ecf2;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 6px 15px 12px;
    background: #eef1f7 no-repeat;
    border-radius:4px 0 0 0;
}
.td2
{
    /*border-left: 1px solid #C1DAD7;
    border-right: 1px solid #C1DAD7;*/
    border-bottom: 1px solid #e8ecf2;
    background: #fff;
    font-size: 11px;
    padding:15px 6px 15px 12px;
    color: #4f6b72;
    text-align: center;
}

.table_title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #CC00CC;
    background-color: #FFFFCC;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
}
.table_label_col
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 25px;
    color: #000000;
    width: 9%;
}
.table_label_col_impt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 25px;
    background-color: #FFFFCC;
    color: Red;
    font-weight: bold;
    width: 9%;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
}
.table_value_col
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 25px;
    color: #000000;
    background-color: White;
    width: 16%;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
}
.buttonCss
{
    background: yellow repeat-x;
    padding-top: 3px;
    border-top: 1px solid #708090;
    border-right: 1px solid #708090;
    border-bottom: 1px solid #708090;
    border-left: 1px solid #708090;
    width: 75px;
    height: auto;
    font-size: 10pt;
    cursor: hand;
    text-align: center;
}
.pager_selecter
{
    width: 80px;
}
.nav
{
    display: block;
    width: 80px;
    height: 30px;
    float: left;
    font: 14px/30px "microsoft yahei" , "SimHei";
    text-align: center;
    text-decoration: none;
    margin-right: 2px;
    color: #006699;
    font-weight: bold;
    background: none repeat scroll 0 0 #eff5ff;
    border: 1px solid #95b8e7;
}
.redBold
{
    color: White;
    font-size: 14px;
    background-color: Yellow;
}
table a{
    color:#1f84cc !important;
}