/* This CSS sets the default styles for the base components. */

/* ---------- Browser normalization ---------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

body {
	background-color: #fff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

html, body {
	height: 100%;
}

body.portal-popup {
	padding: 10px;
}

table {
	clear: both;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

blockquote, ul, ol, dl {
	margin: 1em;
}

ol, ul, dl {
	margin-left: 2em;
}

ol li, ul ol li {
	list-style: decimal outside;
}

ul li, ol ul li {
	list-style: disc outside;
}

ul ul li {
	list-style-type: circle;
}

ol ol li {
	list-style-type: upper-roman;
}

dl dd {
	margin-left: 1em;
}

th {
	font-weight: bold;
}

caption {
	margin-bottom: 0.5em;
	text-align: center;
}

p {
	margin-bottom: 1em;
}

/* ---------- Links ---------- */

a {
	color: #333333;
	text-decoration:none;
	
}
/* ---------- Headers ---------- */

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h1, h2, h3 {
	margin: 1em 0;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}

/* ---------- Text formatting ---------- */

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

code, pre {
	font-family: "Courier New",Courier,monospace;
	white-space: pre;
}

.important {
	font-weight: bold;
}

/* ---------- Staging area ---------- */

body.staging {
	border: 10px solid #c00;
}

/* ---------- Main content body ---------- */

#wrapper {	
	width:995px;	
	padding:0;
	margin:0 auto;	
}
.ie6 #wrapper {	
	width:995px;	
}
.ie7 #wrapper {	
	width:995px;	
}
/* ---------- Banner ---------- */

#banner_trang_chu {
	background: transparent url(../images/DB_image/banner.gif) no-repeat;
	height: 133px;
	vertical-align: top;
}
#banner_doanh_nghiep {
	background: transparent url(../images/DB_image/banner_dn.jpg) no-repeat;
	height: 133px;
	vertical-align: top;
}
#banner_du_khach {
	background: transparent url(../images/DB_image/banner_dk.jpg) no-repeat;
	height: 133px;
	vertical-align: top;
}
#banner_nguoi_dan {
	background: transparent url(../images/DB_image/banner_nd.jpg) no-repeat;
	height: 133px;
	vertical-align: top;
}

#login_style{
	float: left;
}

.navnormal{
	padding:5px 0;
	text-align:center;
	background:#faefd8;
	font-size:10px;
}
.navnormal a:link, .navnormal a:visited{
	font-size:11px;
	padding:0 15px
}


#banner .logo {
	background: transparent url(../images/common/banner_bg.png) no-repeat scroll 0 100%;
	display: block;
	float: left;
	font-size: 2em;
	margin: 0;
	padding: 1.25em 0.6em 1.45em;
}

#banner .logo a {
	text-decoration: none;
}

.ie6 #banner .logo {
	zoom: 1;
}

/* ---------- Drag Indicators ---------- */

#content-wrapper #layout-grid.dragging {
	border-collapse: separate;
}

#content-wrapper #layout-grid.dragging .lfr-column {
	border: 3px double #ACBED5;
}

.drag-indicator {
	border: 2px dashed #036;
	cursor: move;
	font-size: 0;
	position: relative;
}

.drop-area {

}

.ie .drop-area {
	filter: alpha(opacity=10);
}

.drop-position-top {
	background: url(../images/arrows/03_up.png) scroll repeat-x top left;
}

.drop-position-bottom {
	background: url(../images/arrows/03_down.png) scroll repeat-x bottom left;
}

/* ---------- Alerts and popups ---------- */

.alert-background {
	background: #000;
}

.popup {
	background: #fff;
	border: 1px solid #777;
	padding: 0.4em;
	position: absolute;
}

.popup-header {
	background: #EEF0F1 none repeat scroll 0%;
	border-bottom: 1px solid #aaa;
	color: #333;
	cursor: move;
	padding: 5px;
	position: relative;
}

.popup-title {
	font-size: 1.5em;
	font-weight: bold;
	min-height: 1em;
	white-space: nowrap;
	width: 90%;
}

.ie6 .popup-title {
	height: 1em;
}

.popup-close {
	cursor: pointer;
	position: absolute;
	right: 0.5em;
}

.popup-message {
	padding: 5px;
}

.popup-alert-notice {
	background-color: #ffc;
	border-bottom-color: #fc0;
}

.popup-alert-warning {
	background-color: #fcc;
	border-bottom-color: #f00;
}

/* ---------- Portal add content ---------- */

.portal-add-content {
	background: #fff;
	padding: 8px 4px 0;
	text-align: left;
	z-index: 20;
}

.portal-add-content a {
	text-decoration: none;
}

/* ---------- Portal tool tips ---------- */

.portal-tool-tip {
	background: #DCDCDC;
	border: 1px solid #BFBFBF;
	color: #333;
	font-weight: bold;
	max-width: 200px;
	padding: 0.5em 0.3em;
}

/* ---------- Autocomplete styles ---------- */

.autocomplete-box {
	background: #E2ECF2;
	border: 1px solid #ABC6D7;
	color: #333;
	min-width: 200px;
	padding: 0;
}

.ie6 .autocomplete-box {
	width: 200px;
}

.autocomplete-selected {
	background: #C0D5E3;
	border-bottom: 1px solid #ABC6D7;
	border-top: 1px solid #ABC6D7;
	color: #333;
	font-weight: bold;
	padding: 0.5em 0.3em;
}

/* ---------- Loading animation ---------- */

.loading-animation {
	background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
	margin-top: 10px;
	padding-top: 40px;
	text-align: left;
}

/* ---------- Separator ---------- */

.separator {
	border: 1px dotted #CCC;
}

/* ---------- Update Manager ---------- */

.update-available {
	margin-top: 10px;
	padding: 2px;
	text-align: left;
}

/* ---------- Text highlighting ---------- */

.highlight {
	background: #ffc;
	font-weight: bold;
	padding: 0 1px;
}
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */

.title3 {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight: bold;
	 color: #27429b;
	 text-decoration: none;
	 height: 22px;
	 background-color: #FFFFFF;
	 margin-left: 5px;
}
.bg_dotline {
	background-image: url(../images/DB_image/i_11.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.bg_03 {
	background-image: url(../images/DB_image/i_13.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/*
.bg_04 {
	background-image: url(../images/DB_image/i_15.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
*/
.bg_04 {
	background-image: url(../images/HN_image/i_47.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	background-color:#E8F2FF;
	padding: 10px 5px 10px 5px;
}
.bg_05 {
	background-image: url(../images/DB_image/i_14.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_06 {
	background-image: url(../images/DB_image/i_16.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.bg_07 {
	background-image: url(../images/DB_image/i_17.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.bg_08 {
	background-image: url(../images/DB_image/bg_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}.bg_09 {
	background-image: url(../images/DB_image/i_29.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 18px;
	float:none;
	margin-top:11px
}
.bg_09 a {
	background-image: url(../images/DB_image/i_30.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 18px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	float:left;
}
.bg_10 {
	background-image: url(../images/DB_image/i_30.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 18px;
	width:8px;
	padding-left: 10px;
	height: 18px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
}

.text_none1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #060606;
	text-decoration: none;
	line-height: 16px;
}

.menu_left1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #060606;
	text-decoration: none;
	height: 22px;
	background-image: url(../images/DB_image/i_18.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4191c0;
	text-decoration: none;
	line-height: 16px;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}
.text_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	line-height: 16px;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}

.bt_right {
	background-image: url(../images/DB_image/bt_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	padding-right: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float:left;
	/*margin-bottom:5px;*/
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 9px;
}
.bt_right a{
	background-image: url(../images/DB_image/bt_left.gif);
	height: 22px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 9px;
}
.menu_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #27429b;
	text-decoration: none;
}

.text_news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #060606;
	text-decoration: none;
	background-image: url(../images/DB_image/i_11.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 198px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: 7px;
	margin-left: 7px;
}

/*----------Banner-------------*/
.B1{
	background-image:url(../images/DB_image/bg_02.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.B2{
	color:#686868;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	padding-bottom:10px;
	padding-top:13px;
	text-decoration:none;
}
.B3{
	background-image:url(../images/DB_image/bg_03.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}


/*----------Bottom-------------*/
.menu_bottom{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #686868;
	text-decoration: none;
	padding-top: 13px;
	padding-bottom: 10px;	
}
.text_none_bottom{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #060606;
	text-decoration: none;
	line-height: 19px;	
}

/*----------Search-------------*/
.search{overflow:hidden;}
.fl {float:left;}
.fr {}

.txtsearch {width:129px; height:13px; font:11px arial; color:#9196a2; padding:4px 5px; border:0; border-right: #858585; background: url(../images/DB_image/center.png) center top repeat-x;}

.img-search {border:0;}


/*----------portlet-------------*/

#table-portlet{
	width : 100%;

}
#tr-portlet{
	background:url(../images/DB_image/i_04_1.gif) repeat-x scroll;
	vertical-align:top;
		
	width : 100%;
}

#span11{
	vertical-align:top;
	height : 31px;
}

#span12{
	height : 0px;	
		
}
#span13{
	background:url(../images/portlet/i_06.gif) no-repeat;
	vertical-align:top;
	width : 5px;
	height : 31px;
}

#span21{
	background: transparent url(../images/DB_image/Portlet_Left.gif) repeat-y scroll left center;
	vertical-align:top;
}
#span22{
	
}
#span23{
	background: transparent url(../images/DB_image/Portlet_Right.gif) repeat-y scroll right center;
	vertical-align:top;
}

#span31{
	background:#AF0000 url(../images/DB_image/i_05.gif) repeat-y scroll left center;
	width : 25px;
	height : 4px;
}
#span32{
	background-color: #AF0000;
}

#span33{
	background:#AF0000 url(../images/DB_image/i_05_.gif) repeat-y scroll right center;
	width : 4px;
	height : 4px;
}


.title_center{
	background-image:url(../images/DB_image/i_06.gif);
	border-top:1px solid #6AC0F6;
	color:#C52D37;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	padding-bottom:9px;
	padding-left:15px;
	padding-top:9px;
	margin-left: -7px;
	margin-right: -7px;
	text-decoration:none;
}
.content_border{
	border:1px solid #6AC0F6;
	padding : 7px;
	padding-top: 0px;
}

.text_none{
	color:#000000;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	text-decoration:none;
}
.public_title{
	color:#3175B9;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:8px;	
	text-decoration:none;
}
.menu_left td a{
	color:#B20000;
	
}
.icon_menu{
	background-image:url(../images/DB_image/i_10.gif);	
}


a:hover {
	text-decoration: underline;	
}

.top_menu {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #02488c;
	text-decoration: none;
}
.space {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #02488c;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.boder {
	border: 0px #FFFFFF;
}
.text_none {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}

.title_left {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 2px;
	text-transform: uppercase;
	line-height: 18px;
	padding-top: 1px;
}
/*
.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C05C0B;
	text-decoration: none;	
	background-image: url(../images/HN_image/icon_c.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 7px 5px 6px 12px	
}
*/
.text_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #060606;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.text_none3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3175b9;
	text-decoration: none;
	line-height: 16px;
}
.text_none4 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}
.text_none5 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F6A305;
	text-decoration: none;
}
.text_none6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.text_none7 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	line-height: 16px;
}
.text_detail {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #3175b9;
	text-decoration: none;
	line-height: normal;	
	text-align: justify;
}
.bg_search {
	background-color: #1d95f0;
	background-image: url(../images/i_15.gif);
	background-repeat: repeat-x;
}

.dot_menu_left {
	width: 20px;
}


.menu_left  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b20000;
	text-decoration: none;
	line-height:25px;
	border: 1px solid #ffd483;
	background-image: url(../images/DB_image/i_09.gif);
}
.menu_left a:link,.menu_left,.menu_left a:active  {
	COLOR: #b20000; TEXT-DECORATION: none}
	
.menu_left a:hover {
	COLOR: #ff9900; TEXT-DECORATION: underline}
	
.menuwith {
	width: 169px;
}
.text_download {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0260AA;
	text-decoration: none;
	line-height: normal;
}
/*icon title vpolls*/
.tit_l{
	background:url(../images/DB_image/i_08.gif) no-repeat;
	height:23px;
	padding:7px 0 0 25px;		
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
	text-transform: uppercase;
	line-height: 15px;	
	background-color: #FEB222;
}
.logo {
	background:url(../images/DB_image/logo.gif) 0 0 no-repeat;
	width:182px;
	height:77px;
	display:block;
}
/* This CSS sets the default styles for forms. */

fieldset {
	border: 1px solid #ccc;
	padding: 0.7em;
}

.ie fieldset {
	padding-top: 0;
}

legend {
	font-weight: bold;
	padding: 0 0.5em;
}

input[type="text"], input[type="password"], input[type="file"],input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea {	
	border: 1px solid #6AC0F6;	
	font: 1em 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	padding: 0.3em;
}

select {
	padding: 0.3em;
}

input[type="image"] {
	background: transparent none;
	border: none;
	padding: 0;
}
input[type="file"] {
	background: transparent none;
	border: none;
	padding: 0;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	background: #FAFAFA url(../images/forms/15.gif) repeat-x;
	border: 1px double #6BC4FB;
	border-left-color: #6BC4FB;
	border-top-color: #6BC4FB;	
	font-weight: bold;
	padding: 0.25em;	
	color:#27429B;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;	
	line-height:16px;	
}

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */

.ie6 input.text, input.password, .ie6 input.submit, .ie6 input.file, .ie6 input.button {
	background: #fff;	
	border: 1px solid #6AC0F6;	
	font: 1em 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	padding: 0.3em;
}

.ie6 input.submit, .ie6 input.button {
	background: #FAFAFA url(../images/forms/15.gif) repeat-x;
	border: 1px double #6BC4FB;
	border-left-color: #6BC4FB;
	border-top-color: #6BC4FB;	
	font-weight: bold;
	padding: 0.25em;	
	color:#27429B;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;	
	line-height:16px;	
}

input.focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus {
	background: #FEF7ED;
	border: 1px solid #FF9900;	
}
/* This CSS controls the column layout. It is not recommended that you change this file. */

/* ---------- Wrapper ---------- */

#content-wrapper #layout-grid {
	border-collapse: collapse;
	width: 995px;
	
}

.lfr-grid {
	border-collapse: collapse;
	width: 100%;
}

.lfr-grid .lfr-column {
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

/* ---------- Column widths ---------- */

.lfr-grid.dragging .lfr-column {
	height: 100px;
	min-height: 100px;
}

.lfr-column.ten {
	width: 10%;
}

.lfr-column.twenty {
	width: 20%;
}

.lfr-column.thirty {
	width: 171px;
}

.lfr-column.forty {
	width: 40%;
}

.lfr-column.fifty {
	width: 50%;
}

.lfr-column.sixty {
	width: 60%;
}

.lfr-column.seventy {
	
}

.lfr-column.eighty {
	width: 80%;
}

.lfr-column.ninety {
	width: 90%;
}

/* ---------- 1 column ---------- */

.columns-1 #column-1, .columns-max #column-1 {
	clear: both;
	display: table;
	width: 100%;
}

/* ---------- 2 columns ---------- */

.columns-2 #column-1 {
	padding-left: 16px;	
}

.columns-2 #column-2 {
	padding-right: 3px;
	width: 270px;
}

