/*
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 */
 /*{
  	background: url(../images/login/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}*/

 ul.login {
	margin: 0;
    height: 0;
}

/*
.tab ul.login li.left {
  	background: url(../images/login/tab_l.png) no-repeat left 0;
  	height: 35px;
	width: 26px;
	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: 35px;
	width: 27px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
*/

 ul.login li {
 	text-align: left;
 	height: 35px;
  	padding: 0 4px;
	display: inline;
}

 ul.login li a {
	color: #ffffff; /*#15ADFF;*/
}

 ul.login li a:hover {
	color: white;
}

li a.open, li a.close {
/*	height: 15px;
	line-height: 15px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;*/
}

li a.close {
	height: 15px;
	line-height: 15px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
    left: 900px;
}

li a.close 
{
    top: -2px;
    text-align: left;
 	height: 25px;
  	padding: 2px 4px;
	display: block;
	float: left;
	font-size: 14px;
    background: #272727; /*url(../images/login/tab_m.png) repeat-x;*/
  	border: 0px solid #ffffff;
  	border-top: 0;
  	/*border-radius: 0 0 5px 5px;*/                                             /*01/03/13*/
}

/*
.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%;
    min-width: 1200px;
    z-index: 1000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Calibri;
}

#panel {
	width: 100%;
	min-width: 1200px;
	height: 272px;   

	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	border-bottom: 0px solid #ffffff;
}

#panel .panelHolder{
    width: 1140px;
    height: 270px;
	margin: auto;
	border: 0px solid #ffffff;
}

.panelHolder .panelBox{
    width: 300px;
    height: 250px;
    margin: 8px 10px 0 5px;
    float: left;
    border-right: 1px solid #6f6f6f;
}

#panel .defaultBtn{
	width:125px;
	height:28px;
	background: #999999; /*url(../images/defaultbtn.jpg) repeat-x;*/
	border: 1px solid #888888;              /*#b7ddf2;*/
	/*border-radius: 5px;*/                                                     /*01/03/13*/
	cursor: pointer;
	text-align:center;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	margin: auto;
	margin: 15px 0;
}

#panel .defaultBtn:hover{background: #aaaaaa; border: 1px solid #cccccc;/*background: url(../images/defaultbtnhover.jpg) repeat-x;*/}

