/*------------------------------------------------------------------------
# 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-outer {
	padding: 0 0 10px 0;
	margin: 0;
	background: #fff;
}

#ja-tabswrap {
	border: 1px solid #CCCCCC;
	padding: 0 0 10px;
	margin: 0;
	background: url(../images/mootabs-wrap.gif) 0 100% repeat-x;
}

#ja-tabswrap div.moduletable  {
	background: transparent;
}

#ja-tabs {
	position: relative;
	overflow: hidden;
	z-index: 10;
}

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

.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: url(../images/mootabs-title.gif) 0 0 repeat-x;
}

.mootabs-title li h3 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 0 7px;
//	padding: 0 8px;
	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;
	background: transparent;
}

#ja-tabswrap .moduletable li {
	padding: 4px 0 6px;
	margin: 0;
	border-bottom: 1px solid #E6E6E6;
	background: transparent;
	line-height: 1.2em;
}

#ja-tabswrap .moduletable .latestnews a, #ja-tabswrap .moduletable .related a, #ja-tabswrap .moduletable .mostread a, #ja-tabswrap .moduletable .selected a {
/*	color: #444;*/
/*	font-weight: bold;*/
}

#ja-tabswrap .moduletable .latestnews a:hover, #ja-tabswrap .moduletable .related a:hover, #ja-tabswrap .moduletable .mostread a:hover, #ja-tabswrap .moduletable .selected a:hover {
/*	color: #c74b15;*/
}	

