h5.tab_title { 
	font-family: Verdana, serif;
	font-size: 16px;
	line-height: 130%;
}

div#container_tabz{
	text-align:left;
	margin: 0px 0px 0px -5px;
	width:100%;
	height:100%;
	background:#3E78B7;

}

div#tabs{
	width:100%;
	height:100%;
	margin:0px auto; /* from top */
	font-size:11px;
	border:none;
	
}	


/* DIV that holds each tab*/
div.my_tab{
	margin:0px auto;
	float:left;
	display:inline;
		
}
	
/* Title of each tab, used when user don't have Javascript'*/	
div.my_tab h5{
	color:#000000;
	border-bottom:solid 1px #cacaca;

}
	
/* Tab Bar, created via JS*/
div#tab-bar{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:146px;
	height:100%;
	background:#3E78B7;
	/* border-left:solid 1px #000000; */
	margin-bottom:0px;
	margin-top:0px;
	float:right; /* align links to right or left */
	display:inline;


}
	



/* Single Tab when inactive*/
div#tab-bar div.mt-tab{
	width:122px;
	position:relative;
	text-align:center;
	margin:4px -1px 0px 0px;
	cursor:pointer;
	border-top:solid 2px #6A9CD4;
	border-left:solid 2px #6A9CD4;
	border-right:solid 2px #6A9CD4;
	border-bottom:solid 2px #6A9CD4;
	font:normal 13px "Trebuchet MS";
	float:right;
	display:inline;
	color:#000000;
	padding:5px 5px 5px 15px;		
  -moz-border-radius: 5px 5px 5px 5px;


}
	
