/*
# ------------------------------------------------------------------------
# JA Community PLus Template for Joomla 1.6.x
# ------------------------------------------------------------------------
# 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.
# ------------------------------------------------------------------------
*/

/* Content Slider */
#ja-contentsliderwrap {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/corner-br.html) no-repeat bottom right;
}

div.ja-wrap1 { background: url(../images/corner-bl.html) no-repeat bottom left; }

div.ja-wrap2 { background: url(../images/corner-tr.html) no-repeat top right; }

div.ja-wrap3 { background: url(../images/corner-tl.html) no-repeat top left; padding: 10px 0 0 0; }

.ja-contentslider {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: auto !important;
	height: 220px;
	width: 100%;
	position: relative;
}

#ja-contentsliderwrap div.moduletable { margin: 0; padding: 0 !important; }

/* Content Slider Center */
.ja-contentslider-center {
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
	position:relative;
	overflow:hidden;
}

div.ja_slidetitle { font-size: 125%; margin: 0 0 5px; }

div.ja_slidetitle a { }

div.ja_slideimages { margin: 0 0 15px; }

div.ja_slideintro { padding: 0 20px 0 0; }

div.ja-slidereadmore { margin: 10px 0 0; }

.ja-contentslider-center-wrap { padding: 0 25px 0 35px; }

.ja-contentslider-center span {
	width: 140px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.ja-contentslider-center div.jsslide {
}

.ja-contentslider-center img {
	margin: 0;
	padding: 0;
	overflow:hidden;
}

.ja-contentslider-center div.ja-image-holder {
	background: #EBF2F6;
	border: 1px solid #D5E2E7;
	margin: 0;
	padding: 3px;
	overflow:hidden;
}

/* Button control ---*/
.ja-button-control {
	position: relative;
	width: 100%;
}

.ja-button-control .ja-text-heading {
	font-weight:bold;
	padding:2px 5px;
}

.ja-button-control a {
	display: block;
	float: left;
	line-height: 20px;
	margin-left: 5px;
	margin-top: 2px;
	padding: 0 5px;
}

.ja-button-control a:hover,
.ja-button-control a:active,
.ja-button-control a:focus {
	text-decoration: none;
	color: #fff;
	background: #29739d;
	border: 1px solid #215d7f;
}

.ja-button-control a.active {
	text-decoration: none;
	color: #fff;
	background: #29739d;
	border: 1px solid #215d7f;
}

.ja-contentslider-left,
.ja-contentslider-right {
	background-image: url(../images/btn-control.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	height: 28px;
	left: 0px;
	top: 40px;
	width: 28px;
	z-index: 500;
}

.ja-contentslider-right { background-position: top right; right: 0px; left: auto; }

.ja-contentslider-left:hover,
.ja-contentslider-right:hover { background-position: bottom left; cursor: pointer; }

.ja-contentslider-right:hover { background-position: bottom right; }

div.ja-tabswrap .ja-contentslider-left { left: 10px;}

div.ja-tabswrap .ja-contentslider-right { right: 10px;}

.ja-button-control strong {
	font-size: 110%;
	padding-left: 20px;
	line-height: 27px;
	display: block;
	float: left;
}

/* Tooltips ---*/
.tooltips .ja-cs-tooltips {
	background: url(../images/grad-l2.gif) repeat-x left bottom #fff !important;
	border: 2px solid #ffcc66;
	width: 200px;
	padding: 10px;
}

.tooltips .ja-cs-tooltips h3 {
	background: #EBF2F6;
	border-bottom: 1px solid #cfd9df;
	color: #29739d;
	font-size: 110%;
	margin: -10px -10px 10px -10px;
	padding: 5px 10px;
}

.tooltips .ja-cs-tooltips ul li {
	display: block;
	font-size: 11px;
}

.tooltips .ja-cs-tooltips ul li.ja-rating-wrap strong {
	display: block;
	float: left;
	margin-right: 5px;
}

.tooltips .ja-cs-tooltips .ja-item-rating {
	background: url(../images/stars.html) repeat-x left top;
	float: left;
	height: 20px;
	width: 100px;
}

.tooltips .ja-cs-tooltips .ja-current-rating {
	background: url(../images/stars.html) repeat-x left center;
	height: 20px;
}

/* Override for Modules tabs ---*/
div.moduletable_tabswrap .ja-contentslider-left { left: 10px; }
div.moduletable_tabswrap .ja-contentslider-right { right: 10px; }