/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 11px Arial;
text-transform:uppercase;
text-align:center;
width: 100%; /*leave this value as is in most cases*/
padding-top:2px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
border-top: 0px solid darkred; /*darkred border*/

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 3px 12px 3px;
text-decoration: none;
border-right: 0px solid #539aae; /*darkred divider between menu items*/
border-top :1px solid #539aae;
border-bottom :1px solid #539aae;
border-left :1px solid #539aae;
background-color:#ffffff;
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 3px; /*shift text down 1px*/
padding-bottom: 2px;
background: #019740  center center repeat-x; 
}

/* An chinh sua ==> dinh dang cho chieu cao iframe */

.tabcontentiframe

{
	width:100%; 	
	height:165px 
	
}


.tabcontentiframeshort

{
	width:156px; 	
	height:auto
	
}

	
	
	