/* CSS Document */
.myprofiletab
{
	 background-image:url(tabBarBg.gif); background-position:bottom; background-repeat:repeat-x;
}
.myprofiletab .disabledText
{
	color:#C0B39A;
}
.myprofiletab a
{
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#5A3D16;
	vertical-align:middle;
}


.myprofiletab  .firstActiveTab
{
	height:38px;
	float:left;
}
.myprofiletab  .firstActiveTab .tabLeft
{
	background-image:url(tab_active_first_left.gif); background-repeat:no-repeat; background-position:right;width:13px;height:38px;
}
.myprofiletab  .firstActiveTab .tabMiddle
{
	background-image:url(tab_active_middle.gif); background-repeat:repeat-x;height:38px;
	padding-top:8px;
	color:#5A3D16;
}
.myprofiletab  .firstActiveTab .tabRight
{
	background-image:url(tab_active_right.gif); background-repeat:no-repeat;height:38px; background-position:left; width:27px;
}




.myprofiletab  .activeTab
{
	height:38px;
	float:left;
}

.myprofiletab  .activeTab .tabLeft
{
	background-image:url(tab_active_left.gif); background-repeat:no-repeat; background-position:right;width:9px;height:38px;
}
.myprofiletab  .activeTab .tabMiddle
{
	background-image:url(tab_active_middle.gif); background-repeat:repeat-x;height:38px;
	padding-top:8px;
	
}
.myprofiletab  .activeTab .tabRight
{
	background-image:url(tab_active_right.gif); background-repeat:no-repeat;height:38px; background-position:left; width:27px;
}




.myprofiletab  .lastActiveTab
{
	height:38px;
	float:left;
}
.myprofiletab  .lastActiveTab .tabLeft
{
	background-image:url(tab_active_left.gif); background-repeat:no-repeat; background-position:right;width:9px;height:38px;
}
.myprofiletab  .lastActiveTab .tabMiddle
{
	background-image:url(tab_active_middle.gif); background-repeat:repeat-x;height:38px;
	padding-top:8px;
	color:#5A3D16;
}
.myprofiletab  .lastActiveTab .tabRight
{
	background-image:url(tab_last_active_right.gif); background-repeat:no-repeat;height:38px; background-position:left; width:27px;
}




.myprofiletab  .firstInActiveTab
{
	height:38px;
	float:left;
}
.myprofiletab  .firstInActiveTab .tabLeft
{
	background-image:url(tab_inactive_first_left.gif); background-repeat:no-repeat; background-position:right;width:13px;height:38px;
}
.myprofiletab  .firstInActiveTab .tabMiddle
{
	background-image:url(tab_inactive_middle.gif); background-repeat:repeat-x;height:38px;
	padding-top:8px;
}
.myprofiletab .firstInActiveTab .tabRight
{
	background-image:url(tab_inactive_middle.gif); background-repeat:no-repeat;height:38px; background-position:left; width:1px;
}




.myprofiletab  .nextTab
{
	height:38px;
	float:left;
}
.myprofiletab  .nextTab .tabLeft
{
	background-image:url(tab_inactive_middle.gif); background-repeat:no-repeat; background-position:right;width:1px;height:38px;
}
.myprofiletab  .nextTab .tabMiddle
{
	background-image:url(tab_inactive_middle.gif); background-repeat:repeat-x;height:38px;
	padding-top:8px;
}
.myprofiletab  .nextTab .tabRight
{
	background-image:url(tab_inactive_middle.gif); background-repeat:no-repeat;height:38px; background-position:left; width:1px;
}




.myprofiletab  .lastNextTab
{
	height:38px;
	float:left;
}
.myprofiletab  .lastNextTab .tabLeft
{
	background-image:url(tab_inactive_middle.gif); background-repeat:no-repeat; background-position:right;width:1px;height:38px;
}
.myprofiletab  .lastNextTab .tabMiddle
{
	background-image:url(tab_inactive_middle.gif); background-repeat:repeat-x;height:38px;
	padding-top:8px;
}
.myprofiletab  .lastNextTab .tabRight
{
	background-image:url(tab_last_inactive_right.gif); background-repeat:no-repeat;height:38px; background-position:left; width:27px;
}



.myprofiletab  .inActiveTab
{
	height:38px;
	float:left;
}
 .tabRight
{
	background-image:url(tabBarRight.gif); background-repeat:no-repeat; background-position:bottom; width:7px;
}
.myprofiletab  .inActiveTab .tabLeft
{
	background-image:url(tab_inactive_right.gif); background-repeat:no-repeat; background-position:right;width:27px;height:38px;
}
.myprofiletab  .inActiveTab .tabMiddle
{
	background-image:url(tab_inactive_middle.gif); background-repeat:repeat-x;height:38px;
	padding-top:8px;
}
.myprofiletab  .inActiveTab .tabRight
{
	background-image:url(tab_inactive_middle.gif); background-repeat:no-repeat;height:38px; background-position:left; width:1px;
}





.myprofiletab  .lastInActiveTab
{
	height:38px;
	float:left;
}
.myprofiletab  .lastInActiveTab .tabLeft
{
	background-image:url(tab_inactive_right.gif); background-repeat:no-repeat; background-position:right;width:27px;height:38px;
}
.myprofiletab  .lastInActiveTab .tabMiddle
{
	background-image:url(tab_inactive_middle.gif); background-repeat:repeat-x;height:38px;
	padding-top:8px;
}
.myprofiletab  .lastInActiveTab .tabRight
{
	background-image:url(tab_last_inactive_right.gif); background-repeat:no-repeat;height:38px; background-position:left; width:27px;
}



.tabContent
{
	
}
.tabContent .tabContentBody
{
	background-color:#F9F8F5;
	padding:15px;
}
.tabContent .left
{
	 background-image:url(tabContentLeft.gif); width:6px; background-position:right; background-repeat:repeat-y;
}
.tabContent .rightTop
{
	 background-image:url(tabContentRightTop.gif); width:7px; height:3px; background-position:left; background-repeat:no-repeat;
}
.tabContent .right
{
	 background-image:url(tabContentRight.gif); width:7px; background-position:left; background-repeat:repeat-y;
}
.tabContent .bottomLeft
{
	 background-image:url(tabContentBottomLeft.png); width:11px;  height:13px; background-position:top; background-repeat: no-repeat;
}
.tabContent .bottomBg
{
	 background-image:url(tabContentBottomBg.png);  height:13px; background-repeat:repeat-x;
}
.tabContent .bottomRight
{
	 background-image:url(tabContentBottomRight.png); width:7px;  height:13px; background-position:top; background-repeat: no-repeat;
}








