/*
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;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;
	text-align: center;
}

.tab ul.login {
	display: block;
	position: relative;
  	height: 42px;
	width: 900px;
  	font-weight: bold;
	line-height: 42px;
	margin: 0 auto;
  	color: #FFFFFF;
  	font-size: 80%;
}

.tab ul.login li.left {
  	background: url(images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0 0 0 30px;
  	display: block;
	float: left;
}

.tab ul.login 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.login 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.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	cursor: pointer;
	display: block;
	position: relative;
	top: 11px;
}

.tab a.open2, .tab a.close2 {
	height: 20px;
	line-height: 20px !important;
	cursor: pointer;
	display: block;
	position: relative;
	top: 11px;
}

.tab a.open3, .tab a.close3 {
	height: 20px;
	line-height: 20px !important;
	cursor: pointer;
	display: block;
	position: relative;
	top: 11px;
}

.tab a.open4, .tab a.close4 {
	height: 20px;
	line-height: 20px !important;
	cursor: pointer;
	display: block;
	position: relative;
	top: 11px;
}

.tab a.open5, .tab a.close5 {
	height: 20px;
	line-height: 20px !important;
	cursor: pointer;
	display: block;
	position: relative;
	top: 11px;
}

.tab a.open6, .tab a.close6 {
	height: 20px;
	line-height: 20px !important;
	cursor: pointer;
	display: block;
	position: relative;
	top: 11px;
}

.tab a.open7, .tab a.close7 {
	height: 20px;
	line-height: 20px !important;
	cursor: pointer;
	display: block;
	position: relative;
	top: 11px;
}

/* RAZ */
	#toppanel { position: absolute;   /*Panel will overlap  content */ /*position: relative;*/   /*Panel will "push" the content down */ top: 0; width: 100%; z-index: 999; text-align: center; margin-left: auto; margin-right: auto; }
	#panel { width: 100%; height: 35px; color: #999999; background: #272727; overflow: hidden; position: relative; z-index: 3; display: none; }
	#panel h1 { font-size: 1.6em; padding: 5px 0 10px; margin: 0; color: white; }
	#panel h2{ font-size: 1.2em; padding: 10px 0 5px; margin: 0; color: white; }
	#panel p { margin: 5px 0; padding: 0; }
	#panel a { text-decoration: none; color: #15ADFF; }
	#panel a:hover { color: white; }
	#panel .content { width: 900px; margin: 0 auto; padding-top: 15px; text-align: left; font-size: 1em; }
	#panel .content .left { float: left; padding: 0 15px; border-left: 1px solid #333; }
	#panel .content .right { border-right: 1px solid #333; }

/* DWA */
	#toppanel2 { position: absolute;   /*Panel will overlap  content */ /*position: relative;*/   /*Panel will "push" the content down */ top: 0; width: 100%; z-index: 999; text-align: center; margin-left: auto; margin-right: auto; }
	#panel2 { width: 100%; height: 35px; color: #999999; background: #272727; overflow: hidden; position: relative; z-index: 3; display: none; }
	#panel2 h1 { font-size: 1.6em; padding: 5px 0 10px; margin: 0; color: white; }
	#panel2 h2{ font-size: 1.2em; padding: 10px 0 5px; margin: 0; color: white; }
	#panel2 p { margin: 5px 0; padding: 0; }
	#panel2 a { text-decoration: none; color: #15ADFF; }
	#panel2 a:hover { color: white; }
	#panel2 .content { width: 900px; margin: 0 auto; padding-top: 15px; text-align: left; font-size: 1em; }
	#panel2 .content .left { float: left; padding: 0 15px; border-left: 1px solid #333; }
	#panel2 .content .right { border-right: 1px solid #333; }
/* TRZY */
	#toppanel3 { position: absolute;   /*Panel will overlap  content */ /*position: relative;*/   /*Panel will "push" the content down */ top: 0; width: 100%; z-index: 999; text-align: center; margin-left: auto; margin-right: auto; }
	#panel3 { width: 100%; height: 35px; color: #999999; background: #272727; overflow: hidden; position: relative; z-index: 3; display: none; }
	#panel3 h1 { font-size: 1.6em; padding: 5px 0 10px; margin: 0; color: white; }
	#panel3 h2{ font-size: 1.2em; padding: 10px 0 5px; margin: 0; color: white; }
	#panel3 p { margin: 5px 0; padding: 0; }
	#panel3 a { text-decoration: none; color: #15ADFF; }
	#panel3 a:hover { color: white; }
	#panel3 .content { width: 900px; margin: 0 auto; padding-top: 15px; text-align: left; font-size: 1em; }
	#panel3 .content .left { float: left; padding: 0 15px; border-left: 1px solid #333; }
	#panel3 .content .right { border-right: 1px solid #333; }