.panelHolder table tr td{padding: 0px;margin: 0;}
.panelHolder .panelBox.lastBox{width: 270px;margin-right:0; border-right: none;border: 0px solid #ffffff;}
.panelHolder .panelBox.registerBox{width: 415px;}

.panelBox .heading{font-size: 24px;padding: 5px; color: #f9f9f9; margin: 0 0 10px 0; font-weight: bold; text-align: center;}
.panelBox a{color: #d8d8d8;}            /*8cd8f2*/
.panelBox label{float: left;width: 150px;display: block;margin-left: 0; text-align: left;font-size: 14px; color: #f9f9f9;}
.panelBox .txtBox{float:left; background: #f9f9f9;width: 180px; height: 20px; margin: 5px 0;color: #666666; border: 1px solid #666666;/*border-radius: 4px;*/z-index: 1}
.panelBox .txtBox:hover{border: 1px solid #aaaaaa;}
.panelBox .txtBox:focus{background: #ffffff;border: 1px solid #ffffff;}
.panelBox .defaultBtn{float:left; clear: both;}
.panelBox .cantAccess{float:left; clear: both;}

.panelBox .logo{margin: 5px 0 0 -70px;/*margin: 22px 0 0 -40px;*/}
.panelBox .loginText{padding-right: 10px; color: #888888}

.validation-error{border: 1px solid #cd0a0a; background: #b81900;}

/******************************************************************************SIDE PANEL**************************************************/
.sidePanel
{
    position: fixed;
    left: 0;
    top: 39%;
	border: 0 solid #e8e8e8;
	width: 35px;
    z-index: 999;
}

.sidePanel a{text-decoration: none; color: #ffffff;}
.sidePanel .slideContainer{position: absolute;z-index: 999;}
.sidePanel .holder{height: 36px;}
.sideHome, .data, .rig, .wind, .npv, .atom,
.vessel, .oeg, .oldWeb, .landing, .analytics,
.reports{
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
}

.sidePanel .sideHome{background: #15345C url(../images/icons/home.png) no-repeat center;}       /*#8cd8f2*/
.sidePanel .data{background: #15345C url(../images/icons/data.png) no-repeat center;}
.sidePanel .rig{background: #15345C url(../images/icons/rig.png) no-repeat center;}
.sidePanel .wind{background: #15345C url(../images/icons/wind.png) no-repeat center;}
.sidePanel .npv{background: #15345C url(../images/icons/npv.png) no-repeat center;}
.sidePanel .atom{background: #15345C url(../images/icons/atom.png) no-repeat center;}
.sidePanel .vessel{background: #15345C url(../images/icons/vessel.png) no-repeat center;}
.sidePanel .oldWeb{background: #15345C url(../images/icons/history-time.png) no-repeat center;}
.sidePanel .oeg{background: #15345C url(../images/icons/oeg.png) no-repeat center;}
.sidePanel .landing{background: #15345C url(../images/icons/landing-page.png) no-repeat center;}
.sidePanel .analytics{background: #15345C url(../images/icons/analytics.png) no-repeat center;}
.sidePanel .reports{background: #15345C url(../images/icons/report-icon.png) no-repeat center;}

.slide, .slideInfield, .slideLive, .slideRigs, 
.slideNPV, .slideWind, .slideVessel, .slideOEG, 
.slideOldWeb, .slideLanding, .slideAnalytics,
.slideReports {
    width: 130px;
    height: 35px;
    padding: 9px 10px 11px 15px;
    color: #ffffff;
    margin-left: -135px;
    border: 0 solid #e8e8e8;
    text-align: left;
    white-space: nowrap;
    position: absolute;
    z-index: -1;
}

.slideInfield{background: #15345C;}
.slideLive{background: #1B6D92;}
.slideOldWeb{background: #1B6D92;}
.slideRigs{background: #3F2F5E;}
.slideNPV{background: #49746A;}
.slideOEG{background: #110b0c;}
.slideLanding{background-color: #15345C;}
.slideAnalytics{background-color: #2D465A;}
.slideReports{background-color: #15345C;}

.sideHome:hover{background: #15345C url(../images/icons/home.png) no-repeat center;}
.data:hover{background: #1B6D92 url(../images/icons/data.png) no-repeat center;}
.rig:hover{background: #3F2F5E url(../images/icons/rig.png) no-repeat center;}
.wind:hover{background: #15345C url(../images/icons/wind.png) no-repeat center;}
.npv:hover{background: #49746A url(../images/icons/npv.png) no-repeat center;}
.atom:hover{background: #15345C url(../images/icons/atom.png) no-repeat center;}
.vessel:hover{background: #15345C url(../images/icons/vessel.png) no-repeat center;}
.oldWeb:hover{background: #1B6D92 url(../images/icons/history-time.png) no-repeat center;}
.oeg:hover{background: #110b0c url(../images/icons/oeg.png) no-repeat center;}
.landing:hover{background: #15345C url(../images/icons/landing-page.png) no-repeat center;}
.analytics:hover{background: #2D465A url(../images/icons/analytics.png) no-repeat center;}
.reports:hover{background: #15345C url(../images/icons/report-icon.png) no-repeat center;}

.slideBox span.underConstruction{position: absolute; right: 5px; width: 35px; height: 25px; float: right; background: url(../images/icons/under-construction.png) no-repeat;}
.slideBox span.underConstruction2{width: 30px; height: 30px; float: right; background: url(../images/icons/under-construction-2.png) no-repeat; margin: -15px 0 0 5px;}
.slideBox span.lock{position: absolute; right: 5px; width: 16px; height: 20px; float: right; background: url(../images/icons/padlock.png) no-repeat;}
