﻿

/*table set khung*/
.Table_Form
{
    width: 182px;
}
/*table set khung*/

/*table set tieu de + text*/
.Table_Title
{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background-image: url(Images/tb_1.jpg);
    background-repeat: no-repeat;
    height: 22px;

}
/*table set tieu de + text*/

/*table*/
.Table_Body
{

    vertical-align: top;
}
/*table */

/*table content*/
.Table_Content
{

    background-image: url(Images/tb_2.jpg);
    background-repeat: repeat-y;
    vertical-align: top;
}
/*table */

.Table_Bottom
{
    height: 7px;
    vertical-align: top;
    background-image: url(Images/tb_3.jpg);
    background-repeat: no-repeat;
}

.Table_Title_Index
{
    text-align: left;
    color: #ffffcc;
    font-weight: bold;
    background-image: url(Images/tb.jpg);
    background-repeat: repeat;
    height: 20px;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 20px;
    font-family: Verdana;
}
