	#table_cha{
		/*width: 700px;*/
		width: 100%;
	}
	
	
	#table_cha div#button{
		text-align:center;
	}
	#table_cha tr th {
		background-color:#1A08F1;
		/*background: url(../img/menu_ngang.png) repeat-x;*/
		height:39px;
		color: white;
		border-radius:5px 5px 0px 0px;
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
		text-transform:uppercase;		
	}
	
	#table_cha tr td{
		background: #f5f5f5;
		border-radius:0px 0px 5px 5px;
		-moz-border-radius: 0px 0px 5px 5px;
		-webkit-border-radius: 0px 0px 5px 5px;
		padding:5px 40px;
	}

	#table_cha tr td table#table_con tr th{
		background:none;
		color: #000;
		font-weight:normal;
		text-align:left;
		border-radius:0px ;
		-moz-border-radius: 0px ;
		-webkit-border-radius: 0px ;
		text-transform:none;	
	}
	
	#table_cha tr td table#table_con tr td{
		background:none;
		padding:0px 15px;
		border-radius:0px ;
		-moz-border-radius: 0px ;
		-webkit-border-radius: 0px ;
		vertical-align:middle;
	}
	
	#table_cha tr td table#table_con  a{
		text-decoration:none;	
		color:#00F;
	}
	
	#table_cha tr td table#table_con tr a:hover{
		color:#f00;
	}
	
	#table_cha td table#table_con a#XemThem div{
		text-align:right;
	}
	
	#button{
		text-align:center;	
	}
	#lienket a:link,a:visited{
		text-decoration:none;
		display: inline-block;
		color: blue;
	}
	#lienket a:hover, a:active{
		text-decoration:none;
		color:red;
	}
	
	input[type=button], input[type=submit], input[type=reset] {
	  background-color: #0D11C3;
	  border: none;
	  color: white;
	  padding: 8px 16px;
	  text-decoration: none;
	  margin: 4px 2px;
	  cursor: pointer;
	  
	}
	input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover{
	  background-color: orange; 
	  color: white; 
	  border: 2px solid #008CBA;
	}
