/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html
*/

/***** clearfix *****/

.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;}

/* Panel Tab/button */
.tab {
  	/*background: url(images/tab_b.png) repeat-x 0 0;*/
  	/*background-color:#004F6F;
  	border-top:solid 1px #002D3F;*/
  	background:url(img/LoginBagde-bg2.png) repeat-x 0 0;
  	width:100%;
	height: 42px;
	display:block;
	position: fixed;
    bottom: 0;
    left:0;
    z-index: 16777000;
    font-size: 12px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color: white;
    margin:-5px 0 0 0;  
    /*filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90; */
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin:0;
	right: 20%;  	
	text-align: center;
	color: white;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
  	margin:0 0 0 0;
	display: block;
	float: left;
	height: 42px;
  	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}

.tab ul.login li a {
	color: white;
}

.tab ul.login li a:hover {
	color: #CCCCCC;
}

.tab .sep {color:white; font-weight:lighter;}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 120px;
	position: relative;
	bottom: -10px;
}

.tab a.open {background: url(img/bt_open.png) no-repeat left -19px;}
.tab a.close {background: url(img/bt_close.png) no-repeat left -19px;}
.tab a:hover.open {background: url(img/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(img/bt_close.png) no-repeat left -19px;}

.tab1 { font-size:14px; }
.tab1 a.open1 { }
.tab1 a.close1 { }
.tab1 a:hover.open1 { }
.tab1 a:hover.close1 { }

/* sliding panel */
#toppanel {
    position: fixed;
    /*position: absolute;*/   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    bottom: 38px;
    left:0;
    width: 100%;
    z-index: 16777000;
    text-align: center;
    margin:0;
    font-size: 11px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color: white;
}

#panel {
	width: 100%;
	height: 300px;
	margin-bottom:4px;
	color: white;
	background: black; /*background color*/
	overflow: hidden;
	position: relative;
	z-index: 16777000;
	display: none;
	font-size: 11px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color: white;
    filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

#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;
}

#panel a {
	text-decoration: none;
	color: #0099D8;
}

#panel a:hover {
	color: #FFFFFF;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	height:100%;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom:15px;
	text-align: left;
	font-size: 0.85em;
	font-size: 11px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color: white;
}

#panel .content .left {
	width: 230px;
	float: left;
	padding: 0;
	height:100%;
}

#panel .content .right {
	width: 280px;
	height:295px;
	padding: 0 35px;
	border-left: 1px solid #2F2F2F;
	float:right;
}

#panel .content .left-welcome {
	width: 230px;
	float: left;
	padding: 0 35px;
	height:100%;
}

#panel .content .right-wide {
	border-left:1px solid #2F2F2F;
	float:left;
	height:295px;
	padding:0 0 0 35px;
	width:620px;
}

#panel .content .right-wide .login {
	width: 260px;
	float:left;
}

#panel .content .right-wide .alert {
	float:left;
	/*margin:50px 0 0 240px;*/
	width:325px;
	margin-top:50px;
}

#login-alert 
{
	background:url("img/login-badge-alert.png") no-repeat scroll 0 0 transparent;
	font-size:9px;
	height:106px;
	padding:15px 15px 15px 65px;
	width:300px;
}

.alert-content
{
	padding-right:15px;
	width:235px;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #8d8d8d solid;
	background: white;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: black;
	height: 16px;
}

#panel .content input:focus.field {
	background: #efefef;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(img/bt_login.png) no-repeat 0 0;	
}

#panel .content input.bt_register {
	width: 94px;
	background: transparent url(img/bt_register.png) no-repeat 0 0;	
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

#panel .profile-photo
{	
	width:80px;	
	height:80px; 
	text-align:center; 
	float:left; 
	padding-right:20px;	
}

#panel ul li
{
	background:url("img/arrow2.gif") no-repeat scroll left 5px transparent;
	margin:0 0 2px;
	padding:0 0 0 10px;	
}

#panel #questions {
	margin-bottom: 30px;
	padding-left: 0;
	margin-left: 20px;
}

#panel #questions li {
	background: url(img/question.png) no-repeat left 5px;
	line-height: 1.4em;
	list-style-type: none;
	margin-bottom: 0;
	padding: 5px 0 5px 25px;
}

#panel #questions-faq {
	padding-left: 0;
}

#panel #questions-faq li {
	background: url(img/question.png) no-repeat left 1px;
	line-height: 1.4em;
	list-style-type: none;
	margin-bottom: 0;
	padding: 0 0 5px 25px;
}

#divLoginButton-login-badge 
{
	padding:5px;
}

.hidePanelShow
{
	visibility:hidden;
	height:0;
	margin:0;
	padding:0;
	line-height:0;
}
