/*

*/
.md_tinmoidocnhieu .tab-content {
	/*border: 1px solid #259949;*/
	background: white; /*#FFF3B3;*/
	color: black;
	padding: 0;
}


.md_tinmoidocnhieu .tab-header {
	position: relative;
	height: 27px;
	/*width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin-bottom: 0px;
	padding-bottom: 0px;
	background:url(bg-h3.png) repeat-x bottom left;
}

.md_tinmoidocnhieu .tab-header ul.tab-list {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	/*width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.md_tinmoidocnhieu .tab-header ul.tab-list li  {
	display: inline;
	list-style: none;
	margin: 0;
}

.md_tinmoidocnhieu .tab-header ul.tab-list a,.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active {
	display: block;
	float: left;
	padding: 4px 0;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
    
}

.md_tinmoidocnhieu .tab-header ul.tab-list span,.md_tinmoidocnhieu .tab-header ul.tab-list a.tab-active,.md_tinmoidocnhieu .tab-header ul.tab-list a.tab-active:hover {
	/*border-top: 1px solid #259949;
	border-left: 1px solid #259949;
	border-right: 1px solid #259949;
	border-bottom: none;*/
	background: #2981BA;
	color: #fff;
	
}

/* a link in a background tab */
.md_tinmoidocnhieu .tab-header ul.tab-list a {
	background: none;
	color: #2981BA;
		margin: 1px 2px 0 0;
		padding: 5px 10px; 
		font-weight:bold;
	/*border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: none;
	padding-bottom: 5px;*/
}

/* hover on a background tab */
.md_tinmoidocnhieu .tab-header ul.tab-list a:hover {
	/*border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: none;*/
	background: #2981BA;
	color: #fff;
	
}

.md_tinmoidocnhieu .tab  /* the heading that became the li */
{
	display: none;
}

