body{
	font-size: 72% !important;
	font-size: 70%;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #000;
	margin: 0 4px 4px 4px;
	padding: 0;
	}
	
#tabBox{
	background: #fff url(/help/9.3/common/graphics/TabTile.gif) repeat-x top left;
	border: 1px solid #106790;
	padding-bottom: 6px;
	margin-bottom: 4px;
	padding-left: 6px;  /* KD 9/29/10 - added to fix CR121203 - sample table of files goes outside the tab box boundary in non-IE browsers */
	padding-right: 6px; /* KD 9/29/10 - added to fix CR121203 - sample table of files goes outside the tab box boundary in non-IE browsers */
	}
#tabBox #tabNav{
	width: 360px;
	margin-left: -6px;  /* KD 9/29/10 - added to fix CR121203 - sample table of files goes outside the tab box boundary in non-IE browsers */
	}	
#tabBox #tabNav a,
#tabBox #tabNav a.selected{
	float: left;
	text-decoration: none;
	color: #106790;
	padding: 3px 6px 4px;
	border-right: 1px solid #106790;
	}	
#tabBox #tabNav a:link.selected,
#tabBox #tabNav a:visited.selected{
	background-color: #fff;
	background-image: none;
	padding: 3px 6px 4px !important;
	padding: 3px 6px 3px;
	border-right: 1px solid #106790;
	border-bottom: 1px solid #fff;
	}
.contentArea{
	width: 100%;
	clear: left;
	padding-top: 6px;  /* KD 9/29/10 - changed from padding to padding-top to fix CR121203 - sample table of files goes outside the tab box boundary in non-IE browsers */
	display: none;
	}
.contentArea span{
	white-space: nowrap;
	}

