.ButtonNormal
{
    border-right: buttonface 1px solid;
    border-top: buttonface 1px solid;
    border-left: buttonface 1px solid;
    border-bottom: buttonface 1px solid;
    background-color: buttonface;
}
.ButtonPressed
{
    border-right: buttonhighlight 1px solid;
    border-top: buttonshadow 1px solid;
    border-left: buttonshadow 1px solid;
    border-bottom: buttonhighlight 1px solid;
    background-color: buttonface;
}
.ButtonMouseOver
{
    border-right: buttonshadow 1px solid;
    border-top: buttonhighlight 1px solid;
    border-left: buttonhighlight 1px solid;
    border-bottom: buttonshadow 1px solid;
    background-color: buttonface;
}
.ButtonDisabled
{
    border-right: buttonface 1px solid;
    border-top: buttonface 1px solid;
    border-left: buttonface 1px solid;
    border-bottom: buttonface 1px solid;
    background-color: buttonhighlight;
}
.Toolbar
{
    border-right: buttonshadow 1px solid;
    border-top: buttonhighlight 1px solid;
    border-left: buttonhighlight 1px solid;
    border-bottom: buttonshadow 1px solid;
    height: 30px;
    background-color: buttonface;
}
.Divider
{
    border-right: buttonhighlight 1px solid;
    border-top: buttonshadow 1px solid;
    border-left: buttonshadow 1px solid;
    width: 2px;
    border-bottom: buttonhighlight 1px solid;
    height: 24px;
    background-color: buttonface;
}
.Swatch
{
    border-right: buttonshadow 1px solid;
    border-top: buttonhighlight 1px solid;
    border-left: buttonhighlight 1px solid;
    width: 3px;
    border-bottom: buttonshadow 1px solid;
    height: 24px;
    background-color: buttonface;
}
.List
{
    font: 8pt verdana,arial,sans-serif;
}
.Text
{
    font: 8pt verdana,arial,sans-serif;
}
.editadvtable
{
    border-collapse: collapse;
}

/*--- Quang ---*/
.gioi-thieu
{
    color: #fff;
}
.gioi-thieu h1
{
    color:#fff; 
    font-size:17px;   
}
.gioi-thieu h2
{
    font-size:13px; 
    margin:5px 0;
    text-decoration:underline; 
}
.gioi-thieu h4
{
    font-size: 13px;
    color:#FD9319;  
    padding-bottom:3px;
    border-bottom:1px solid #FD9319;     
}
.gioi-thieu h4 a
{
    color:#fff;    
}
.gioi-thieu h4 a:hover
{
    text-decoration:underline;    
}
.gioi-thieu ul
{
    padding-left:20px;        
}
.gioi-thieu table p
{
    color:#fff;  
    text-align:center;  
}
.gioi-thieu table td
{
    width:118px;
    margin-right:50px;        
}
.gioi-thieu .tieu-de
{
    background-color:#102E9C;padding:10px;border:1px solid #566BA0    
}
