/*
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

**** 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(tab_b.png) repeat-x 0 -6px;
	height: 42px;
	position: relative;
	top: 0;
	z-index: 999;
}
.tab UL.login
{
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 42px;
	width: auto;
	font-weight: bold;
	line-height: 42px;
	margin: 0;
	padding-left: 1px;
	top: -6px;
	right: 0%;
	color: #FFFFFF;
	font-size: 80%;
	text-align: center;
}
.tab UL.login .bubble-icon
{
	float: left;
	padding-left: 18px;
	padding-right: 15px;
}
.tab UL.login .bubble-icon.bubble-icon-alternative
{
	padding-left: 28px;
	padding-right: 5px;
}
.tab UL.login LI.left
{
	background: url(tab_l.png) no-repeat left 0;
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab UL.login LI.right
{
	background: url(tab_r.png) no-repeat left 0;
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab UL.login LI
{
	text-align: left;
	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
	background: url(tab_m.png) repeat-x 0 0;
}
.tab UL.login LI A
{
	color: #FFFFFF;
}
.tab UL.login LI A:hover
{
	color: #FFFFFF;
}
.tab .sep
{
	color: #414141;
}
.tab .open-wrapper, .tab .close-wrapper
{
	display: block;
	height: 20px;
}
.tab .open-wrapper
{
	width: 183px;
}
.tab A.open, .tab A.close
{
	display: block;
	float: left;
	padding-left: 30px !important;
	line-height: 20px !important;
	cursor: pointer;
	width: 120px;
	position: relative;
	top: 11px;
}
.tab A.open
{
	width: auto;
	background: url(bt_open.png) no-repeat left 0;
}
.tab A.open.without-plus
{
	background: none;
	padding-left: 0 !important;
}
.tab .close-wrapper
{
	padding-left: 118px;
}
.tab A.close
{
	background: url(bt_close.png) no-repeat left 0;
	font-size: 10pt;
	width: 65px;
	opacity: 0.8;
}
.tab A:hover.open
{
	background: url(bt_open.png) no-repeat left -19px;
}
.tab A:hover.open.without-plus
{
	background: none;
}
.tab A:hover.close
{
	background: url(bt_close.png) no-repeat left -19px;
	opacity: 1;
}
/*sliding panel*/
#toppanel
{
	position: absolute;
	top: 66px;
	right: 0;
	width: 275px;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#panel
{
	width: 100%;
	height: auto;
	color: #999999;
	background: #272727;
	border-left: 1px solid #FFF;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	-webkit-box-shadow: -1px 2px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -1px 2px 8px 0px rgba(0,0,0,0.5);
	box-shadow: -1px 2px 8px 0px rgba(0, 0, 0, 0.5);
}
#panel H1
{
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: #FFFFFF;
}
#panel H2
{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: #FFFFFF;
}
#panel P
{
	margin: 5px 0;
	padding: 0;
}
#panel A
{
	text-decoration: none;
	color: #15ADFF;
}
#panel A:hover
{
	color: #FFFFFF;
}
#panel .panel-logo
{
	text-align: center;
}
#panel .form-group
{
	margin-bottom: 0;
}
#panel .not-member, #panel .problems-registering
{
	padding-bottom: 10px;
}
/*#panel a-lost-pwd*/
#INVALID-RULE
{
	display: block;
	float: left;
}
#panel .content
{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}
#panel .content .left
{
	width: 100%;
	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;
}
#panel .content LABEL
{
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
#panel .content INPUT.field
{
	border: 1px solid #1A1A1A;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: #FFFFFF;
	height: 28px;
	font-size: 12px;
	padding: 0;
}
#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(bt_login.png) no-repeat 0 0;
	color: #171717;
}
#panel .content INPUT.bt_register
{
	width: 94px;
	color: #FFFFFF;
	background: transparent url(bt_register.png) no-repeat 0 0;
}
#panel .lost-pwd
{
	display: block;
	float: left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
#panel .panel-nav
{
	padding: 20px 0;
}
#panel .panel-nav .nav > LI > A:hover, #panel .panel-nav .nav > LI > A:focus
{
	background: none;
}
.atype
{
	padding: 2px;
	background-color: #FFFFFF;
	width: 84px;
	margin: 4px 0 2px 11px;
	border: 2px ridge #000000;
	border-top: 1px solid #000000;
	font-size: 8.5pt;
	color: #000000;
}
