﻿/*
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 *****/
.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;}

/* Panel Tab/button */
.tab1 {
  	/*background: url(../images/tab_lg.png) repeat-x 0 0;*/
  	/*background: url(../images/tab_b1.png) repeat-x 0 0;*/
  	background: url(../images/login_head.png) repeat-x 0 0;
	height: 137px;
	position: relative;
    top: -17px;
    /*z-index: 998;*/
    z-index:999999;
    left: 100px;
    width: 305px;
      
}

.tab2 {
  	/*background: url(../images/tab_lg1.png) repeat-x 0 0;*/
  	background: url(../images/login_body.png) repeat-x 0 0;
  	height: 200px;
	position: relative;
    top: -17px;
    /*z-index: 997;*/
    z-index:999997;
    left: 100px;
    width: 305px;
      
}


.tab1 ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: 310px;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: -5px;
  	color: white;
  	font-size: 80%;
	text-align: center;
    top: 17px;
}


.tab1 ul.login li.left {
  	background: url(../images/tab_uplf12.png) no-repeat left 0;
  	height: 42px;
	width: 10px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab1 ul.login li.right {
  	background: url(../images/tab_upr12.png) no-repeat left 0;
  	height: 42px;
	width: 10px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab1 ul.login li {
 	text-align: center;
  	padding: 0 0px; /*was 0 6px*/
	display: block;
	float: left;
	height: 42px;/* decrease height of toggle*/
  	background: url(../images/tab_m.png) repeat-x 0 0;
}


.tab1 ul.login li a {
	color: #15ADFF;
    left: 3px;  /*was 5px*/
}

.tab1 ul.login li a:hover {
	color: white;
}

/*experiment for button effect*/
#loginbox .tab2 input#submit:hover
{
    background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

.tab1 .sep {color:#414141}

.tab1 a.open, .tab1 a.close {
	height: 20px;
	line-height: 20px !important;
	
	/*text-align:center;*/
	/*padding-left: 20px !important;                   remove exra space*/ 
	cursor: pointer;
	display: block;
	width: 50px;
	position: relative;
	top: 14px;/* original 14*/
}

/* my comment no symbols before tab title
.tab1 a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab1 a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab1 a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab1 a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}
*/

.tab1 a.open1, .tab1 a.close1 {
	height: 20px;
	line-height: 20px !important;
	/*padding-left: 20px !important;          remove extra space*/
	cursor: pointer;
	display: block;
	width: 30px;
	position: relative;
	top: 14px;/* original 14*/
}
/*style for loginbox close button*/
.tab1 a.close2 
{
    height: 20px;
	line-height: 20px !important;
	padding-left: 25px !important;          /*remove extra space*/
	cursor: pointer;
	display: block;
	width: 30px;
	position: relative;
	top: 14px;
}

/* my comment no symbol before tab title
.tab1 a.open1 {background: url(../images/bt_open.png) no-repeat left 0;}*/
.tab1 a.close2 {background: url(../images/bt_close.png) no-repeat left 0;}
/*.tab1 a:hover.open1 {background: url(../images/bt_open.png) no-repeat left -19px;}*/
.tab1 a:hover.close2 {background: url(../images/bt_close.png) no-repeat left -19px;}




/* sliding panel */
#toppanel1 {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 995;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: -220px;
    height: 50px;
}

#panel1 {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

/* experiment s with login box*/
#content1 {
	/*width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;

	position: relative;*/
	z-index: -1;
	
	/*display: none;*/
}
#sitecontent
{
    z-index: 950;
}
.login_h1
{
    font-family: Times New Roman, Times, serif; 
    font-size: 40px; 
    font-weight: bold; 
    font-style: normal; 
    text-transform: capitalize; 
    color: #808080;
    }

#panel1 h1 {
	font-size: 1.5em;
	padding: 2px 0 5px;
	margin: 0;
	color: white;
}

#panel1 h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel1 p {
	margin: 5px 0;
	padding: 0;
}

#panel1 a {
	text-decoration: none;
	color: #15ADFF;
}

#panel1 a:hover {
	color: white;
}

#panel1 a-lost-pwd {
	display: block;
	float: left;
}

#panel1 .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel1 .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel1 .content .right {
	border-right: 1px solid #333;
}

#panel1 .content form {
	margin: 0 0 10px 0;
}

#panel1 .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel1 .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel1 .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel1 .content input.bt_login,
#panel1 .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;
}

/*experiments*/
#loginbox .tab2 label.grey
{
    color:gray;
  
    
}

#loginbox .tab2 input:focus.field {
	background: #545454;
}


#loginbox h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#loginbox h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}



#panel1 .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel1 .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel1 .content .right {
	border-right: 1px solid #333;
}

#panel1 .content form {
	margin: 0 0 10px 0;
}


/**/
#loginbox .tab1 label.grey {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 78px;
	display: block;
}

#loginbox .tab1 label.rem {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 119px;
	display: block;
}


#loginbox .tab2 input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 150px;
	color: white;
	height: 16px;
}

#loginbox .tab2 input:focus.field {
	background: #545454;
}
/**/

#loginbox .tab2 input.bt_login,
#loginbox .tab1 input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0 0 30px;
}

#loginbox .tab2 input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}
/*experiments with button */
#loginbox .tab2 input.bt_login:hover 
{
    width: 74px;
	background: transparent url(../images/bt_login_over.png) no-repeat 0 0;
}
    


#loginbox .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
/*experiments*/
/*#panel1 .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}


#panel1 .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#panel1 .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
