h5.tab_title { 
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 130%;
}

div#container_tabz{
	text-align:left;
	margin: 0px 0px 0px 0px;
	width:100%;
	height:100%;
	background:white;

}

div#tabs{
	width:100%;
	height:100%;
	margin:20px 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:10px 10px 10px 10px;
	margin:0px 0px 20px 0px;
	width:132px;
	height:100%;
	background:#bebebe;
	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 1px #000000;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	font:normal 13px "Trebuchet MS";
	float:right;
	display:inline;
	color:#000000;
	padding:5px 5px 5px 15px;		
  -moz-border-radius: 0px 5px 5px 0px;


}
	
