div.tabs {
	float:left;
	width:100%;
	background:#DAE0D2 url("tabbg.gif") repeat-x bottom;
	font-size:130%;
	height: auto;
}
div.tabs ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
div.tabs li {
	float:left;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom:1px solid #765;
	/* Show the user that they can click on the left side of the tab. */
	cursor: pointer;
}
div.tabs a {
	float:left;
	display:block;
	width:.1em;
	background:url("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;
}

div.ttabs {
	font-size: .83em;

	float:left;
	width:100%;
	/*	background:#DAE0D2 url("../images/tabbg.gif") repeat-x bottom;*/
	background:#DAE0D2;
	height: 35px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}
div.ttabs ul {
	margin:0;
	padding:2px 2px 2px 0px;
	list-style:none;
}
div.ttabs li {
	float:left;
	/* background:url("../images/tableft.gif") no-repeat left top; - COMMENTED BY RISH */
	margin:2px 1px 2px 0px;
	border-right: 1px solid #000;
	padding:0 3px 0 3px;
	/* Show the user that they can click on the left side of the tab. */
	cursor: hand;}
	
div.ttabs a {
	float:left;
	display:block;
	width:.1em;
	/*background:url("../images/tabright.gif") no-repeat right top; - COMMENTED BY RISH*/
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:black; /* CHANGED BY RISH*/
	/* We don't want the text in the tabs to wrap. */
	white-space: nowrap;
}
div.ttabs > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.tabs2 a {float:none;}
/* End IE5-Mac hack */
div.ttabs a:hover {
	color:#333;
}

div.ttabs li.selected a:visited {
	background-position:100% -150px;
	padding-bottom:5px;
	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 #765;
	border-top: 0;
	padding: 5px;
	padding-top: 0em;
	min-height: 400px;
}
div.ttabBody {
	clear: both;
	padding: 0em;
	margin:0px;
	min-height: 400px;


}
/* 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 #765;
	margin: 5px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
body.tabs div.tabBody div.tabItem {
	border-width: 0;
	margin: 0;
	padding: 0;
	display: none;
}
body.tabs div.tabBody div.selected { display: block; }

.tabtitle{
	font:  bold .9em/2 arial;
	margin: 10px 0 0 0;
}
