div.tabs {
	float:left;
	width: auto;
	font-size:93%;
	line-height:normal;
}

html>body div.tabs {
	width:		100%;
}
	

div.tabs ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
div.tabs li {
	float:left;
	background:url("../images/tableft.png") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom:1px solid #CCC;
	/* Show the user that they can click on the left side of the tab. */
	cursor: pointer;
    list-style: none;
}
div.tabs a {
	float:left;
	display:block;
	width:.1em;
	background:url("../images/tabright.png") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#666;
	/* We don't want the text in the tabs to wrap. */
	white-space: nowrap;
    margin-right: 1px;
}
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;
	background: #FFF url(../images/titleBkgShadow.png) repeat-x center -2px;
	border: 1px solid #CCC;
	border-top: 0;
	border-bottom: 0; 
	padding: 1em;
	padding-top:	1.5em;
	min-height: 300px;
}

div.tabBody2 {
    clear: both;
    background: #FFF url(../images/titleBkgShadow.png) repeat-x center -2px;
    border: 1px solid #CCC;
    border-top: 0;
    border-bottom: 0; 
    padding: 1em;
    padding-top:    1.5em;
    min-height: 100px;
}


/* 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;
}


div.tabBottom {
	/* background: #FFF url(../images/tabBtm.png) repeat-x center top; */
    border-top: 1px solid #CCC;
	height:	12px;
}

/* use this if javascript is turned off */
div.tabItem {
	border: 1px solid #CCC;
	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; }

body.tabs div.tabBody2 div.tabItem {
    border-width: 0;
    margin: 0;
    padding: 0;
    display: block;
}

