/*
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
*/




/* Panel Tab/button */

.tab {
background: url(../images/login/tab_b.png) repeat-x 0 0;
height: 42px;
position: relative;
top: 0;
z-index: 999;
}

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

.tab ul.login li.left {
background: url(../images/login/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/login/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/login/tab_m.png) repeat-x 0 0;
margin:0;
}

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

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

.tab .sep {
color:#414141
}

.tab a.open, .tab a.close {
height: 20px;
line-height: 20px !important;
padding-left: 26px !important;
cursor: pointer;
display: block;
width:40px;
position: relative;
top: 11px;
}

.tab a.open {background: url(../images/login/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/login/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/login/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/login/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#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: 270px;
background: #e31b00 url(../images/login/panel_bg.png) repeat-x 0 0;
overflow: hidden;
position: relative;
z-index: 500;
display: none;
color:#fff;
}

#panel .panelContent {
width: 800px;
margin: 0 auto;
text-align: left;
padding: 20px 0;
}

#panelHeader {
background: transparent url(../images/login/panel_hawkIcon.png) no-repeat 0 0;
border-bottom: 1px solid #fff;
padding-bottom:10px;
margin-bottom:15px;
}

#panelHeader h3, #panelHeader p {
font-size: 28px;
color:#fff;
line-height:40px;
margin:0;
padding:0;
}

#panelHeader h3 {
float:left;
font-weight:normal;
padding-left:50px;
}

#panelHeader p {
float:right;
}

#panelLeft {
position:relative;
float:left;
display:inline;
width:400px;
border-right:1px solid #fff;
min-height:165px;
}

#iframe_labels {
position:absolute;
top:17px;
left:30px;
}

#iframe_labels p {
font-weight:bold;
margin-bottom:22px;
text-align:right;
}

#iframe_links {
text-align:right;
margin-right: 43px;
}

#iframe_links a, #iframe_links a:link, #iframe_links a:visited, #iframe_links a:active {
text-decoration: underline;
color:#ffffff;
}

#iframe_links a:hover {
text-decoration:none;
}

#panelLeft iframe {
margin-top:-137px;
margin-left:-25px;
}

#panelRight {
float:right;
display:inline;
width:375px;
margin-left:20px;
margin-top:8px;
}

#panelRight p {
font-size:12px;
font-weight:bold;
margin-bottom:15px;
}

#panelRight p.headline {
font-size:18px;
text-align:center;
line-height:24px;
margin-bottom:10px;
}

a.createPassword {
background: url(../images/login/bt_create_password.gif) no-repeat left 0;
height: 35px;
cursor: pointer;
display: block;
width:222px;
margin: 0 auto;
text-indent:-10000px;
}

a:hover.createPassword {
background-position: left -34px;
}