/* CSS Document */
#TabStripBg{
	background-repeat: repeat-x;
	background-position: bottom left; 
	height: 26px;
	padding: 0px 5px 0px 5px;
}

.mainmenutable{
	width:100%;
}

.ActiveTab{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../images/ActiveTab_Bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 23px;
	vertical-align: middle;
	margin-right: 1px;
	margin-left: 1px;
	float: left;
}

.ActiveTab_Left{
	background-image: url(../images/ActiveTab_Left.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 10px;
	height: 23px;
}

.ActiveTab_Right{
	background-image: url(../images/ActiveTab_Right.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 10px;
	height: 23px;
}

.ActiveTab A:link{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

.ActiveTab A:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

.ActiveTab A:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

.NormalTab{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/NormalTab_Bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 23px;
	vertical-align: middle;
	margin-right: 1px;
	margin-left: 1px;
	FLOAT: left;
}

.NormalTab_Left{
	background-image: url(../images/NormalTab_Left.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 10px;
	height: 23px;
}

.NormalTab_Right{
	background-image: url(../images/NormalTab_Right.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 10px;
	height: 23px;
}

.NormalTab A:link{
	color: #2c66af;
	text-decoration: none;
	font-weight: bold;
}

.NormalTab A:visited{
	color: #2c66af;
	text-decoration: none;
	font-weight: bold;
}

.NormalTab A:hover{
	color: #2c66af;
	text-decoration: none;
}

.TabPadding{
	padding-left: 5px;
	padding-right: 5px;
}

.TabStripBottom{
	background-color: #FF8F17;
	height: 22px;
	padding: 0px 5px 0px 5px;
		
}

.TabStripBottom1{
	background-color: #FF8F17;
	height: 5px;
	padding: 0px 5px 0px 5px;
		
}


.TabSubStripBottom{
	background-color: #F3DDEF;
	height: 22px;
	padding: 0px 5px 0px 5px;	
}

TD.Tab_SubStrip{
	font-size: 11px;
	color: #FFFFFF;
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align:middle;
}

.Tab_SubStrip A{
	background-image: url(../../Old SQACareers/NewSQACareer15.11.07/PurpulTheam/Images/SmallLeftArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 5px;
	color: #000;
	text-decoration: none;
	margin-right: 4px;
}

.Tab_SubStrip A:hover{
	color: #000;
	text-decoration: underline;
}

A.Tab_SubStrip_Select{
	font-weight: bold;
	color: #000;
	background-image: url(../../Old SQACareers/NewSQACareer15.11.07/PurpulTheam/Images/SmallDownArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 5px;
	text-decoration: none;
	margin-right: 4px;
}

A.Tab_SubStrip_Select :hover{
	color: #000;
	text-decoration: none;
}

TD.Tab_Strip{
	font-size: 11px;
	color: #FFFFFF;
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align:middle;
}

.Tab_Strip A{
	background-image: url(../../Old SQACareers/NewSQACareer15.11.07/PurpulTheam/Images/SmallLeftArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 5px;
	color: #ffffff;
	text-decoration: none;
	margin-right: 4px;
}

.Tab_Strip A:hover{
	color: #ffffff;
	text-decoration: underline;
}

A.Tab_Strip_Select{
	font-weight: bold;
	color: #ffffff;
	background-image: url(../../Old SQACareers/NewSQACareer15.11.07/PurpulTheam/Images/SmallDownArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 5px;
	text-decoration: none;
	margin-right: 4px;
}

A.Tab_Strip_Select :hover{
	color: #ffffff;
	text-decoration: none;
}

#TabContentArea{
	background-color:#F8F8F8;
	padding: 5px;
}

#TabContentArea H1{
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	margin: 0px 0px 5px 0px;
	PADDING-BOTTOM: 5px;
	BORDER-BOTTOM: 1px solid #b3b3b3;
}
/*==============================================================================================*/

