/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Michael Logic, Jeremie Tisseau
Version: 2.0
http://www.MichaelLogic.com
*/

/***** 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_emp {
  	background: url(../../images/topTabBGbottom_emp.png) repeat-x 0 0;
  	background-color: transparent;
	height: 50px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab_jobSeeker {
  	background: url(../../images/topTabBGbottom_jobseeker.png) repeat-x 0 0;
  	background-color: transparent;
	height: 50px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab_jobSeeker ul.login, .tab_emp ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 50px;
	width: auto;
  	font-weight: bold;
	line-height: 50px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 120%;
	text-align: center;
}


.tab_emp ul.login li.left {
  	background: url(../../images/topTabLeft_emp.png) no-repeat left 0;
  	height: 50px;
	width: 24px;
	padding: 0;
	margin: 0 0 0 0;
  	display: block;
	float: left;
}

.tab_jobSeeker ul.login li.left {
  	background: url(../../images/topTabLeft_jobseeker.png) no-repeat left 0;
  	height: 50px;
	width: 24px;
	padding: 0;
	margin: 0 0 0 0;
  	display: block;
	float: left;
}

.tab_emp ul.login li.right {
  	background: url(../../images/topTabRight_emp.png) no-repeat left 0;
  	height: 50px;
	width: 24px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab_jobSeeker ul.login li.right {
  	background: url(../../images/topTabRight_jobseeker.png) no-repeat left 0;
  	height: 50px;
	width: 24px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab_emp ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 50px;
  	background: url(../../images/topTabSlice_emp.png) repeat-x 0 0;
	-moz-user-select:none;
	-webkit-user-select:none;
}

.tab_jobSeeker ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 50px;
  	background: url(../../images/topTabSlice_jobseeker.png) repeat-x 0 0;
	-moz-user-select:none;
	-webkit-user-select:none;
}

.tab_jobSeeker ul.login li a, .tab_emp ul.login li a {
	color: white;
}

.tab_jobSeeker a.open, .tab_jobSeeker a.close, .tab_emp a.open, .tab_emp a.close,
.tab_jobSeeker a.open, .tab_jobSeeker a:hover, .tab_emp a.open, .tab_emp a:hover {
	font-size: 120%;
	line-height: 50px !important;
	cursor: pointer;
	display: block;
	width: auto;
	position: relative;
	background: none;
	
	color: #fff;
	text-decoration:none;
}

.panel .sep {color:#414141}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel_emp {
	width: 100%;
	height: 50px;
	background: #999933;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: block;
}

#panel_jobSeeker {
	width: 100%;
	height: 50px;
	background: #003366;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: block;
}

#panel_emp h1 {
	text-align:center;
	font-size: 1.3em;
	padding: 0;
	margin: 0 100px;
	color:#E8E8E8;
	display:inline;
}

#panel_jobSeeker h1 {
	text-align:center;
	font-size: 1.3em;
	padding: 0;
	margin: 0 100px;
	color: white;
	display:inline;
}

#panel_jobSeeker ul, #panel_emp ul {
	display: block;
  	height: 50px;
	width: auto;
  	font-weight: bold;
	line-height: 20px;
	margin: 0;
  	color: white;
  	font-size: 140%;
	text-align: center;
}

#panel_jobSeeker ul li, #panel_emp ul li {
	display:inline;	
	height:50px;
	-moz-user-select:none;-webkit-user-select:none;
}

#panel_jobSeeker a, #panel_emp a {
	text-decoration: none;
	color:white;
}

#panel_jobSeeker a:hover, #panel_emp a:hover {
	color: #ff9900;
}

#panel_jobSeeker .content, #panel_emp .content {
	width: 100%;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel_jobSeeker .content .left, #panel_emp .content .left {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0;
}

#panel_jobSeeker .content .right, #panel_emp .content .right {
	position: relative;
	right:160px;
	width:auto;
	float:right;
	padding: 0 15px;
}