/* ---------- 3 columns ---------- */

.columns-3 #column-1 {
	padding-left: 3px;
}

.columns-3 #column-2 {
}

.columns-3 #column-3 {
	width: 202px;
	padding-right: 3px;
}
/* ---------- 4 columns ---------- */
.columns-4 #column-1 {
	width: 628px;
}
.columns-4 #column-2 {
	
}
.columns-4 #column-3 {
	width: 100%;
}
.columns-4 #column-4 {
	
}
.columns-4 #column-5 {
	width: 260px;
}
.columns-4 #column-6 {
	width: 100%;
}
.columns-4 #column-7 {
	width: 50%;
}
.columns-4 #column-8 {
	width: 50%;
}
.columns-4 #column-9 {
	width: 100%;
}

/* ---------- 1-2 columns ---------- */
.columns-1-2 #column-3 {	
	width: 270px;
	padding-right: 0px;
}
/* ----------- columns-1-2-i ---------*/
.columns-1-2-i #column-2{
	width: 465px;
}
.columns-1-2-i #column-7{
	width: 50%;
}
.columns-1-2-i #column-8{
	width: 50%;
}
.columns-1-2-i #column-3 {	
	width: 260px;
}
/* ---------- 2 columns - i ---------- */
.columns-2-i{	
	margin: 0 0px;
	padding-top:4px;	
}
#row_01{	
	background: url(../images/HN_image/bg_01_i.gif) no-repeat;
	height: 449px;
}
#row_02{
	background: url(../images/HN_image/bg_02.gif) no-repeat;
	height:115px;
}
.columns-2-i #column-1 {	
	width:225px;
	padding-left: 0px;
}

.columns-2-i #column-2 {
	padding-right: 0px;
	padding-left: 35px;
}

.columns-2-i #column-3 {
		
	
}
/* ---------- 2 columns-ii ---------- */
.columns-1-2-ii #column-5{
	width: 700px;
}
.columns-1-2-ii #column-3{
	width: 270px;
}

/* This CSS sets the default styles for the main navigation. */

/* ---------- Main navigation ---------- */
#navigation {
	width:995px;
	height:27px;
	background:transparent url(../images/TGD_image/bg_menu.gif) repeat-x;
}
#navigation td a{
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

#navigation_01{
	float: right;
}


.nav_child td{
	color: #FFFFFF;	
}
.nav_child a{
	color: #FFFFFF;	
}

/* ---------- Dock without JavaScript ---------- */
.lfr-dock {
	position: absolute;
	right: 10px;
	top: 10px;
}

.lfr-dock h2 {
	background: url(../images/navigation/welcome_message.png) no-repeat 0 50%;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding-left: 2em;
	text-align: right;
}

.lfr-dock ul {
	display: inline;
	float: left;
	text-align : left;
	min-width : 140px;	
}

.lfr-dock li {
	display: inline;
	float: left;
	margin-left: 15px;
}

.lfr-dock li a {
	background: url() no-repeat 0 50%;
	padding: 2px 0 2px 20px;
}

.lfr-dock li.home a {
	background-image: url(../images/dock/home.png);
}

.lfr-dock li.my-account a {
	background-image: url(../images/dock/my_account.png);
}

.lfr-dock li.sign-in a {
	background-image: url(../images/dock/sign_in.png);
}

.lfr-dock li.sign-out a {
	background-image: url(../images/dock/sign_out.png);
}

.lfr-dock li.add-content a {
	background-image: url(../images/dock/add_content.png);
}

.lfr-dock li.layout a {
	background-image: url(../images/dock/layout.png);
}

.lfr-dock li.page-settings a {
	background-image: url(../images/dock/page_settings.png);
}

.lfr-dock li.staging a {
	background-image: url(../images/dock/staging.png);
}

.lfr-dock li.my-places a {
	background-image: url(../images/dock/my_places.png);
}

.lfr-dock li.my-places {
	display: none;
}

.lfr-dock li.toggle-controls {
	display: none;
}

/* ---------- Dock with JavaScript ---------- */

.js .interactive-mode {
	min-width: 10px;
	min-height: 10px;
	position: absolute;
	right: 5%;
}

.js .interactive-mode h2 {
	background: url(../images/dock/right_bg.png) no-repeat 100% 0;
	font-size: 1em;
	margin: 0;
	padding: 0 37px 0 0;
	position: relative;
	z-index: 82;
	right: -30px;
}

.js .lfr-dock.expanded .lfr-dock-list-container {
	top: -2px;
}

.js .interactive-mode ul {
	background: #fff;
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	display: none;
	float: none;
}

.js .interactive-mode li {
	border-top: 1px solid #DEDEDE;
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 2px;
}

.js .interactive-mode li a {
	background-position: 8px 50%;
	background-repeat: no-repeat;
	display: block;
	margin-left: 0;
	padding: 5px 0px;
	text-decoration: none;
}

.js .interactive-mode li a, .js .interactive-mode li a:hover {
	background-position: 8px 50%;
	padding-left: 30px;
}

.js .interactive-mode li a:hover, .js .interactive-mode .my-places li.current a:hover {
	color: #fff;
}

.js .interactive-mode .lfr-dock-list li.first {
	border-top: none;
}

.js .lfr-dock.interactive-mode .my-places li a {
	background-image: none;
}

.js .interactive-mode .my-places li {
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

.js .lfr-dock.interactive-mode .my-places.lfr-flyout.has-children > ul {
	margin-right: -1px;
}

.js .interactive-mode .my-places li.current-community {
	background-color: #D3DADD;
}

.js .interactive-mode .my-places li h3 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

.js .interactive-mode .lfr-flyout.has-children h3 {
	min-width: 175px;
}

.js .lfr-dock.interactive-mode .my-places li h3 a {
	background-image: url(../images/dock/my_place.png);
}

.js .interactive-mode .lfr-flyout.has-children ul {
	display: none;
	margin-left: 0;
	top: -1px;
}

.js .interactive-mode .my-places li.public a {
	background-image: url(../images/dock/my_places_public.png);
}

.js .interactive-mode .my-places li.private a {
	background-image: url(../images/dock/my_places_private.png);
}

.js .interactive-mode .my-places li.current {
	background-color: #DFF4FF;
}

.js .interactive-mode .my-places li.current a {
	background: url(../images/dock/my_place_current.png) no-repeat 10px 50%;
	margin: 0;
	padding-left: 35px;
}

.js .interactive-mode li:hover, .js .interactive-mode .my-places li:hover {
	background-color: #828F95;
}

.js .interactive-mode li:hover a:hover, .js .interactive-mode li:hover > a, .js .interactive-mode li:hover > h3 > a {
	background-color: #828F95;
	color: #fff;
}

.ie6 .js .interactive-mode li a:hover {
	background-color: #828F95;
	color: #fff;
}

.js .interactive-mode .my-places ul li a.add-page {
	top: 7px;
}

.js .interactive-mode .group-end {
	border-bottom: 2px solid #DEDEDE;
}

.ie6.js .interactive-mode .taglib-my-places li {
	height: 24px;
}

.ie6.js .lfr-dock.interactive-mode {
	white-space: nowrap;
	width: 150px;
}

.ie6.js .lfr-dock.interactive-mode li {
	height: 1%;
	width: 100%;
}

.ie6.js .interactive-mode .lfr-flyout.has-children {
	width: 150px;
}

.js .interactive-mode li.toggle-controls {
	display: block;
}

.js .interactive-mode li.toggle-controls a {
	background-image: url(../images/common/checked.png);
}

.js .controls-hidden .interactive-mode li.toggle-controls a {
	background-image: url(../images/common/unchecked.png);
}

/* ---------- Add/remove page ---------- */

.js .delete-tab {
	background: url(../images/common/remove.png) no-repeat 42%;
	cursor: pointer;
	display: block;
	height: 8px;
	position: absolute;
	right: 2px;
	text-indent: -9999em;
	top: 2px;
	width: 8px;
}

/*------ Navigation portlet ------*/

.nav-menu li a.ancestor {
	font-weight: bold;
}

.nav-menu li a.selected {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.nav-menu ul {
	padding-left: 10px;
}
/* This CSS sets the default styles for portlets. */

/* ---------- Portlet wrapper and icons ---------- */
.portlet {
	background:#fff;
	padding:2px;
	margin:0 0 3px 0;
	font-size:11px;
	line-height:normal;
}

.portlet-topper {
	/*background-position: right top;*/
	/*margin-right: -10px;*/
	padding:6px 0 0 0px;
	left: 0px;
	padding-right: 13px;
	position: relative;
	width:100%
}

.portlet-title {
	color:#FFFFFF;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-align: left;
	text-transform:uppercase;		
}

.ie .portlet-title {

}

.portlet-title img {
	vertical-align: middle;
	text-align: left;	
}

.portlet-icons {
	margin: 3px;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 4px;
}

.portlet-content {
	clear:both;
}

.portlet-icon-back {
	background: url(../images/portlet/back.png) no-repeat 0 50%;
	font-weight: bold;
	padding: 0.2em 0 0.5em 1.8em;
}
/* ---------- Drag and drop ---------- */

.portlet-dragging {
	background: #FFFFE3 !important;
	border: 3px solid #666;
	padding: 10px;
}

.portlet-hover {
	background: #ddd;
	padding: 10px;
}

.portlet-placeholder {
	background: url(../images/portlet/placeholder_bg.png);
	border: 1px dashed #508FB4;
	width: 100% !important;
}

.portlet-resize-handle {
	background: url(../images/arrows/resize.png) scroll no-repeat;
	bottom: 12px;
	cursor: se-resize;
	height: 10px;
	position: absolute;
	right: 2px;
	width: 10px;
}

.popup .portlet-resize-handle {
	bottom: 2px;
}

/* ---------- Standard styles defined in the JSR 168 ---------- */

/* ---------- Fonts ---------- */

/* ---------- Font attributes for the 'normal' fragment font ---------- */

.portlet-font {
}

/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */

.portlet-font-dim {
}

/* ---------- Messages ---------- */

/* ---------- Status of the current operation ---------- */

.portlet-msg-status {
}

/* ---------- Help messages, general additional information, etc. ---------- */

.portlet-msg-info {
	background: #FAFAFA url(../images/messages/info.png) no-repeat 0.5em 50%;
	border: 1px solid #53B2F8;
	color: #777;
	display: block;
	margin: 0.15em auto 1.2em;
	padding: 0.5em 0.5em 0.5em 2.8em;
	text-align: left;
}

/* ---------- Error messages ---------- */

.portlet-msg-error {
	background: #FFF1ED url(../images/messages/error.png) no-repeat 0.5em 50%;
	border: 1px solid #900;
	display: block;
	margin: 0.15em auto 1.2em;
	padding: 0.5em 0.5em 0.5em 2.8em;
	text-align: left;
}

/* ---------- Warning messages ---------- */

.portlet-msg-alert {
	background: #FEFFDF url(../images/messages/alert.png) no-repeat 0.5em 10%;
	border: 1px solid #EFEFEF;
	display: block;
	margin: 0.15em auto 1.2em;
	padding: 0.5em 0.5em 0.5em 2.8em;
	text-align: left;
}

/* ---------- Success messages ---------- */

.portlet-msg-success {
	background: #F4FDEF url(../images/messages/success.png) no-repeat 0.5em 50%;
	border: 1px solid #3F9305;
	display: block;
	margin: 0.15em auto 1.2em;
	padding: 0.5em 0.5em 0.5em 2.8em;
	text-align: left;
}

/* ---------- Sections ---------- */

/* ---------- Table or section header ---------- */

.portlet-section-header {
	background: #D9E1EC;
	padding: 1px 0 0;
}

.portlet-section-header th {
	border-bottom: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	padding: 0.3em 1em;
}

/* ---------- Normal text in a table cell ---------- */

.portlet-section-body {
	background: #E7EDF4;
	color: #000;
}

.portlet-section-body td {
	background: #DCDCDC;
	border-bottom: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;
	padding: 0.3em 1em;
}

/* ---------- Text in every other row in the cell ---------- */

.portlet-section-alternate {
	background: #D3DEEB;
	color: #000;
}

.portlet-section-alternate td {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #BFBFBF;
	padding: 0.3em 1em;
}

.portlet-section-alternate-hover td, .portlet-section-body-hover td {
	background: #FFF5BA;
	border-bottom: 1px solid #E0D79F;
	border-top: 1px solid #E0D79F;
	padding: 0.3em 1em;
}

.portlet-section-body td td, .portlet-section-body-hover td td {
	border: none;
}

.portlet-section-alternate td td, .portlet-section-alternate-hover td td {
	border: none;
}

/* ---------- Text in a selected cell range ---------- */

.portlet-section-selected {
	background: #EEE;
}

/* ---------- Text of a subheading ---------- */

.portlet-section-subheader {
}

/* ---------- Table or section footnote ---------- */

.portlet-section-footer {
}

/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */

.portlet-section-text {
}

/* ---------- Forms ---------- */

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */

.portlet-form-label {
}

/* ---------- Text of the user-input in an input field ---------- */

.portlet-form-input-field {
}

/* ---------- Text on a button ---------- */

.portlet-form-button {
}

/* ---------- Text that appears beside a context dependent action icon ---------- */

.portlet-icon-label {
}

/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or Cancel) ---------- */

.portlet-dlg-icon-label {
}

/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */

.portlet-form-field-label {
}

/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */

.portlet-form-field {
}

/* ---------- Menus ---------- */

/* ---------- General menu settings such as background color, margins, etc. ---------- */

.portlet-menu {
}

/* ---------- Normal, unselected menu item ---------- */

.portlet-menu-item {
}

/* ---------- Selected menu item ---------- */

.portlet-menu-item-selected {
}

/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */

.portlet-menu-item-hover {
}

/* ---------- Selected menu item when the mouse hovers over it ---------- */

.portlet-menu-item-hover-selected {
}

/* ---------- Normal, unselected menu item that has sub-menus ---------- */

.portlet-menu-cascade-item {
}

/* ---------- Selected sub-menu item that has sub-menus ---------- */

.portlet-menu-cascade-item-selected {
}

/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */

.portlet-menu-description {
}

/* ---------- Menu caption ---------- */

.portlet-menu-caption {
}

/* ---------- Miscellaneous portlet styles ---------- */

.message-board-code {
	background: #fff;
	font-family: "Courier New",Courier,Monaco,monospace;
	white-space: pre;
}

.message-board-code-lines {
	margin-right: 1em;
}

.restricted, .restricted td {
	background: #fdd;
	border: none;
}

.restricted.alt td {
	background-color: #FFC0C0;
}

.restricted.hover td {
	background-color: #D3BDC0;
}

.restricted * {
	color: #727C81;
}

.restricted td.col-1, .restricted.alt td.col-1 {
	background-image: url(../images/messages/error.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-left: 28px;
}


/* ---------- Miscellaneous component styles ---------- */
/* ---------- Panel Page ---------- */

.lfr-panel {
	margin: 0 auto;
	width: 90%;
}

.lfr-panel .portlet-title {
	font-size: 13px;
}

.lfr-panel #content-wrapper {
	margin: 0;
	width: auto;
}

.lfr-panel .lfr-add-content h2 span {
	background-color: #D3DADD;
}
/* ---------- Calendar taglib ---------- */

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
	border: none;
}

