/**************************************************************
	 Tabs
 **************************************************************/

div.Tabs {
	float: left;
	width: 100%;
	background: white url("../images/tabs_bg.gif") repeat-x bottom;
	line-height: normal;
	font-weight: bold;
}
div.Tabs ul {
	margin: 0;
	padding: 0px 5px;
}
div.Tabs ul li {
	margin: 0;
	padding: 0 0 0 9px;
	list-style: none !important;
	list-style-image: none !important;
	float: left;
	border-bottom: 1px solid #b4b4b4;
}
div.Tabs ul li a {
	float: left;
	display: block;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
div.Tabs ul li.activeTab {
	background: url("../images/tabs_left_on.gif") no-repeat left top;
	border-bottom: 1px solid white;
}
div.Tabs ul li.inactiveTabNoInfo {
	background: url("../images/tabs_left.gif") no-repeat left top;
}
div.Tabs ul li.inactiveTabWithInfo {
	background: url("../images/tabs_left_content.gif") no-repeat left top;
}

div.Tabs ul li.inactiveTabNoInfo:hover {
	background-image: url("../images/tabs_left_hover.gif");
}
div.Tabs ul li.inactiveTabWithInfo:hover {
	background-image: url("../images/tabs_left_content_hover.gif");
}

div.Tabs ul li.activeTab a {
	background: url("../images/tabs_right_on.gif") no-repeat right top;
}
div.Tabs ul li.inactiveTabNoInfo a {
	background: url("../images/tabs_right.gif") no-repeat right top;
}
div.Tabs ul li.inactiveTabWithInfo a {
	background: url("../images/tabs_right_content.gif") no-repeat right top;
}

div.Tabs ul li.inactiveTabNoInfo:hover a {
	background-image: url("../images/tabs_right_hover.gif");
}
div.Tabs ul li.inactiveTabWithInfo:hover a {
	background-image: url("../images/tabs_right_content_hover.gif");
}
/* Commented Backslash Hack
 hides rule from IE5-Mac \*/
div.Tabs a {float: none;}
/* End IE5-Mac hack */
div.Tabs ul li a:hover {
	color: black;
}
div.TabsContent {
	margin: 0px;
	padding: 10px;
	border: 1px solid #b4b4b4;
	border-top: 0px;
	clear: both;
}
