@charset "utf-8";
 
table.table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}
.table1 th{
    padding:15px;
    color:#fff;
    text-shadow:1px 1px 1px rgb(18, 93, 136);
    border:1px solid rgb(56, 71, 207);
    border-bottom:3px solid rgb(41, 103, 217);
    background-color:rgb(30, 84, 165);
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(62, 91, 185)),
        color-stop(0.51, rgb(34, 70, 136)),
        color-stop(0.87, rgb(41, 111, 217))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(12, 85, 145) 2%,
        rgb(43, 46, 189) 51%,
        rgb(41, 73, 217) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.table1 td{
    padding:10px;
    text-align:center;
    background-color:#2351ac;
    border: 2px solid #2351ac;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    
}

.preload16 {background: url(../img/pro16_2.gif);}
.preload16a {background: url(../img/pro16_2a.gif);}

.pro16 {padding:0 0 0 1em; margin:0; list-style:none; height:43px; position:relative; background:transparent url(../img/pro16_back.gif) repeat-x left top; font-size:11px;}
.pro16 li {float:left; height:43px;}
.pro16 li a {display:block; float:left; height:40px; line-height:35px; color:#888; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 10px; cursor:pointer; background:url(pro16/pro16_0a.gif) no-repeat;}
.pro16 li a b {float:left; display:block; padding:0 60px 0 0; background:url(../img/pro16_0.gif) no-repeat right top;}
.pro16 li.current a {color:#000; background:url(../img/pro16_2a.gif) no-repeat;}
.pro16 li.current a b {color:#000; background:url(../img/pro16_2.gif) no-repeat right top;}
.pro16 li a:hover {color:#000; background: url(../img/pro16_2a.gif) no-repeat;}
.pro16 li a:hover b {color:#000; background:url(../img/pro16_2.gif) no-repeat right top;}
.pro16 li.current a:hover {color:#000; cursor:default;}