.taglib-calendar tr td a {
	background-color: #F0F5F7;
	border: 1px solid #fff;
	border-bottom: none;
	border-left: none;
	display: block;
	height: 15px;
	padding: 5px 0pt;
}

.taglib-calendar table td {
	border-width: 0;
}

.taglib-calendar tr td a:hover {
	background-color: #727C81;
	color: #fff;
}

.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
	background-color: #fff;
}

.taglib-calendar .calendar-current-day a {
	border: 1px solid #727C81;
	color: #369;
	text-decoration: underline;
}

.taglib-calendar tr td.calendar-inactive {
	background-color: #fff;
	color: #B5BFC4;
}

.taglib-calendar tr th {
	border-bottom-color: #D7D7D7;
}

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
	border-left: none;
	border-right: none;
}

.ie .taglib-calendar tr td.first a {
	border-right: none;
}

/* ---------- Actions button ---------- */

.lfr-actions {
}

.lfr-actions, .lfr-actions ul {
	background: #fff url(../images/forms/button.png) repeat-x 0 100%;
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
}

.lfr-actions ul {
	bottom: -1px;
}

.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
	background: none;
}

.lfr-actions .lfr-trigger strong span {
	background: url(../images/common/action.png) no-repeat 5px 50%;
}

.lfr-actions.left .lfr-trigger strong span {
	background: url(../images/common/action_right.png) no-repeat 98% 50%;
}

.lfr-actions .lfr-trigger li {
	background: transparent;
	border-bottom: 1px solid #DEDEDE;
	padding: 2px;
}

.lfr-actions .lfr-trigger li a {
	padding: 5px 10px 5px 25px;
}

.lfr-actions .lfr-trigger li a:hover {
	background-color: #828F95;
	color: #fff;
}

.lfr-actions .lfr-trigger li a img {
	left: 3px;
	position: absolute;
}

.lfr-actions .lfr-trigger li.last {
	border-bottom: none;
}

.lfr-actions.portlet-options {
	background: none;
	border: none;
	float: left;
}

.lfr-actions.portlet-options .lfr-trigger {
	padding: 0;
}

.lfr-actions.portlet-options .lfr-trigger strong {
	min-width: 0;
	padding: 1px 3px;
}

.lfr-actions.portlet-options .lfr-trigger strong span {
	background-image: url(../images/portlet/options.png);
	background-position: 0 0;
	display: block;
	height: 16px;
	padding: 0;
	text-indent: -9999em;
	width: 16px;
}

.portlet-options.visible .lfr-trigger strong span {
	background-image: url(../images/portlet/options_selected.png);
}
/* This CSS sets the default styles for tabs. */

 

.tabs {
 border-bottom: 1px solid #BFDCEB;
 margin: 0 0 1.5em 0;
 padding: 0 0 2.6em 1em;
}
.ie6 .tabs {
 border-bottom: 1px solid #B8CAE2;
}

 

.tabs li {
 background: url(../images/common/tabs_bg_.png) 100% -50px;
 display: inline;
 float: left;
 line-height: 2.25;
 margin-right: 0.8em;
 padding: 0;
 position: relative;
 text-decoration: none;
}
.ie6 .tabs li {
 background: url(../images/common/tabs_bg.png) 100% -50px;
}

 

.tabs li a, .tabs li span {
 background: url(../images/common/tabs_bg_.png) 0 -150px;
 display: block;
 float: left;
 font-weight: bold;
 color: #FFFFFF;
 float: left;
 padding: 0.35em 1em 0;
 text-decoration: none;
}
.ie6 .tabs li a, .tabs li span {
 background: url(../images/common/tabs_bg.png) 0 -150px;
 color: #3175B9;
 }
.ie6 #navigation, .ie6 #navigation ul {


}

 


.tabs li.current {
 background: url(../images/common/tabs_bg_.png) 100% 0;
 font-weight: bold;
 top: 0.15em;
}
.ie6 .tabs li.current {
 background: url(../images/common/tabs_bg.png) 100% 0;
}

 

.tabs li.current a, .tabs li.current span {
 background: url(../images/common/tabs_bg_.png) 0 -100px;
 color: #27429B;
 padding: 0.15em 1em;
}
.ie6 .tabs li.current a, .tabs li.current span {
 background: url(../images/common/tabs_bg.png) 0 -100px;
}

 

.ie .tabs li {
 line-height: 2.35;
}

 

.ie .tabs li.current {
 top: 0.2em;
}
/* ---------- Main ---------- */

.ui-wrapper {
	border: 2px solid #828F95;
}

.ui-wrapper input, .ui-wrapper textarea {
	border: 0;
}

.ui-dialog-overlay {
	background: #000;
	opacity: 0.8;
	z-index: 400;
}

.ie .ui-dialog-overlay {
	filter: alpha(opacity=80);
}

.results-grid {
	border: 1px solid #DEDEDE;
	border-left: none;
	border-right: none;
	padding: 5px 0;
}

.results-header {
	background: #727C81;
}

.results-header th, .results-header td {
	color: #fff;
	padding: 5px 10px;
}

.results-header th a, .results-header td a {
	color: #fff;
}

.ui-autocomplete-even, .results-row td {
	background: #F0F5F7;
	padding: 5px 10px;
}

.ui-autocomplete-odd, .results-row.alt td {
	background: #D3DADD;
}

.ui-autocomplete-over, .results-row.hover td {
	background: #A8D6ED;
}

/* ---------- Dragging/sorting indicators ---------- */

.lfr-grid.dragging {
	border-collapse: separate;
}

.lfr-grid.dragging .lfr-column {
	border: 3px double #828F95;
}

.drop-area {
	background-color: #D3DADD;
}

.active-area {
	background: #ffc;
}

.ui-proxy {
	cursor: move;
	opacity: 0.65;
	position: relative;
}

.ie .ui-proxy {
	filter: alpha(opacity=65);
}

.ui-proxy.generic-portlet {
	height: 200px;
	width: 300px;
}

.ui-proxy.generic-portlet .portlet-title {
	padding: 10px;
}

.ui-proxy.not-intersecting .forbidden-action {
	background: url(../images/application/forbidden_action.png) no-repeat;
	display: block;
	height: 32px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 32px;
}

.ie .ui-proxy.not-intersecting .forbidden-action {
	right: 2px;
	top: 2px;
}

.ui-resizable-proxy {
	border: 1px dashed #828F95;
}

.navigation-sort-helper {
	background: #727C81;
	margin-top: 1px;
}

.portlet-sort-helper {
}

/* ---------- Resizables ---------- */

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	background: transparent url() no-repeat 50% 50%;
	display: none;
	font-size: 0.1px;
	position: absolute;
}

.ui-resizable .ui-resizable-handle {
	display: block;
}

.js .ui-resizable-disabled .ui-resizable-handle {
	display: none;
}

.js .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n, .ui-resizable-s {
	background-image: url(../images/application/handle_horizontal.png);
	height: 14px;
	left: 0;
	right: 0;
}

.ui-resizable-n {
	cursor: n-resize;
	top: 0;
}

.ui-resizable-s {
	bottom: 0;
	cursor: s-resize;
}

.ui-resizable-e, .ui-resizable-w {
	background-image: url(../images/application/handle_vertical.png);
	background-position: center center;
	bottom: 0;
	top: 0;
	width: 14px;
}

.ui-resizable-e {
	cursor: e-resize;
	right: 0;
}

.ui-resizable-w {
	cursor: w-resize;
	left: 0;
}

.ui-resizable-ne, .ui-resizable-nw {
	height: 14px;
	top: 0;
	width: 14px;
}

.ui-resizable-ne {
	background-image: url(../images/application/handle_ne.png);
	cursor: ne-resize;
	right: 0;
}

.ui-resizable-nw {
	background-image: url(../images/application/handle_nw.png);
	cursor: nw-resize;
	left: 0;
}

.ui-resizable-se, .ui-resizable-sw {
	bottom: 0;
	height: 14px;
	width: 14px;
}

.ui-resizable-se {
	background-image: url(../images/application/handle_se.png);
	cursor: se-resize;
	right: 0;
}

.ui-resizable-sw {
	background-image: url(../images/application/handle_sw.png);
	cursor: sw-resize;
	left: 0;
}

.freeform .portlet-boundary .ui-resizable-handle {
	margin: 3px;
}

/* ---------- Slider ---------- */

.ui-slider {
	position: relative;
}

.ui-slider-handle {
	position: absolute;
}

.ui-slider-disabled .ui-slider-handle {
	opacity: 0.5;
}

.ie .ui-slider-disabled .ui-slider-handle {
	filter: alpha(opacity=50);
}

.ui-slider-range {
	background: #1E2529;
	height: 100%;
	opacity: 0.3;
	position: absolute;
	width: 100%;
}

.ie .ui-slider-range {
	filter: alpha(opacity=30);
}
.ie .ui-tabs{
	overflow:hidden;
}
.ie6 .ui-tabs{
	height:1%;
}


.ui-tabs-disabled{
	opacity:0.4;
}
.ie .ui-tabs-disabled{
	filter:alpha(opacity=40);
}
.ui-tabs-hide{
	display:none;
}
.ui-tabs .toggle.last{
	float:right;
}

/* ---------- Dialog ---------- */

.ui-dialog {
	background-color: #fff;
	border: 2px solid #828F95;
	padding: 4px;
}

.ui-dialog .ui-dialog-titlebar {
	background: #1E2529;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	min-height: 28px;
	padding: 0;
	position: relative;
	z-index: 1;
}

.ie .ui-dialog .ui-dialog-container {
	z-index: 1;
}

.ie6 .ui-dialog .ui-dialog-titlebar {
	height: 29px;
}

.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: url(../images/application/close.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 5px;
	top: 6px;
	width: 16px;
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.ui-dialog.has-title .ui-dialog-title {
	background: url(../images/arrows/04_right.png) no-repeat 7px 50%;
	display: block;
	font-weight: bold;
	padding: 5px;
	padding-left: 20px;
}

.ui-dialog.ui-resizable .ui-dialog-content {
	padding: 14px;
}

.ui-dialog.ui-resizable-disabled .ui-dialog-content {
	padding: 7px;
}

.ui-dialog .ui-dialog-buttonpane {
	bottom: 8px;
	position: absolute;
	right: 12px;
	text-align: right;
	width: 100%;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}

.ui-dialog.generic-dialog .ui-resizable-handle {
}

/* ---------- Date picker ---------- */

#ui-datepicker-div, .ui-datepicker-inline {
	background: #fff;
	border: 2px solid #828F95;
	padding: 3px;
	width: 185px;
}

#ui-datepicker-div {
	display: none;
}

.ui-datepicker-inline {
	border: 0;
	display: block;
	float: left;
}

.ui-datepicker-dialog {
	padding: 5px !important;
}

img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}

.ui-datepicker-prompt {
	color: #000;
	float: left;
	padding: 2px;
}

.ie6 .ui-datepicker-prompt {
	width: 185px;
}

.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
}

.ui-datepicker-control {
	background: #D3DADD;
	border-bottom: 1px solid #AEB8BC;
	margin-bottom: 2px;
}

.ui-datepicker-links {
	background: #727C81;
	margin-bottom: 1px;
	padding: 5px 0;
}

.ui-datepicker-links a {
	color: #fff;
	display: block;
	margin: 0 5px;
}

.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	letter-spacing: 1px;
}

.ui-datepicker-links label {
	padding: 2px 5px;
}

.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}

.ui-datepicker-prev a, .ui-datepicker-next a {
	background: url() no-repeat;
	font-size: 0;
	height: 16px;
	line-height: 0;
	text-indent: -9999em;
	width: 16px;
}

.ui-datepicker-prev a {
	background-image: url(../images/application/datepicker_previous.png);
}

.ui-datepicker-next a {
	background-image: url(../images/application/datepicker_next.png);
}

.ui-datepicker-current {
	float: left;
	line-height: 1.3;
	text-align: center;
	width: 30%;
}

.ui-datepicker-close a {
	background: url(../images/application/close.png) no-repeat;
	display: block;
	float: right;
	height: 16px;
	margin: 5px 5px 5px 0;
	text-indent: -9999em;
	width: 16px;
}

.ui-datepicker-next {
	float: right;
	text-align: right;
}

.ui-datepicker-header {
	border-bottom: 1px solid #DEDEDE;
	font-weight: bold;
	padding: 5px 0 6px;
	text-align: center;
}

.ui-datepicker-header select {
	background: #727C81;
	border: 0;
	color: #fff;
	font-weight: bold;
}

.ui-datepicker-header .ui-datepicker-new-month {
	float: left;
	margin-left: 5px;
}

.ui-datepicker-header .ui-datepicker-new-year {
	float: right;
	margin-right: 5px;
}

.ui-datepicker {
	text-align: center;
	width: auto;
}

.ui-datepicker a {
	display: block;
	width: 23px;
}

.ui-datepicker .ui-datepicker-title-row a {
	color: #1E2529;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-days-row {
	background: #fff;
	color: #727C81;
}

