/*
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: 3px;
	position: relative;
    top: 0;
    z-index: 999;
}
.tab_top {
	height: 3px;
	background-color: #f2f3eb;
	/*border-bottom: 1px solid #d9d9d9;*/
	-moz-box-shadow: 0 1px 1px #c7c7c7;
	-webkit-box-shadow: 0 1px 1px #c7c7c7;
	box-shadow: 0 1px 1px #c7c7c7;
}
	
.tab ul.login {
	display: block;
	position: relative;
  	height: auto;
	width: 980px;
	padding: 0;
  	font-weight: bold;
	line-height: 42px;
	margin: 0 auto;
	color: white;
  	font-size: 80%;
	text-align: center;
}

/*.tab ul.login li.left {
  	background: url(../images/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/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;
	float: right;
	position: relative;
  	padding: 0;
	margin-top: -1px;
	margin-right: 20px;
	background-color: #f2f3eb;
	/*border-bottom: 1px solid #d9d9d9;*/
	/*-moz-box-shadow: 0 1px 1px #dbdbdc;
	-webkit-box-shadow: 0 1px 1px #dbdbdc;
	box-shadow: 0 1px 1px #dbdbdc;*/
	display: block;
	height: 29px;
	width: 180px;
  	/*background: url(../images/tab_m.png) repeat-x 0 0;*/
}

.tab ul.login li a {
	color: #878b8b;
	font-size: 16px;
	text-shadow: 1px 1px #FFF;
	font-family: 'LeituraSans-Italic2';
	text-decoration: none;
	display: block;
	margin:0px;
	padding-top:6px;
}

.tab ul.login li a:hover {
	color: #dd8200;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	cursor: pointer;
	display: block;
	position: relative;
	padding:6px 0 4px 15px;
}

.tab a.open {background: url(/images/arrowDown.png) no-repeat 93% 62%;}
.tab a.close {background: url(/images/arrowUp.png) no-repeat 93% 62%;}
/*
.tab a:hover.open {background: url(/images/arrowDownOrange.png) no-repeat 93% 60%;;}
.tab a:hover.close {background: url(/images/arrowUpOrange.png) no-repeat 93% 60%;;}
*/

/* 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;
	height: 3px;
}

#panel_top {
	width: 100%;
	height: 200px;
	color: #000;
	background: #f2f3eb;
	background: #f2f3eb; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f3eb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), 	color-stop(100%,#f2f3eb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f3eb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f3eb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f3eb 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f2f3eb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f3eb',GradientType=0 ); /* IE6-9 */
	/*overflow: hidden;*/
	position: relative;
	z-index: 3;
	display: none;
	padding-bottom: 15px;
}

#panel_top h1 {
	font-size: 90%;
	padding: 0 0 3px;
	margin: 0;
	color: #5d6468;
	font-family:"BentonSans Bold", "BentonSans Bold Italic", "BentonSans Book", "BentonSans Light", "BentonSans Medium", "BentonSans Medium Italic", "BentonSans Regular", "BentonSans Regular Italic",;
}
#panel_top .quicklink-logo-Wrapper {
	margin-bottom: 7px;
	height:31px;
}
#panel_top img.Pharma {
	margin-bottom: 14px;
}

#panel_top h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: #5d6468;
}

#panel_top p {
	padding: 0;
	color: #5d6468;
	padding-bottom: 20px;
	font-size: 12px;
	/*width:185px;*/
	line-height: 150%;
	font-family:'BentonSansRE';
}
#panel_top div.linkArea img { padding-top:3px; padding-right:5px; float:left; }
#panel_top div.linkArea span { display:inline-block; }
#panel_top div.linkArea span:hover { text-decoration:underline; }
#panel_top div.linkArea { height:20px; }
#panel_top a {
	text-decoration: none;
	color: #dd8200;
	font-size: 90%;
}

#panel_top a:hover {
	color: #dd8200;
}

#panel_top a-lost-pwd {
	display: block;
	float: left;
}

