﻿/* CSS Document */

* html{height:100%;}
* body{height:100%;margin:0px;padding:0px;}
* html {overflow: hidden}
* html body #fake-body{width: 100%; height:100%;overflow:auto;position:relative;}
* html body #dock{position:absolute; bottom: -1px; z-index: 1000000000}

body
{
	margin:0;
	padding:0;
}

td
{
	font-family: Arial;
	font-size: 9pt;
	color: #000;
}

div
{
	font-family: Arial;
	font-size: 9pt;
	color: #000;
}

/*
a {
	font-family:Arial;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	-moz-outline-style:none;
}

a:hover
{
	font-family:Arial;
	color: #B51104;
	text-decoration: underline;
}
*/
.style_silde_text {
	float:left;
	color:#585858;
	font-family: Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

a.style_silde_text:hover {
	color: #f48013;
	text-decoration:underline;
}

/*---------- CONTENT LAYOUT--------------*/

#main_content_box
{
	width: 1000px;
	display:block;
	height: auto;
	margin-bottom:10px;
}

#left-col
{
	padding-left: 10px;
	width: 950px;
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	float:left;
	display: block;
	margin-right: 5px;
}

/*------------ TIN CU HON --------------*/

#tincuhon_box
{
	width: 868px;
	display: block;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding-left: 8px;
	padding-right: 15px;
}

#tincuhon_box .tincuhon_title
{
	text-align: left;
	width: 868px;
	display: block;
	height: 25px;
	line-height: 25px;
	background: url(../images/othernews_bg.jpg) repeat-x;
}

#tincuhon_box .tincuhon_title span
{
	width: 385px;
	display: block;
	height: 25px;
	line-height: 25px;
	background-color: #fff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #f48013;
}

