div.tabs ul.tabs {
	height:27px;
	margin: 0px;
	padding: 0px 0px 0px 6px;
	width: auto;
	background:transparent url(tabs_top.gif) no-repeat scroll bottom left;
}

div.tabs li.tab {
	cursor:pointer;
	float:left;
	list-style-type:none;
	margin:0px 0px 2px 0px;
	padding-right:5px;
}

div.tabs li.tab.inactive {
	background:transparent url(tab_inactive_right.gif) no-repeat scroll right top;
}

div.tabs li.tab.active {
	background:transparent url(tab_active_right.gif) no-repeat scroll right top;
}

div.tabs li.tab span {
	text-decoration: none;
	font-weight: bold;
	/*height: 25px;*/
	display:block;
	float:left;
	padding:5px 10px 5px 15px;
}

div.tabs li.tab.inactive span {
	background:transparent url(tab_inactive_left.gif) no-repeat scroll left top;
	color: #FFFFFF;
}

div.tabs li.tab.active span {
	background:transparent url(tab_active_left.gif) no-repeat scroll left top;
	color: #000000;
}

div.tabs ul.tabs li.inactive span:hover {
	color: #dceff6;
}

div.tabs div.content {
	clear:both;
	padding: 0px 1px 4px;
	background:transparent url(tabs_bottom.gif) no-repeat scroll bottom left;
}

div.tabs div.content div.tab {
	padding: 10px 10px 10px;
	background: #fafbfd;
	border-style: none solid none solid;
	border-color: #b4dff2;
	border-width: 1px;
}