.ui-datepicker-week-col {
	color: #B5BFC4;
}

.ui-datepicker-days-cell a {
	background: #F0F5F7;
	border: 1px solid #fff;
}

.ui-datepicker-days-cell a:hover {
	background-color: #727C81;
	color: #fff;
}

.ui-datepicker-current-day a {
	background-color: #fff;
	border: 1px solid #727C81;
	color: #369;
}

.ui-datepicker-current-day a:hover {
	background-color: #DFF4FF;
	border-color: #AEB8BC;
	color: #06c;
}

.ui-datepicker .ui-datepicker-unselectable {
	color: #B5BFC4;
}

#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
}

.ui-datepicker-one-month:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.ie .ui-datepicker-one-month {
	height: 1%;
}

.ui-datepicker-new-row {
	clear: left;
}

.ie6 .ui-datepicker-cover {
	display: block;
	filter: mask();
	height: 200px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 193px;
	z-index: -1;
}

/* ---------- Color picker ---------- */

.ui-colorpicker {
	background-image: url(../images/color_picker/picker_container_bg.png);
	font: 11px Arial,Helvetica,sans-serif;
	height: 192px;
	position: relative;
	width: 305px;
}

.ui-colorpicker-color {
	background-color: #F00;
	background-image: url(../images/color_picker/picker_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 184px;
	left: 8px;
	position: absolute;
	top: 5px;
	width: 184px;
}

.ui-colorpicker-color-handle {
	background-image: url(../images/color_picker/select.png);
	height: 11px;
	position: absolute;
	width: 11px;
}

.ui-colorpicker-hue {
	background-image: url(../images/color_picker/hue.png);
	height: 186px;
	left: 200px;
	position: absolute;
	top: 3px;
	width: 18px;
}

.ui-colorpicker-hue-handle {
	background-image: url(../images/color_picker/color_indic.png);
	height: 7px;
	position: absolute;
	width: 18px;
}

.ui-colorpicker-current {
	background: #fff;
	border: 2px solid #727C81;
	height: 60px;
	position: absolute;
	right: 10px;
	top: 31px;
	width: 60px;
}

.ui-colorpicker-values {
	left: 230px;
	position: absolute;
	top: 100px;
	width: 60px;
}

.ui-colorpicker-values table {
	width: 100%;
}

.ui-colorpicker-values table input {
	margin-bottom: 1px;
	padding: 3px 1px;
	width: 100%;
}

.ui-colorpicker-rgbR, .ui-colorpicker-rgbG, .ui-colorpicker-rgbB {
	width: 20px;
}

.ui-colorpicker-hex {
	width: 40px;
}

.ui-colorpicker-close {
	background: url(../images/color_picker/close.png) no-repeat 0 0;
	cursor: pointer;
	height: 23px;
	position: absolute;
	right: 3px;
	text-indent: -9999em;
	top: 3px;
	width: 23px;
}

/* ---------- Autocomplete ---------- */

.ui-autocomplete-results {
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	overflow: hidden;
	padding: 0;
	z-index: 300;
}

.ui-autocomplete-results ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ui-autocomplete-results li {
	cursor: default;
	display: block;
	line-height: 16px;
	margin: 0;
	overflow: hidden;
	padding: 2px 5px;
}

.ui-autocomplete-loading, .ui-autocomplete-loading.focus {
	background-image: url(../images/application/loading_indicator.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.ui-autocomplete-results li strong {
	color: #06c;
	font-weight: bold;
}

/* ---------- Tags ---------- */

.ui-tags {
	display: block;
	padding: 5px 0 2px;
}

.ui-tags:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.ie .ui-tags {
	height: 1%;
}

.ui-tags.empty {
	display: none;
}

.ui-tags .ui-tag {
	background: #DFF4FF;
	border: 1px solid #A7CEDF;
	float: left;
	margin-bottom: 3px;
	margin-right: 3px;
	padding: 3px 20px 3px 6px;
	padding-right: 20px;
	position: relative;
}

.ui-tags .ui-tag:hover {
	border-color: #AEB8BC;
}

.ui-tags .ui-tag-delete {
	display: block;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 3px;
}

.ui-tags .ui-tag-delete span {
	background: url(../images/application/close_small.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 7px;
	text-indent: -9999em;
	width: 7px;
}

.ui-tags .ui-tag-delete:hover span {
	background-position: 0 100%;
}

.ui-tags-input {
	width: 200px;
}

.tags-vocabulary-name span {
	font-weight: bold;
	padding-bottom: 3px;
}

/* ---------- Treeview ---------- */

.treeview {
	cursor: pointer;
}

.treeview, .treeview ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.treeview ul {
	background-color: #FFF;
	margin-top: 4px;
}

.treeview li {
	list-style-type: none;
}

.treeview .hitarea {
	background: url(../images/trees/treeview_bg.png) -64px -25px no-repeat;
	cursor: pointer;
	float: left;
	height: 16px;
	margin-left: -16px;
	margin-top: 3px;
	width: 16px;
}

.ie6 .hitarea {
	display: inline;
}

.treeview li {
	background: url(../images/trees/treeview_line.png) 0 0 no-repeat;
	margin: 0;
	padding: 0 0 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

.treeview-control {
	display: none;
	margin: 1em 0;
}

.treeview .hover {
	cursor: pointer;
}

.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 -176px;
}

.treeview .expandable-hitarea {
	background-position: -80px -3px;
}

.treeview li.last {
	background-position: 0 -1766px;
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
	background-image: url(../images/trees/treeview_bg.png);
}

.treeview li.lastCollapsable {
	background-position: 0 -111px;
}

.treeview li.lastExpandable {
	background-position: -32px -67px;
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
	background-position: 0;
}

.treeview .placeholder {
	background: url(../images/application/loading_indicator.gif) 0 0 no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}

.treeview span {
	padding-left: 3px;
}

.filetree li {
	padding: 3px 0 2px 16px;
}

.filetree span.folder, .filetree span.file {
	display: block;
	padding: 1px 0 1px 16px;
}

.filetree span.folder {
	background: url(../images/trees/minus.png) 0 0 no-repeat;
}

.filetree li.expandable span.folder {
	background: url(../images/trees/plus.png) 0 0 no-repeat;
}

.filetree span.file {
	background: url(../images/trees/page.png) 0 0 no-repeat;
}



/*==================== Dien Bien =======================*/
.boder_header_title {
	height: 26px;
	float: left;
	width: 100%;
	margin-top: 3px;
	line-height: 26px;
}
.ie .boder_header_title {
	height: 20px;
}

.boder_bottom_title {
	height: 4px;
	float: left;
	width: 100%;
	background-color:#AF0000;
	line-height: 4px;
}
#bg_box_on_chinhquyen {
	background-color:#650C04;
	background-image: url(../images/DB_image/nen.gif);
	color:#FFF6CD;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	height:84px;
	margin-right:2px;
	text-decoration:none;
	width:194px;
	padding-top: 0;
}
#bg_box_on_doanhnghiep {
	background-color:#61A0DD;
background-image: url(../images/DB_image/nen.gif);
	color:#FFFFFF;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	height:84px;
	margin-right:2px;
	text-decoration:none;
	width:194px;
	padding-top: 0;
}
#bg_box_on_nguoidan {
	background-color:#56AE1C;
	background-image: url(../images/DB_image/nen.gif);
	color:#FFFFFF;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	height:84px;
	margin-right:2px;
	text-decoration:none;
	width:194px;
	padding-top: 0;
}
#bg_box_on_dukhach {
	background-color:#FBA80A;
	background-image: url(../images/DB_image/nen.gif);
	color:#FFF6CD;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	height:84px;
	margin-right:2px;
	text-decoration:none;
	width:194px;
	padding-top: 0;
}
#bg_box {
	background-color:#FFFFFF;
	border:1px none #FFFFFF;
	background-image: url(../images/DB_image/nen.jpg);
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	height:84px;
	margin-right:2px;
	text-decoration:none;
	width:194px;
	padding-top: 0;
}
#space{
	background-image: url(../images/DB_image/center2.gif);
}
.ie6 #space{
	background-image: url(../images/DB_image/center.gif);
}
#bg_box2 {
	background-color:#FFFFFF;
	background-image: url(../images/DB_image/nen.jpg);
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	height:84px;
	text-decoration:none;
	width:194px;
	padding-top: 0;
	padding-right: 0;
}
.ie6 #bg_box2 {
	width:194px;
}
.text1 {
	float:left;
	height:50px;
	margin:3px 7px 4px;
	width:180px;
}
.text1 a:link {
	color:#000000;
	text-decoration:none;
}

.text1 a:hover {
	color:#CC0000;
	text-decoration:none;
}
.text2_ {
	float:left;
	height:50px;
	margin:5px 7px 4px;
	width:180px;
}
.text2_ a:link {
	color:#FFF6CD;
	text-decoration:none;
}

.text2_ a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.text3_ {
	float:left;
	height:50px;
	margin:5px 7px 4px;
	width:180px;
}
.text3_ a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.text3_ a:hover {
	color:#CC0000;
	text-decoration:none;
}


.content_left {
	width: 699px;
	margin-right: 6px;
	float: left;
	margin-top: 4px;
}

