/*
# ------------------------------------------------------------------------
# JA Teline III - Stable - Version 1.4 - Licence Owner JA126058
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 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
# This file may not be redistributed in whole or significant part.
# ------------------------------------------------------------------------
*/
.default .ja-tabswrap
{
	border: 1px solid #CCCCCC;
}
.default .ja-tabswrap DIV.ja-tab-content
{
	width: 95%;
}
/*JA Tabs top*/
.default .ja-tabs-title-top
{
	height: 30px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	width: 100%;
}
.default .ja-tabs-title-top UL.ja-tabs-title LI
{
	background: #FFFFFF url(tabs-noactive-bg.gif) repeat-x top;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
}
.default .ja-tabs-title-top UL.ja-tabs-title LI H3
{
	font-size: 100%;
	font-weight: bold !important;
	line-height: 28px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #F7F7F7;
	color: #145077;
	border-bottom: none;
	text-transform: capitalize;
}
.default .ja-tabs-title-top UL.ja-tabs-title LI.hover, .default .ja-tabs-title-top UL.ja-tabs-title LI.firsthover, .default .ja-tabs-title-top UL.ja-tabs-title LI.lasthover
{
}
.default .ja-tabs-title-top UL.ja-tabs-title LI.active, .default .ja-tabs-title-top UL.ja-tabs-title LI.firstactive, .default .ja-tabs-title-top UL.ja-tabs-title LI.lastactive
{
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.default .ja-tabs-title-top UL LI.active H3, .default .ja-tabs-title-top UL LI.firstactive H3, .default .ja-tabs-title-top UL LI.lastactive H3
{
	color: #444444;
}
/*JA Tabs left*/
.default .ja-tabs-title-left
{
	position: relative;
	float: left;
	height: 100%;
	background: #F7F7F7 url(17pxblank.gif) repeat-y right;
}
.default .ja-tabs-title-left UL.ja-tabs-title LI
{
	height: 100%;
	margin: 0 0 0 1px;
	padding: 0;
	cursor: pointer;
	display: block;
	background: none;
}
.default .ja-tabs-title-left UL.ja-tabs-title LI H3
{
	font-size: 11px;
	font-weight: bold !important;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	background: none;
	font-family: "Lucida Grande", Arial, sans-serif;
	letter-spacing: normal;
}
.default .ja-tabs-title-left UL LI.active, .default .ja-tabs-title-left UL LI.firstactive, .default .ja-tabs-title-left UL LI.lastactive
{
	background: #FFFFFF url(left-active.gif) no-repeat right;
}
.default .ja-tabs-title-left UL LI.active H3, .default .ja-tabs-title-left UL LI.firstactive H3, .default .ja-tabs-title-left UL LI.lastactive H3
{
	color: #333333;
}
/*JA Tabs right*/
.default .ja-tab-panels-right .ja-tab-subcontent
{
	padding-left: 15px !important;
}
.default .ja-tabs-title-right
{
	background: #F7F7F7 url(17pxblank2.gif) repeat-y left;
}
.default .ja-tabs-title-right UL.ja-tabs-title LI
{
	height: 100%;
	margin: 0 0 0 1px;
	padding: 0;
	cursor: pointer;
	display: block;
	background: none;
}
.default .ja-tabs-title-right UL.ja-tabs-title LI H3
{
	font-size: 11px;
	font-weight: bold !important;
	line-height: 30px;
	margin: 0;
	padding: 0 10px 0 25px;
	background: none;
	font-family: "Lucida Grande", Arial, sans-serif;
	letter-spacing: normal;
}
.default .ja-tabs-title-right UL LI.active, .default .ja-tabs-title-right UL LI.firstactive, .default .ja-tabs-title-right UL LI.lastactive
{
	background: #FFFFFF url(right-active.gif) no-repeat left;
}
.default .ja-tabs-title-right UL LI.active H3, .default .ja-tabs-title-right UL LI.firstactive H3, .default .ja-tabs-title-right UL LI.lastactive H3
{
	color: #333333;
}
/*JA Tabs bottom*/
.default .ja-tabs-title-bottom
{
	height: 30px;
	border-top: 1px solid #CCCCCC;
	position: relative;
	width: 100%;
}
.default .ja-tabs-title-bottom UL.ja-tabs-title LI
{
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	margin-top: -1px;
}
.default .ja-tabs-title-bottom UL.ja-tabs-title LI H3
{
	font-size: 100%;
	font-weight: bold !important;
	line-height: 28px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #F7F7F7;
	color: #999999;
	border-top: none;
}
.default .ja-tabs-title-bottom UL.ja-tabs-title LI.hover, .default .ja-tabs-title-bottom UL.ja-tabs-title LI.firsthover, .default .ja-tabs-title-bottom UL.ja-tabs-title LI.lasthover
{
}
.default .ja-tabs-title-bottom UL.ja-tabs-title LI.active, .default .ja-tabs-title-bottom UL.ja-tabs-title LI.firstactive, .default .ja-tabs-title-bottom UL.ja-tabs-title LI.lastactive
{
	background: #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.default .ja-tabs-title-bottom UL LI.active H3, .default .ja-tabs-title-bottom UL LI.firstactive H3, .default .ja-tabs-title-bottom UL LI.lastactive H3
{
	color: #333333;
}

