/*------------------------------------------------------------------------
# JA Teline II 1.0 - April, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/
#ja-tabswrap {
	border-bottom: 0px solid #222222;
	padding: 0 0 8px;
	margin: 0 0 20px;
	width: 970px;

}

#ja-tabs {
	position: relative;
	overflow: hidden;
	z-index: 10;
	width:970px;
	background:#ffffff;
	border:#666666 dotted 1px;
	border-top: 0px;

}

#ja-tabs div.ja-innerpad {
	padding:0;
}

.mootabs-title {
	height: 30px;
	border-bottom: 0px solid #CCCCCC;
	position: relative;
	background: #222222;
}

.mootabs-title ul {
	margin: 0;
	padding: 0;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 10px;
}

* html .mootabs-title ul { /*IE 6*/
	bottom: -1px;
}

.mootabs-title li {
	float: left;
	background: none;
	margin: 0 5px 0 0;
	padding: 0;
	cursor: pointer;
	display: block;
	border: 0px solid #CCCCCC;
	background: #666666;
}

.mootabs-title li h3 {
	font-size: 11px;
	font-family: "Trebuchet MS";
	text-transform: none;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0 8px;
	border: 0px solid #cccccc;
	border-bottom: none;
}

.mootabs-title li.hover,
.mootabs-title li.firsthover,
.mootabs-title li.lasthover {
	color: #ffffff;
}

.mootabs-title li.active,
.mootabs-title li.firstactive,
.mootabs-title li.lastactive {
	background: #ffffff;
	border-bottom: 0px solid #FFFFFF;
}

.mootabs-title li.active H3 ,
.mootabs-title li.firstactive H3,
.mootabs-title li.lastactive H3 {
	color: #000000;
}

.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: 0px solid #E6E6E6;
	background: none;
}