/*
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(http://www.paymentsgateway.com/images/panel/tab_b.png) repeat-x 0 0;
	height: 42px;
	width: 100%;
	position: relative;
    top: 0;
    z-index: 999;
	margin:0px auto 0px auto;
	text-align:center;
}


.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 13px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(http://www.paymentsgateway.com/images/panel/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(http://www.paymentsgateway.com/images/panel/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
background:url("http://www.paymentsgateway.com/images/panel/tab_m.png") repeat-x scroll 0 0 transparent;
display:block;
float:left;
height:42px;
padding:0px 0 0 4px;
text-align:left;
}



.tab ul.login li a {
color:#6695cb;
font-size:11px;
margin:0px 0 0 0;
}
.tab ul.login li a:hover {
	color: white;
	text-decoration:none;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
cursor:pointer;
display:block;
height:20px;
line-height:20px !important;
padding-left:24px !important;
position:relative;
top:11px;
}

.tab a.open {background: url(http://www.paymentsgateway.com/images/panel/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(http://www.paymentsgateway.com/images/panel/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(http://www.paymentsgateway.com/images/panel/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(http://www.paymentsgateway.com/images/panel/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 37px;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
color:white;
font-family:Calibri;
font-size:16px;
margin:0;
padding:0;
}


#panel p {
color:#999999;
font-size:12px;
line-height:16px;
margin:4px 0 0;
padding:0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content label {
clear:both;
display:block;
font-size:11px;
padding:0 0 2px;
width:239px;
}
#panel .content input.field {
background:none repeat scroll 0 0 #414141;
border:1px solid #1A1A1A;
color:white;
height:13px;
margin-right:5px;
padding:4px 2px 6px 6px;
width:200px;
margin-bottom:9px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 28px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
background:url("http://www.paymentsgateway.com/images/spriteToplogin.png") no-repeat scroll -145px -5px transparent;
left:0;
position:relative;
top:-6px;
width:121px;
}
#panel .content input.bt_login:hover {
	width: 121px;
	background-position: -145px -45px;
}

#panel .content input.bt_register {
background:url("http://www.paymentsgateway.com/images/spriteTopLogin.png") no-repeat scroll -6px -5px transparent;
color:white;
left:-5px;
position:relative;
top:-4px;
width:127px;
}
#panel .content input.bt_register:hover {
	background-position: -6px -45px;
}

#panel .lost-pwd {
clear:both;
display:block;
float:left;
font-size:0.95em;
padding:0 0;
position:relative;
text-decoration:underline;
top:-7px;
}
.panelWrap {
background-image:url("http://www.paymentsgateway.com/images/spriteTopLogin.png");
background-position:-124px -204px;
background-repeat:no-repeat;
display:block;
height:275px;
margin:0 auto;
text-align:center;
width:1000px;
}
.panelColumnA {
display:inline;
float:left;
height:200px;
position:relative;
width:391px;
}
.merchantBtn {
background-image:url("http://www.paymentsgateway.com/images/spriteTopLogin.png");
background-position:-285px -5px;
background-repeat:no-repeat;
height:23px;
left:107px;
position:absolute;
top:170px;
width:121px;
}
.merchantBtn:hover{
background-position:-285px -45px;
}




.partnerBtn {
background-image:url("http://www.paymentsgateway.com/images/spriteTopLogin.png");
background-position:-425px -5px;
background-repeat:no-repeat;
height:29px;
left:234px;
position:absolute;
top:170px;
width:121px;
}
.partnerBtn:hover {
background-position:-425px -45px;
}

/* Panel Log In  */
.panelColumnA {
display:inline;
float:left;
height:200px;
position:relative;
width:391px;
}
.panelColumnB {
display:inline;
float:left;
height:200px;
margin:0px 0 0 11px;
width:200px;
}
.panelColumnC {
display:inline;
float:left;
height:200px;
margin:0px 0 0 65px;
width:200px;
}


/* Panel Admin  */
.dividerShadow{
	width: 42px;
	height: 225px;
	background-image:url(http://www.paymentsgateway.com/images/panel/dividerShadow.png);
	background-repeat: no-repeat;
	float:right;
}
.panelColumnAadmin {
display:inline;
float:left;
height:200px;
position:relative;
width:413px;
}

.panelColumnBadmin {
display:inline;
float:left;
height:200px;
margin:17px 0 0;
width:244px;
}
.panelColumnCadmin {
	display:inline;
	float:left;
	height:201px;
	margin:22px 0 0 40px;
	width:225px;
	background-image:url(http://www.paymentsgateway.com/images/panel/panelSubBkg.gif);
	background-repeat: no-repeat;
}
.panelComBtnA{
	width: 216px;
	height: 37px;
	background-image:url(http://www.paymentsgateway.com/images/panel/panelComBtns.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin:3px 0 0 5px;
}
.panelComBtnA:hover{
	background-position: -227px 0px;
}
.panelComBtnB{
	width: 216px;
	height: 37px;
	background-image:url(http://www.paymentsgateway.com/images/panel/panelComBtns.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
	margin:2px 0 0 5px;
}
.panelComBtnB:hover{
	background-position: -227px -39px;
}
.panelComBtnC{
	width: 216px;
	height: 37px;
	background-image:url(http://www.paymentsgateway.com/images/panel/panelComBtns.png);
	background-repeat: no-repeat;
	background-position: 0px -78px;
	margin:2px 0 0 5px;
}
.panelComBtnC:hover{
	background-position: -227px -78px;
}
.panelComBtnD{
	width: 216px;
	height: 37px;
	background-image:url(http://www.paymentsgateway.com/images/panel/panelComBtns.png);
	background-repeat: no-repeat;
	background-position: 0px -117px;
	margin:2px 0 0 5px;
}
.panelComBtnD:hover{
	background-position: -227px -117px;
}
.panelComBtnE{
	width: 216px;
	height: 37px;
	background-image:url(http://www.paymentsgateway.com/images/panel/panelComBtns.png);
	background-repeat: no-repeat;
	background-position: 0px -156px;
	margin:2px 0 0 5px;
}
.panelComBtnE:hover{
	background-position: -227px -156px;
}


















#toggle {
padding:0 0 0 3px;
min-width:10px;
}