.bg_box2 {
	background-color: #FFFFFF;
	background-image: url(../images/DB_image/bg_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px dotted #b9b9b9;
	float: left;
	width: 239px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	height: 94px;
}
.content_right {
	width: 280px;
	float: right;
}
.bg_video {	

}
.text_video {
	margin:  7px 7px;
}
.text_weblink {
	width: 100%;
	float: left;
	color: #FFFFFF;
	background-color: #af0000;
}
.li-text_weblink {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF00;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.li-text_weblink A{
	color: #FFFFFF;
	text-decoration: none;
}


.bg_weblink_bottom {
	background-image: url(../images/DB_image/i_06.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 5px;
	float: left;
	width: 280px;
}
.new_top {
	border: 1px solid #79afe3;
}
.title_new {
	font-size: 14px;
	color: #0260aa;
	font-weight: bold;
	float: left;
}

.li-text_weblink_last {
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.li-text_weblink_last A{
	color: #FFFFFF;
	text-decoration: none;
}
.text2 {
	float: left;
}
.other_new {
	width: 202px;
	float: right;
	border: 1px solid #79afe3;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.other_new2 {
	/*float: left;
	background-color: #F0F5FB;
	background-image: url(../images/DB_image/dot2.gif);*/
	padding: 8px;
}
.other_new_bg {
	background-color: #F0F5FB;
	padding-top: 3px;
	height: 346px;
}
.ie6 .other_new_bg {
	height: 351px;
}

.other_new3 {
	width: 100%;
	float: left;
	margin-right: 15px;
}
.other_new3_last {
	width: 146px;
	float: left;
}


.new_top2 {
	width: 96%;
	float: left;
	margin-right: 7px;
	margin-left:5px;
	margin-top: 15px;
}
.title_new2 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	float: left;
	width: 99%;
	margin-top: 5px;
}
.other_new4 {
	width: 200px;
	float: left;
	background-image: url(../images/DB_image/i_10.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.other_new_bg2 {
	list-style-image: url(../images/DB_image/dot3.gif);
	background-image: url(../images/DB_image/dot3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 7px;
	padding-bottom: 7px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 8px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.other_new_bg2_last {
	list-style-image: url(../images/DB_image/dot3.gif);
	background-image: url(../images/DB_image/dot3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 7px;
	padding-bottom: 7px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 8px;
	margin-left: 5px;
}
.last {
	border-bottom-style: none;

}
.title_new3 {
	font-size: 12px;
	color: #0260aa;
	font-weight: bold;
	float: left;
	width: 99%;
	text-decoration: none;
}
.title_new3 A{
	font-size: 12px;
	color: #0260aa;
	font-weight: bold;
	float: left;
	width: 99%;
	text-decoration: none;
}
.title_new3 A:hover{
	font-size: 12px;
	color: #0260aa;
	font-weight: bold;
	float: left;
	width: 99%;
	text-decoration: none;
}
.title_new3 A:link{
	font-size: 12px;
	color: #0260aa;
	font-weight: bold;
	float: left;
	width: 99%;
	text-decoration: none;
}
.title_new3 A:active{
	font-size: 12px;
	color: #0260aa;
	font-weight: bold;
	float: left;
	width: 99%;
	text-decoration: none;
}
.title_doc A {
	font-size: 11px;
	color: black;
	font-weight: bold;
	float: left;
	width: 99%;
	text-decoration: none;
	padding: 5px;
}
.title_doc A:active{
	font-size: 11px;
	color: black;
	font-weight: bold;
	float: left;
	width: 99%;
	text-decoration: none;
	padding: 5px;
}
.title_doc A:link{
	font-size: 11px;
	color: black;
	font-weight: bold;
	float: left;
	width: 99%;
	text-decoration: none;
	padding: 5px;
}
.title_doc A:hover{
	font-size: 11px;
	color: red;
	font-weight: bold;
	float: left;
	width: 99%;
	text-decoration: none;
	padding: 5px;
}
.bg_box_on {
	background-color: #fff8e5;
	border: 1px dotted #b9b9b9;
	float: left;
	width: 239px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin-right: 7px;
	height: 94px;
}


/*-------*/
.menu_left_dn {
	width: 184px;
	float: left;
	padding-right: 7px;
}

.box_left_dn {
	width: 184px;
	border: 1px solid #1289c6;
	float: left;
	margin-bottom: 5px;
}
.title1_dn {
	background-image: url(../images/DB_image/bg_06.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
	float: left;
	width: 184px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 26px;
}
.text_boxleft_dn {
	width: 168px;
	float: left;
	color: #333333;
	padding: 8px;
}
.bg_boxleft_dn_bottom {
	background-image: url(../images/DB_image/i_06.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 5px;
	float: left;
	width: 280px;
}
.li-text_boxleft_dn {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/DB_image/dot4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 5px;
}

.li-text_boxleft_dn_last {
	color: #333333;
	background-image: url(../images/DB_image/dot4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.news_center_dn {
	width: 404px;
	float: left;
	color: #333333;
}.bg_news_top_tab_dn {
	background-image: url(../images/DB_image/bg_04.gif);
	background-repeat: repeat-x;
	background-position: right top;
	height: 26px;
	float: left;
	width: 403px;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 5px;
}
.boder1_dn {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1083c2;
	border-left-color: #1083c2;
	padding: 8px;
	width: 385px;
	float: left;
}
.new_top2_dn {
	width: 385px;
	float: left;
	margin-right: 7px;
	margin-top: 10px;
}
.bg_news_tab_dn {
	background-image: url(../images/DB_image/bg_03.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 6px;
	width: 402px;
	float: left;
}
.content_left_dn {
	width: 595px;
	margin-right: 5px;
	float: left;
	margin-top: 4px;
}
.box_left2_dn {
	width: 198px;
	border: 1px solid #1289c6;
	float: left;
	background-color: #fff8e5;
	margin-right: 3px;
	margin-top: 5px;
}
.box_left3_dn {
	width: 198px;
	border: 1px solid #1289c6;
	float: left;
	margin-bottom: 5px;
	background-color: #fff8e5;
	margin-top: 5px;
}
.title2_dn {
	background-image: url(../images/DB_image/bg_07.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
	float: left;
	width: 198px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 26px;
}
.text_boxleft2_dn {
	width: 180px;
	float: left;
	color: #333333;
	padding: 8px;
}
.content_right_dn {
	width: 386px;
	float: right;
}
.title3_dn {
	background-image: url(../images/DB_image/bg_07.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
	float: left;
	width: 198px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 26px;
}
.title_new3dn {
	font-size: 12px;
	color: #0260aa;
	font-weight: bold;
	float: left;
	width: 380px;
	text-decoration: none;
}


/* Custom Portlet CSS */
/*begin tabs*/
.boder_tab_light_blue {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1083c2;
	border-left-color: #1083c2;
	width:99.8%;
	float: left;
}
.boder_tab_blue {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3f930a;
	border-left-color: #3f930a;
	width:99.8%;
	float: left;
}
.bottom_news_tab {
	height: 6px;
	width: 100%;
	float: left;
}
.bottom_center_news_tab {
	background-image: url(../images/DB_image/bottom_center.gif);
	background-repeat: repeat-x;
	background-position: right top;
	width: 100%;
	float: left;
}
.bg_news_top_tab {
	background-image: url(../images/DB_image/bg_04.gif);
	background-repeat: repeat-x;
	background-position: right top;
	height: 26px;
	float: left;
	width: 100%;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 5px;
}
.bg_news_top_tab_blue {
	background-image: url(../images/DB_image/bg_tab_blue.gif);
	background-repeat: repeat-x;
	background-position: right top;
	height: 26px;
	float: left;
	width: 100%;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 5px;
}
.bg_news_top_tab_on {
	background-image: url(../images/DB_image/tab_active_center.gif);
	background-repeat: repeat-x;
	background-position: right top;
	height: 22px;
	float: left;
	padding-top: 4px;
	padding-right: 5px;
}
.bg_news_top_tab_on_blue {
	background-image: url(../images/DB_image/tab_active_center_blue.gif);
	background-repeat: repeat-x;
	background-position: right top;
	height: 22px;
	float: left;
	padding-top: 4px;
	padding-right: 5px;
}
.bg_news_top_tab_on a{
	color: #0157aa;
	text-align: center;
	font-weight: bold;
	text-decoration:none;
}
.bg_news_top_tab_on a:hover{
	color: #0066FF;
	text-align: center;
	font-weight: bold;
	text-decoration:none;
}
.bg_news_top_tab_off {
	height: 22px;
	float: left;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
}
.bg_news_top_tab_off a{
	color: #000000;
	text-align: center;
	text-decoration:none;  
}
.bg_news_top_tab_off a:hover{
	color: #ff7e00;
	text-align: center;
	text-decoration:none;  
}
.bg_space_news_top_tab {
	background-color: #FFFFFF;
	width: 1px;
	float: left;
	height: 29px;
}
.bg_news_tab_last {
	background-image: url(../images/DB_image/bg_03.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 6px;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.li-text_othernews {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/DB_image/dot4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 5px;
}
.li-text_othernews_last {
	color: #333333;
	background-image: url(../images/DB_image/dot4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.title_news{
	background:transparent url(../images/DB_image/title_bg_blue.gif) repeat-x scroll 100% 100%;
	background-position:top;
	height: 26px;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.title_news a{
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.box_left_portlet_news{
	width: 100%;
	float: left;
	background-color:aqua;
	margin-right: 3px;
	margin-top: 5px;
}
/*end tabs*/
/* default */
.box_left_portlet{
	width: 100%;
	float: left;
	margin-right: 3px;
	margin-top: 0px;
}
.box_left_portlet .title {
	height: 24px;
	float: right;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-size: 11px;
	line-height: 24px;
}
.box_left_portlet .title .title_wrap {
	float: left;
	width: 100%;
}

.box_left_portlet .title .title_wrap div {
	padding-left:22px;
}

/* style 1 */
.border_orange {
	border: 1px solid #ff8d03;
}
.title_orange .title{
	background:transparent url(../images/DB_image/title_bg_orange.gif) repeat-x scroll 100% 0%;
	color: #FFFFFF;
}
.title_orange .title .title_wrap {
	background:transparent url(../images/DB_image/title_bg_wrap_orange.gif) no-repeat scroll 100% 0%;
}
.bullet_yellow  .title .title_wrap div {
	background:transparent url(../images/DB_image/bullet_yellow.gif) no-repeat scroll 0% 0%;
}

/* style 2 */
.border_blue {
	border: 1px solid #1289c6;
}
.title_blue .title{
	background:transparent url(../images/DB_image/title_bg_blue.gif) repeat-x scroll 100% 0%;
	color: #FFFFFF;
}
.title_blue .title .title_wrap {
	background:transparent url(../images/DB_image/title_bg_wrap_blue.gif) no-repeat scroll 100% 0%;
}
.bullet_white_green .title .title_wrap div {
	background:transparent url(../images/DB_image/bullet_white_green.gif) no-repeat scroll 0% 0%;
}

/* style 3 */
.border_light_blue {
	border: 1px solid #5EC8F4;
}
.title_light_blue .title{
	background:transparent url(../images/DB_image/title_bg_light_blue.gif) repeat-x scroll 100% 0%;
	color: #FFFFFF;
}
.title_light_blue .title .title_wrap {
	background:transparent url(../images/DB_image/title_bg_wrap_light_blue.gif) no-repeat scroll 100% 0%;
}
.bullet_white_orange  .title .title_wrap div {
	background:transparent url(../images/DB_image/bullet_white_orange.gif) no-repeat scroll 0% 0%;
}

/* style 4 */
.border_green {
	border: 1px solid #3f930a;
}
.title_green .title{
	background:transparent url(../images/DB_image/title_bg_green.gif) repeat-x scroll 100% 0%;
	color: #FFFFFF;
}
.title_green .title .title_wrap {
	background:transparent url(../images/DB_image/title_bg_wrap_green.gif) no-repeat scroll 100% 0%;
}

/* Custom Portlet Content */

.content_blue{
	background-color:#EEFDDD;
}
.content_orange{
	background-color:#FFF8E5;
}
.title_menu{
	background-image: url(../images/DB_image/dot4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style-type:none;
	color: #333333;
	border-top: 1px dotted #CCCCCC;
}
.title_menu_first{
	background-image: url(../images/DB_image/dot4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style-type:none;
	color: #333333;
}
.content_orange ul {
	margin:0;
	list-style-type:none;
	padding: 8px;
}
.content_orange li{
	list-style-type:none;
	background-image: url(../images/DB_image/dot4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style-type:none;
	color: #333333;
	border-top: 1px dotted #CCCCCC;
}
.content_orange li a{
	color: #333333;
}
.content_orange li.top{
	list-style-type:none;
	background-image: url(../images/DB_image/dot4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style-type:none;
	color: #333333;
}
.content_orange li.top a{
	color: #333333;
}
.content_blue ul {
	margin:0;
	list-style-type:none;
	padding: 8px;
}
.content_blue li{
	list-style-type:none;
	background-image: url(../images/DB_image/dot4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style-type:none;
	color: #333333;
	border-top: 1px dotted #CCCCCC;
}
.content_blue li a{
	color: #333333;
}
.content_blue li.top{
	list-style-type:none;
	background-image: url(../images/DB_image/dot4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style-type:none;
	color: #333333;
}
.content_blue li.top a{
	color: #333333;
}
.defaultcontent ul{
	margin:0;
	list-style-type:none;
	padding: 8px;
}
.defaultcontent li{
	list-style-type:none;
	background-image: url(../images/DB_image/dot4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style-type:none;
	color: #333333;
	border-top: 1px dotted #CCCCCC;
}
.defaultcontent li a{
	color: #333333;
}
.defaultcontent li.top{
	border: none;
	color: #333333;
	background-image: url(../images/DB_image/dot4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style-type:none;
	
}
.defaultcontent li.top a{
	color: #333333;
}
/*css search*/
.borderTable {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #BABABA;
	margin:0 0 3px;
	padding:3px;
	width:auto;
}
.bg_tit_c_02 {
	background:transparent url(/html/portlet/search/image/i_05.gif) repeat-x scroll 0 0;
	font-size:11px;
	height:27px;
	margin:0;
	padding:4px 0 0 10px;
}
.icon_tit_c_02 {
	background:transparent url(/html/portlet/search/image/i_04.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:left;
	height:19px;
	padding:3px 0 2px 25px;
	text-decoration:none;
}
.bg_tit_c {
	background:transparent url(/html/portlet/search/image/bg_tit_c1.gif) repeat-x scroll 0 0;
	height:24px;
	margin:0;
	padding:5px 0 0 10px;
}
.nextprew {
	color:#464645;
	font-size:11px;
	margin:15px 20px 10px 0;
	text-align:right;
}
.icon_tit_c {
	background:transparent url(/html/portlet/search/image/icon_tit_c1.jpg) no-repeat scroll 0 0;
	color:#6C6C6C;
	display:block;
	float:left;
	padding:3px 0 2px 25px;
	text-decoration:none;
}
.textRecTotal{
	 float:right;
	 font-size:11px;
	 margin-right:20px;
	 line-height:17px;
}
.textSearchStyle1 {
	background:#F4F9FF none repeat scroll 0 0;
	color:#3C3A3A;
	padding:8px 0 8px 18px;
}
.textSearchStyle2 {
	color:#3C3A3A;
	padding:8px 0 8px 18px;
}
.titleSearch:link, .titleSearch:visited {
	color:#0B60AF;
	font-size:11px;
	text-decoration:none;
}

/*/////////////////////////////////////////*/
#banner_DienBien {
	background: transparent url(../images/DB_image/banner.gif) no-repeat;	
	height: 80px;
	vertical-align: top;
}

#navigation li.selected {
	background-color:#650C04;
}

#navigation li.selected a {
	padding-top: 0;
	color:#27429B;	
	background-color:#650C04;
}

#navigation li.selected a span {
	background-color:#650C04;
	float:left;
	padding:1 7px 4px;
	width: 179px;
	color:#FFF6CD;
	height:35px;
}
.ie6 #navigation li.selected a span {	
	
}	
#navigation li.selected a:hover {
}
/**********************************/

/******************The gioi dep ***********************/
body, html{
	margin:0;
	padding:0;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	text-align:left
}

.clearfix {
	display: inline-block;
}

/*--HEADER--*/
.login-register{
	margin:10px 0;
	text-align:right
}
.login-register a:link, .login-register a:visited{
	color:#7d7c7c;
	padding:0 2px
}
.smalltext{
	font-size:11px
}
input.s{
	border:0;
	font-size:11px;
	text-align:center;
	vertical-align:middle
}
input.sm_search{
	background:url(../images/TGD_image/search_img.gif) no-repeat;
	border:0;
	padding:0;
	margin:0;
	width:25px;
	height:24px;
	cursor:pointer;
}
/*menu*/
ul#menu{
	margin:0;
	padding:0;
	list-style:none;
	background:url(../images/TGD_image/bg_menu.gif) repeat-x;
	height:27px
}
ul#menu li{
	/*padding:0 25px;*/
	float:left;
	position:relative;
	display:inline;
	margin:0 10px;
}
ul#menu li a{
	color:#fff;
	font-weight:bold;
	line-height:27px;
	padding:0 15px
}
ul#menu li.current a{
	color:#fc88d6
}
ul#menu li a:hover{
	text-decoration:none
}
ul#menu li div{
}
/*---------------------------*/
.colorsubmenu{
	color:#fff;
	border:1px solid #909090;
	border-top-width:0;
	border-bottom-width:0;
}
.colorsubmenu a:link, .colorsubmenu a:visited{
	color:#fff;
	padding:0 5px
}
/*làm đẹp*/
#menu li.beauty{
	background:url(../images/TGD_image/lamdep_tab_l.gif) no-repeat left 1px;
}

#menu li.beauty a{
	background:url(../images/TGD_image/lamdep_tab_r.gif) no-repeat right top;
	padding:5px 10px 6px 10px;
}
.submenu_beauty{
	background:url(../images/TGD_image/submenu_beauty.gif) repeat-x right top;
	padding:6px 0 6px 125px;
}
/*gia đình*/
#menu li.family{
	background:url(../images/TGD_image/giadinh_tabmenu_l.gif) no-repeat left 1px;
}

#menu li.family a{
	background:url(../images/TGD_image/giadinh_tabmenu_r.gif) no-repeat right top;
	padding:5px 10px 6px 10px;
}
.submenu_family{
	background:url(../images/TGD_image/submenu_family.gif) repeat-x right top;
	padding:6px 200px 6px 0px;
	text-align:right
}
/*thời trang*/
#menu li.model{
	background:url(../images/TGD_image/model_tabmenu_l.gif) no-repeat left 1px;
}

#menu li.model a{
	background:url(../images/TGD_image/model_tabmenu_r.gif) no-repeat right top;
	padding:5px 10px 6px 10px;
}
.submenu_model{
	background:url(../images/TGD_image/submenu_model.gif) repeat-x right top;
	padding:6px 0px 6px 230px;
}
/*phụ nữ*/
#menu li.woman{
	background:url(../images/TGD_image/360_tab_l.gif) no-repeat left 1px;
}

#menu li.woman a{
	background:url(../images/TGD_image/360_tab_r.gif) no-repeat right top;
	padding:5px 10px 6px 10px;
}
.submenu_woman{
	background:url(../images/TGD_image/submenu_woman.gif) repeat-x right top;
	padding:6px 0px 6px 330px;
}
/*sức khỏe*/
#menu li.healthy{
	background:url(../images/TGD_image/sk_tabmenu_l.gif) no-repeat left 1px;
}

#menu li.healthy a{
	background:url(../images/TGD_image/sk_tabmenu_r.gif) no-repeat right top;
	padding:5px 10px 6px 10px;
}
.submenu_healthy{
	background:url(../images/TGD_image/submenu_healthy.gif) repeat-x right top;
	padding:6px 0px 6px 430px;
}


/*--CONTENT--*/
.content{
	border:1px solid #909090;
	border-top-width:0;
	border-bottom-width:0;
}
.ct-hotnews{
	background:url(../images/TGD_image/i_06.gif) repeat-y;
	padding-left:10px
}
/*tab*/
#ui-tabs-nav {
	top:0px;
	list-style:none;
	margin:0;
	padding:5px 0;
	position:relative;
/*	height:27px;*/
	z-index:9999;
	text-align:center;
}
.ui-tabs-hide {display:none;}
#ui-tabs-nav li {
/*    float:left;*/
	display:inline;
}
#ui-tabs-nav li a:hover{cursor:pointer;}
#ui-tabs-nav li.ui-tabs-selected a{
	padding:0px 1px;
	color:#2f2f2f;
}
#ui-tabs-nav li a{
	text-align:center;
	color:#e4013c;
	text-decoration:none;
	font:bold 12px Arial;
	padding:0 1px;
}
.ctTab{padding:5px 25px 10px 20px;}
.line_v{
	color:#e4013c;
}
.news a:link, .news a:visited, .textlink a:link, .textlink a:visited{
	color:#5b5b5b;
}
.more{
	margin-top:2px
}
.more a{ 
	color: #E4013C;
	text-transform:uppercase;
	background:url(../images/TGD_image/bg_more.gif) repeat-x;
	padding:3px 20px 2px 20px;
	font-size:10px;
}
/*Lam dep*/
.title_link{
	color:#fff;
	text-align:right;
}
.title_link a:link, .title_link a:visited{
	color:#fff;
	padding:0 10px;
}
.ct-ctn{
	padding:12px
}
.desc{
	padding-left:15px
}
.coner_bottom{
	background:#f2f2f2 url(../images/TGD_image/coner_bottom.gif) no-repeat left bottom
}
.coner_top{
	background:url(../images/TGD_image/coner_top.gif) no-repeat right top;
	padding:10px 10px;
}
.img_icon img{
	padding:5px;
	border:1px solid #cacbca;
	background:#fff
}
.lineline{
	background:url(../images/TGD_image/line_h.gif) repeat-x left center
}
.detail a:link, .detail a:visited{ 
	text-transform:uppercase;
	background:url(../images/TGD_image/bg_more.gif) repeat-x;
	padding:3px 20px 2px 20px;
	font-size:10px;
}
/*images movie*/
.bg_top_imagesmovie{
	background:url(../images/TGD_image/bg_top_movie.gif) repeat-x
}
.bg_bottom_imagesmovie{
	background:url(../images/TGD_image/bg_bottom_movie.gif) repeat-x
}
.tbl_imagemovie{
	border:5px solid #fff;
	border-right-width:0;
}
/*Thoi trang + Lam dep*/
.images_ext{
	padding:6px;
	background:#e9e9e9;
	margin-top:10px;
}
.display_colection{
	padding:0 10px;
}
.display_colection img, .d_woman img{
	margin-right:15px;
}
hr{
	height:1px;
	margin:15px 0;
	padding:0;
	background:url(../images/TGD_image/line_h.gif) repeat-x left center;
	border:0;
	width:85%
}
.bold_title a:link, .bold_title a:visited{
	color:#a33f9d
}
.other_color{
	padding:7px 0 15px 0;
	color:#747674
}
.color_2 a:link, .color_2 a:visited{
	color:#940198
}
.color_3 a:link, .color_3 a:visited{
	color:#370198
}
.color_1 a:link, .color_1 a:visited{
	color:#eb5ebd
}
/*Phu nu 360*/
.ct-woman{
	padding:12px 12px 12px 32px;
}
.coner_top_left{
	background:#dbdeef url(../images/TGD_image/coner_top_left.gif) no-repeat left	top;
	margin-right:15px
}
.coner_top_right{
	background:url(../images/TGD_image/coner_top_right.gif) no-repeat right top
}
.coner_bottom_left{
	background:url(../images/TGD_image/coner_bottom_left.gif) no-repeat left bottom
}
.coner_bottom_right{
	background:url(../images/TGD_image/coner_bottom_right.gif) no-repeat right bottom
}
.bold_title_woman a:link, .bold_title_woman a:visited{
	color:#513a9a
}
.news_2{
	margin:15px 40px 10px 7px
}
.news_2_img img, .marginimg img{
	margin-left:15px;
}
.other_news{
	padding:5px 20px 5px 45px
} 
/*Giải trí*/
.orange_text, .orange_text a:link, .orange_text a:visited{
	color:#fe7506
}
.textnone{
	padding:0 7px 0 15px;
	color:#020901
}
ul.display_img{
	margin:0;
	padding:0;
	list-style:none;
	height:85px
}
ul.display_img li{
	/*float:left;*/
	display:inline;
	margin:0 15px;
}
.ctn-healthy{
	padding-top:20px
}
.color_4 a:link, .color_4 a:visited{
/*	color:#308101*/
	color:#9DB310
}
.extra_news{
	padding:10px 0
}
.family_title a:link, .family_title a:visited{
	color:#52a0bf
}
/**/
.pad{
	padding:0 10px;
}
/*tr sitemap*/
.css_sitemap{
	background:url(../images/TGD_image/bg_i_39.gif) repeat-x left bottom
}
.col1{
	border-left:1px solid #d1d1d1;
	vertical-align:top
}
.css_col1, .css_col2, .css_col3, .css_col4, .css_col5, .css_col6, .css_col7{
	padding:0 8px
}
.css_col1 a:link, .css_col1 a:visited{
	color:#eb5ebd
}
.css_col2 a:link, .css_col2 a:visited{
	color:#a33f9d
}
.css_col3 a:link, .css_col3 a:visited{
	color:#7520b7
}
.css_col4 a:link, .css_col4 a:visited{
	color:#88a144
}
.css_col5 a:link, .css_col5 a:visited{
	color:#38aebc
}
.css_col6 a:link, .css_col6 a:visited{
	color:#cf055f
}
.css_col7 a:link, .css_col7 a:visited{
	color:#ec9f5a
}
ul.partner{
	margin:0;
	padding:0;
	list-style:none;
}
ul.partner li{
	display:inline;
	margin:0 15px;
}
/******FOOTER*******/
#footer_home{
	background:url(../images/TGD_image/bg_footer.gif) repeat;
}
.nav{
	color:#fff;
	background:url(../images/TGD_image/bg_nav.gif) repeat-x;
	border:1px solid #909090;
	border-top-width:0;
	border-bottom-width:0;
	width: 99.8%;
}
.nav a:link, .nav a:visited{
	color:#fff;
	padding:0 7px;
}
.copyright{
	color:#737375;
	padding:7px 0 14px 0;
	border:1px solid #909090;
	border-top-width:0;
	border-bottom-width:0;
}

/******Phu nu 360***********/
.soiguong{
	padding:5px 15px
}
.bigtext{
	text-transform:uppercase;
	color:#6a49a2;
	font-size:15px;	
}
.i_personal{
	padding:10px 0
}
.i_stylist{
	padding:10px 0
}
.w_hotnews{
	float:left;
	width:220px;
}
.listnews{
	float:left; 
	width:465px;
	margin-left:11px;
	display:inline
}
.w_conner_top_left{
	background:#f6f3fd url(../images/TGD_image/360_coner_top_left.gif) no-repeat left top;
}
.w_conner_top_right{
	background:url(../images/TGD_image/360_coner_top_right.gif) no-repeat right top;
}
.w_conner_bottom_left{
	background:url(../images/TGD_image/360_coner_bottom_left.gif) no-repeat left bottom;
}
.w_conner_bottom_right{
	background:url(../images/TGD_image/360_coner_bottom_right.gif) no-repeat right bottom;
	padding:10px;
}
.w_line_top_ks{
	background:url(../images/TGD_image/360_line-x_ks.gif) repeat-x left top;
}
.w_line_bottom_ks{
	background:url(../images/TGD_image/360_line-x_ks.gif) repeat-x left bottom;
}
.w_line_left_ks{
	background:url(../images/TGD_image/360_line-y_ks.gif) repeat-y left top;
}
.w_line_right_ks{
	background:url(../images/TGD_image/360_line-y_ks.gif) repeat-y right top;
}
.w_conner_top_left_ks{
	background:url(../images/TGD_image/360_coner_top_left_ks.gif) no-repeat left top;
}
.w_conner_top_right_ks{
	background:url(../images/TGD_image/360_coner_top_right_ks.gif) no-repeat right top;
}
.w_conner_bottom_left_ks{
	background:url(../images/TGD_image/360_coner_bottom_left_ks.gif) no-repeat left bottom;
}
.w_conner_bottom_right_ks{
	background:url(../images/TGD_image/360_coner_bottom_right_ks.gif) no-repeat right bottom;
	padding:10px 20px;
}
.text_violet{
	color:#6a49a2;
	font-size:15px;
	text-transform:uppercase
}
input.ks{
	margin:0 5px 0 0;
	padding:0
}
input.vote{
	background:url(../images/TGD_image/360_vote.gif) no-repeat center center;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
	width:79px;
	height:20px
}
.tbl_repeat_img{
	background:url(../images/TGD_image/360_nhanvat_02.gif) repeat-x;
}
.smallnews{
	border-bottom:1px solid #e4e4e4;
	padding:12px 0
}
.later{
	border:0
}
.smallnews img, .newsmain img, .textlink_02 img, .linenews img{
	margin-right:10px;
}
.textlink_02{
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	padding-top:0px;
}
.textlink_03{
	padding:5px;
}
.smallnews a:link, .smallnews a:visited,
.linenews a:link, .linenews a:visited{
	color:#5b5b5b
}
.smallnews a:hover, .linenews a:hover{
	color:#7f7d7d;
	text-decoration:none
}
.newsmain{
	padding:10px
}
.newsmain a:link, .newsmain a:visited, 
.textlink_02 a:link, .textlink_02 a:visited, 
.fleft a:link, .fleft a:visited,
.link_text a:link, .link_text a:visited,
.link_violet a:link, .link_violet a:visited{
	color:#6a49a2
}
.link_violet a:hover{
	text-decoration:underline
}
.group-2{
	width:100%;
}
.fl{
	float:left;
	width:49%
}
.fr{
	float:right;
	width:49%
}
.fleft{
	float:left;
	padding:10px 0;
	width:150px;
}
.fright{
	float:left;
	width:275px;
	margin-left:30px;
	display:inline;
	padding:10px 0;
}
/*Topblogs*/
.title_topblogs a:link, .title_topblogs a:visited{
	color:#5b5b5b;
	font-size:11px;
}
.link_text{
	padding:7px 15px
}
.desc_text{
	padding:0 15px
}

/*-------phu nu 360 - Level2-------*/
.display_news{
	border-top:1px solid #d8d8d8;
	padding:10px 0 10px 15px;
	margin-top:5px
}
.fl_left{
	width:370px;
	float:left
}
.fl_right{
	width:259px;
	float:left;
	margin-left:40px;
	display:inline
}
.desc_news{
	padding:15px;
	background:#f4ebf1 url(../images/TGD_image/360_L2_img_04.gif) no-repeat left bottom;
}
.linenews{
	background:url(../images/TGD_image/360_L2_img_line.gif) repeat-x left bottom;
	padding:12px 0
}
.end{
	background:none
}
.title_page_violet{
	border-bottom:1px solid #d8d8d8;
	padding:5px 0;
	margin:0 0 7px 5px;
}
.text_1 a:link, .text_1 a:visited{
	text-transform:uppercase;
	color:#5b5b5b
}
.text_2, .text_2 a:link, .text_2 a:visited{
	text-transform:uppercase;
	color:#6a49a2
}
.infomation_othernews{
	padding-left:70px;
}
.css_detail{
	padding:5px 15px;
	border-bottom:1px solid #e0e0e0
}
.comment{
	margin-left:70px;
	border:1px solid #666666;
	border-top-width:0;
	width:540px;
}
.yourcomment{
	background:url(../images/TGD_image/bg_comment.gif) repeat-x;
	color:#fff;
	text-align:center;
	padding:4px 0
}
input.input_c{
	width:270px;
	border:1px solid #9c9c9c;
	padding:0;
	margin:0
}
.text_area{
	background:#fff;
	border:1px solid #9c9c9c;
	width:410px;
	height:115px;
	overflow:auto
}
.telex b, .telex input{
	padding:0 5px;
}
.again, .send{
	padding:0;
	margin:0 2px;
	cursor:pointer;
	border:0;
	height:19px;
	width:64px
}
.send{
	background:url(../images/TGD_image/button_send.gif) no-repeat;
}
.again{
	background:url(../images/TGD_image/button_again.gif) no-repeat;
}
/*----------------Lam dep----------------*/
.manganto{
	padding:5px 0
}
.tbl_repeat_img_lamdep{
	background:url(../images/TGD_image/lamdep_img_03.gif) repeat-x;
}
.manganto_top_left{
	background:#f9e9f4 url(../images/TGD_image/lamdep_c_top_left.gif) no-repeat left top;
}
.manganto_top_right{
	background:url(../images/TGD_image/lamdep_c_top_r.gif) no-repeat right top;
}
.manganto_bottom_left{
	background:url(../images/TGD_image/lamdep_c_botton_l.gif) no-repeat left bottom;
}
.manganto_bottom_right{
	background:url(../images/TGD_image/lamdep_c_bottom_r.gif) no-repeat right bottom;
	padding:15px;
}
.csstable_title_mangato{
	background:url(../images/TGD_image/lamdep_img_18.gif) repeat-x left bottom;
	height:29px;
}

.white_top_left{
	background:#fff url(../images/TGD_image/lamdep_white_c_top_l.gif) no-repeat left top;
}
.white_top_right{
	background:url(../images/TGD_image/lamdep_white_c_top_r.gif) no-repeat right top;
}
.white_bottom_left{
	background:url(../images/TGD_image/lamdep_white_c_bototm_l.gif) no-repeat left bottom;
}
.white_bottom_right{
	background:url(../images/TGD_image/lamdep_white_c_bottom_l.gif) no-repeat right bottom;
	padding:15px;
	height:210px;
}
.text_manganto, .text_manganto a:link, .text_manganto a:visited{
	color:#eb5ebc;
/*	font-weight:bold*/
}
.f_left{
	float:left; 
	width:465px;
	margin-right:11px;
	display:inline
}
.f_right{
	float:left;
	width:220px;
}
.makeup{
	float:left; 
	width:270px;
	margin-right:10px;
	display:inline
}
.textlink_03 img{
	margin-left:10px;
}
.marginimg{
	padding:5px
}
.paddingmangato{
	padding:10px 10px 10px 0;
}
.csshair{
	padding:10px 5px;
	border-bottom:3px solid #f8c8e8;
	margin-bottom:10px;
}
.textuppercase{
	text-transform:uppercase
}
/******************* THỜI TRANG **************/
.colection{
	padding:10px
}
.text_model, .text_model a:link, .text_model a:visited{
	color:#a33e9e
}
.other_news_2{
	padding:5px 20px 5px 40px
} 
.other_news_21{
	padding:5px 20px 5px 135px
} 
.css_tbl_model{
	background:url(../images/TGD_image/model_title_2.gif) repeat-x left top;
}
.text_none{
	padding:0 60px;
}
.viewall a:link, .viewall a:visited{
	color:#a33e9e;
	text-decoration:underline
}
.viewall a:hover{
	text-decoration:underline;
	color:red
}
/***************** Sức khỏe **********************/
.csstable_title_green{
	background:url(../images/TGD_image/sk_title_2.gif) repeat-x left top;
}
.imgheathy img{
	margin-right:15px;
}
.healthy_title a:link, .healthy_title a:visited{
	color:#9db310
}
.text_green, .text_green a:link, .text_green a:visited{
	color:#768805
}
.text_green, .text_green a:link, .text_green a:visited{
	color:#768805
}
.vote_sk_ct{
	padding:10px 22px;
	background:url(../images/TGD_image/sk_vote_center.gif) repeat-y left top;
}
.text_green_vote{
	color:#768805;
	font-size:15px;
	text-transform:uppercase
}
/************trang gia đình************/
.text_blue, .text_blue a:link, .text_blue a:visited{
	color:#52a0bf
}
.csstable_title_blue{
	background:url(../images/TGD_image/gd_title_2.gif) repeat-x left top;
}
.vote_gd_ct{
	padding:10px 22px;
	background:url(../images/TGD_image/gd_vote_center.gif) repeat-y left top;
}

/*********** custom the gioi dep***********/
#search_bg{
	background:url(../images/TGD_image/search_bg.gif) repeat-x;
}
#search_content{
	background:#fff url(../images/TGD_image/search_02.gif) no-repeat right center;
}
#search_container{
	float: right;	
}
.bg_title1{
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../images/TGD_image/i_11.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
.bg_title2{
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../images/TGD_image/i_17.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
.bg_title3{
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../images/TGD_image/i_20.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
.bg_title4{
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../images/TGD_image/i_28.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
.bg_title5{
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../images/TGD_image/i_31.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
.bg_title6{
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../images/TGD_image/i_23.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
.column_space{
	background: transparent url(../images/TGD_image/line_y.gif) repeat-y scroll 0% 0%;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
}

/*-------------trang soi gương-----------------*/
.bg_soiguong{
	background:url(../images/TGD_image/bg_soi-guong_i_01.gif) repeat-y left top;
}
.images_bg{
	background:url(../images/TGD_image/soi-guong_i_01.gif) no-repeat left top;
	padding-top:74px;
}
.infomation_right{
	background:#e5e5e5 url(../images/TGD_image/soi-guong_i_11_r.gif) no-repeat left bottom;
}
.vote_soiguong{
	background:url(../images/TGD_image/soi-guong_i_07.gif) repeat-y center bottom;
	padding:10px 30px
}
.vote_sg_top{
	background:url(../images/TGD_image/soi-guong_i_06.gif) no-repeat center top;
}
.vote_sg_bottom{
	background:url(../images/TGD_image/soi-guong_i_09.gif) no-repeat center bottom;
}
/*Tab trang soi gương*/
#container-3{
	background:#6a49a2 url(../images/TGD_image/soi-guong_i_02_l.gif) no-repeat left top;
	padding:0;
}
#ui-tabs-nav-3 {
	top:0px;
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
	/*position:relative;*/
	background:url(../images/TGD_image/soi-guong_i_02.gif) no-repeat right top;
	z-index:9999;
	float:right;
}
.ui-tabs-hide {display:none;}
#ui-tabs-nav-3 li {
	float:left;
	background:url(../images/TGD_image/soi_guong_tab_r.gif) repeat-x left top;
	margin:0;
	padding:0
}
#ui-tabs-nav-3 li div{
	background:url(../images/TGD_image/soi_guong_tab_l.gif) no-repeat left top;
}
#ui-tabs-nav-3 li a:hover{cursor:pointer;}
#ui-tabs-nav-3 li.ui-tabs-selected{
	background:url(../images/TGD_image/soi_guong_tab_select_r.gif) repeat-x left top;
	padding:0
}
#ui-tabs-nav-3 li.ui-tabs-selected div{
	background:url(../images/TGD_image/soi_guong_tab_select_first_l.gif) no-repeat left top;
}
#ui-tabs-nav-3 li.ui-tabs-selected a{
	padding:0px 20px;
	color:#2f2f2f;
}
#ui-tabs-nav-3 li a{
	text-align:center;
	color:#e4013c;
	text-decoration:none;
	font:bold 12px/19px Arial;
	padding:0 20px;
}
#ui-tabs-nav-3  li.end{
	margin-right:1px;
}
.ctTab-2 .bordertop{
	border-top:3px solid #d7cee6;
	padding:20px 15px 20px 40px;
}
.ctTab-2{
	background:#fff;
	border:1px solid #6a49a2;
	border-top-width:0	
}
.colorwhite{
	color:#fff
}
.tbl_comment{
	background:url(../images/TGD_image/soi-guong_i_04.gif) repeat-x left top;
	clear:both
}
.colorviolet{
	color:#6a49a2
}
.ct_csscomment{
	background:#ededed;
	padding:5px
}
/*------------Soi gương list--------------*/
ul.sg_list{
	margin:0;
	padding:0;
	list-style:none
}
ul.sg_list li{
	margin:0;
	padding:0;
	list-style:none;
	height:135px;
	width:110px;
	float:left;
	margin:5px 13px;
	display:inline
}
input.username{
	font-style:italic;
	font-size:11px;
	width:440px;
	border:1px solid #6d6d6e;
	padding:4px;
	color:#5b5b5b
}
input.indexbv{
	padding:2px;
	border:1px solid #6d6d6e;
}
textarea.area_comment{
	width:440px;
	padding:4px;
	height:110px;
	overflow:auto;
	border:1px solid #afafaf
}
.sm_send_nx{
	background:url(../images/TGD_image/soi-guong_i_12.gif) no-repeat right center;
	width:102px;
	height:21px;
	cursor:pointer;
	border:0;
}
/*------Trang địa chỉ---------*/
#menu li.address{
	background:url(../images/TGD_image/dia_chi_tab_left.gif) no-repeat left 1px;
}

