.TabSet {
  clear:              both;
  position:           relative;
  width:              100%;
  display:            inline;
	margin:			        7px -3px 0px 8px;
  float:              left;
  padding:            3px 3px 0px 3px;
  border:             0px;
  z-index:            2;
  white-space:        nowrap;
}
.TabPage {
	clear:			        both;
  border:             2px solid #BB99EE;
  background:         #E0CCFF;
	z-index:		        1;
  width:              99%;
	position:		        relative;
	font:				        10px Tahoma;
	color:				      Black;
	padding:		        5px;
  width:              100%
}
.Tab {
	width:				      70px;
	height:				      16px;
  align:              center;
  background-image:   url(/p-httpd/_style/images/tabs/tab.gif);
	background-repeat:	no-repeat;
	position:		        relative;
	top:			          1px;
	display:		        inline;
	float:			        left;
	overflow:		        hidden;
	cursor:			        Default;
	margin:			        1px -1px 1px 2px;
	padding:		        2px 0px 0px 0px;
	border:			        0;
	z-index:		        1;
	white-space:	      nowrap;
	font:			          10px Tahoma;
  color:              #000000;
	text-align:		      center;
  text-decoration:    none;
}

.Tab:hover {
  background-image: url(/p-httpd/_style/images/tabs/tab.hover.gif);
}
.Tab_sel {
	width:				      74px !important;
	height:				      20px !important;
  align:              center;
  background-image:   url(/p-httpd/_style/images/tabs/tab.active.gif) !important;
	background-repeat:	no-repeat;
	position:		        relative;
	display:		        inline;
	float:			        left;
	z-index:		        3;
	padding:		        2px 0 0px 0;
	margin:			        1px -7px -3px 0px;
	top:			          -1px;
	font:				        10px Tahoma;
	white-space:	      nowrap;
  color:              #000000;
	text-align:		      center;
  text-decoration:    none;
  font-weight:        bold;
}
.Tab_disabled {
	width:				      70px;
	height:				      16px;
  align:              center;
  background-image:   url(/p-httpd/_style/images/tabs/tab.disabled.gif) !important;
	background-repeat:	no-repeat;
	position:		        relative;
	top:			          1px;
	display:		        inline;
	float:			        left;
	overflow:		        hidden;
	cursor:			        Default;
	margin:			        1px -1px 1px 2px;
	padding:		        2px 0px 0px 0px;
	border:			        0;
	z-index:		        1;
	white-space:	      nowrap;
	font:			          10px Tahoma;
  color:              #666666;
	text-align:		      center;
  text-decoration:    none;
}
