/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0; }
.clearfix:after {content: ".";display: block;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: 1001;
	
}

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

.tab ul.login 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.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 32px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

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

.tab ul.login li a {
	color: #958b73; text-decoration: none;
}

.tab ul.login 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: 65px;
	position: relative;
	top: 11px;
	 font:normal 11px tahoma; 
}

.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 */ left: 0px;
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
	
}

#panel {
	width: 100%;
	height: 300px;
	color: #999999;
	background: /*#272727*/ #492f0f;/* background: url(../images/bgMain_woodTop.jpg) repeat;*/
	overflow: hidden;
	position: relative;
	z-index: 3;
	display:none;  padding-top: 5px; /*none*/}

#panel h1 {
	font-size: 1.6em;
	margin: 0;
	color: white; }

#panel h2{
	font-size: 10px;
	margin: 0;
	padding-bottom: 8px;
	color: #a47433;}

#panel p {
	margin: 5px 0;
	padding: 0;}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

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

#panel .content .left #basic {height: 200px; overflow-y:auto !important; position: relative;}
#panel .content .left #basic table td {vertical-align: middle;color: #d5a96e; font-weight: bolder; border-bottom:1px dotted #39270f; border-top:1px dotted #39270f;}
#panel .content .left #basic table tr:hover {background: #65461d; }
#panel .content .left #basic label{width: 100%; margin: 0; padding: 0;}
#panel .content .left #basic label a{ color: #c0a96e; font-weight: bold}
#panel .content .left #basic label a:hover {color: #f1ebda;}

#panel .loader {color: #9a6d30; font-size:10px; position: relative; width: 80px;  left:  50%; top: 10px;}
#panel .loader img{vertical-align: middle;}


#panel .content .left #group2 {height: 200px; overflow-y:auto !important; position: relative;  }
#panel .content .left #group2 table td {vertical-align: middle;color: #d5a96e; border-bottom:1px dotted #39270f; border-top:1px dotted #39270f; font-size:11px; }
#panel .content .left #group2 table tr:hover {background: #65461d;}
#panel .content .left #group2 table tr{height:  25px; height:  25px;}
#panel .content .left #group2 table tr .check{width: 18px; }
#panel .content .left #group2 label{width: 100%; padding: 1%;}
#panel .content .left #group2 label a{ color: #c0a96e;}
#panel .content .left #group2 label a:hover {color: #f1ebda;}


#panel .content .left #all {height: 200px; overflow-y:auto !important; position: relative; }
#panel .content .left #all table td {vertical-align: middle;color: #d5a96e; border-bottom:1px dotted #39270f; border-top:1px dotted #39270f; font-size:11px; 
}
#panel .content .left #all table tr:hover {background: #65461d;}
#panel .content .left #all table tr{height:10px; height:  25px;}
#panel .content .left #all table tr .check{width: 18px;}
#panel .content .left #all label{width: 50%; padding: 1%;}
#panel .content .left #all label a{ color: #c0a96e; }
#panel .content .left #all label a:hover {color: #f1ebda;}



#panel #sel {float: right; width: 100%; position: relative;}
#panel #sel span{ position: relative;   display: inline; float: right;  right: 103px; top: 5px  }
#panel #sel span form {margin: 0; padding: 0; display: inline; }
#panel #sel span .but {color: black; font:bold 10px tahoma; padding: 2px 6px 2px 6px; margin: 0px  }


#panel #sel .search {width: 100%; position: relative; font:normal 11px tahoma; padding: 3px; border-top:1px solid #2e1e0b; 
border-left:1px solid #2e1e0b; border-bottom:1px solid #f9e3c1; border-right: 1px solid #f9e3c1; background: #fbf4e9;}
#panel #sel span img{ vertical-align: middle;}


#panel .content .left {
	width: 275px;
	height: 240px;
	background: transparent;
	
	float: left;
	padding: 0 15px;
	border-left: 1px solid #39270f;
		position: relative;
}


#panel .content .right {
	border-right: 1px solid #333;
}



/*
#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}*/



