.tabProfileMain{
	background-color:Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00A7BF;
	padding-right: 12px;
	padding-left: 12px;
	border-top:0px solid #FFFFF;
}	

.tabProfileNormal{

	font-size: 11px;
	background-image:url(../../Media/jpg/igwt_tab_selected.jpg);
	background-repeat: repeat-x;
	color: #00A7BF; /*#4C535C;*/
	font-family: Arial;
	font-weight:bold;
}

.tabProfileHover{
	font-size: 11px;
	background-image:url(../../Media/jpg/igwt_tab_hover.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	font-weight:bold;
	color:#FFFFFF;
}

.tabProfileSelected{
	font-size: 11px;
	color: #004898;
	background-color: #F1F4F8;
	font-family: Arial;
	font-weight:bold;
}

.tabProfileSeparator{
	width: 20px;
}

.tabMain{
	background-color:#F4F4F4;
	font-family: Arial;
	font-size: 11px;
	color: #4C535C;
}	

.tabNormal{

	font-size: 11px;
	background-image:url(../../Media/jpg/igwt_tab_Selected.jpg);
	background-repeat: repeat-x;
	color: #999999; /*#4C535C;*/
	font-family: Arial;
	font-weight:normal;
}

.tabHover{
	font-size: 11px;
	background-image:url(../../Media/jpg/igwt_tab_hover.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	font-weight:normal;
	
}

.tabSelected{
	font-size: 8pt;
	color: #102D7B; /*#4C535C;*/
	background-color: #F1F4F8;
	font-family: Arial;
	font-weight:normal;
}

.tabSeparator{
	width: 20px;	
}