@charset "utf-8";
/*lay mot dinh dang css tu mot file khac*/
@import url('include/banner.css') ;
@import url('include/body.css') ;
@import url('include/footer.css') ;
@import url('include/menutop.css') ;
/* CSS Document */
a{
	color:#2C0600;
	text-decoration:none;	
}
a:hover{
	color:#ff0000;
	text-decoration:underline;
}
body{	
	background:url(include/images/bg.jpg) fixed;
	margin:0px;
	padding:0px;
	
}
html{
	margin: 0px;
	padding: 0px;
}
/* khai bao font chung nhat cho toan trang web*/
body,html,tr,td,table,div,p,a{
	font:11px Arial, Tahoma, "Times New Roman", "Trebuchet MS";	
}
#divOpacity {
	-moz-opacity: 0.4;
	opacity: 0.4;
	background:#5B5B5B;
	FILTER: alpha(opacity=40);
	LEFT: 0px; POSITION: absolute; TOP: 0px;
	VISIBILITY: hidden;
	WIDTH: 100%; height:100%;
	Z-INDEX: 102;cursor: "not-allowed";
	cursor:pointer;
	color:#ffffff;
}

#ifrMask {
	-moz-opacity:.00;opacity:.00; filter:Alpha(style=0,opacity=0);
	position:absolute;left:-1000px; z-index:101; display=\'none\;
	cursor:pointer;
	color:#ffffff;
	
}

#showimage{
	position:absolute;
	visibility:hidden;
	border: 1px solid #666;
	padding: 1px;
	color:#fff;
	background-color:#fff;
	font-weight:bold;
	Z-INDEX: 103;	
	cursor:pointer;
}
#dragbar{
	background:url(include/images/cus_head_bg.gif);
	cursor: move;
	min-width: 100px; /*NS6 style to overcome bug*/	
	font-weight:700; color:#FFFFFF;
	font-size: 11px;
}

#closetext{
	background:url(include/images/cus_head_bg.gif);
	cursor: hand;
	cursor: pointer;
	height: 21px;	
}

.rist {font-family:  Tahoma, Verdana, Arial; color:#F86F00}

#hintbox { 
      border: 1px solid #FFC30E; 
	  padding: 5px 5px 5px 5px; 
      background-color: #FFFBB8; 
      text-align: left; 
      color: #7D5F00; 
      font-size: 11px; 
      font-family: arial, sans-serif;
      position: absolute;
      visibility: hidden;	  
      width: 150px; z-index: 100;
}
.nsHighlight{
	font-weight:bold;
	background:#ff0;
}
.legend{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#0046D5;
}
#MainPage{
	width:767px;
	text-align:left;	
	border-right:1px solid #999;
	border-left:1px solid #999;
	background:#fff;
}
#HeightSpace5{
	clear:both;
	height:5px;
	width:100%;
}
#HeightSpace10{
	clear:both;
	height:10px;
	width:100%;
}
#LineWhite{
	width:5px;
}
