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

/***** 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/panel/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

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

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

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

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

.tab ul.one li a 
{
	color: white;
	text-decoration:none;
	
}

.tab ul.one li a:hover {
	color: #15ADFF;
}

.tab .sep {color:#414141}

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

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

/* sliding panel */
#toppanel {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
}

.panelWrapper
{
	width: 100%;
	background: #272727;
}

#panel 
{
	width:1000px;
	margin:0px auto;
	height: 200px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

#panel2 
{
	width:1000px;
	margin:0px auto;
	height: 200px;
	overflow: hidden;
	position: relative;
	z-index: 4;
}

#panel3 
{
	width:1000px;
	margin:0px auto;
	height: 200px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

#panel4
{
	width:1000px;
	margin:0px auto;
	height: 200px;
	overflow: hidden;
	position: relative;
	z-index: 5;
	display: none;
}


#panel h1, #panel2 h1, #panel3 h1, #panel4 h1
{
	font-size: 1.6em;
	padding: 5px 0px;
	margin: 0;
	color: white;
}

#panel h2, #panel2 h2, #panel3 h2, #panel4 h2
{
	font-size: 1.2em;
	padding: 0px 0;
	margin: 0 0 5px 0;
	color: #3a3a3a;
	font-family:Trebuchet MS;
}

#panel p, #panel2 p, #panel3 p, #panel4 p
{
	margin: 5px 0;
	padding: 0;
	font-family:Trebuchet MS;
	letter-spacing:0.1em;
}

#panel .left, #panel2 .left, #panel3 .left, #panel4 .left
{
	float: left;
	padding: 0;
	margin-right:10px;
	/*border-right: 1px solid #fff;
	background: transparent url(../images/sep.jpg) repeat-y right top;
	margin-right:8px;*/
}


#panel a, #panel2 a, #panel3 a, #panel4 a
{
	text-decoration: none;
	color: #555;
	font-weight:bold;
	font-size:13px;
}

#panel td, #panel2 td, #panel3 td, #panel4 td
{
	vertical-align:middle;
	font-size:11px;
	font-weight:600;
	color: #000;
}

/*Text inputs*/
#panel input, #panel2 input, #panel3 input, #panel4 input {font:12px Arial, Helvetica, sans-serif; padding:0; border:0px; background-color:Transparent; }
#panel select, #panel2 select, #panel3 select, #panel4 select {font:12px Arial, Helvetica, sans-serif; padding:0; border:0px; margin-right:0px; }
.NFTextCenter {height:15px; background:url(../images/input.png) repeat-x 0 0; padding:3px 0; margin:0; float:left; line-height:15px;}
.NFTextLeft, .NFTextRight {width:7px; height:21px; vertical-align:middle; float:left;}
.NFTextLeft {background:url(../images/input-left.png) no-repeat 0 0;}
.NFTextRight {background:url(../images/input-right.png) no-repeat 0 0;}