/*
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(../images/tab_b.png) repeat-x 0 0;
	z-index: 9999;
	float: left;
	width: 100px;
	_width: 80px;
	_overflow: hidden;
}

.tab ul.login {
	display: block;
  	height: 30px;
  	font-weight: bold;
	line-height: 34px;
	margin: 0 0 0 0;
  	color: white;
  	font-size: 80%;
}
/*
.tab ul.login li {
	display: block;
 	text-align: left;
  	background:url(../images/iconLanguageMap.gif) no-repeat 0 11px;
	height: 30px;
	font-size: 1.2em;
	padding-left: 10px;
	width: 100px;
}
*/

.tab ul.login li {
	display: block;
 	text-align: left;
  	background:url(../images/langDropDown1.gif) no-repeat 85px 8px;
	height: 30px;
	font-size: 1.2em;
	padding-right: 23px;
	width: 89px;
}

.tab ul.login li a {
	color:#4693E5!important;
}

.tab ul.login li a:hover {
	color: white;
}

/*
.tab a.open, .tab a.close {
	height: 20px;
	line-height: 16px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 10px;
}
*/

.tab a.open, .tab a.close {
	line-height: 1.2em;
	font-weight: bold;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 70px;
	text-align: left;
	position: relative;
	top: 12px;
}
.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;
    top:0;
    left:242px;
    width:640px;
    z-index:9999;
    margin:0 auto;
}

#panel .colLeft a {
	width: 110px;
	float: left;
	display: block;
}

#panel .colLeft li {
	width: 110px;
	float: left;
	display: block;
}

#panel {
	width: 596px;
	color: #999999;
	background: #AECAF0 url(../images/bkgLanguageSlide.gif) top right no-repeat;
	overflow: hidden;
	position: relative;
	z-index: 9999;
	display: none;
	padding-bottom: 20px;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 10px 0 0 35px;
	color: #fff;
}

#panel a {
	text-decoration: none;
	color: #fff;
}

#panel a:hover {
	text-decoration: underline;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .colLeft a {
	width: 110px;
	float: left;
}

#panel .colLeft ul {
	margin: 20px 0 0 35px
}

#panel .colLeft ul li {
	list-style-type: none;
}

#panel .last ul {
	margin: 20px 0 0 35px;
}

/* 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(../images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/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;
}
