/*
# ------------------------------------------------------------------------------------------------------------------------
# Solid Pro - Creative Joomla 1.6 Template
# ------------------------------------------------------------------------------------------------------------------------
# Copyright (C) 2011 Twincore All Rights Reserved.
# @license - PHP files are GNU/GPL V2 bound by Proprietary License of Joomlart.com.
# CSS / JS are Copyrighted Commercial, bound by Proprietary License of Twincore. 
# Author: Twincore
# Websites:  http://www.worldquests.com/solidpro
# Redistribution, Modification or Re-licensing of this file in part of full, is bound by the License applied. 
# For details on licensing, Please Read Terms of Use at http://themeforest.net/wiki/support/legal-terms/licensing-terms/
#
# "Sliding Login Panel with jQuery 1.3.2 by Jeremie Tisseau" is distributed under the GNU General Public License version 3:
# http://www.gnu.org/licenses/gpl-3.0.html
# Modified by Twincore for Solid Pro Joomla 1.6 Template.
# -----------------------------------------------------------------------------------------------------------------------
*/

/*  ---------------------- TOP PANEL BLOCK  ( forms login )-----------------------------------*/

#ja-topPanelBlock {}

#ja-topPanelBlock .column h1 { font-size:36px; line-height:42px; }

#ja-topPanelBlock .column h2 {font-size:28px;  line-height:34px; }

#ja-topPanelBlock .column h3 {font-size:25px;  line-height:30px; }

#ja-topPanelBlock .column h4 { font-size:19px; line-height:23px; }

#ja-topPanelBlock .column h5 { font-size:16px; line-height:21px; }

#ja-topPanelBlock .column h6 { font-size:13px; line-height:18px; }


#ja-topPanelBlock #login-form {
    margin: -10px auto 0;
    position: relative;
	padding:0;
    max-width: 650px;
}

#ja-topPanelBlock #form-login-username .inputbox { margin-left: 9px; }
#ja-topPanelBlock #form-login-password .inputbox {margin-left:12px;}

#ja-topPanelBlock #form-login-username .inputbox, #ja-topPanelBlock #form-login-password .inputbox { width: 55%; }

#ja-topPanelBlock .button, p { margin:15px 0 0; }

#ja-topPanelBlock #login-form ul li {
	padding: 0 10px 0 15px;
	font-size:10px;
	background:url("../images/listBulletLogin.png") no-repeat scroll left center transparent;
}

#ja-topPanelBlock .inputbox {
    background: none repeat scroll 0 0 #cccccc;
	color:#555555;
}

#ja-topPanelBlock div.ja-moduletable h3, #ja-topPanelBlock div.moduletable h3,
#ja-topPanelBlock h1,#ja-topPanelBlock h2, #ja-topPanelBlock h3,
#ja-topPanelBlock h4, #ja-topPanelBlock h5, #ja-topPanelBlock h6 {
  color: #FFFFFF;
}

/*Toggle Login Top Panel 
---------------------------------------------------------------------*/

.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

.tab {
	background: none repeat scroll 0 0 #282C2C;
	height: 4px;
	position: relative;
	top: 0;
	z-index: 999;
}

.tab .buttonTopPanelWrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.tab .buttonTopPanel {
	clear: right;
	display: block;
	float: right;
	margin: 0;
	position: relative;
	width: auto;
}

.tab #toggle {
	background: url("../images/client.png") no-repeat left 0;
	width:63px;
	height:68px;
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
   -o-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-family: Helvetica,sans-serif;
	font-size: 11px;
	height: 15px;
	line-height: 20px !important;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	top: 40px;
	width: 63px;
	}


/* sliding panel */

#toppanel {
    position: absolute;  
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	height:5px;
}

#panelWrapper {
	width: 100%;
	color: #999999;
	background: #272727;
	background:rgba(0,0,0,0.99);
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	padding: 20px 0 30px;
}

#panel {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 980px;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
	font:11px/16px "Helvetica", Arial, sans-serif; 
}

#panel a {
	text-decoration: none;
	color: #777777;
}

#panel a:hover {
	color: #ffffff;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}



