/**
 * ------------------------------------------------------------------------
 * JA Toppanel Module for Joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
 */
#ja-top-panel {
	position: relative;
	z-index: 99;
}

.ja-toppanel-mainwrap {
	position: absolute;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	left: 0;
}

.ja-toppanel-container {
	overflow: hidden;
	height: 100%;
	display: none;
}

.ja-toppanel-panels {
	clear: both;
	overflow: hidden;
	bottom: 0;
	left: 0px;
	width: 99%;
	z-index: 5;
	height: auto;
}

.ja-toppanel-wraper {
	background: transparent url("images/toppanel_bg.png") repeat;
	color: #969696;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.bg-transparent {
	background: transparent url("images/toppanel_bg_trans.png") repeat;
}

.ja-toppanel-content {
	
}

.ja-toppanel-dontshowagain {
	float: right;
	position: relative;
	z-index: 21;
}

.ja-toppanel-close {
	float: right;
	background: url("images/close.gif") no-repeat left;
	text-indent: -2000px;
	width: 20px;
	padding-left: 10px;
	z-index: 20;
	position: relative;
	cursor: pointer;
}

.ja-toppanel-button-wraper {
	position: relative;
	z-index: 10;
	top: 0;
	width: 100%;
	height: 19px;
	background: transparent;
}

div.ja-toppanel-button-wraper .left {
	float: left;
	margin: 0;
}

div.ja-toppanel-button-wraper .right {
	float: right;
	right: 10px;
	height: 0;
	overflow: hidden;
}

.ja-toppanel-button-subwap {
	width: 120px;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.ja-toppanel-button-l {
	background: url("images/button-left.png") no-repeat left;
	float: left;
	height: 19px;
	width: 20px;
}

.ja-toppanel-button-r {
	background: url("images/button-right.png") no-repeat right;
	float: right;
	height: 19px;
	width: 20px;
}

.ja-toppanel-button {
	background: url("images/button-mid.png") repeat-x;
	color: #FFFFFF;
	float: left;
	font-size: 85%;
	height: 19px;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
	width: 80px;
}

ul.ja-toppanel-col {
	position: relative;
	display: inline;
}

ul.ja-toppanel-col li {
	text-align: left;
}

ul.ja-toppanel-row {
	position: relative;
	display: inline;
}

ul.ja-toppanel-row li {
	
}

#ja-toppanel-Overlay {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	z-index: 20;
	background-color: rgb(0, 0, 0);
	opacity: 15;
}

/* Add more */
/* TOP PANEL COMMON STYLE
--------------------------------------------------------- */
.ja-toppanel-panels {
	width: 100%;
}

.ja-toppanel-wraper {
	border: 1px solid #4faed2;
	border-top: 0;
	border-bottom: 0;
	margin: 0 10px;
	min-height: 131px;
	background: #2C9AC3;
}

.ja-toppanel-content {
	position: relative;
	color: #fff;
	width: 100%;
}

/* Don't Show Again ---*/
.ja-toppanel-dontshowagain {
	position: absolute;
	right: 45px;
	top: 5px;
	color: #fff;
}

/* Background Transparent ---*/
.bg-transparent {
	background: url(images/trans-topcpanel.png);
}

/* Overlay ---*/
#ja-toppanel-Overlay {
	background: #000;
	z-index: 15;
}

/* Button ---*/
.ja-toppanel-button-wraper {
	margin: 0 10px;
	width: auto;
}

.ja-toppanel-panels .open {
	background: #4faed2;
	height: 30px;
	border-top: 1px solid #2985a8;
}

.ja-toppanel-panels .open .open {
	border: none;
}

.ja-toppanel-button-wraper .left {
	width: 142px;
	top: -1px;
}

.ja-toppanel-button-wraper .left .ja-toppanel-button-l {
	background: url("images/button-left.png") no-repeat left;
	height: 23px;
	width: 35px;
}

.ja-toppanel-button-wraper .left .ja-toppanel-button-r {
	background: url("images/button-right.png") no-repeat right;
	height: 23px;
	width: 35px;
}

.ja-toppanel-button-wraper .left .ja-toppanel-button {
	background: url("images/button-mid.png") repeat-x;
	color: #FFFFFF;
	float: left;
	font-size: 85%;
	height: 23px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	width: 72px;
}

.ja-toppanel-button-wraper .right .ja-toppanel-button-l,.ja-toppanel-button-wraper .right .ja-toppanel-button-r,.ja-toppanel-button-wraper .right .ja-toppanel-button
	{
	background: none;
	width: 0;
}

.ja-toppanel-button-wraper .right .ja-toppanel-button {
	width: auto;
}

.ja-toppanel-button-wraper .right input {
	margin: 5px 0 0;
	float: left;
}

.ja-toppanel-button-wraper .right label {
	margin: 3px 0 0 5px;
	float: left;
}

/* TOP PANEL MODULES STYLE
--------------------------------------------------------- */
.ja-toppanel-content div.ja-moduletable,.ja-toppanel-content div.moduletable
	{
	margin: 0;
}

.ja-toppanel-content div.ja-moduletable .ja-box-ct,.ja-toppanel-content div.moduletable .ja-box-ct
	{
	padding: 0;
}

.ja-toppanel-content .ja-toppanel-article {
	padding: 20px 0;
}

.ja-toppanel-content h3 {
	margin: 5px 40px !important;
	background: none !important;
	padding: 0 !important;
}

.ja-toppanel-content .ja-toppanel-article h3 {
	margin: 5px 0 !important;
}

.ja-toppanel-content h3 a {
	color: #fff;
}

.ja-toppanel-content .ja-box-ct ul {
	margin: 10px !important;
	list-style: circle !important;
	padding-left: 30px;
	color: #fff;
}

.ja-toppanel-content li li {
	width: 100%;
	list-style: circle !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ja-toppanel-content li li a {
	color: #fff;
	line-height: 25px;
}

/* TOP PANEL DISPLAY IN COLUMNS
--------------------------------------------------------- */
.ja-toppanel-col li {
	float: left;
	width: 25%;
}

.ja-toppanel-col div.ja-moduletable,.ja-toppanel-col div.moduletable {
	padding: 35px 10px;
	background: no-repeat scroll 15px 35px;
}

.ja-toppanel-col div.ja-moduletable li,.ja-toppanel-col div.moduletable li
	{
	overflow: visible;
}

/* TOP PANEL DISPLAY IN ROWS
--------------------------------------------------------- */
.ja-toppanel-row li {
	clear: both;
	padding: 0 30px;
	text-align: left;
}

.ja-toppanel-row li img {
	padding-right: 10px;
	padding-bottom: 10px;
}

.ja-toppanel-row li ul {
	padding-left: 30px;
}

.ja-toppanel-row div.ja-moduletable,.ja-toppanel-row div.moduletable {
	padding: 20px 0;
	background: no-repeat scroll 0 23px;
}