/* CZTERY */
	#toppanel4 { position: absolute;   /*Panel will overlap  content */ /*position: relative;*/   /*Panel will "push" the content down */ top: 0; width: 100%; z-index: 999; text-align: center; margin-left: auto; margin-right: auto; }
	#panel4 { width: 100%; height: 35px; color: #999999; background: #272727; overflow: hidden; position: relative; z-index: 3; display: none; }
	#panel4 h1 { font-size: 1.6em; padding: 5px 0 10px; margin: 0; color: white; }
	#panel4 h2{ font-size: 1.2em; padding: 10px 0 5px; margin: 0; color: white; }
	#panel4 p { margin: 5px 0; padding: 0; }
	#panel4 a { text-decoration: none; color: #15ADFF; }
	#panel4 a:hover { color: white; }
	#panel4 .content { width: 900px; margin: 0 auto; padding-top: 15px; text-align: left; font-size: 1em; }
	#panel4 .content .left { float: left; padding: 0 15px; border-left: 1px solid #333; }
	#panel4 .content .right { border-right: 1px solid #333; }
/* PIEC */
	#toppanel5 { position: absolute;   /*Panel will overlap  content */ /*position: relative;*/   /*Panel will "push" the content down */ top: 0; width: 100%; z-index: 999; text-align: center; margin-left: auto; margin-right: auto; }
	#panel5 { width: 100%; height: 35px; color: #999999; background: #272727; overflow: hidden; position: relative; z-index: 3; display: none; }
	#panel5 h1 { font-size: 1.6em; padding: 5px 0 10px; margin: 0; color: white; }
	#panel5 h2{ font-size: 1.2em; padding: 10px 0 5px; margin: 0; color: white; }
	#panel5 p { margin: 5px 0; padding: 0; }
	#panel5 a { text-decoration: none; color: #15ADFF; }
	#panel5 a:hover { color: white; }
	#panel5 .content { width: 900px; margin: 0 auto; padding-top: 15px; text-align: left; font-size: 1em; }
	#panel5 .content .left { float: left; padding: 0 15px; border-left: 1px solid #333; }
	#panel5 .content .right { border-right: 1px solid #333; }
/* SZESC */
	#toppanel6 { position: absolute;   /*Panel will overlap  content */ /*position: relative;*/   /*Panel will "push" the content down */ top: 0; width: 100%; z-index: 999; text-align: center; margin-left: auto; margin-right: auto; }
	#panel6 { width: 100%; height: 35px; color: #999999; background: #272727; overflow: hidden; position: relative; z-index: 3; display: none; }
	#panel6 h1 { font-size: 1.6em; padding: 5px 0 10px; margin: 0; color: white; }
	#panel6 h2{ font-size: 1.2em; padding: 10px 0 5px; margin: 0; color: white; }
	#panel6 p { margin: 5px 0; padding: 0; }
	#panel6 a { text-decoration: none; color: #15ADFF; }
	#panel6 a:hover { color: white; }
	#panel6 .content { width: 900px; margin: 0 auto; padding-top: 15px; text-align: left; font-size: 1em; }
	#panel6 .content .left { float: left; padding: 0 15px; border-left: 1px solid #333; }
	#panel6 .content .right { border-right: 1px solid #333; }
/* SIEDEM */
	#toppanel7 { position: absolute;   /*Panel will overlap  content */ /*position: relative;*/   /*Panel will "push" the content down */ top: 0; width: 100%; z-index: 999; text-align: center; margin-left: auto; margin-right: auto; }
	#panel7 { width: 100%; height: 35px; color: #999999; background: #272727; overflow: hidden; position: relative; z-index: 3; display: none; }
	#panel7 h1 { font-size: 1.6em; padding: 5px 0 10px; margin: 0; color: white; }
	#panel7 h2{ font-size: 1.2em; padding: 10px 0 5px; margin: 0; color: white; }
	#panel7 p { margin: 5px 0; padding: 0; }
	#panel7 a { text-decoration: none; color: #15ADFF; }
	#panel7 a:hover { color: white; }
	#panel7 .content { width: 900px; margin: 0 auto; padding-top: 15px; text-align: left; font-size: 1em; }
	#panel7 .content .left { float: left; padding: 0 15px; border-left: 1px solid #333; }
	#panel7 .content .right { border-right: 1px solid #333; }
