﻿/** { /* reset lại margin và padding cho các tag 
    margin: 0;
    padding: 0;
}*/
/* Nội dung css của tab */
.tabArea {
    margin-left:5px;
    }
.tab li {
    display:inline;
    float:left;
    margin-right:0px;
}
.tab a {
    display:inline-block;
    width:100px;
    border:1px solid #DDD;
    border-bottom:none;
    text-align:center;
    line-height:30px;
    text-decoration:none;
}
.tab .active a {
    border-bottom:none;
    color:#F00;
}
.tabContents {
    clear:both;
    width:285px;
    border:1px solid #CCC;
}
.tabContents div {
}
#tab01 {
    display:block;
}
#tab02 {
    display:none;
    text-align:center;
    margin-left:17px;
}

/*TAB 2*/

#tab-pages {
    margin:0 auto;
    padding:0;
    width:1000px;
}
#left-tab-pages {
    float:left;
    width:30%;
    min-height:500px;
    padding-top:10px;
    background:#fff;
    box-shadow: #CCCCCC -4px 0px 13px -2px inset;
}
#box {
    width:250px;
    margin:0 auto;
}
    #box h3 {
background: linear-gradient(to top, #FF0000 0%, #AD0000 100%); 
background: -moz-linear-gradient(to top, #FF0000 0%, #AD0000 100%); 
background: -o-linear-gradient(to top, #FF0000 0%, #AD0000 100%); 
background: -ms-linear-gradient(to top, #FF0000 0%, #AD0000 100%); 
background: -webkit-linear-gradient(bottom, #FF0000 0%, #AD0000 100%);
        font-size:0.8em;
        color:#fff;
        text-align:center;
        margin-top:10px;
        padding:5px 0;
        border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
    }
#noidung-box {
    /*height:300px;*/
    background:#DDD;
    border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
}
#noidung-box li{
    padding:5px;
    list-style:none;
    font-size:0.8em;
    color:#808080;
    border-bottom:solid 1px #fff;
}
    #noidung-box li span{
        color:black;
        font-size:14px;
    }
#right-tab-pages {
    float:right;
    width:70%;
}

.tableStyle {
    border-collapse: collapse;
    width: 100%;
}
.left-table {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    color:#8bb4ff;
    text-align: left;
    width:30%;
}
.tableStyle td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.tableStyle1 {
    border-collapse: collapse;
    width: 100%;
}
.tableStyle1 th,
.tableStyle1 td {
    border-bottom: 1px solid #DDD;
    padding: 5px;
    text-align: left;
}
.tableStyle1 th {
    background-color: #cad8fa;
}
.tableStyle1 td {
    /*background-color: #f0e7da;*/
}