*{margin:0px; padding:0px}
html {
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #3F3F3F;
	scrollbar-3dlight-color: #565656;
	scrollbar-darkshadow-color: #565656;
	scrollbar-face-color: #E2E2E2;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-track-color: #BDC7C9;
}
body#main{
	color:#000;
	font-family:Arial;
	text-align:left;
	background:#bdc7c9 url(../images/graphics/bg_body_top_02.gif) repeat-x left top;
	
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #3F3F3F;
	scrollbar-3dlight-color: #565656;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #F2F2F2;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #565656;
	scrollbar-track-color: #FFFFFF;
}
a{
	background-color:inherit;
	text-decoration:none;
	outline:none;
}
a:hover{text-decoration:underline}
img{border:0px}
ul{list-style-type:none;}
li{list-style-type:none;}

/* Nhap lieu */
input{
	font-family:Tahoma, arial, sans-serif;
	font-size:11px;
}
textarea{
	font-family:Tahoma, arial, sans-serif;
	font-size:11px;
}
select{
 font-family:Tahoma, arial, sans-serif;
	font-size:11px;
}
/* easy clearing */
.clearfix:after{
	content:'[DO NOT LEAVE IT IS NOT REAL]'; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	display:inline;
	position:relative;
}
.clearfix{
	display:block;
}
/* end easy clearing */
/*===== Ket thuc Css Du`ng Chung =====*/

/*main */
#container{width:100%; background:url(../images/graphics/bg_container_bottom.gif) no-repeat center bottom; margin:0 auto}
#wrapper{width:985px;margin:0 auto; height:auto; overflow:hidden;}

.loadingMask
{
	background:url(../images/icons/loading.gif)  no-repeat center center;
	width:60px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
padding: 2px;
padding-bottom: 10px;
font-family:Arial;
font-size:11px;
font-weight:bold;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
margin:2px;
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #EAFEBA;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

/* end block */

.smallForm
{
	color:#3A6B8F;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	text-align:left;
}
.smallForm .text
{
	padding:3px;
	width:180px;
}

/* BUTTONS */
.green_button
{
	border:1px #339933;
	color:#628A24;
	background-color:#E3F2AA;
	font-size:12px;
	font-weight:bold;
}
.blue_button
{
	border:1px #599FE6;
	color:#116FCC;
	background-color:#B7DEFB;
	font-size:12px;
	font-weight:bold;
}

/* POPUP */
.popupWindow
{
	padding:10px;
	border:2px #2D698A solid;
	background-color:#FFFFFF;
	text-align:center;
	position:fixed;
	left:0px;
	top:0px;
	z-index:1000;
}

/* OTHER */
.message-text
{
	color:#666666;
	font-family:Arial;
	font-size:13px;
	line-height:22px;
	text-align:left;
}
