/*
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(../img/tab_b.png) repeat-x 0 0; */
	width: 980px; height: 42px;
	position: relative;
	top: 0;
	z-index: 999;
}

.tab ul.login,
.tab ul.linguas_tab {
	/* background: url("../img/aba_menu_top.png") no-repeat scroll center top transparent; */
	display: block;
	position: absolute;
	height: 36px;
	width: auto;
	font-weight: bold;
	line-height: 38px;
	margin: 0;
	padding: 0;
	right: 67px;
	color: white;
	font-size: 0;
	text-align: center;
}

.tab ul.linguas_tab {
	right: 0;
	top: 5px;
	height: auto;
	line-height: 21px;
}

.clientes .tab ul.login,
.clientes .tab ul.login li a,
.clientes .tab ul.linguas_tab,
.clientes .tab ul.linguas_tab li a {
	font-size: 12px;
}

.clientes .tab ul.login span,
.clientes .tab ul.login li a span,
.clientes .tab ul.linguas_tab span,
.clientes .tab ul.linguas_tab li a span,
.clientes .right_login {
	font-weight: normal;
}

.tab ul.login li.left_login {
	padding: 0 0 0 30px;
	margin: 0;
	display: block;
	float: left;
	background: url("../img/aba_menu_top.png") no-repeat scroll left top transparent;
}

.tab ul.linguas_tab li.left_login {
	padding: 0 0 0 13px;
	margin: 0;
	display: block;
	float: left;
	background: url("../img/left_curve.png") no-repeat scroll left top transparent;
}

.tab ul.login li.right_login {
	padding: 0 30px 0 0;
	margin: 0;
	display: block;
	float: left;
	background: url("../img/aba_menu_top.png") no-repeat scroll right top transparent;
}
.tab ul.linguas_tab li.right_login {
	padding: 0 13px 0 0;
	margin: 0;
	display: block;
	float: left;
	background: url("../img/right_curve.png") no-repeat scroll right top transparent;
}
.clientes .tab ul.login li.right_login,
.clientes .tab ul.linguas_tab li.right_login {
	background: none;
}
.clientes .tab ul.login li.right_login a,
.clientes .tab ul.linguas_tab li.right_login a {
	font-weight: normal;
}

.tab ul.login li.left,
.tab ul.linguas_tab li.left {
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

.tab ul.login li.right,
.tab ul.linguas_tab li.right {
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

.tab ul.login li,
.tab ul.linguas_tab li {
	height: 35px;
	padding: 0 8px;
	display: inline-block;
	float: left;
	background: #ff5312;
	/* background: url(../img/tab_m.png) repeat-x 0 0; */
}
.tab ul.linguas_tab li {
	background: #4D4D4D;
	height: 21px;
	padding: 0;
}


.clientes .tab ul.login li,
.clientes .tab ul.linguas_tab li {
	background: none;
}

.tab ul.login li a,
.tab ul.linguas_tab li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}

.tab ul.linguas_tab li a {
	background: url(../img/flag_eng.png) no-repeat 0 5px;
	display: block;
    padding-left: 18px;
	font-size: 10px;
	font-weight: normal;
}

.tab ul.login li a:hover,
.tab ul.linguas_tab li a:hover {
	color: white;
}

.tab .sep {color:#414141;font-size: 16px;
	float: left;}

.tab a.open, .tab a.close {
	height: 18px;
	line-height: 18px !important;
	padding-left: 20px !important;
	cursor: pointer;
	display: block;
	/* width: 100px; */
	position: relative;
	top: 0;
}

.tab a.open {background: url(../img/bt_open.png) no-repeat left 1px;}
.tab a.close {background: url(../img/bt_close.png) no-repeat left 1px;}
.tab a:hover.open {background: url(../img/bt_open.png) no-repeat left -17px;}
.tab a:hover.close {background: url(../img/bt_close.png) no-repeat left -17px;}

/* sliding panel */
#toppanel {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
	top: -5px;
	width: 980px;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block !important;
}

#panel {
	width: 980px; height: 170px;
	color: #999999; background: #272727;
	border-top: 5px solid #ff5312;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0 0 20px 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel p.topslide_msg_login {
	margin: 13px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #cdcdcd;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#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;
	font-size: 0.85em;
}

#panel .content .left {
	width: 25%;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #fff;
}

#panel .content .right {
	border-right: 1px solid #fff;
}

#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 #fff solid;
	background: #fff;
	color: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 98%;
	height: 24px;
	padding: 5px
}

#panel .content input:focus.field {
	background: #fff;
	border: 1px solid #f63;
	color: #414141;
}

/* 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: none repeat scroll 0 0 #f63;
	color: #fff;
	height: 30px;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../img/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:right;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

#panel .big {
	width: 100% !important;
	border: 0 !important;
}

#panel .login {
	display: inline-block;
    width: 45%;
}

#panel .button {
	display: inline;
	position: absolute;
	right: 60px; top: 71px;
}

#panel .submenus {
	text-align: center;
}

#panel .submenus a {
	color: #ff5312;
	font-size: 16px;
}

#panel .submenus a:hover {
	text-decoration: underline;
}

.no_margin_bottom {
	margin: 0 !important;
}