/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.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;background:none;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {

	height: 42px;
    z-index: 999;
	
}

.tab ul.login {
	display: block;
	
  	font-weight: bold;
	margin: 0;
	color: white;
  	font-size: 80%;
	text-align: center;
	margin:0px;
	padding:0px 0px 0px 12px;
}

.tab ul.login li {
 	text-align: middle;
  	display: block;
	float: left;
	height: 42px;
  	
}

.tab ul.login li a {
	color: #FFBB6D;
}

.tab ul.login li a:hover {
	color:#8EB13B;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	font-weight:bold;
	font-size:11px;
	
	position: relative;
	top: 11px;
}

/*.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 */
#panel {
	width: 25%;
	line-height:30px;
	color: #999999;
	background:url(../images/bg_bule.png) repeat top left;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	display: none;
	border:#406795 solid 1px;	
}

#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: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #F2A443;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content1 {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content1 .left {
	width: 280px;
	float: left;
	padding: 0 15px;	
}
#panel .content1 form {
	margin: 0 0 10px 0;
}

#panel .content1 label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content1 input.field {
	border: 1px #2B5686 solid;
	background: #8BA8CE;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color:#F6F6F6;
	height:16px;
	font-size:11px;
}

#panel .content1 input:focus.field {
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content1 input.bt_login,
#panel .content1 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 .content1 input.bt_login {
	width: 74px;
	/*background: transparent url(../images/bt_login.png) no-repeat 0 0;*/
}

#panel .content1 input.bt_register {
	width: 50px;
	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;
}


/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/       


a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;/*remove border for linked images*/
}

h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content1 {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}
.fntcol{ color:#FFFFFF; font-size:11px;line-height:16px;}
ul.bullet { margin:10px 0px 10px 0px; padding:0px; list-style:none}
ul.bullet li{background:url(../images/arrow1.png) no-repeat 5px left; vertical-align:top; padding-left:8px;}
.ss1 a{ color:#FF00FF;}
.ss1 a:hover{ color:#FF00FF;}
.button3 { background-color:#214A80; color: #ffffff; height:24px; width:77px; display:block; border:solid 1px #122E52;}

