body {
    margin: 0px;
    padding: 0px;
    background: #fff;
    color: #48413C;
    font: 11px Verdana,Arial,Helvetica,sans-serif;
}

th {
    height: 27px;
    background: url(../../images_dir/gradient_LtBlue.jpg) 0 0 repeat-x;
    padding-left: 15px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

th.rounded {
    width: 15px;
    height: 27px;
    background: url(../../images_dir/titilerighttop.gif) 0 0 no-repeat;
}

#container {
    position: relative;
    margin: 0 auto;
    padding: 0px;
}

#header {
    margin: 0 auto;
    padding: 0px;
    width: 1000px;
    background: #fff;
    border-top: 1px solid #25569A;
    border-right: 1px solid #25569A;
    border-left: 1px solid #25569A;
    position :relative;
    height: 139px;
    text-align: center;
}

#content_box {
    text-align: center;  
}

.content {
    margin: 0 auto;
    width: 1000px;
    background: #f3f5fa;
    border-right: 1px solid #25569A;
    border-bottom: 1px solid #25569A;
    border-left: 1px solid #25569A;
    text-align: center;
}

.red_menu {
    height: 18px;
    line-height: 18px;
    background: #FF3300;
    font-weight: bold;
}

.red_menu td {
    text-align: center;
}

.red_menu a:link {
    color: #fff;
    text-decoration: none;
}

.red_menu a:visited {
    color: #fff;
    text-decoration: none;
}

.red_menu a:hover {
    color: #fff;
    text-decoration: underline;
}

.blue_menu {
    height: 32px;
    line-height: 32px;
    background:url(../../images_dir/gradient_DkBlue.jpg) 0 0 repeat-x #fff;
    font-weight: bold;
}

.blue_menu td {
    text-align: center;
}

.blue_menu a:link {
    color: #003366;
    text-decoration: none;
}

.blue_menu a:visited {
    color: #003366;
    text-decoration: none;
}

.blue_menu a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.legends {
    width: 20%;
    text-align: right;
}

.inputs {
    width: 30%;
    text-align: left;
}

.gb {
    border-bottom: 1px solid #fff;
}

.privacy {
    width:500px;
    height:100px;
    overflow:auto;
    border:2px solid #fff;
    padding: 2px 2px 2px 2px;
}

.hidden {
    display:none;
}

.ast {
    color:#ff0000;
    display: none;
}

.tariffTable {
    width:96%;
    margin-top:10px;
    border: 1px solid #fff;
    background: #fff;
}

.tariffIntest {
    background: #7f93ec;
    text-align:left;
    font-weight: bold;
    color: #fff;
    height: 20px;
}

.tariffDates {
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
    background: #dfe5f2;
}

.tariffField {
    text-align:left;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #dfe5f2;
    
}

    



