/*
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 */
.tab {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 30px;
	position: relative;
    top: 0;
    z-index: 800;
    font: 11px arial, helvetica, sans-serif;
}

.tab ul.login {
	display: block;
	position: relative;
  float: right;
  clear: right;
  height: 30px;
	width: auto;
  font-weight: bold;
	line-height: 24px;
	margin: 0;
  right: 10px;
  color: white;
  font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
  	height: 27px;
	width: 22px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
  	height: 27px;
	width: 22px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 27px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #e28c05;
  text-decoration:none;
}

.tab ul.login li a:hover {
	color: white;
  text-decoration:underline;
}

.tab .sep {color:#414141;}


/* 


.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 4px;
}


.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;}

*/

/* sliding panel */
#toppanel {
    /* position: absolute;*/   /*Panel will overlap  content */
    position: absolute;   /*Panel will "push" the content down */
    top: 0;
    width:1010px;
    z-index: 800;
    text-align: center;
    margin-left: 15px;
}

#login_panel {
	width: 100%;
	height: 155px;
	color: #e0d4c1;
	background: #323232;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	font: normal 100% "Arial", "verdana", sans-serif;
}

#login_panel h1 {
	font-size: 14px;
	padding: 0px 0 10px;
	margin: 0;
	color: white;
	font: normal 24px "Georgia", "Times", serif;
}

#login_panel h2{
	font-size: 12px;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
	font: normal 24px "Georgia", "Times", serif;
}

#login_panel p {
	margin: 5px 0;
	padding: 0;
}

#login_panel a {
	text-decoration: none;
	color: #e28c05;
}

#login_panel .standard { color: #e0d4c1; text-decoration: none; }
#login_panel .standard:hover { color: #ffffff; }

#login_panel a:hover {
	color: white;
}

#login_panel a-lost-pwd {
	display: block;
	float: left;
}

#login_panel .content {
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.80em;
	font-family: Arial;
}

#login_panel .content .left {
	width: 300px;
	height: 130px;
	float: left;
	padding: 0 20px;
	
}


#login_panel .content .right {

	height: 130px;
	
}



#login_panel .content form {
	margin: 0 0 10px 0;
}

#login_panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 100px;
	display: block;
}

#login_panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-top: 4px;
	width: 150px;
	color: white;
	height: 16px;
}

#login_panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#login_panel .content input.bt_login,
#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;
}

#login_panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/button_logga_in.png) no-repeat 0 0;
}

#login_panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/button_register.png) no-repeat 0 0;
}

#login_panel .lost-pwd {
  line-height:20px;
	font-size: 0.95em;
	text-decoration: none;
	color: #e28c05;
}



/* sliding panel */


#help_panel {
	width: 100%;
	height: 160px;
	color: #e0d4c1;
	background: #323232;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	border-top: 1px solid #000000;
}

#help_panel h1 {
	font-size: 14px;
	padding: 0px 0 10px;
	margin: 0;
	color: white;
	font: normal 24px "Georgia", "Times", serif;

}

#help_panel h2{
	font-size: 11px;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
	font: normal 24px "Georgia", "Times", serif;
}

#help_panel p {
	margin: 5px 0;
	padding: 0;
}

#help_panel .standard { color: #e0d4c1; text-decoration: none; }
#help_panel .standard:hover { color: #ffffff; }

#help_panel a {
	text-decoration: none;
	color: #15ADFF;
}

#help_panel a:hover {
	color: white;
}

#help_panel a-lost-pwd {
	display: block;
	float: left;
}

#help_panel .content {
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
	font-family: Arial;
}

#help_panel .content .left {
	width: 300px;
	float: left;
	padding: 0 15px;

	height: 135px;
}


#help_panel .content .right {

	height: 135px;
}



#help_panel .content form {
	margin: 0 0 10px 0;
}

#help_panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 100px;
	display: block;
}

#help_panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-top: 4px;
	width: 150px;
	color: white;
	height: 16px;
}

#help_panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#help_panel .content input.bt_login,
#help_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;
}

#help_panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/button_logga_in.png) no-repeat 0 0;
}

#help_panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/button_register.png) no-repeat 0 0;
}

#help_panel .lost-pwd {
  line-height:20px;
	font-size: 0.95em;
	text-decoration: none;
	color: #e28c05;
}

