/*
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 *****/
.weaverfm-clear {clear: both;height: 0;line-height: 0;}
.weaverfm-clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.weaverfm-clearfix {display: inline-block;}
.weaverfm-clearfix {height: 1%;}
.weaverfm-clearfix {display: block;}

/* Panel Tab/button */
.weaverfm-tab {
  	background: url(tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.weaverfm-tab ul.weaverfm-login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.weaverfm-tab ul.weaverfm-login li.weaverfm-left {
  	background: url(tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.weaverfm-tab ul.weaverfm-login li.weaverfm-right {
  	background: url(tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.weaverfm-tab ul.weaverfm-login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(tab_m.png) repeat-x 0 0;
}

.weaverfm-tab ul.weaverfm-login li a {
	color: #15ADFF;
}

.weaverfm-tab ul.weaverfm-login li a:hover {
	color: white;
}

.weaverfm-tab .weaverfm-sep {color:#414141}

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

.weaverfm-tab a.weaverfm-open {background: url(bt_open.png) no-repeat left 0;}
.weaverfm-tab a.weaverfm-close {background: url(bt_close.png) no-repeat left 0;}
.weaverfm-tab a:hover.weaverfm-open {background: url(bt_open.png) no-repeat left -19px;}
.weaverfm-tab a:hover.weaverfm-close {background: url(bt_close.png) no-repeat left -19px;}

/* sliding panel */
#weaverfm-toppanel {
    position: absolute;  /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
   	top: 0;
	right:0;
    width: 100%;
    z-index: 500;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#weaverfm-panel {
	width: 100%;
	height: 270px;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 500;
}

#weaverfm-panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#weaverfm-panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#weaverfm-panel p {
	margin: 5px 0;
	padding: 0;
}

#weaverfm-panel a {
	text-decoration: none;
	color: #15ADFF;
}

#weaverfm-panel a:hover {
	color: white;
}

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

#weaverfm-panel .weaverfm-content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
}

#weaverfm-panel .weaverfm-content .weaverfm-left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#weaverfm-panel .weaverfm-content .weaverfm-center {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#weaverfm-panel .weaverfm-content .weaverfm-right {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	/* GB Edits 11-26-09 */
	color: #999999;
	font-size: 0.85em;
}

#weaverfm-panel .weaverfm-content form {
	margin: 0 0 10px 0;
}

#weaverfm-panel .weaverfm-content label {
	/*float: left;*/
	padding-top: 4px;
	clear: both;
	width: 280px;
	display: block;
}

#weaverfm-panel .weaverfm-content input.weaverfm-field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#weaverfm-panel .weaverfm-content input:focus.weaverfm-field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#weaverfm-panel .weaverfm-content input.weaverfm-bt_login,
#weaverfm-panel .weaverfm-content input.weaverfm-bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#weaverfm-panel .weaverfm-content input.weaverfm-bt_login {
	width: 74px;
	background: transparent url(bt_login.png) no-repeat 0 0;
}

#weaverfm-panel .weaverfm-content input.weaverfm-bt_register {
	width: 94px;
	color: white;
	background: transparent url(bt_register.png) no-repeat 0 0;
}

#weaverfm-panel .weaverfm-lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

#weaverfm-event-fail {
	background-image:url('minus_white.png');
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	float:right;
	margin-right:45px;
	margin-top:4px;
	visibility:hidden;
}

#weaverfm-event-email {
	background-image:url('forward_email.png');
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	float:right;
	margin-right:45px;
	visibility:hidden;
	margin-top:4px;
}

#weaverfm-panel {
	height: auto;
}
