/* TABS */
div#tabs{
	width:95%;
	margin:0px auto;
	
	font-size:11px;
	/*border:solid 1px #232343;*/
	
	
}	
/* DIV that holds each tab*/
div.my_tab{
	font-family: Verdana;
	line-height:20px;
	font-size: 12px;
	text-align: left;
	background-color: #f4f6f6;
	border: 1px solid #8da2ae;
	width:100%;
	margin:0px auto;
	left: -40px;
		
}
	
/* Title of each tab, used when user don't have Javascript'*/	
div.my_tab h5{
	color:#414141;
	border-bottom:solid 1px #cacaca;
		left: -40px;
}
	
/* Tab Bar, created via JS*/
div#tab-bar{
	position:relative;
	left:0px;
	padding:0px 0px 0px 10px;
	height:23px;
	border-bottom:solid 1px #8da2ae;
	margin-bottom:-1px;
	/*font:normal 12px "Trebuchet MS";*/

}

div#tab-bar:hover div.mt-tab:hover {
	color:#006390;
}
	
/* Single Tab */
div#tab-bar div.mt-tab{
	float:left;
	font-family: Arial;
	font-size: 13px;
	display:inline;
	position:relative;
	text-align:center;
	margin:-1px 5px -2px 0px;
	cursor:pointer;
	left:10px;
	/*font:normal 13px "Trebuchet MS";*/
	background: url(../images/tab-dyn-inactive.gif);
	height:24px;
	color:#636669;	
}
	
/* Single Tab, when active */
div#tab-bar div.mt-tab-active{
	float:left;
	
	display:inline;
	text-align:center;
	margin:-1px 5px -5px 0px;
	cursor:pointer;
	height:25px;
	background:url(../images/tab-dyn-active.png);
	color:#000000;
	/*font-weight:bold;*/

}

.topic {
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
}

.alternate {
	background-color: #F1F1F1;
}