/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{ 
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
list-style-type: none;
background:url(tab_last1.jpg) no-repeat top right;
text-align: left; /*set to left, center, or right to align the menu as desired*/ }

.shadetabs li{
display: inline;
margin: 0;
background:url(tab_co_l.jpg) top left no-repeat;
}

.shadetabs li a
{
	font-family:Tahoma;
	font-size:13px;
	color:#4f4f4f;
	font-weight:bold;
	text-decoration:none;
	padding-top:8px;
	padding-left:8px;
	padding-bottom:8px;
	padding-right:8px;
	text-align:center;
	background: url(tab_bg2.jpg);
}

.shadetabs li a:visited{
	font-family:Tahoma;
	font-size:13px;
	color:#4f4f4f;
	font-weight:none;
	text-decoration:none;
	text-align:center;
/*	background: url(tab_bg2.jpg);*/
}

.shadetabs li a:hover{
	font-family:Tahoma;
	font-size:13px;
	color:#CC3300;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}


.shadetabs li a.selected{
/*	background: url(tab_co_r.jpg) bottom right no-repeat;*/
	background: url(tab_co_l.jpg) bottom left no-repeat;
	color:#bf350a;
	font-size:14px;
	font-weight:bold;
	height:32px;
	_margin-bottom:-11px;
	/*border-bottom-color: white;*/
}
.shadetabs li selected a span {/*selected main tab style */
	background: url(tab_co_r.jpg) no-repeat bottom right ;
/*background: url(tab_co_l.jpg) bottom left no-repeat;*/
	

}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.shadetabs li a:active{ /*selected main tab style */

	color:#bf350a;
	background: url(tab_co_r.jpg) no-repeat bottom right ;
}
.shadetabs li a.last{
background:url(tab_co_r2.jpg) ;
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block  ;
}
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent1{
display:none;
background:url(tab_bg_under2.jpg) no-repeat bottom left;
}

@media print {
.tabcontent1 {
display:block !important;
}
}

.ContentBorder
{
	width: 452;
	margin-top: 5px;
	padding:10 0 0 0;
	_padding:15 0 0 0;
	background:url(tab_bg_under.jpg) no-repeat top left;
}

/* Tab Chung Khoan*/
.ContentBorder2
{
	width: 160;
	margin-bottom: 1em;
	padding:5 2 0 2;
	border-right: #72101D 1px solid;
	border-top: #72101D 1px solid;
	border-left: #72101D 1px solid;
	border-bottom: #72101D 1px solid;
}