/*OnlineProfile*/

td#ctl00_cpmain_trMenu2 a img
{
   background-color:Blue;
   visibility:hidden;
}

span.tab-selected
{
   background-image: url("../../App_Themes/Default/Images/tab-selected.png"); 
   background-repeat:no-repeat;
   height: 28px;
   width: 90px;
   /*padding-left: 5px;*/
   text-align:center;
   float:left;
   }

span.tab-selected a
{
   display: block;
   margin-top: 5px;
   font-size: 12px;
}

.tab-selected td
{
   background-image: url("../../App_Themes/Default/Images/tab-selected.png");
   background-repeat:no-repeat;
   height: 28px;
   width: 90px;
   /*padding-left: 5px;*/
   text-align:center;
   font-size: 12px;
   font-weight:bold;
}
.tab-deselected td
{
   background-image: url("../../App_Themes/Default/Images/tab-deselected.png");
   background-repeat:no-repeat;
   height: 28px;
   width: 90px;
   /*padding-left: 5px;*/
   text-align:center;
}
.BottomTab 
{
	 text-align:left; 
	background-image: url("../../App_Themes/Default/Images/OnlineProfile/tab_uns.gif");
	 }
.BottomTab a 
{
	 color:#999999;
	 font-size:8px; 
} 
	 
a.BottomTab:hover 
{
	font-weight:bold;color:Black;text-decoration: none;
	background-image: url("../../App_Themes/Default/Images/OnlineProfile/tab_sel.gif");
 }
a.BottomTab:active
{
	font-weight:bold;color:Black;text-decoration: none;
	background-image: url("../../App_Themes/Default/Images/OnlineProfile/tab_sel.gif");
 }
 
.defaultTab
{
	background-image: url("../../App_Themes/Default/Images/OnlineProfile/tab_uns.gif");
	height:16px;
}
.overTab
{
	 
	background-image: url("../../App_Themes/Default/Images/OnlineProfile/tab_sel.gif");
 }

.tblPersonal
{
	background :url("../../App_Themes/Default/Images/OnlineProfile/personal.jpg");
	background-repeat:no-repeat;
	background-position:right top ; 
	width:750px;
	height:226px;
	border:0;
	vertical-align:top;
}

.tblPersonalTab
{
	background-image:url("../../App_Themes/Default/Images/OnlineProfile/t-personal.gif");
	width:744px;
	height:226px;
	
}

.tblBusiness
{
	background-image:url("../../App_Themes/Default/Images/OnlineProfile/building.jpg");
	background-repeat:no-repeat;
	background-position:right top ; 
	width:750px;
	height:226px;
	border:0;
	vertical-align:top;
}
.tblBusinessTab
{
	background-image:url("../../App_Themes/Default/Images/OnlineProfile/t-building.gif");
	width:747px;
	height:176px;
}

.tblEmail
{
	background-image:url("../../App_Themes/Default/Images/OnlineProfile/Email.jpg");
	background-repeat:no-repeat;
	background-position:right top ; 
	width:750px;
	height:226px;
	border:0;
	vertical-align:top;
	
}
.tblEmailTab
{
	background-image:url("../../App_Themes/Default/Images/OnlineProfile/t-email.gif");
	width:747px;
	height:176px;
	
}
.tblPhone
{
	background-image:url("../../App_Themes/Default/Images/OnlineProfile/phone.jpg");
	background-repeat:no-repeat;
	background-position:right top ; 
	width:750px;
	height:226px;
	border:0;
	vertical-align:top;
	
}

.tblPhoneTab
{
	background-image:url("../../App_Themes/Default/Images/OnlineProfile/t-Phone.gif");
	width:745px;
	height:207px;

	
}

.tblTab
{
	background-image:url("../../App_Themes/Default/Images/OnlineProfile/tab.gif");
	height:176px;
	width:750px;
}


.tblSubTab
{
	height:250px;
	border:1px;
	border-right: #6699cc thin solid; 
	border-top: #6699cc thin solid;
	 border-left: #6699cc thin solid; 
	 border-bottom: #6699cc thin solid;
	 width:100%;
	 border-collapse: collapse;
	 
}
.tblSubTabPreference
{
	height:150px;
	border:1px;
	border-right: #6699cc thin solid; 
	border-top: #6699cc thin solid;
	 border-left: #6699cc thin solid; 
	 border-bottom: #6699cc thin solid;
	 width:100%;
	 border-collapse: collapse;
	 
}
.trPhoneRow
{
	height:13px;
}
/*OnlineProfile*/