#menu li.address a{
	background:url(../images/TGD_image/dia_chi_tab_right.gif) no-repeat right top;
	padding:5px 10px 6px 10px;
}
.submenu_address{
	background:url(../images/TGD_image/submenu_dia_chi.gif) repeat-x right top;
	padding:6px 0px 6px 350px;
}
.Spa-Hair-Salon{
	background:url(../images/TGD_image/dia_chi_bg_hair.gif) repeat-x left top
}
.spa_conner_top_left{
	background:url(../images/TGD_image/dia_chi_conner_top_l.gif) no-repeat left top
}
.spa_conner_top_right{
	background:url(../images/TGD_image/dia_chi_conner_top_r.gif) no-repeat right top;
	padding:15px 6px
}
.widthhair{
	float:left;
	width:220px;
	margin:0 4px;
	display:inline;
	background:#fff
}
.widthhair_conner_top_left{
	background:url(../images/TGD_image/dia_chi_conner_top_l_white.gif) no-repeat left top
}
.widthhair_conner_top_right{
	background:url(../images/TGD_image/dia_chi_conner_top_r_white.gif) no-repeat right top;
	padding:10px 
}
.color_5 a:link, .color_5 a:visited{
	color:#0a9983
}
/******trang địa chỉ 2******/
.add_select{
	background:#d0d0d0 url(../images/TGD_image/dia_chi_img_17_right.gif) no-repeat right top;
	padding:0 20px 0 0
}
.s_address{
	width:120px
}
.page{
	padding:0 7px
}
.pageview a, .pageview a:link, .pageview a:visited{
	color:#5b5b5b;
}
.linknumber a:link, .linknumber a:visited{
	padding:2px 5px;
	border:1px solid #5b5b5b
}
a.nowview{
	font-weight:bold;
}
.text_address, .text_address a:link, .text_address a:visited{
	color:#0A9983
}
/*********trang game***************/
.game_line_top{
	background:#000 url(../images/TGD_image/game_line_top.gif) repeat-x left top
}
.game_line_bottom{
	background:url(../images/TGD_image/game_line_bottom.gif) repeat-x left bottom
}
.game_line_left{
	background:url(../images/TGD_image/game_line_left.gif) repeat-y left top
}
.game_line_right{
	background:url(../images/TGD_image/game_line_right.gif) repeat-y right top
}
.game_conner_left_top{
	background:url(../images/TGD_image/game_c_left_top.gif) no-repeat left top
}
.game_conner_right_top{
	background:url(../images/TGD_image/game_c_right_top.gif) no-repeat right top
}
.game_conner_left_bottom{
	background:url(../images/TGD_image/game_c_left_bottom.gif) no-repeat left bottom
}
.game_conner_right_bottom{
	background:url(../images/TGD_image/game_c_right_bottom.gif) no-repeat right bottom;
	padding:13px 15px;
}
/*tab game*/
#ui-tabs-nav-4 {
	top:0px;
	list-style:none;
	margin:0;
	padding:20px 0 2px 0;
	position:relative;
	z-index:9999;
	text-align:right;
	width:340px;
	background:url(../images/TGD_image/game_img_15.gif) no-repeat right bottom
}
.ui-tabs-hide {display:none;}
#ui-tabs-nav-4 li {
	display:inline;
}
#ui-tabs-nav-4 li a:hover{cursor:pointer;}
#ui-tabs-nav-4 li.ui-tabs-selected a{
	padding:0px 2px;
	font-weight:bold;
	color:#fff;
}
#ui-tabs-nav-4 li a{
	text-align:center;
	color:#6d6870;
	text-decoration:none;
	font:normal 12px Arial;
	padding:0 2px;
}
.tab_video{padding:13px 0}
.line_1px{
	color:#6d6870;
}
.col_bgcolor{
	background-color:#151515;
	border-bottom:2px solid #000
}
.color_clip, .color_clip a:link, .color_clip a:visited{
	color:#5b5b5b
}
.text_color_video, .text_color_video a:link, .text_color_video a:visited{
	/*color:#e9a732*/
	color:#f90;
}
.dates, .dates a:link, .dates a:visited{
	color:#aaa9a9
}
.color_6 a:link, .color_6 a:visited{
	color:#
}
.bg_together{
	background:url(../images/TGD_image/game_img_17.gif) repeat left top;
	padding:10px 15px
}
.together_border{
	border-bottom:3px solid #e9a732;
}
.color_orange{
	color:#e9a732;
	padding:5px 10px 0px 100px
}
/*******VIDEO**************/
.video_images_movie{
	background:#d7d7d7 url(../images/TGD_image/video_img_07.gif) repeat-x left top;
}
.introduction_video{
	padding:10px 0
}
.boderbottom1px{
	border-bottom:1px solid #cccccc;
}
.fontVerdana{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999
}
.paddingleft{
	padding-left:20px
}
.input_video{
	border:1px solid #cccccc;
	color:#666666;
	width:275px;
	margin:5px 0;
	padding:3px
}
.ar_comment{
	background:#f2f2f2;
	border:1px solid #b0b0b0;
	border-top-width:0;
	padding:15px 25px 15px 15px
}
.fl_video{
	float:left;
	width:60px;
	margin-right:15px;
}
.fr_video{
	float:left;
	width:355px; 
}
.div_de_artical{
	border-top:1px solid #dcdcdc;
	padding:10px 0;
	position:relative
}
#h6group2 h6{
	font-size:100%;
	font-weight:normal;
	margin:0
}
#h6group2 h6 a{
	font-size:100%;
	font-weight:bold;
	color:#0055a8
}
#h6group2 #day{
	position:absolute;
	right:0px;
	top:5px
}
input.prev, input.next{
	margin:0 3px;
	padding:0;
	border:0;
	cursor:pointer;
	height:20px;
}
input.prev{
	background:url(../images/TGD_image/video_img_16.gif) no-repeat;
	width:43px;
}
input.next{
	background:url(../images/TGD_image/video_img_18.gif) no-repeat;
	width:44px;
}
.Title_video {
	background:url(../images/TGD_image/video_tbl_img_02.gif) repeat-x;
	width:80px;
}
.Selected_video {
	width:80px;
	background:#6d6870;
}
.Selected_video a:link, .Selected_video a:visited, .Title_video a:link, .Title_video a:visited{
	color:#fff;
}
.allvideo{
	border:1px solid #a3a3a3;
	padding-bottom:10px;
}
.title_allvideo{
	background:#ff9900;
	padding:2px;
}
.display_video{
	padding:5px 0
}
.div_view_video{
	border-bottom:1px solid #D8D8D8;
	padding:5px 0;
}
.infomation_tbl{
	padding:7px 0;
	width:150px;
	text-align:left
}
/**************Game chi tiết***************/
.tbl_title_r{
	background:#f90 url(../images/TGD_image/game_img_21.gif) no-repeat right top;
}
.allgame{
	padding-bottom:10px;
}
input.link_game{
	border:1px solid #fff;
	padding:2px;
	margin:0;
	width:275px;
	color:#666;
}
/*------Liên hệ-------------*/
.text_contact, .text_contact a:link, .text_contact a:visited{
	color:#f9a5c0
}
.tbl_contact input{
	padding:2px;
	margin:0;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333
}
.tbl_contact textarea{
	height:100px;
	width:400px;
	padding:2px;
	overflow:auto
}
.tbl_contact input.contact_send, .tbl_contact input.contact_cancel{
	margin:0 2px;
	padding:0;
	cursor:pointer;
	border:0;
	height:20px
}
.tbl_contact input.contact_send{
	background:url(../images/TGD_image/contact_img_10.gif) no-repeat;
	width:39px;
}
.tbl_contact input.contact_cancel{
	background:url(../images/TGD_image/contact_img_11.gif) no-repeat;
	width:41px;
}
.decription_gt{
	line-height:20px;
}
.input_search{
	padding:5px 0
}
input.sm_img_search{
	border:0;
	padding:0;
	margin:0 0 0 7px;
	cursor:pointer;
	background:url(../images/TGD_image/img_search.gif) no-repeat;
	width:70px;
	height:19px;
}
input.input_calc{
	padding:0;
	margin:0;
	width:90px;
}
/************form trang soi guong********/
h3{
	font-weight:bold;
	margin:0;
	padding:0 3px;
	display:inline;
	cursor: pointer;
	font-size:12px;
	z-index:1;
	position:relative;
	color:#6A49A2
}
.color_red{
	color:#ff0000
}


