/*
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 */
.tab {
	height:50px;
	position: relative;
    top: 0;
    left:0;
    z-index: 898;
    background:none; /*#add8ff;*/
}

.tab ul.login {
	margin: 0;
	padding:0px;
  	color: #666;
  	font-size: 12pt;
	text-align: left;
	border-top:1px solid #999;
}



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

.tab ul.login li a {
	color: #666;
  	padding: 6px 10px;
	background:#ccc;
	margin-right:6px;
	border:1px solid #999;
	border-top:none;
}

.tab ul.login li a:hover {
	color: #fff;
	text-decoration:underline;
}

.tab ul.login li a.close 
{
    color:#fff;
    font-weight:bold;
    background:#c00;
}

.tab a.open, 
.tab a.close {
	line-height: 30px !important;
	cursor: pointer;
}


/*.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 -19px;}
.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;   /*absolute; Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: -20px;
    /*top: 8px;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font: 140%/0.9 arial, helvetica, sans-serif;
  	line-height: 130%;
  	color: black;
  	width:800px;
  	z-index:901;
}

#toppanel
{
	left:50%;
	margin:10px 0px 0px -400px;	
}

#toppanel
{
    border-bottom:none;    
    border-top:none;
}

#panelLogin, 
#panelSearch, 
#panelTranslate, 
#panelNews, 
#panelContactUs {
	height: 270px;
	color: #999999;
	background: #369;
	overflow: hidden;
	position: relative;
	z-index: 2000;
	display: none;
}

#panelContactUs 
{
	height:540px;
}

#panelNews 
{
    padding-top:40px;
	height:250px;
}
#panelSearch 
{
    padding-top:40px;
	height:250px;
}

#panelTranslate 
{
	height:450px;
}

#panelLogin h1, 
#panelSearch h1, 
#panelTranslate h1, 
#panelNews h1, 
#panelContactUs h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panelLogin h2, 
#panelSearch h2, 
#panelTranslate h2, 
#panelNews h2, 
#panelContactUs h2 {
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panelLogin p, 
#panelSearch p, 
#panelTranslate p, 
#panelNews p, 
#panelContactUs p  {
	margin: 5px 0;
	padding: 0;
}

#panelLogin a, 
#panelSearch a, 
#panelTranslate a, 
#panelNews a, 
#panelContactUs a  {
	text-decoration: none;
	color: #369;
}

#panelLogin a:hover, 
#panelSearch a:hover, 
#panelTranslate a:hover, 
#panelNews a:hover, 
#panelContactUs a:hover {
	color: white;
}

.ddPanel
{
	z-index:2000;
}

