/*
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(../images/tab_b.png) repeat-x 0 0;
	background: url(../img/tab_b.png) repeat-x 0 0;
	background: none;
	position: relative;
	margin: 0 !important;
   /* bottom: 0;*/
	top: 0; /* temp */
	left: 0;
    z-index: 9999999;
	border: 0px solid;
}


.tab a {
	color: #15ADFF;
	color: #CCC;
}

.tab a:hover {
	color: #fff !important;
}

.tab .sep {color: #CCC}

.tab a.open, .tab a.close, .tab a.logout {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 11px;
	/*font-weight: normal;*/
	text-decoration: none;
    text-align: right;
	/*text-transform: uppercase;*/
	line-height: 20px !important;
	padding-top: 2px;
	padding-left: 0 !important;
	padding-right: 58px;
	cursor: pointer;
	display: block;
	height: 23px;
	width: auto;
	position: relative;
	top: 0px;
	color: #fff;
}

.tab span {
	display: block;
	margin-right: -49px;
}

.tab a.open {background: url(/App_Themes/Bennington/img/NavArrowNext.png) no-repeat 162px 5px !important }
.tab a.close {background: url(../img/NavArrowDown.png) no-repeat 162px 5px }
/*.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.open {background: url(../img/UpDownArrows.png) no-repeat left bottom;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}*/

/* Feature Story */

.featureStory {
	/*display: block;*/
	display: none;
	height: 53px;
	width: 215px;
	position: fixed;
	bottom: 163px;
	left: 0;
	border: 0px solid;	
	z-index: 9999999999;
}

.featureStory a:hover {
	color: #fff !important;
	text-decoration: underline !important;	
}


/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    bottom: 216px;
	bottom: 163px;
	left: 0px;
	height: 25px;
	width: 215px;
    z-index: 9999999999;
    text-align: center;
	/*background: #000;*/
	background: url(/App_Themes/Bennington/img/newsPanelBackground.png) 0 -20px no-repeat;
}

#panel {
	width: 100%;
	height: 270px;
	height: auto;
	height: 360px;
	height: 422px;
	width: 215px;
	color: #ffffff;
	background: none;
	padding-top: 15px;
	/*overflow: hidden;*/
	position: relative;
	bottom: 0;
	/* added by Jeff */
	position: fixed;
	bottom: 241px;
	bottom: 187px;
	/* end add */
	z-index: 3;
	display: block;
	overflow: hidden;
	background: url(/App_Themes/Bennington/img/newsPanelBackground.png) top left repeat-y;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2.sf_newsTitle {
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: white;
	text-align: left;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #fff;
}

#panel a:hover, #panel .content a:hover {
	color: #fff !important;
	text-decoration: underline;
}

#panel .content {
	margin: 5px 0 0 0;
}



/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: inline !important;
	/*float: left;
	clear: left;*/
	height: 30px;
	text-align: center;
	text-indent: -9999999em;
	font-size: 0;
	line-height: 0;
	color: transparent;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 0;
	border: 0px solid;
	vertical-align: top;
}

#panel .content div.right a.bt_becomeMember {
	position: absolute;
	top: 17px;
	right: 15px;
	height: 24px;
	width: 200px;
	background: url(/App_Themes/PPTA/img/bttnBecomeMember.png) -200px 0 no-repeat;
}

#panel .content div.right a.bt_becomeMember:hover {
	background: url(/App_Themes/PPTA/img/bttnBecomeMember.png) 0 0 no-repeat;
}


#panel .content input.bt_login {
	height: 24px;
	width: 65px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
	background: transparent url(/App_Themes/PPTA/img/bttnLoginOrange.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 .content .orIcon {
	float: left;
	top: 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

