div#tabs{
	width:100%;
	
	
	
}	
/* DIV that holds each tab*/
div.my_tab{
	width:99%;
	margin:0px 0px;
	height: 700px;

	padding: 16px;
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin: 0px;
	position: relative;	
	
}
	
/* Title of each tab, used when user don'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 0px;
	margin:0px;
	height:50px;
	background:#f1f1FF;
    text-align: center;
	width:100%; 
	font:normal 12px "Arial";
}
	
/* Single Tab */
div#tab-bar div.mt-tab{
	float:left;
	
	display:inline;
	position:relative;
	text-align:center;
	margin:14px 20px -3px 0px;
	cursor:pointer;
	border-top:dotted 1px #666666;
	border-left:solid 1px #666666;
	border-right:solid 1px #666666;
	border-bottom:dotted 1px #666666;
	font:normal 13px "Verdana";
	font-weight:bold;       
	height:20px;
	color:#555555;
	padding:10px 0px 5px 10px;	
	
	background-image: url(../images/tabs/blue1.gif);
	background-repeat: repeat-x;
	
	background-color: #C4DFEA !important;
}

div#tab-bar div.mt-tab:hover{   	
	background-color: #D5F8FF !important;
	background-image: url(../images/tabs/blue1_hl.gif);
	background-repeat: repeat-x;
	
}
	
/* Single Tab, when active */
div#tab-bar div.mt-tab-active{
	float:left;
	
	display:inline;
	text-align:center;
	margin:14px 20px -5px 0px;
	cursor:pointer;
	border-top:solid 1px #666666;
	border-left:solid 1px #666666;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
	height:21px;
	color:Black;
	 background-image: url(../images/tabs/orange.gif);
	background-repeat: repeat-x;
	padding:10px 0px 5px 10px;	
	background-color: white !important;	
}

div#mt-t6{   
  padding-right: 10px !important;
}


.Arrow
 { display: none}
 
.mt-tab .Arrow
 {
   position: relative;
   left: 18px; 
   display: inline !important;
 } 