@font-face {
    font-family: 'UVNVanChuongBold';
    src: url('../javascripts/uvnvanchuong_b-webfont.eot');
    src: url('../javascripts/uvnvanchuong_b-webfont.eot?#iefix') format('embedded-opentype'),
         url('../javascripts/uvnvanchuong_b-webfont.woff') format('woff'),
         url('../javascripts/uvnvanchuong_b-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
*{
	padding:0px;
	margin:0px;
}
html{
	background:#f1f0f0 url(../images/bg.jpg) repeat-x bottom;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#474646;
	line-height:18px;
	text-align:justify;
	background:url(../images/bg_footer.jpg) no-repeat bottom center fixed;
}
#wrapper,#wrapper_sub{
	background:url(../images/bg_top_left.jpg) repeat-x top left;
	width:100%;
}
#wrapper_sub{
	background:url(../images/bg_top_right.jpg) no-repeat top right;
}
.clear{
	clear:both;
}
.clear_left{
	clear:left;
	height:0px;
}
.clear_right{
	clear:right;
}
.fload_left{
float:left;
}
.fload_right{
float:right;
}
h1, h2, h3, h4, h5, h6{
	font-size:12px; 
}
img, p, ul{
	border:0px;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	outline: none;
}
select{
	outline:none;
}
table{
	border-collapse:collapse;
}
/*---------- Một số chuẩn khi cắt css và tránh lỗi IE6-------------
- Khi thêm thuộc tính margin cho thẻ phải thêm thuộc tính display:inline (trừ những thẻ không có chiều cao, rộng cố định thì không cần thiết)
- Khi thêm padding chiều nào của một thẻ phải giảm độ rộng, cao tương ứng nếu thẻ có chiều rộng hoặc cao cố định.
- Tất cả các link phải có hover
- Những button như Hủy,Gửi đặt trong thẻ input phải có thuộc tính cursor:pointer . 
- Những Title chỉ có một dòng thì tránh dùng padding-left khi muốn cách đầu dòng_ nên dùng text-indent:px và nên sét chiều rộng và thuộc tính overflow:hidden.
- Nếu thẻ <img/> đặt trong một thẻ khác mà hình ảnh quá nhỏ thì phải có thuộc tính font-size:1px trong thẻ chứa <img/>

* ---------------------------Qui tắc đặt tên--------------*/
.page,.page_navigation{
	height:23px;
	text-align:right;
	padding:15px 45px 15px 0px;
}
.page_navigation{
	padding:15px 0px 0px 0px;
}
.page a,.page_navigation a{
	color:#666666;
	padding:5px 9px;
	/*border:1px solid #d4d4d4;*/
	/*background: #f2f2f2;*/
	background:url(../images/bg_page.jpg) no-repeat center;
	margin-left:5px;
	width: 23px;
	height: 23px;
	
}
.page a:hover,.page a.active,.page_navigation a:hover,.page_navigation a.active_page{
	color:#fff;
	text-decoration:none;
	/*background:#751415;*/
	background:url(../images/bg_page_active.jpg) no-repeat center;
	/*border:1px solid #d4d4d4;*/
}
.page img{
	vertical-align:middle;
}