#panel_top .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
}
#panel_top .top{
	margin: 0 auto;
	text-align: left;
	border-bottom: #e4e6e5 solid 1px;
}
#panel_top .top .left{
	float: left;
	margin-left: 20px;
}

#panel_top .top .left a.italic {
	text-decoration: none;
	color: #dd8200;
	font-size: 100%;
	padding-left: 14px;
	background-image: url(/images/arrowRight.png);
	background-repeat: no-repeat;
	background-position:left center;
	font-style: italic;
}
#panel_top .top .right{
	float: right;
	margin-right: 20px;
}

#panel_top .top .right a {
	float: right;
	text-decoration: none;
	color: #dd8200;
	font-size: 100%;
	padding-left: 20px;
	background-image: url(/images/closeBtn.png);
	background-repeat: no-repeat;
	background-position:left center;
	 display:block !important;
}

#panel_top .top .right ul.closeBtn {
	list-style: none;
}

#panel_top .topContent{
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

#panel_top .content .left {
	width: 206px;
	float: left;
	padding: 10px 12px 22px;
	margin-right: 10px;
	height: 100px;
	position:relative;
}

#panel_top .content a.selected > div {
	-moz-box-shadow: inset 0 1px 1px #b2b2b2;
	-webkit-box-shadow: inset 0 1px 1px#b2b2b2;
	box-shadow: inset 0 1px 1px #b2b2b2;
	-moz-border-radius: 6px;
	border-radius: 6px;

    background: url('/images/topPanel_hover.png') no-repeat left top #E6E7DF;
    cursor: pointer;
	
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #FCFCFA 0%, #E6E7DF 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FCFCFA 0%, #E6E7DF 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FCFCFA 0%, #E6E7DF 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCFCFA), color-stop(1, #E6E7DF));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FCFCFA 0%, #E6E7DF 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #FCFCFA 0%, #E6E7DF 100%);	

}
#panel_top .content > a > div.left:hover {
	/*
	background: #e1e4da;
	*/
	-moz-box-shadow: inset 0 1px 1px #b2b2b2;
	-webkit-box-shadow: inset 0 1px 1px#b2b2b2;
	box-shadow: inset 0 1px 1px #b2b2b2;
	-moz-border-radius: 6px;
	border-radius: 6px;

	
    background: url('/images/topPanel_hover.png') no-repeat left top #E6E7DF;
    cursor: pointer;

	
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #FCFCFA 0%, #E6E7DF 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FCFCFA 0%, #E6E7DF 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FCFCFA 0%, #E6E7DF 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCFCFA), color-stop(1, #E6E7DF));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FCFCFA 0%, #E6E7DF 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #FCFCFA 0%, #E6E7DF 100%);	

	
}

#panel_top .content .selected div.linkArea span, #panel_top .content .selected div.linkArea img {
	visibility:hidden;
}

#panel_top .content a.selected {
   pointer-events: none;
   cursor: default;
}


#toppanel.endopharma div.left a { color:#A2AD00; }
#toppanel.endopharma div.left a:hover { color:#898700 !important; }
#toppanel.endopharma ul.login li a:hover { color:#898700; }
#toppanel.endopharma .tab a:hover.open {background: url('/Image Library/Endo/EndoPharma/arrowDownGreen.png') no-repeat 93% 60%;}
#toppanel.endopharma .tab a:hover.close {background: url('/Image Library/Endo/EndoPharma/arrowUpGreen.png') no-repeat 93% 60%;}
#toppanel.endopharma #panel_top .top .left a.italic { color: #A2AD00; }
#toppanel.endopharma #panel_top .top .right a { color: #A2AD00;	background-image: url('/Image Library/Endo/EndoPharma/closeBtn.png');
}

#toggle {
	-moz-box-shadow: 1px 1px 1px #c7c7c7;
	-webkit-box-shadow: 1px 1px 1px #c7c7c7;
	box-shadow: 1px 1px 1px #c7c7c7;
	}