/*------------------------------------------------------------------------
# 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-left:0px solid #E7F4FA;
	border-right:0px solid #E7F4FA;
	background-color:#E7F4FA;
	padding: 0 0 10px;
	margin: 5px 0 0px;
	float:left;
	width: 300px;
}

#ja-tabs {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

#ja-tabs div.ja-innerpad {
	padding:0;
}

.mootabs-title {
	height: 21px;
	border-bottom: 8px solid #0099cc;
	position: relative;
	background: #0099cc;
	margin-top:270px;
	z-index:999;
}

.mootabs-title ul {
	margin: 0;
	padding: 0;
	height: 21px;
	position: absolute;
	bottom: 0px;
	left: 10px;
}

* html .mootabs-title ul { /*IE 6*/
	bottom: 0px;
}

.mootabs-title li {
	float: left;
	margin: 0 1px;
	padding: 0;
	cursor: pointer;
	display: block;
	border: 0px solid #CCCCCC;
	color:#ffffff;
	

}

.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-top: 0px solid #ffffff;
	border-bottom: none;
	
	font-weight:bold;
	
}

.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: #E7F4FA;
	border-bottom: 1px solid #E7F4FA;
}

.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: 5px;
}

#ja-tabswrap div.moduletable {
	position: absolute;
	top: 0;
	border: none;
	z-index: 0;
	padding: 0;
	list-style:none;
	list-style-type:none;
}

#ja-tabswrap .moduletable ul {
	margin-top: 0 !important;
	padding: 0 !important;
	list-style:none;
	list-style-type:none;
}

#ja-tabswrap .moduletable li {
	padding: 4px 0 6px;
	margin: 0px;
	border-bottom: 1px solid #ffffff;
	background: none;
}