/*
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 {
  	background: none;
	height: 24px;
	position: relative;
    top: 0;
    z-index: 10;
	width:989px;
	text-align:left;
	margin:0 auto;
	margin-top:-1px;
}









/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
	left:0;
    width: 100%;
    z-index: 999;
    text-align: center;
	
}

#panel {
	width: 100%;
	height: 110px;
	color: #999999;
	border-bottom:1px #CCC solid;
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: none;
	background: #3d3d3d;
}

#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 a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 100%;
	height:200px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	
}



#panel .innercontent {margin:0 auto; height:100px; width:989px}


#panel .selectregion {float:left; width:190px; text-align:right; padding-top:25px;}
#panel .map {float:right; width:155px; text-align:right; padding-top:15px;}
#panel .listregions {float:left; width:620px; padding-top:20px;}

#panel .listregions a{display:block; padding:2px 25px; font-size:14px; line-height:28px; background:url(../images/frame_changeregion_spacer.gif) right no-repeat; float:left; color:#CCC}


#panel .listregions a.active, #panel .listregions a:hover{color:#00ADEF}
