﻿/* table style */
table.tablecloth-theme
{
    font-family:Arial,Helvetica,sans-serif;
    color:#555555;
    border-collapse:collapse;
    border-style:none;
    border-width:0px;
}

/* header cell style */
.tablecloth-theme th
{
   background:#0099ff;
    color:#FFFFFF;    
}  

/* the sort header link */
.tablecloth-theme th a 
{
    display:block;
    text-decoration:none;
    color:#FFFFFF;
}

/* common cell styles */
.tablecloth-theme th, .tablecloth-theme td
{
    border:1px solid #FFFFFF;
    padding:0.5em;
    /*text-align:left;*/
    font-size: 11px;
}

/* alternating row style */
.tablecloth-theme .alt-data-row { background-color:#ffffff; }

/* mouseover row style */
.tablecloth-theme .row-over { background-color:#ccffff; }

/* mouseover row style */
.tablecloth-theme .row-select 
{ 
    background:#BCE774;
    color:#555;
}
.break{
margin-top: 96px;
margin-bottom: 24px;
page-break-before: always;
border-bottom: dashed 1px #000000;
} 
	
.headercard_vn
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;

}	

.headercard_en
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
font-style:italic;
}	
		
.headercard_data
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}	

