﻿/*div.tabWidgetContainer { padding: 10px; }*/
/* **** Base Styles ************** */
dl.STW_Active, .STW_Active dt, .STW_Active dd { margin:0;padding:0; }
dl.STW_Active dd { margin:0; }
dl.STW_Active .STW_tabsArea { margin:0;padding:0; height:25px;}
dl.STW_Active .STW_tab { background-color:#ffffff;cursor:pointer;float:left;margin:0; }

dl.STW_Active .STW_tabContentArea { clear:both;margin:0;padding:0;position:relative;top:-11px; }
/* **** Selected Styles ********** */
/* **** Customization Styles ***** */
dl.STW_Active .STW_tab { 
	position:relative; 
	top:-23px;
	height:25px;
	margin: 8px 0 0 0; 
	padding: 0px; 
	overflow: visible;
	z-index:2;
}
dl.STW_Active .STW_tab dt { 
	float: none;
	background-color: #fff;
	margin:0; 
	padding:0;
	text-align: center;
}
dl.STW_Active .STW_tab:hover dt,
dl.STW_Active .STW_tab.hover dt { 
	/*text-decoration: underline;*/
}
dl.STW_Active .STW_tab dt.tab1 {
	width:129px;
	height:25px;
	margin:0;
	padding:0;
	background-image: url(../images/bkg_main_tab1OFF.gif);

}
dl.STW_Active .STW_tab.selected dt.tab1 { 
	background-image: url(../images/bkg_main_tab1ON.gif);
}
dl.STW_Active .STW_tab.selected dt { 
	background-position:0 0; 
	background-repeat:no-repeat; 
	padding-bottom: 0px;
}

dl.STW_Active div.title{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#7286a2;
	margin:0;
	padding:0;
}
