/*
Author: Craig Erskine
Description: Dynamic Menu System - Vertical
*/
*
{
	margin: 0;
	padding: 0;
}
.menu-left
{
	border: 1px solid #C0C0C0;
	float: left;
	width: 198px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
.menu-titile
{
	background: #2a6ebb; /*url( '/images/menu_bg.png' ) top left;*/
	line-height: 33px;
	margin: 0;
	padding: 0 0 0 10px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}
.right
{
	border: 1px solid #C0C0C0;
	float: left;
	width: 225px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
.title-right
{
	background:#2a6ebb;/* url( '/images/menu_bg.png' ) top left;*/
	line-height: 33px;
	margin: 0;
	padding: 0 0 0 10px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}
ul#navmenu-v, ul#navmenu-v li, ul#navmenu-v ul
{
	/* Menu Width */
	margin: 0;
	list-style: none;
}

ul#navmenu-v li
{
	background-position: #3b60af;
	float: left;
	position: relative;
	width: 100%;
	padding: 0;
	list-style-type: none;
	min-width: 198px;
	background: #3b60af;
	
}

ul#navmenu-v li.iehover
{
	z-index: 1000; /* IE z-index bugfix */
}
ul#navmenu-v li a
{
	font-family: Arial;
	text-transform: capitalize;
	font-style: normal;
	font-size: 13px;
	font-variant: inherit;
}
ul#navmenu-v li .icon1
{position: relative ;
	float: left;
	left :2px;
	top:7px;
margin:5px;
}
ul#navmenu-v li .icon2
{position: absolute ;
	float:right ;
right: 5px;
top:7px;
}
ul#navmenu-v ul
{
	border: 1px solid #C0C0C0;
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 9999;
	margin: 0;
	background: #3b60af;
}

/* Root Menu */
ul#navmenu-v a
{
	border-bottom: 1px solid #C0C0C0;
	font-weight: normal;
	padding: 7px;
	display: block;
	height: 1%;
	font-size: 12px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* Root Menu Hover Persistence */
ul#navmenu-v a:hover, ul#navmenu-v li:hover a, ul#navmenu-v li.iehover a
{
	background: #0033CC;
	color: #fff;
}

/* 2nd Menu */
ul#navmenu-v li:hover li a, ul#navmenu-v li.iehover li a
{
	float: none;
	background: #0033CC;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-v li:hover li a:hover, ul#navmenu-v li:hover li:hover a, ul#navmenu-v li.iehover li a:hover, ul#navmenu-v li.iehover li.iehover a
{
	color: #fff;
	background: #0033CC;
}

/* 3rd Menu */
ul#navmenu-v li:hover li:hover li a, ul#navmenu-v li.iehover li.iehover li a
{
	background: #0033CC;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-v li:hover li:hover li a:hover, ul#navmenu-v li:hover li:hover li:hover a, ul#navmenu-v li.iehover li.iehover li a:hover, ul#navmenu-v li.iehover li.iehover li.iehover a
{
	background: #0033CC;
}

/* 4th Menu */
ul#navmenu-v li:hover li:hover li:hover li a, ul#navmenu-v li.iehover li.iehover li.iehover li a
{
	background: #0033CC;
}

/* 4th Menu Hover */
ul#navmenu-v li:hover li:hover li:hover li a:hover, ul#navmenu-v li.iehover li.iehover li.iehover li a:hover
{
	background: #0033CC;
}

/* Hover Function - Do Not Move */
ul#navmenu-v li:hover ul ul, ul#navmenu-v li:hover ul ul ul, ul#navmenu-v li.iehover ul ul, ul#navmenu-v li.iehover ul ul ul
{
	display: none;
}
ul#navmenu-v li:hover ul, ul#navmenu-v ul li:hover ul, ul#navmenu-v ul ul li:hover ul, ul#navmenu-v li.iehover ul, ul#navmenu-v ul li.iehover ul, ul#navmenu-v ul ul li.iehover ul
{
	display: block;
}

.menu_bg
{
	padding: 0;
	margin: 0;
	float: left;
	height: 35px;
	width: 100%;
	background:#2a6ebb;/* url( '/images/menu_bg.png' ) top left;*/
}
.menu_bg .day
{
	float: left;
	width: 231px;
	height: 25px;
	background: url( '/images/bg_day.png' ) no-repeat left center;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}
.menu_style
{
	width: 530px;
	height: 35px;
	float: left;
	text-align: center;
	margin: 0;
}

.menu_style span
{
	float: left;
	list-style-type: none;
	padding: 5px 8px;
}
.menu_style span a
{
	background-position: none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	background: none;
	text-decoration: none;
}
.menu_style span a:hover
{
	text-decoration: underline;
}
.search_style
{
	float: right;
	height: 35px;
}
.search_bg
{
	padding: 7px 2px 0 0;
}
.SearchContainer
{
	position: relative;
	white-space: nowrap;
}
.SearchBorder .texts
{
	padding: 0px;
	margin: 0px;
}
.SearchBorder
{
	width: 180px;
	height: 20px;
	border: solid 1px #e0e0e0;
	float: left;
	background-color: white;
	white-space: nowrap;
	margin-top: 2px;
}
.vision
{
	text-align: center;
	padding: 7px;
	display: block;
	height: 1%;
	font-size: 12px;
	color: #2E3D47;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.login-left
{
	text-align: left;
	padding: 7px;
	display: block;
	height: 1%;
	font-size: 12px;
	color: #2E3D47;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.tieude_center-title
{
	color: #fff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 29px;
	text-transform: uppercase;
	text-decoration: none;
	width: 500px;
	height: 35px;
	padding: 0 0 0 14px;
	background:#2a6ebb;/* url( '/images/menu_bg.png' ) repeat-x top left;*/
}
.tieude_center
{
	width: 200px;
	padding: 0 0 0 14px;
	background: url( '/images/bg-h3-tintuc.png' ) repeat-x top left;
}
.tieude_center-title a
{
	color: #fff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 29px;
	text-transform: uppercase;
	text-decoration: none;
}
.tieude_center a
{
	color: #fff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 29px;
	text-transform: uppercase;
	text-decoration: none;
}
.c_content
{
	background-position: #FFFFFF;
	clear: both;
	border: 1px solid #ccc;
	background: #FFFFFF;
	margin-bottom: 10px;
}
.c_content img
{
	max-width: 510px;
}

.head_title
{
	height: 29px;
	width: 540px;
	background: #eee;
	margin: 0;
	color: white;
}



.bot_left
{
	min-height: 50px;
	width: 1000px;
	float: left;
	padding: 0;
	margin: 0;
	background: url( '/images/footer-l.png' ) no-repeat top left;
}
.bot_right
{
	float: left;
	padding: 0;
	margin: 0;
	background: url( '/images/footer-r.png' ) no-repeat top right;
	padding: 0 20px;
}
.bot_bg
{
	float: left;
	width: 960px;
	padding: 5px 0 10px 0;
	margin: 0 0 5 0;
	background: url( '/images/bg-footer.png' ) repeat-x top left;
	min-height: 105px;
	text-align: center;
}
.bot_bg p
{
	color: #fff;
	font-weight: bold;
	line-height: 19px;
	margin: 0;
}
#lblChanTrang
{
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.c_container
{
	padding: 0px;
	background: #fff;
	margin-bottom: 5px;
	min-height: 50px;
}
.c_container .c_content
{
	clear: both;
	border-top: 0;
	text-align: center;
	width: 1000px;
	height: 52px;
	float: left;
}

.c_container .head_titles
{
	background: #eee url( '/images/bg-h3-bottom.png' ) repeat-x top left;
	margin: 0;
	color: white;
	height: 35px;
}
.c_container .tieude_centers
{
	width: 170px;
	height: 35px;
	padding: 0 0 0 14px;
	background: url( '/images/bg-footer-t.png' ) no-repeat top right;
}
.c_container .tieude_centers .c_title
{
	color: #fff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}
.noidungtin
{
	padding-top: 5px;
	width: 100%;
}
.noidungtin table
{
	max-width: 520px;
}
.noidungtin p
{
	max-width: 520px;
}
.noidungtin span
{
	max-width: 520px;
}
.noidungtin ul
{
	max-width: 520px;
}
.noidungtin ul li
{
	max-width: 520px;
}
