/*******************************************************************************
 * dinh dang chung
 */
body {
	font-family: Arial, sans-serif, Helvetica, Tahoma, Verdana, serif;
	background-color: #ffffff;
	margin: 0px;
	padding: 0;
	font-size: 12px;
	color: #2e2e2e;
}

img {
	border: none 0px;
}

a {
	text-decoration: none; 
	color: #2e2e2e;
}

a:hover {
	text-decoration: underline; 
	color: #2176b8;
}

/*******************************************************************************
 * dinh dang cho phan logo
 */
table.layout-logo{
	background-color: #ffffff;
}
 
div.layout-logo a {
	color: #333333;
}

/*******************************************************************************
 * dinh dang cho muc ho tro truc tuyen
 */
#livesupport 
{
	margin: 5px 0px 0px 0px;
}

#livesupport td.hotline{
	background: transparent url("images/hotline_bg.gif") repeat-x;
	height: 24px !important;
	padding: 2px 15px 2px 2px;
	font-weight: bold;
}

#livesupport td.hotline font.p1{
	color: #e2e2e2;
}

#livesupport td.hotline font.p2{
	color: #2a352f;
}


/*******************************************************************************
 * dinh dang cho phan dang nhap
 */
#login 
{
	margin: 0px 15px 0px 0px;
}

#login a 
{
	color: #838383;;
}

/*******************************************************************************
 * dinh dang cho phan menu chinh
 */
div.menu-tab {
	margin: 5px 15px 5px 0px;
}

div.menu-tab a{
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #4b4c4c;
}

div.menu-tab a span.p1{
	color: #4b4c4c;
}

div.menu-tab a span.p2{
	color: #00734a;
}


div.menu-tab a:HOVER, div.menu-tab a:VISITED{
	color: #4b4c4c;
}

div.menu-tab img{
	vertical-align: middle;
	padding: 0px 8px 0px 8px;
}

/*******************************************************************************
 * dinh dang cho phan menu con
 */
div.submenu-tab {
	padding: 2px;
	color: #ffffff;
}

div.submenu-tab a{
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px !important;
	color: #ffffff;
}

div.submenu-tab a:HOVER, div.submenu-tab a:VISITED{
	color: #ffffff;
	padding-left: 5px;
}


/*******************************************************************************
 * dinh dang cho phan than
 */
div.layout-content {
	
	
}
table.layout-content {
	background-color: #ffffff;
}

table.layout-content div.detail {
	padding: 5px;
}


/*******************************************************************************
 * dinh dang cho phan lien ket them
 */
div.layout-links {
	margin-bottom: 5px;
}

div.layout-links .layout-links {
	background: transparent url("images/double_dotted.png") repeat-x;
	background-position: top left;
}

div.layout-links td {
	height: 50px;
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 8px;
}

div.layout-links td.go-top {
	text-align: right;
	padding-right: 40px;
}

/*******************************************************************************
 * dinh dang cho phan chan
 */
div.layout-footer{
}

table.layout-footer {
}

div.layout-footer td {
	font-size: 11px;
	background-color: #666666;
	color: #a2a2a2;
	text-align: right;
	vertical-align: top;
	padding: 5px;
}

div.layout-footer td a {
	color: #a2a2a2;
}

div.layout-footer span.s1 {
	color: #a2a2a2;
}

div.layout-footer span.s2 {
	color: #303030;
}

