/* Page tab IE6 fixes */
* html .pagetabs li a:visited {color: black}
* html #scorecardActionButtons input {color: black;}
* html #scorecardActionButtons input.action {background-image:none }
* html div#scorecardActionForm {width:400px !important;}
/* page tabs */

.pagetabs {
	margin: 10px 0 0 0;
	padding: 0 10px 0 11px;
	border-bottom: 1px solid #bbb;
	list-style: none;
	overflow: visible;
	font-size: 14px;
	zoom:1; /* Not proud of this, but it makes the border display in IE6 - GR  */
}

.pagetabs .unit {
	margin: 0 0 -1px -1px;
	float: left;
}
.pagetabs .lastUnit {
	float:none;
	width:auto;
	height: 36px;
}

.smallTabs {
	font-size: 11px;
}
.smallTabs .lastUnit {
	height: 27px;
}

.pagetabs a {
	padding: 5px 10px;
	border: 1px solid #bbb;
	background: #ddd url(//g.foolcdn.com/art/newsletters/37/site/pagetab_bg.gif) repeat-x top left;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	position: relative;
	top: 4px;
	display: inline-block;
}
.pagetabs a:hover {
	margin: 0;
	padding: 7px 10px;
	text-decoration: underline;
	top: 0px;
}
.pagetabs .active a {
	margin: 0;
	padding: 7px 10px;
	border: 1px solid #bbb;
	border-bottom-color: #fff;
	background: #fff url(//g.foolcdn.com/art/newsletters/37/site/pagetab_active_bg.gif) repeat-x top left;
	text-decoration: none;
	color: #000;
	top:0px;
}
.pagetabs .notab a {
	background: none;
	border: none;
	color: #888;
	font-weight: normal;
	text-decoration: underline;
	padding: 7px 0 0;
	top: auto;
}
.pagetabs .notab a:hover {
	padding: 0;
	text-decoration: none;
}

/* Highlight the active tab. On MFPro, it turned out to be technically difficult 
to set class="active" on these sub-tabs so this was the simplest alternative.
The master pages works with individual pages to set a class of the active page on 
the parent ul for the navigation. this following block highlights the active tab */
.report div.report a,
.history div.history a,
.caps div.caps a,
.news div.news a,
.summary div.summary a {
	margin: 0 0 0 0;
	padding: 7px 10px;
	border: 1px solid #bbb;
	border-bottom-color: #fff;
	background: #FFF url(//g.foolcdn.com/art/newsletters/37/site/pagetab_active_bg.gif) repeat-x top left;
	text-decoration: none;
	color: #000;
	top:0px;
}