/*
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 *****/
.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: 0px;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 0px;}
.clearfix {display: block;}

#toppanel2 { font-family:Verdana;
float:left;
       /*Panel will overlap  content */
    position: relative;  /*Panel will "push" the content down */
    top:0;
	width: 926px;
    z-index: 999;
    text-align: center;

}

/* Panel Tab/button */
.tab { font-size:12px; margin-top:-40px;
	height: 73px;
	width:926px; position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: left;
  	clear: left;
  	height: 73px;
	width: 926px;
  	font-weight: bold;

}


.tab ul.login li {float:left; list-style:none; width:926px; height:73px;}
.tab ul.login li a {float:left; width:926px; height:73px; background-image:url(../images/ceascult0.png); background-position:top left; background-repeat:no-repeat;}



.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 160px;
	position: relative;
	top: 6px;
}
.tab a.open2, .tab a.close2 {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 60px;
	position: relative;
	top: 6px;
}


/* sliding panel */



#panel {
	width: 886px;
	height: 90px;
	color: #333333;
	background-color:#591f59;
	background-image: url(../../images/bigbg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	overflow: hidden;
	position: relative;
	padding:5px 20px;
	z-index: 3;


}



#panel .content {
	width: 866px;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
}
