/*-------------------------------------------------------------------------*/
#ja-tabswrap
{
	border: 1px solid #CCCCCC;
	padding: 0 0 10px;
	margin: 0 0 20px;
}
#ja-tabs
{
	position: relative;
	overflow: hidden;
	z-index: 10;
}
#ja-tabs DIV.ja-innerpad
{
	padding: 0;
}
.mootabs-title
{
	height: 30px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	background: #F7F7F7;
}
.mootabs-title UL
{
	margin: 0;
	padding: 0;
	height: 21px;
	position: absolute;
	bottom: 1px;
	left: 10px;
}
* HTML .mootabs-title UL
{
/*IE 6*/
	bottom: -1px;
}
.mootabs-title LI
{
	float: left;
	background: none;
	margin: 0 1px;
	padding: 0;
	cursor: pointer;
	display: block;
	border: 1px solid #CCCCCC;
	background: #EBF2F9;
}
.mootabs-title LI H3
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #F0F0F0;
	border-bottom: none;
}
.mootabs-title LI.hover, .mootabs-title LI.firsthover, .mootabs-title LI.lasthover
{
	color: #006699;
}
.mootabs-title LI.active, .mootabs-title LI.firstactive, .mootabs-title LI.lastactive
{
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.mootabs-title LI.active H3, .mootabs-title LI.firstactive H3, .mootabs-title LI.lastactive H3
{
	color: #006699;
}
.ja-tab-panels
{
	position: absolute;
	clear: both;
	overflow: hidden;
	top: 45px;
}
#ja-tabswrap DIV.moduletable
{
	position: absolute;
	top: 0;
	border: none;
	z-index: 100;
	padding: 0;
}
#ja-tabswrap .moduletable UL
{
	margin: 0 !important;
	padding: 0 !important;
}
#ja-tabswrap .moduletable LI
{
	padding: 4px 0 6px;
	margin: 0;
	border-bottom: 1px solid #E6E6E6;
	background: none;
}
