/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
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/
	
	Modified by Nuno Luciano, September 2009 
	XOOPS Cube Legacy Theme Sample
	http://www.xoopscube.org

*/ 


/*-------------------------------------------------------  SLIDING PANEL */

#toppanel 
	{
	margin:0 auto;
	padding:0;
    /*position: absolute;   Panel will overlap  content */
    position: relative;   /*Panel will "push" the content down */
    text-align: center;
	top: 0;
    width: 100%;
    z-index: 999;
    }

#toppanelcenter 
	{
	margin:0 auto;
	width: 100%;
	}



/*-------------------------------------------------------  PANEL */

#panel 
	{	
	background:#272727 url(images/bg-leather.jpg) top left repeat;
	color: #999999;
	display: none;
	height: 220px;				/* Specify here the panel height */
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 3;
	}

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

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

#panel p 
	{
	margin: 5px 0;
	padding: 0;
	}

#panel a 
	{
	}

#panel a:hover 
	{
	}

#panel a-lost-pwd 
	{
	display: block;
	float: left;
	}

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


/*-------------------------------------------------------  PANEL BLOCKS */

#panel .pcontent .left 
	{
	border-left: 1px solid #333;
	float: left;
	padding: 0 20px;
	width: 390px;
	}

#panel .pcontent .center 
	{
	border-left: 1px solid #333;
	display:block;
	float:left;
	margin-left:10px;
	padding: 0 20px;
	width: 230px;
	}
	
	#panel .pcontent .center p
	{
	padding-left:10px;
	}
	
#panel .pcontent .right 
	{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	float: right;
	padding: 0 20px;
	width: 225px;
	}

#panel .pcontent form 
	{
	margin: 0 0 10px 10px;
	}

#panel .pcontent label 
	{
	clear: both;
	display: block;
	float: left;
	padding: 5px 0px;
	}

#panel .pcontent input.field 
	{
	background: #414141;
	border: 1px #1A1A1A solid;
	color: white;
	height: 16px;
	margin-right: 5px;
	margin-top: 5px;
	width: 200px;
	}

#panel .pcontent input:focus.field 
	{
	background: #545454;
	}


/*------------------------------------------------------- PANEL BUTTONS */
/* Login and Register buttons */

#panel .pcontent input.bt_login,
#panel .pcontent input.bt_register 
	{
	border: none;
	clear: left;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	height: 24px;
	margin: 10px 0;
	text-align: center;
	}

#panel .pcontent input.bt_login 
	{
	background: transparent url(images/bt_login.png) no-repeat 0 0;
	width: 74px;
	}

#panel .pcontent input.bt_register 
	{
	background: transparent url(images/bt_register.png) no-repeat 0 0;
	color: white;
	width: 94px;
	}

#panel .lost-pwd 
	{
	clear: right;
	display: block;
	float:left;
	font-size: 0.95em;
	padding: 15px 5px 0;
	text-decoration: underline;
	}



/*------------------------------------------------------- PANEL TAB BUTTON */

#tablarge 
	{
	background:transparent url(images/tab_b.png) repeat-x 0 2px;
	margin:0 auto;
	padding:0;
	width: 100%;
	}

.tab 
	{
	display:block;
	height: 46px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	position: relative;
	top: 0;
	width: 1000px;
	z-index: 999;
	}

.tab ul.login 
	{
	clear: right;
	color: white;
	display: block;
	float: right;
	font-size: 80%;
	font-weight: bold;
	height: 46px;
	line-height: 42px;
	margin: 0;
	position: relative;
	right: 0px;
	text-align: center;
	width: auto;
	}

.tab ul.login li.left 
	{
	background:transparent url(images/tab_l.png) no-repeat left 0px;
	display: block;
	float: left;
	height: 46px;
	margin: 0;
	padding: 0;
	width: 30px;
	}

.tab ul.login li.right 
	{
	background:transparent url(images/tab_r.png) no-repeat left 0px;
	display: block;
	float: left;
	height: 46px;
	margin: 0;
	padding: 0;
	width: 30px;
	}

.tab ul.login li 
	{
	background:transparent url(images/tab_m.png) repeat-x 0 0;
	display: block;
	float: left;
	height: 46px;
	padding: 0 5px;
	text-align: left;
	}

.tab ul.login li a 
	{
	color: #15ADFF;
	}

.tab ul.login li a:hover 
	{
	color: white;
	}

.tab .sep 
	{
	color:#414141
	}

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

.tab a.open {background: url(images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(images/bt_close.png) no-repeat left -19px;}