@charset "utf-8";
/* CSS Document */
.message {
	margin: 5px;	
	background-color:#FFFFE0;
	text-align: left;
	border: solid 1px red;
	padding-top:10px;		
}
.message li{
	margin-left: 30px;
	padding-bottom:1em;
}

.message li .hightlight{
	font-weight: bold;
	color: red;
}
.text{
	line-height: 150%;
	text-align: justify;
	font-family: arial;
	font-size: 12px;	
}
.clear{
	clear:both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.margin_left_10px{
	margin-left:10px;
}
.margin_left_20px{
	margin-left:20px;
}
.margin_right_10px{
	margin-right:10px;
}
.margin_right_5px{
	margin-right:5px;
}
.margin_bottom_5px{
	margin-bottom:5px;
}
.margin_bottom_10px {
	margin-bottom:10px;
}
.margin_bottom_10px_float {
	margin-bottom:10px;
}
.text_align_center{
	text-align:center;
}

img {
	border:none;
}

input {
	font-size:11px;
}
input,textarea {zoom:1;}

select{
	font-size:11px;	
}

option {
	padding: 1px;	
}

.input {
	border:1px solid #dddddd;
	padding: 3px;
	color:#666666;
}
.input1 {	
	border:1px solid #FFF;
	padding: 1px 3px 2px 3px;
	color:#666666;
}


a {
	color:#666666;
	font-weight:900;
	text-decoration:none;
	outline:none;
}
a:hover{
	color: #336699;
}
a.link {
	color:#000;
	font-weight:900;
	text-decoration:none;
	outline:none;
}
a.link:hover{
	color: #336699;
}
.icon_flag_vn{
	background:url(../images/icons.gif) no-repeat 0px 0px;
	width:17px;
	height:12px;
}
.icon_flag_en{
	background:url(../images/icons.gif) no-repeat -17px 0px;
	width:17px;
	height:12px;
}
.icon_home{
	background:url(../images/icons.gif) no-repeat -34px 0px;
	width:9px;
	height:12px;
}
.icon_chart{
	background:url(../images/icons.gif) no-repeat -43px 0px;
	width:10px;
	height:12px;
}
.icon_user{
	background:url(../images/icons.gif) no-repeat -53px 0px;
	width:8px;
	height:12px;
}
.icon_mail{
	background:url(../images/icons.gif) no-repeat -61px 0px;
	width:10px;
	height:12px;
}
.icon_up {
	background:url(../images/icons.gif) no-repeat -25px -36px;
	width: 23px;
	height:13px;
}
.icon_down {
	background:url(../images/icons.gif) no-repeat 0px -36px;
	width: 24px;
	height:13px;
}
.icon_stand {
	background:url(../images/icons.gif) no-repeat -82px -5px;
	width: 22px;
	height:6px;
}
.icon_panel {
	background:url(../images/icons.gif) no-repeat -71px -2px;
	height:10px;
	width:10px;
}
.icon_panel1 {
	background:url(../images/icons.gif) no-repeat -104px -6px;
	height:6px;
	width:5px;
}
.icon_cal{
	background:url(../images/icons.gif) no-repeat -48px -36px;
	height:15px;
	width:15px;
}
.input_search{
	color:#666;
	font-style:italic;	
	font-size:11px;
	background:url(../images/icons.gif) no-repeat 0px -12px;
	border:none;
	width:207px;
	padding: 6px 0px 5px 3px;
}

/* BUTTON */
a.button{
	width:194px;
	max-width:194px;
	display:block;
    background: url(../images/buttons.gif) no-repeat 0 0;	
    color: #333333;
	font-weight:bold;
	padding-left:3px;
	text-decoration: none;
}

a.button span {
    background: url(../images/buttons.gif) no-repeat 100% 0 #FFF;	
	display:block;
	text-align:center;
	padding: 6px 3px 6px 0px;
} 

a.button:active {
    background-position: 0 -25px;
    color: #000;
}

a.button:active span {
    background-position: 100% -25px;
	padding: 8px 3px 4px 0px;
}


div.panel h4 {
	background:url(../images/headerbars.gif) no-repeat 0 0px;
	font-size:11px;
	padding-left: 10px;
}
div.panel h4 span.header {
	background:url(../images/headerbars.gif) no-repeat 100% 0px;
	padding: 11px 0px 10px 0px;
	overflow:hidden;
	color:#254f92;
	display:block;
	width: 100%;
}

div.panel .panel_content {
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}
ul.form {
	list-style: none;
}
ul.form li {
	padding-bottom:5px;
}
ul.form label {
	font-weight: bold;
	display: block;
	padding-bottom:5px;
}
.up {
	color: #66cc33;
}
.down {
	color: #ff0000;
}
.stand {
	color: #ffcc00;
}
.chart {
	border: 1px solid #cccccc;
}
.chart_info div {
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}
.chart_info {	
}
.chart_info .odd{
	background-color: #edebeb;
}
.small_panel {
	background:url(../images/samll_panel.gif) no-repeat;
	width:1000px;	
	height: 43px;
}
.small_panel table tr {
	height: 43px;
}
.small_panel table tr td{
	padding-left: 10px;
}
.panel_bottom_left{
	background:url(../images/bottom_white_left.gif) no-repeat;
	width:4px;
	height:4px;
	float:left;
}
.panel_bottom_right{
	background:url(../images/bottom_white_right.gif) no-repeat;
	width:4px;
	height:4px;
	float:right;
}

.panel_bottom{
	background:url(../images/bottom_white_bg.gif) repeat-x;
	width:992px;
	height:4px;
	float:left;
}

a.panel_button{
	display:block;
	padding-left:4px;
}
a.panel_button span{
	display:block;
	padding: 3px 6px 5px 2px;	
	
}
a.panel_button_active, a.panel_button:hover{	
	display:block;	
    background: url(../images/buttons2.gif) no-repeat 0 -21px;	
    color: #333333;
	font-weight:bold;
	padding-left:4px;
	text-decoration: none;
}

a.panel_button_active span, a.panel_button:hover span {
	color:#336699;
    background: url(../images/buttons2.gif) no-repeat 100% 0px;	
	display:block;
	padding: 3px 6px 5px 2px;
} 
.table {
	border-collapse: collapse;
	color: #333333;
	font-family: Arial;
}
.table thead{
	background: #cccccc;
}
.table td, .table th{
    padding: 3px;
}
.table thead tr th{
	padding: 3px 0px 3px 0px;
}
.table table td{
    padding: 0px;
}

.table tbody tr.odd{
	background: #ebebeb;
}

.panel_style {
	background:#ededed url(../images/bg.gif) repeat-x;	
}
.panel_style_bottom {
	height:4px;
	width:227px;
	background:url(../images/bottom_bg.gif) repeat-x;
	float:left;
}
.panel_style_bottom_left{
	background:url(../images/bottom_left.gif) no-repeat;
	width:4px;
	height:4px;
	float:left;
}
.panel_style_bottom_right{
	background:url(../images/bottom_right.gif) no-repeat;
	width:4px;
	height:4px;
	float:right;
}
ul.menu{
	list-style: none;
}
ul.menu a{
	color:#000;
}
ul.menu a:hover{
	color: #336699;
}
ul.menu li{
	padding: 6px 0px 6px 0px;
	font-weight: bold;
	border-bottom:  1px dotted #000;
}
ul.menu ul {	
	margin: 3px 0px 0px 25px;
	list-style-image: url(../images/li_disc.gif);	
	color: #333333;
}
ul.menu ul li{
	border-bottom: none;
	padding: 3px 0px 3px 0px;
}


.table_panel .header_left{
	background:url(../images/headerbars.gif) no-repeat 0 0px;
	font-size:11px;
	padding-left: 10px;
}
.table_panel .header_right {
	width: 100%;
	background:url(../images/headerbars.gif) no-repeat 100% 0px;
	color:#254f92;
}
.table_panel .header_right tr{
	height: 34px;
}
.table_panel .panel_content {
	padding: 9px 5px 6px 5px;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}
.title{
	color:#336699;
	font-weight: bold;
}
.title a{
	color:#336699;
}
.title a:hover{
	color:#000;
}
h3.detail_title{
	color:#004175;
	font-size:19px;
	font-weight:bold;
	padding-top:4px;	
}
.introtext{
	color:#5F5F5F;
	text-align:justify;
	padding:0 0 10px;
	font-weight: bold;
}
.detail_content ul{
	margin-left: 30px;
}
.other_news{
	background: url("../images/dot.gif") repeat-x center top;
	margin-bottom: 10px;
	height: 16px;
}
.othernews ul{
	list-style:square;
	margin-left: 30px;	
}
.othernews li{
	padding: 3px;
}
.othernews li a:hover{
	text-decoration: underline;
}
ul.quick_link{
	list-style: none;
}
ul.quick_link li {
	padding: 5px 0px 5px 0px;
	font-weight: bold;	
	font-size: 12px;		
}
.icon_sp_email{
	background: url("../images/quicklink.gif") no-repeat -27px 0px;
	width: 28px;	
	height: 28px;
}
.icon_sp_phone{
	background: url("../images/quicklink.gif") no-repeat -85px 0px;
	width: 28px;	
	height: 35px;
}
.icon_sp_datlenh{
	background: url("../images/quicklink.gif") no-repeat 0px 0px;
	width: 28px;	
	height: 28px;
}
.icon_sp_hotro{
	background: url("../images/quicklink.gif") no-repeat -58px 0px;
	width: 28px;	
	height: 28px;
}
.news_created{
	font-size:10px;
	color:#999999;
	text-align:right;
}
.box{
	padding:10px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
.attachment {
	border: 1px solid #336699;
	padding: 5px 20px 5px 20px;
	background: #FFC;
	font-weight: bold;
	margin-left: 20px;
}
.border_right{
	border-right: 1px solid #d8d8d8;
}
table.small{
	font-size: 11px;
	font-family: Arial;
	line-height: 160%;		
}
table.small td{
    padding: 3px;
}
table.small td.num {    
    text-align: right;
    padding-left:0px;
}
table.small th.num{
    text-align: right;    
    padding-right: 3px;
}