.green .top_new_image{
  	background-image:url(../images/TGD_image/sk_title_4.gif) no-repeat top left;
}
.green .top_new_image_right{
	background-image:url(../images/TGD_image/sk_title_3.gif) top right;
}
.green .csstable_title{
	background:url(../images/TGD_image/sk_title_2.gif) repeat-x left top;	
}
.green .nav_under{
	height: 27px;
	background: transparent url(../images/TGD_image/i_02.gif) repeat-x scroll 0% 0%; 
}
.green #navigation .selected a{	
	color: #FC88D6;
}

/* -----------suc khoe schema -------------- */
.suckhoe #text_title{
	color:#768805;
}	
.suckhoe #text_title a{
	color:#768805;
}
.suckhoe #text_title a font{
	color:#768805;
}
.suckhoe .top_new_image{
  	background: transparent url(../images/TGD_image/sk_title_4.gif) no-repeat top left;
  	height:29px;
	width:191px;
}
.suckhoe .top_new_image_right{
	background: transparent url(../images/TGD_image/sk_title_3.gif) top right;
}
.suckhoe .csstable_title{
	background:url(../images/TGD_image/sk_title_2.gif) repeat-x left top;	
}
.suckhoe .nav_under{
	height: 27px;
	background: transparent url(../images/TGD_image/submenu_healthy.gif) repeat-x scroll 0% 0%; 
}
.suckhoe #navigation .selected{	
	background: transparent url(../images/TGD_image/sk_tabmenu_l.gif) no-repeat scroll center 1px;	
}
.suckhoe #navigation .selected a{	
	background: transparent url(../images/TGD_image/sk_tabmenu_r.gif) no-repeat scroll right top;
	padding:5px 9px;
}

