<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tab-wrapper .tab-ajax-loading,
.ajax-loading
{
	padding:60px 0;
	background:url(img/spinner.gif) no-repeat center;
}
.tab-wrapper
{
	zoom:1;
	padding:				10px 10px 0;
	border:					1px solid #666;
}
.tab-menu
{
	list-style:				none;
	margin:0;
	padding:0;
	clear:					both;
	line-height:			19px;
	font-size:				10px;
}
.tab-menu li
{
	display:				inline;
	margin:					0 1px 0 0;
}
.tab-menu li a
{
	padding:				4px 20px;
	background-color:		#f5f5f5;
	/*background-image:url(img/bg_tab.jpg);*/
	background-image:url(img/bg_tab2.jpg);
	background-position:0 bottom;
	background-repeat:repeat-x;
	color:					#fff;
	text-decoration:		none;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	background-color:		#FAEC8F;
	border-bottom-color:	#999;
	background-position:0 top;
	color:#036;
}
.tab-menu li a:hover
{
	background-color:		#FAEC8F;
	border-bottom-color:	#999;
}
.tab-menu li.tab-selected a
{
	background-color:		#BCEC8F;
	background-position:0 top;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	color:#036;
}


.tab-container{
	margin-bottom:10px;
	}

.tab-container ul li{
	padding:.2em 0;
	border-bottom:1px dotted #ccc;
	}

</pre></body></html>