div#rst_tabs{
	width:720px;
	margin:20px auto;
	font-size:11px;
	border:solid 0px #232343;
}	
/* DIV that holds each tab*/
div.my_tab{
	width:700px;
	margin:10px auto;
	border: 1px solid;
	border-color: #FFFFFF;
}
	
/* Title of each tab, used when user doesn't have Javascript'*/	
div.my_tab h5{
	color:#414141;
	border-bottom:solid 1px #cacaca;
		
}
	
/* Tab Bar, created via JS*/
div#tab-bar{
	padding:0px 0px 0px 10px;
	margin:0px;
	height:30px;
	background: transparent;
	border-bottom:solid 1px #FFFFFF;
	margin-bottom:10px;
	font:normal 12px "Trebuchet MS";
}
	
/* Single Tab */
div#tab-bar div.mt-tab{
	float:left;
	
	display:inline;
	position:relative;
	left: 20%;
	text-align:center;
	margin:5px 5px -5px 0px;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	border-bottom:solid 1px #414141;
	font:normal 13px "Trebuchet MS";
	
	height:16px;
	color:Black;
	padding:5px 5px 3px 5px;		
}
	
/* Single Tab, when active */
div#tab-bar div.mt-tab-active{
	float:left;
	
	display:inline;
	text-align:center;
	margin:5px 5px -5px 0px;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	border-bottom:none;
	height:16px;
	color:Black;
	font-weight:bold;
	padding:5px 5px 3px 5px;	
		
}
