div.tabs {
	float:left;
	width:100%;
	background:url("../images/results.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
}
div.tabs ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
div.tabs li {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom:1px solid #f2f2f2;
	/* Show the user that they can click on the left side of the tab. */
	cursor: pointer;
}

a.tabs {
	font-size:7pt;
	font-family:arial;
	font-weight:normal;
}

div.tabs a {
	float:left;
	display:block;
	width:.1em;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
	/* We don't want the text in the tabs to wrap. */
	white-space: nowrap;
}
div.tabs > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.tabs a {float:none;}
/* End IE5-Mac hack */
div.tabs a:hover {
	color:#333;
}

body.tabs div.tabs li.selected {
	background-position:0 -150px;
	border-width:0;
}

body.tabs div.tabs li.selected a, body.tabs div.tabs li.selected a:link, body.tabs div.tabs li.selected a:active, body.tabs div.tabs li.selected a:visited {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#333;
}
body.tabs div.tabs li:hover, body.tabs div.tabs li:hover a, div.tabs li.sfhover, div tab li.sfhover a{
	background-position:0% -150px;
	color:#333;
}
body.tabs div.tabs li:hover a, div.tabs li.sfhover a {
	background-position:100% -150px;
}

/* tab body */
div.tabBody {
	clear: both;
	border: 1px solid #f2f2f2;
	border-top: 0;
	padding: 1em;
	min-height: 300px;
}
/* IE only nonsense */
* html div.tabBody {
	height: 300px;
}
/* Make the minimum height of an embedded tab less than the normal tab. */
div.tabBody div.tabBody {
	min-height: 170px;
}
/* IE only nonsense */
* html div.tabBody div.tabBody {
	height: 170px;
}
/* Make the minimum height of an embedded tab embedded in a tab less than the embedded tab. */
div.tabBody div.tabBody div.tabBody {
	min-height: 90px;
}
/* IE only nonsense */
* html div.tabBody div.tabBody div.tabBody {
	height: 90px;
}
/* use this if javascript is turned off */
div.tabItem {
	border: 1px solid #f2f2f2;
	margin: 1em;
	padding: 0.5em 1em;
}
body.tabs div.tabBody div.tabItem {
	border-width: 0;
	margin: 0;
	padding: 0;
	display: none;
}
body.tabs div.tabBody div.selected { display: block; }
