/***** 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;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.logins {
	display: block;
	position: relative;
  	float: left;
  	clear: left;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
   	color: white;
  	font-size: 80%;
	text-align: center;
}
.tab ul.logins li.left {
  	background: url('images/tab_l.png') no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.logins li.right {
  	background: url('images/tab_r.png') no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.logins li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url('images/tab_m.png') repeat-x 0 0;
}
.tab ul.logins li a {
	color: #15ADFF;
}
.tab ul.logins li a:hover {
	color: white;
}
.tab .sep {color:#414141}
.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 75px;
	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 */
#toppanel {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
    top: -3px;
	width: 100%;
	z-index: 999;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}
#girispanel {
	width: 100%;
	height: 305px;
	color: #999999;
	overflow: hidden;
	position: relative;
	display: none;
	background-color: #272727;
	z-index:1001;
	/*-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=50);*/
}
#girispanel .content .left {
	width: 280px;
	float: left; 
	text-align:justify;
	padding-left:25px; 
	padding-top:25px;
	border-left: 1px solid #333;
}
#girispanel .content .right {
	border-right: 1px solid #333;
}