/* ------------ thoi trang schema -------------- */

.thoitrang #text_title{
	color:#A33E9E;
}	
.thoitrang #text_title a{
	color:#A33E9E;
}
.thoitrang #text_title a font{
	color:#A33E9E;
}

.thoitrang .top_new_image{
	background: transparent url(../images/TGD_image/model_title_1.gif) no-repeat left top;
	height:29px;
	width:191px;
}
.thoitrang .top_new_image_right{
	background: transparent url(../images/TGD_image/model_title_3.gif) top right;
}
.thoitrang .csstable_title{
	background: transparent url(../images/TGD_image/model_title_2.gif) repeat-x left top;	
}
.thoitrang .nav_under{
	height: 27px;
	background: transparent url(../images/TGD_image/submenu_model.gif) repeat-x scroll 0% 0%; 
}
.thoitrang #navigation .selected{	
	background: transparent url(../images/TGD_image/model_tabmenu_l.gif) no-repeat scroll center 1px;	
}
.thoitrang #navigation .selected a{	
	background: transparent url(../images/TGD_image/model_tabmenu_r.gif) no-repeat scroll right top;
	padding:5px 13px;
}

/* ------------ lam dep schema -------------- */

.lamdep #text_title{
	color:#EB5EBC;
}	
.lamdep #text_title a{
	color:#EB5EBC;
}
.lamdep #text_title a font{
	color:#EB5EBC;
}

.lamdep .top_new_image{
	background: transparent url(../images/TGD_image/lamdep_img_02.gif) no-repeat left top;
	height:29px;
	width:191px;
}
.lamdep .top_new_image_right{
	background: transparent url(../images/TGD_image/lamdep_img_17_2.gif) top right;
}
.lamdep .csstable_title{
	background: transparent url(../images/TGD_image/lamdep_img_18.gif) repeat-x left top;	
}
.lamdep .nav_under{
	height: 27px;
	background: transparent url(../images/TGD_image/submenu_beauty.gif) repeat-x scroll 0% 0%; 
}
.lamdep #navigation .selected{	
	background: transparent url(../images/TGD_image/lamdep_tab_l.gif) no-repeat scroll center 1px;	
}
.lamdep #navigation .selected a{
	background: transparent url(../images/TGD_image/lamdep_tab_r.gif) no-repeat scroll right top;
	padding:5px 11px;
}

/* ------------ phu nu 360 schema -------------- */

.phunu360 #text_title{
	color:#6A49A2;
}	
.phunu360 #text_title a{
	color:#6A49A2;
}
.phunu360 #text_title a font{
	color:#6A49A2;
}

.phunu360 .top_new_image{
	background: transparent url(../images/TGD_image/360_hotnews_01.gif) no-repeat left top;
	height:29px;
	width:191px;
}
.phunu360 .top_new_image_right{
	background: transparent url(../images/TGD_image/360_nhanvat_03.gif) top right;
}
.phunu360 .csstable_title{
	background: transparent url(../images/TGD_image/360_nhanvat_02.gif) repeat-x left top;	
}
.phunu360 .nav_under{
	height: 27px;
	background: transparent url(../images/TGD_image/submenu_woman.gif) repeat-x scroll 0% 0%; 
}
.phunu360 #navigation .selected{	
	background: transparent url(../images/TGD_image/360_tab_l.gif) no-repeat scroll center 1px;	
}
.phunu360 #navigation .selected a{
	background: transparent url(../images/TGD_image/360_tab_r.gif) no-repeat scroll right top;
	padding:5px 17px;
}
/* ------------ gia dinh schema -------------- */

.giadinh #text_title{
	color:#52A0BF;
}	
.giadinh #text_title a{
	color:#52A0BF;
}
.giadinh #text_title a font{
	color:#52A0BF;
}

.giadinh .top_new_image{
	background: transparent url(../images/TGD_image/gd_title_4.gif) no-repeat left top;
	height:29px;
	width:191px;
}
.giadinh .top_new_image_right{
	background: transparent url(../images/TGD_image/gd_title_3.gif) top right;
}
.giadinh .csstable_title{
	background: transparent url(../images/TGD_image/gd_title_2.gif) repeat-x left top;	
}
.giadinh .nav_under{
	height: 27px;
	background: transparent url(../images/TGD_image/submenu_family.gif) repeat-x scroll 0% 0%; 
}
.giadinh #navigation .selected{	
	background: transparent url(../images/TGD_image/giadinh_tabmenu_l.gif) no-repeat scroll center 1px;
	width: 75px;
	
}
.giadinh #navigation .selected a{
	background: transparent url(../images/TGD_image/giadinh_tabmenu_r.gif) no-repeat scroll right top;
	padding:5px 14px;
}

/* ------------ Dia chi bo tui schema -------------- */

.diachibotui #text_title{
	color:#0A9983;
}	
.diachibotui #text_title a{
	color:#0A9983;
}
.diachibotui #text_title a font{
	color:#0A9983;
}

.diachibotui .top_new_image{
	background: transparent url(../images/TGD_image/model_title_1.gif) no-repeat left top;
}
.diachibotui .top_new_image_right{
	background: transparent url(../images/TGD_image/model_title_3.gif) top right;
}
.diachibotui .csstable_title{
	background: transparent url(../images/TGD_image/model_title_2.gif) repeat-x left top;	
}
.diachibotui .nav_under{
	height: 27px;
	background: transparent url(../images/TGD_image/submenu_dia_chi.gif) repeat-x scroll 0% 0%; 
}
.diachibotui #navigation .selected{	
	background: transparent url(../images/TGD_image/dia_chi_tab_left.gif) no-repeat scroll center 1px;	
}
.diachibotui #navigation .selected a{	
	background: transparent url(../images/TGD_image/dia_chi_tab_right.gif) no-repeat scroll right top;
	padding:5px 13px;
}

/* ------------ Giai tri schema -------------- */

.giaitri #text_title{
	color:#FF9900;
}	
.giaitri #text_title a{
	color:#FF9900;
}
.giaitri #text_title a font{
	color:#FF9900;
}

.giaitri .top_new_image{
	background: transparent url(../images/TGD_image/imgLeft.gif) no-repeat left top;
}
.giaitri .top_new_image_right{
	background: transparent url(../images/TGD_image/imgRight.gif) top right;
}
.giaitri .csstable_title{
	background: transparent url(../images/TGD_image/model_title_21.gif) repeat-x left top;	
}
.giaitri .nav_under{
	height: 27px;
	background: transparent url(../images/TGD_image/submenu_game.gif) repeat-x scroll 0% 0%; 
}
.giaitri #navigation .selected{	
	background: transparent url(../images/TGD_image/game_tab_left.gif) no-repeat scroll center 1px;	
}
.giaitri #navigation .selected a{	
	background: transparent url(../images/TGD_image/game_tab_right.gif) no-repeat scroll right top;
	padding:5px 15px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.animatedtabs
{
    overflow: hidden;
    position: relative;
    height: 26px;
    font: normal 11px Arial;
    color: white; /*font of menu text*/
    clear: both;
    width: 100%;
    background: url(bg_menu.jpg) repeat-x 0% 1px;
    /*background: url(../images/bg_menu_TetKySuu.gif) repeat-x 0% 1px;*/
}

.animatedtabs ul
{
    list-style-type: none;
    margin: 0px 0px 0px 10px;
    padding: 0;
}

.animatedtabs li
{
    float: left;
    padding: 0;
    margin: 1px 4px 0px 4px;
}

.animatedtabs a
{
    float: left;
    position: relative;
    display: block;
    background: url(bg_menu.jpg) repeat-x;
    /*background: url(../images/bg_menu_TetKySuu.gif) repeat-x;*/
    color: White;
    line-height: 26px;
    text-decoration: none;
    height: 26px;
    line-height: 2em;
}

.animatedtabs a span
{
    float: left;
    position: relative;
    display: block;
    padding: 0px 5px;
    color: White;
    line-height: 26px;
    text-decoration: none;
    height: 26px;
    cursor: pointer;
}

.animatedtabs .selected a, .animatedtabs a:hover
{
    float: left;
    position: relative;
    background: url(tab_right.jpg) no-repeat right top;
    padding: 0px;
    color: #6c6c6c;
    text-decoration: none;
}

.animatedtabs .selected a span, .animatedtabs a:hover span
{
    float: left;
    position: relative;
    display: block;
    background: url(tab_left.gif) no-repeat left top;
    padding: 0px 5px;
    color: #6c6c6c;
    text-decoration: none;
}

.subTopMenuFont
{
    font: normal 11px Arial;
    color: #0228b9;
    /*font: normal 11px Arial;
    color: #212121;*/
    text-decoration: none;
}

.subTopMenuFont:hover
{
    font: normal 11px Arial;
    color: #7F0000;
    text-decoration: none;
}
.subMenuContainer
{
    display: none;
}
#subTopMenu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
#subTopMenu ul li
{
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
}
#subTopMenu ul li a
{
    padding-left: 5px;
    padding-right: 5px;
    line-height: 2em;
}

#topicWraper
{
    background: #ececec;
    float: left;
    clear: both;
    width: 100%;
}
#topicWraper ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#topicWraper ul li
{
    list-style: none;
    margin: 0px;
    padding: 0px 3px 0px 35px;
    height: 40px;
    line-height: 15px;
    border-bottom: 1px dotted #999999;
}
.n-img{
	float:left;
	padding:4px;
	margin-top:1em;
	margin-right:15px;
	border:#78A3B9 solid 1px;
	background-color:#fff;
}
/* ---------- image-slideshow ---------- */
#dhtmlgoodies_slideshow {
	width:560px;	/* Total width of slideshow */
	position:relative;
}
#previewPane {
	text-align:center;
	vertical-align:middle;
	position:relative;
	/* CSS HACK */
	height: 287px;	/* IE 5.x */
	height/* */:/**/275px;	/* Other browsers */
	height: /**/275px;
}
#previewPane img {
	line-height:275px;
}
#previewPane #largeImageCaption {	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
}
.bg_gallery{
	
}
.demo{
background:transparent url(../images/TGD_image/transparent_bg.png) repeat scroll 0 0 !important;
bottom:0 !important;
font-size:11px;
left:0;
margin:0;
padding:0;
position:absolute;
right:0;
width:auto !important;
}



#galleryContainer {
	background:transparent url(../images/TGD_image/transparent_bg.png) repeat scroll 0 0 !important;
	bottom:0 !important;
	top:218px;
	font-size:11px;
/*	left:65px;*/
	position:absolute;
	/*right:0;*/
	width:560px;
	filter: alpha(opacity=70);
	opacity: 0.8;
	height:57px;	
}
.ie6 #galleryContainer {
	background:transparent url(../images/TGD_image/transparent_bg.png) repeat scroll 0 0 !important;
	bottom:0 !important;
	top:218px;
	font-size:11px;
	left:0px;
	position:absolute;
	right:0;
	width:560px;
	filter: alpha(opacity=70);
	opacity: 0.8;
	height:57px;	
}
.ie6 #theImages {
position:absolute;
}
.ie7 #galleryContainer {
	background:transparent url(../images/TGD_image/transparent_bg.png) repeat scroll 0 0 !important;
	bottom:0 !important;
	top:218px;
	font-size:11px;
	left:0px;
	position:absolute;
	right:0;
	width:560px;
	filter: alpha(opacity=70);
	opacity: 0.8;
	height:57px;	
}
.ie7 #theImages {
position:absolute;
}
#theImages {
}
#theImages #slideEnd {
	float:left;
}
#theImages img {
	float:left;
	padding:1px;
	filter: alpha(opacity=70);
	opacity: 0.8;
	cursor:pointer;
	border:0px;
}
#waitMessage {
	display:none;
}
#theImages .imageCaption {
	display:none;
}
.giadinh .w_conner_top_left{
	background:#F3F6FD url(../images/TGD_image/360_coner_top_left.gif) no-repeat scroll left top;
}
.thoitrang .w_conner_top_left{
	background:#F6F3FD url(../images/TGD_image/360_coner_top_left.gif) no-repeat scroll left top;
}
.suckhoe .w_conner_top_left{
	background:#FDF3F5 url(../images/TGD_image/360_coner_top_left.gif) no-repeat scroll left top;
}
#slideimage{		
}
.ie6 #slideimage{	
	padding-right:450px;	
}