﻿

/*table set khung*/
.Table_Form
{
    width: 173px;
    background-color: #ffffff;
}
/*table set khung*/

/*table set tieu de + text*/
.Table_Title
{
   
    padding-bottom: 3px;
    padding-top: 5px;
    text-align: left;
    color: #bc2628;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Arial;
    background: url(Images/Icon_map.jpg) no-repeat 0px 8px;
    border-bottom: #d16767 1px solid;
    padding-left: 15px;
    
}
/*table set tieu de + text*/

/*table*/
.Table_Body
{


    height: 100px;
    vertical-align: top;
}
/*table */

/*table content*/
.Table_Content
{
vertical-align: top;
    height: 100px;
 
  
}
/*table */
.Table_TitleIndex
{
   
    padding-bottom: 2px;
    padding-top: 5px;
    text-align: left;
    color: #bc2628;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Arial;
    background: url(Images/Icon_map.jpg) no-repeat 0px 8px;
    border-bottom: #d16767 1px solid;
    padding-left: 15px;
    
}