/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
#toppanel .clear {clear: both;height: 0;line-height: 0;}
#toppanel .clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
#toppanel .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
#toppanel * html .clearfix {height: 1%;}
#toppanel .clearfix {display: block;}
/* End hide from IE-mac */
#toppanel .clearfix {height: 1%;}
#toppanel .clearfix {display: block;}

/* Panel Tab/button */
#toppanel .tab {
  /*	background: url(../images/login/images/tab_b.png) repeat-x 0 0;
	height: 42px;*/
	position: relative;
    top:-5px;
    z-index: 999;
}

#toppanel .tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  /*	height: 42px;*/
	/*width: auto;*/
  	font-weight: bold;
/*	line-height: 42px;*/
	margin: 0;

  	color: white;
	width:95px;
	text-align: center;
}

#toppanel .tab ul.login li.left {
/*/	background: url(../images/login/images/tab_l.png) no-repeat left 0;*/

	/*width: 14px;*/
	padding: 0;
	margin: 0;
  	display: block;

	top:5px;
}

#toppanel .tab ul.login li.right {
/*background: url(../images/login/images/tab_r.png) no-repeat left 0;*/
 
	/*width: 14px;*/
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
	top:5px;
}

#toppanel .tab ul.login li {
 	text-align: left;
	width:113px;
	display: block;
	float: left;

 	/*background: url(../images/login/images/tab_m.png) repeat-x 0 0;*/

}

#toppanel .tab ul.login li a {
color:#ffffff;
font:Geneva, Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight:lighter;
width:100%;

}

#toppanel .tab ul.login li a:hover {
	color:#00CCFF;
}

#toppanel .tab .sep {color:#414141}

#toppanel .tab a.open  {
	height: 30px; 
	line-height: 20px !important;
	padding-left: 11px !important;
	cursor: pointer;
	display: block;
	width:113px;
	position: relative;
	top: 0;
	 background: url("../images/topmenbg.jpg") no-repeat scroll left top transparent;
}

#toppanel .tab a.close {

display:block;
height:20px;
padding-right:5px;
text-align:right;

vertical-align:top;
background: #666 url(../images/login/images/bt_close.png) no-repeat right 0;
}

#toppanel .tab a:hover.close 
{

background: #666 url(../images/login/images/bt_close.png) no-repeat right -19px;
}

/*#toppanel .tab a.open {background: url(../images/login/images/bt_open.png) no-repeat left 0;}
#toppanel .tab a.close {background: url(../images/login/images/bt_close.png) no-repeat left 0;}*/
/*#toppanel .tab a:hover.open {background: url(../images/login/images/bt_open.png) no-repeat left -19px;}*/


/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
	
	
	    margin-left: 114px;
    margin-right: 0;

    text-align: left;
    width: 113px;
    z-index: 2;
	
}

#toppanel input
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 solid #FFFFFF;
    float: left;
    width: 111px;
}
.newuser
{
    font-size: 11px;
    margin-left: 14px;
    width: 177px;
}

.newuser a
{
color:#FF0000;
text-decoration:none;
}

#panel {
background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    display: none;
    height: 130px;
    opacity: 0.95;
    overflow: hidden;
    position: relative;
    width: 196px;
    z-index: 3;
	
}
#panel td
{
line-height:18px;

}

#panel .whitetextlarge 
{
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}

#panel h1 {
	
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{

	padding: 0px 0 5px;
	margin: 0;
	color: white;
	font-size:12px;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;

}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;

}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#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 #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* 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(../images/login/images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/login/images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;

	text-decoration: underline;
}
#panel input[type="submit"]
{
    border-style: solid;
    border-width: 1px 4px 5px 1px;
    font-size: 9px;
    height: 20px;
    margin-bottom: 5px;
}
#panel input[type="submit"]:hover
{
border-color:#333333 #666666 #666666 #333333;
border-style:solid;
border-width:1px 5px 4px 1px;
font-size:12px;
margin-bottom:5px;
border-color:#333333 #666666 #666666 #333333;
border-style:solid;
border-width:1px 2px 3px 1px;
font-size:12px;
margin-bottom:5px;
height:21px;
background-color:#f2f2f2;
cursor:pointer;
}


