﻿
/***************BangDL*********************/

.CSSTableGenerator {
    width:100%;
	margin:0px;padding:0px;
	color:#1c689a;
	border:1px solid #ababab;
  
	float:left;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	/*height:100%;*/
	margin:0px;padding:0px;
}
#row_header td{
 background-color: #ebfeda;
color:#333;padding:10px 0px;border-right:solid 1px  #ababab;
}
 .CSSTableGenerator table tr, td {color:#333;}
.CSSTableGenerator table tr, td a{color:#116600;}
.CSSTableGenerator tr:hover td{
	background: #e8e8e8;
}

 .CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
 .CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#ffffff; }

.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }
.CSSTableGenerator td
{	
	border:1px solid #ababab;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:5px 7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
    vertical-align:top;
	color:#333;
}
.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
    /**Thay ma mau: #e5e5e5-->#ebfeda*/
	/*background:-o-linear-gradient(bottom, #ffffff 5%, #ebfeda 100%);	
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ebfeda) );
    background:-moz-linear-gradient( center top, #ffffff 5%, #ebfeda 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ebfeda");	background: -o-linear-gradient(top,#ffffff,ebfeda);
	background:-moz-linear-gradient( center top, #ffffff 5%, #ebfeda 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ebfeda");	background: -o-linear-gradient(top,#ffffff,ebfeda);
	background-color:#ffffff;*/
	background:#ebfeda;
	border:0px solid #ababab;
	text-align:center;
	border-width:0px 0px 1px 0px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#333;
}
.CSSTableGenerator tr:first-child:hover td{
/*	background:-o-linear-gradient(bottom, #ffffff 5%, #ebfeda 100%);	
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ebfeda) );
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ebfeda) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ebfeda 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ebfeda");
    	background: -o-linear-gradient(top,#ffffff,ebfeda);
*/
	background-color:#ebfeda;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 0px;
}

.CSSTableGenerator table tr td .table_link{
    color: #1c689a;
    float: left;
    font-size: 12px;
   
    min-height: 10px;
    padding-top: 2px;
    text-align: left;
    width:100%;
}
/******************************/