/*
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 */
#toppanel .tab{
	position: relative;
	top: 0;
	z-index: 999;
	background-image: url(tab_b.png);
	background-repeat: repeat-x;
	background-position: left top;
	left: 0;
	height: 42px;
}
 
.tab ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 42px;
	width: auto;
	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
	color: #548E04;
	font-size: 80%;
	text-align: center;
}
 
.tab ul.login li.left {
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background-image: url(tab_l.png);
	background-repeat: no-repeat;
	background-position: left 0;
}
 
.tab ul.login li.right {
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background-image: url(tab_r.png);
	background-repeat: no-repeat;
	background-position: left 0;
}
 
.tab ul.login li {
	text-align: left;
	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
	background-image: url(tab_m.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	list-style-type: none;
}
 
.tab ul.login li a {
	color: #548E04;
}
 
.tab ul.login li a:hover {
	color: white;
}
 
.tab .sep {color:#414141}
 
.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 35px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}
 
.tab a.open {
	background-repeat: no-repeat;
	background-position: 0px 0;
	background-image: url(bt_open.jpg);
}
.tab a.close {
	background-image: url(bt_close.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0;
}
.tab a:hover.open {
	background-image: url(bt_open_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.tab a:hover.close {
	background-image: url(bt_close_hover.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
}
 
/* sliding panel */
#toppanel {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	left: 0;
}
 
#panel {
	width: 100%;
	height: 240px;
	color: #999999;
	overflow: hidden;
	position: relative;
	z-index: 3;
	background-color: #FFFFFF;
	padding-top: 30px;
	display: none;
}
 
#panel h1 {
	font-size: 18px;
	margin: 0;
	color: #548E04;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
 
#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}
 
#panel p {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 10px;
}
 
#panel a {
	text-decoration: none;
	color: #548E04;
	font-size: 10px;
}
 
#panel a:hover {
	text-decoration: underline;
}
 
#panel a-lost-pwd {
	display: block;
	float: left;
}
 
#panel .content {
	width: 960px;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#panel .content .farleft {
	width: 650px;
	float: left;
	height: 220px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
 
#panel .content .right {
	width: 300px;
	padding-left: 0px;
	float: left;
	height: 190px;
	padding-top: 30px;
}
 
#toggle a {
	font-size: 100%;
	color: #548E04;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
toggle a:hover {
	color: #333333;
}
.farleft img {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
 
a img {
  border: none;/*remove border for linked images*/
}
.bginput {
	background-image: url(../images/bg_input.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 205px;
	padding-left: 5px;
}
