/* Styles for our blue and yellow tabs */
.s_tabs, .s_tabs2
{
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 0 10px;
	list-style: none;
}
.s_tabs a, .s_tabs2 a
{
	float: left;
}
.s_tabs li
{
	float: left;
	background: url(i/tabs/tabr.gif) no-repeat right top;
}
.s_tabs2 li
{
	float: left;
	background: url(i/tabs/tabr2.gif) no-repeat right top;
}
.s_tabs a
{
	display: block;
	background: url(i/tabs/tabl.gif) no-repeat left top;
	padding: 5px 20px;
}
.s_tabs2 a
{
	display: block;
	background: url(i/tabs/tabl2.gif) no-repeat left top;
	padding: 5px 20px;
}
.s_tabs .s_activeTab, .s_tabs2 .s_activeTab2
{
	background: url(i/tabs/atabr.gif) no-repeat right top;
}
.s_tabs2 .s_activeTab, .s_tabs .s_activeTab2
{
	background: url(i/tabs/atabr2.gif) no-repeat right top;
}
.s_tabs .s_activeTab a, .s_tabs2 .s_activeTab2 a
{
	color: #FFFFFF;
	background: url(i/tabs/atabl.gif) no-repeat left top;
}
.s_tabs2 .s_activeTab a, .s_tabs .s_activeTab2 a
{
	color: #FFFFFF;
	background: url(i/tabs/atabl2.gif) no-repeat left top;
}

.s_subTab {
	clear: both;
	color: black;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
}

.s_tabTips
{
	font-size: 10px;
	float: right;
	margin-top: 4px;
}

.s_tabTips img
{
	vertical-align:top;
	margin-left:6px;
}

/* Styles for our link style tabs (with the little arrow pointing down) */
.s_tabs3 {position: relative; background: #FFF url(i/tabs/tabs_bg.gif) bottom repeat-x; padding: 0; margin: 0; height: 25px; font-size: 10px; border-bottom: 1px solid #D9D7C5}
.s_tabs3 ul {float: left; position: absolute; list-style: none; padding: 0; margin: 0; width: 100%; margin-left: 8px;}
.s_tabs3 li {float: left; padding-bottom: 4px; margin: 0;}
.s_tabs3 li a {float:left; display:block; border-right: 1px solid #666; margin: 8px 0; padding: 0 12px;}
.s_tabs3 li em {font-style: normal;}
.s_tabs3 li.active {background: url(i/tabs/dn_arrow.gif) bottom center no-repeat; font-weight: bold;}
.s_tabs3 li.active a {color: #FFF; background: url(i/tabs/tabs2_bgl.gif) no-repeat; display: block; text-decoration: none; margin: 0; padding: 8px 4px; border: 0 !important;}
.s_tabs3 li.active em{background: url(i/tabs/tabs2_bgr.gif) no-repeat top right; margin :0; border:none; color:#fff; padding: 8px 8px 8px 4px;}
.s_tabs3 .last {border: 0;}
.s_hiddenTab {display: none;}
.dTab {padding-top: 10px;}
