.igwtMain {
	background-color: #535353;
	font-size: 11px;
	color: white;
	border: 0px none #8D8E90;	
	margin: 0px;
	
	position:relative;
	top: 0px;
	left: 0px;
	width: 100%;
}	

.igwtTabNormal {
	font-size: 11px;
	background-image:url(Images/WebTab/igwt_tab_normal.jpeg);
	background-repeat: repeat-x;
	color: white;
}

.igwtTabHover {
	font-size: 11px;
	background-image:url(Images/WebTab/igwt_tab_hover_mid.jpeg);
	background-repeat: repeat-x;
	
}

.igwtTabSelected {
	font-size: 11px;
	color: black;
	background-color: #D4D8DE;
	
}

.igwtSeparator {
	width: 20px;
	
}