/*
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 #1 */
.tab {
  	background:url(https://pos.techbeammedia.net/images/TAB_Background.png) top left no-repeat;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
	font-size: 80%;
}

.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;*/

  	
	text-align: center;
}


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

.tab ul.login li a {
	color: #928d8d;
	

	
}

.tab ul.login li a:hover {
	color: #53bb49;
}


.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	padding-top:0px;
	padding-bottom:0px;
	margin:0;
	cursor: pointer;
	display: block;
	width: 152px;
	position: relative;
	top: 11px;
	text-decoration:none;

	
}

/*.tab a.open {background: url(https://pos.techbeammedia.net/images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(https://pos.techbeammedia.net/images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(https://pos.techbeammedia.net/images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(https://pos.techbeammedia.net/images/bt_close.png) no-repeat left -19px;}*/

 .tab a.open {background: url(https://pos.techbeammedia.net/images/bt_open.png) no-repeat left 0 ; }
 .tab a.close {background: url(https://pos.techbeammedia.net/images/bt_close.png) no-repeat left 0;}
.tab  a:hover.open {background: url(https://pos.techbeammedia.net/images/bt_open.png) no-repeat left -19px;}
.tab  a:hover.close {background: url(https://pos.techbeammedia.net/images/bt_close.png) no-repeat left -19px;}



/* sliding panel */
#toppanel, #toppanel-2, #toppanel-3 {
   /* position: absolute; */  /*Panel will overlap  content */
    position: relative;   /*Panel will "push" the content down */
    top: 0;
	left: 50px;
    width: 176px;
    z-index: 999;
	float:left;
	margin-top:4px;
	margin-right:6px;
/*    text-align: center;
    margin-left: auto;
    margin-right: auto;*/
}

#toppanel-4{
	position: relative;   /*Panel will "push" the content down */
    top: 0;
	right:8px;
	/*width: 176px; */
    z-index: 999;
	float:right;
	margin-top:4px;
}

#panel, #panel-2, #panel-3 {
	width: 176px;
	height: auto;
	background: #272727;
	overflow: hidden;
	position: relative;
	left: 4px;
	z-index: 3;
	/*display: none;*/
}

#panel-4
{
    width: 250px;
	height: auto;
	background: #272727;
	overflow: hidden;
	position: relative;
	left: 4px;
	z-index: 3;
	/*display: none;*/
}


#panel .content, #panel-2 .content, #panel-3 .content{
	width: 170px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

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

/*********************************** drop down menu   ***************************************/

.dropMenu{
/*	width:186px;*/
	font-size: 0.85em;
	/*height:150px;
	overflow:auto;
	overflow-x: hidden;
	border:1px solid #497e2c;
	margin:-2px auto 0px auto;
	padding:0;
	background-color: #000;*/
	
}
.dropMenu ul{
	padding:0;
	margin:0;
	background-color: #262626;
	

}
.dropMenu li{
 border-bottom:1px solid #000;
 border-left:1px solid #000;
 list-style:none;
 margin:0;
 
}
.dropMenu a, a:visited{
color:#928d8d;
text-decoration:none;
display:block;
width:100%;
margin:0;

padding:2px 0px 0px 4px;
margin-right:-8px;

}

.dropMenu a:hover{
background-color:#373737;
color:#ffffff;

}

.dropMenu .lastLI{
	border-bottom:0px;
}

.dropMenu a.last{
	background:url(https://pos.techbeammedia.net/images/menu_br_corner.png) no-repeat right -29px;

	
}
.dropMenu a:hover.last{
	background:#373737 url(https://pos.techbeammedia.net/images/menu_br_corner.png) no-repeat right 0px;
}