@charset "UTF-8";
/**************************/
/* PharmStress Tech CSS */
/**************************/


/**************************/
/*HTML TAGS */
/**************************/


body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif, Arial;
	font-size:14px; 
	line-height:16pt;
	font-weight: normal;
	letter-spacing: 0.25pt;
	word-spacing: 0.5pt;
	color:#000000;
	background-color: #000;
}

h1, h2, h3, h4, h5, h6, p, li, blockquote {
	margin: 0;
	padding: 0;

}

h1 {
	font-family: Helvetica, Arial, sans-serif; font-size:24px; color:#c30433; font-weight:normal; padding-bottom:10px; line-height:30px;
	}


	

h2 {
	font-family: Helvetica, Arial, sans-serif; text-transform:uppercase; font-size:18px; color:#c30433; font-weight:normal; padding-bottom:10px; letter-spacing:-0.05pt;
	}

h4 {
	
	
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: 0.25pt;
	line-height: 1.3em;
	color:#474747;
	padding-top:5px;
	
	
	
	}
	
.black {
	color:#000000;
	}
.red {
	color:#d1203e;
	}
.link {
	color:#06F;
	
	}
	

.super {
	font-family:Arial, Helvetica, sans-serif;
	/*font-size: 9px;*/
	font-weight:normal;
	/*vertical-align:super;
	line-height:0px;*/
	position:relative;
	font-size:60%;
	top:-1.3ex;
}

.sub {
	font-size: 60%;
	vertical-align: baseline;
	position: relative;
	bottom: -2px;
}


form {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

td, th {
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

img { 
	border: none; 
}

sup {
	font-size: 10px;
	line-height: 0px;
}
sub {
	font-size: 9px;
	vertical-align: baseline;
	position: relative;
	bottom: -2px;
}

a:link, a:visited {
	text-decoration:none;
	
}

a:hover {
	color:#f89828;
	text-decoration:underline;
}

/**************************/
/* SITE CONTAINER */
/**************************/




#container {
	width:980px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	background-image:url(../images/headers/backdrop.gif);
	font-family: Arial, Helvetica, sans-serif;
}
/**************************/
/* HEADER */
/**************************/

#headercontainer {
	position:relative;
	height:91px;
	width:980px;
	background-image:url(../images/headers/header_background.gif);
	background-repeat:no-repeat;
	
}

#headerleft {
	float:left; 
	margin-top:45px;
	margin-left:10px;
}

#headerleft .uspro {
	font-size:14px;
	font-weight:bold; 
	color:#999999;
	padding-top:15px;
}

#headerright {
	float:right; 
	margin-top:5px;
	text-align:right;
	margin-right:5px;
}


/**************************/
/* HOVER MENU */
/**************************/

.hovermenu ul {
	list-style-type: none;
	padding:0;
	padding-top:1px;
	margin:0;
	overflow:hidden;
	width: 665px;
}

.hovermenu ul li {
	float: left;
	margin:0;
	padding:0;
	/*height: 43px;*/
	border-left:1px solid white;
	font-family:sans-serif, Arial, Helvetica;
	font-size:13px;
	font-weight:bold;
	letter-spacing: 0pt; 
	word-spacing: 0pt;
	
}

.hovermenu ul li.live {
	background-image:url(/images/headers/navbar_right_ov2.gif);
}

.hovermenu ul li a {
	display:block;
	padding-top:10px; padding-bottom:10px; /* padding-left:28px; padding-right:28px; */
	text-decoration: none;
	color: white;
}

/*
* html ul li a {
	width:1%;
}
*/

.hovermenu ul li a:hover {
	/* background-color: #c30433; */
	background-image:url(/images/headers/navbar_right_ov2.gif);
	color: white;
}


.navtext {
	font-family:Arial, Helvetica, sans-serif;
}


.roundedtopleft {
	background-image:url(../images/stage/curve-topleft.gif); background-repeat: no-repeat; background-color:#FFF; height:inherit; 
	}

.roundedbottomright {
	background-image:url(../images/stage/curve-bottomright.gif); background-repeat: no-repeat; background-color:#FFF; height:inherit; width:23px; height:18px; float:right;
	}


/**************************/
/* ACCORDION MENU */
/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 395px;
			background: url(../images/accordion/accordion_toggle.jpg) no-repeat top right #ffffff;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #464646;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(../images/accordion/accordion_toggle_active.jpg) no-repeat top right #c30433;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
		
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			/*border-left-width:1px;
			border-left-style:solid;
			border-left-color:#666;
			border-right-width:1px;
			border-right-style:solid;
			border-right-color:#666; */
			overflow: hidden;
			
		}
			
			.accordion_content h2 {
				margin: 15px 50px 5px 10px;
				color: #454444;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:14px;
			}
			
			.accordion_content p {
				line-height: 120%;
				padding: 5px 5px 5px 15px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 415px;
			background: url(../images/accordion/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(../images/accordion/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #666;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			.accordiontext { font-family:Verdana, Geneva, sans-serif; font-size:10px; line-height:14px;
			}
  		.accordionhead {
			
			font-family:Verdana, Geneva, sans-serif; font-size:14px; padding-top:10px;
			
			}
		
					
    /* Container styling*/
    #vertical_nested_container {
      /*margin: 20px auto 20px auto;
      width: 415px;*/
	  
    }
	

/**************************/	
	
	
	/* --- Widgets --- */

.widgets {
  width: 439px;
  margin: auto;
}


.widget-1 {
  float: left;
  width: 216px;
  padding-top:10px;
  padding-bottom:35px;
}

.widget-gutter {
  float: left;
  width: 7px;
  height: 1px;
}

.widget-2 {
  float: left;
  width: 216px;  
  padding-top:10px;
  padding-bottom:35px;
}


/**************************/

#footer {
	width:980px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	padding-top:20px;
	padding-bottom:15px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
#footer a:hover {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}

#footerleft {
	float:left;
	padding-bottom:20px;
	width:545px;
	
}

#footerright {
	float:right; 
	text-align:right;
	padding-bottom:20px;
	color:#ffffff;
	text-transform:uppercase;
}
.white {
	color:#FFF;
	}
	
.figure-head {
	font-size:16px;
	font-style:oblique;
	font-weight:bold;
	color:#c30433;
	
	}
.caption-body {
	font-style:normal;
	font-weight:normal;
	color:#333;
	}
.smallcopy {
	font-size:11px;
	line-height:13px;
	}
.smallcopy2 {
	font-size:12px;
	line-height:15px;
	}


/**************************/

#ttips {
	width:660px;
	height: 35px;
	border-bottom: 1px solid #838383;
	position:relative;
	margin-bottom:25px;
	
}

#ttipsleft {
	float:left;
	width:420px;
	text-transform:uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#818181;
	padding-top:15px;
}
#ttipsleft a {
	color:#818181;
	
}
#ttipsleft a:hover {
	color:#c61130;
	text-decoration:none;
	
}

#ttipsright {
	float:right; 
	text-align:right;
	padding-top:5px;
	width:225px;
}

#ttipswidth {
	width:650px;
	
	}

/**************************/
/* Menu ScrollBar */
/**************************/


#Scroll-Menu {
	position: relative;
	width: 350px;
	height: 310px;
	background-color: #464646;
	top: 5px;
}

#Scroll-Menu-Content {
	position: absolute;
	top: 10px; 
	width: 350px;
	height: 282px;
	overflow: hidden;
}

#Scroll-Menu .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
	color:#000000;
}

#Scroll-Menu p {
	margin: 0; 
	padding: 0px 15px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	color: #000000;
	line-height:10pt;
	
	
}
#Scroll-Menu a {
	color: #717171;
	text-decoration:none;
}
#Scroll-Menu a:hover  {
	color: #fcb43b;
	text-decoration:none;
}

#Scroll-Holder {
	background-image:url(../images/scroll-holder-arrow.gif);
	background-repeat:no-repeat;
	line-height:11pt; 
	padding:8px; 
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	font-family:Arial, Verdana, Geneva, sans-serif; 
	font-size:11px; 
	color:#000; 
	height:32px;
	width:350px;
	cursor:pointer;
		}
#Scroll-Holder:hover a{
	color:#FFF;	
	font-family:Arial, Verdana, Geneva, sans-serif; 
}
#Scroll-Holder:hover {
	background-image:url(../images/scroll-holder-arrow-ov.gif);
	background-repeat:no-repeat;
	line-height:11pt; 
	padding:8px; 
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	font-family:Arial, Verdana, Geneva, sans-serif; 
	font-size:11px; 
	color:#fcb43b; 
	height:32px;
	width:350px;
		}
.scrolllink {
	color:#000;
	font-family:Arial, Verdana, Geneva, sans-serif; 
	}
.scrolllink:hover {
	color:#FFF;
	font-family:Arial, Verdana, Geneva, sans-serif; 
	}
#Scroll-Holder2Line {
	background-image:url(../images/scroll-holder2line-arrow.gif); 
	background-repeat:no-repeat;
	line-height:11pt; 
	padding:8px; 
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	font-family:Arial, Verdana, Geneva, sans-serif;  
	font-size:11px; 
	color:#000; 
	height:45px;
	width:350px;
	cursor:pointer;
	
	}
	#Scroll-Holder2Line:hover {
	background-image:url(../images/scroll-holder2line-arrow-ov.gif); 
	background-repeat:no-repeat;
	}
	#Scroll-Holder2Line:hover a{
	color:#FFF;	
	font-family:Arial, Verdana, Geneva, sans-serif; 
	}




#Scroll-Menu-Scrollbar {
	position: absolute;
	left: 365px;
	top: 8px;
}

#Scroll-Menu .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 10px; 
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
	background-image:url(../techtips/images/btn-up.gif);
}

#Scroll-Menu .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 270px;
	width: 10px; height: 10px;
	background-color: #CCC;
	font-size: 0px;
	background-image:url(../techtips/images/btn-dn.gif);
}

#Scroll-Menu .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 10px; 
	height: 240px;
	position: absolute;
	top: 20px;
	background-color: #e4e4e4;
}

#Scroll-Menu .Scrollbar-Track-Pressed {
	background-color: #DDD;
}

#Scroll-Menu .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 10px; height: 30px;
	background-color: #828282;
}

#Scroll-Menu .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #ce1d3b;
}

#Scroll-Menu .Scrollbar-Disabled {
	display: none;
}




/**************************/
/* Scroll HOVER */
/**************************/

.scrollhovermenu ul {
	list-style-type: none;
	padding:0;
	padding-top:1px;
	margin:0;
	overflow:hidden;
}

.scrollhovermenu ul li {
	float: left;
	margin:0;
	padding:0;
	/*height: 43px;*/
	border-right:1px solid white;
	font-family:sans-serif, Arial, Helvetica;
	font-size:13px;
	font-weight:bold;
	letter-spacing: 0pt; 
	word-spacing: 0pt;
}

.scrollhovermenu ul li.live {
	background-image:url(/images/headers/navbar_right_ov2.gif);
}

.scrollhovermenu ul li a {
	display:block;
	padding-top:10px; padding-bottom:10px; padding-left:28px; padding-right:28px;
	text-decoration: none;
	color: white;
}


.scrollhovermenu ul li a:hover {
	/* background-color: #c30433; */
	background-image:url(/images/headers/navbar_right_ov2.gif);
	color: white;
}


.scrollnavtext {
	font-family:Arial, Helvetica, sans-serif;
}


/**************************/


/**************************/
/**************************/

/* Pagination CSS */
.pagination{
padding: 2px;
margin: 1em 0;
clear: both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 11px;
}

.pagination li div{
	position:relative;
list-style-type: none;
display: inline;
font-weight: bold;
}
.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited, .pagination a:active, .pagination li div{
padding: 0 5px;
border: 0px solid #6e6e6e;
text-decoration: none; 
color: #575757;
}

.pagination a:hover, .pagination li div:hover{
border: 0px solid #6e6e6e;
color: #ffffff;
background-color: #39393c;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
cursor: default;
}
.startfinish{
	position:relative;
	display:block;
	background-color:#ffffff;
	display:block;
	height:11px;
	width:15px;
	cursor: pointer;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
display:none;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}
/**************************/
/* POP up for Charts and Tables */
/**************************/
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
	
		}
		.table-chart {
			
			display: none;
			position: absolute;
			top: 20%;
			padding: 16px;
			border: 5px solid black;
			background-color: white;
			z-index:1002;
			overflow: auto;
			margin-left: auto;
 			margin-right: auto;		
		}
	
		
/**************************/
.roundedtopleft div form table tr td {
	text-align: right;
}
.roundedtopleft div form table {
	text-align: left;
}


.leftindent {
	
	}
	
	

/* Start POP-IN External Links */

#facebox .b {
  background:url(/scripts/b.png);
}

#facebox .tl {
  background:url(/scripts/tl.png);
}

#facebox .tr {
  background:url(/scripts/tr.png);
}

#facebox .bl {
  background:url(/scripts/bl.png);
}

#facebox .br {
  background:url(/scripts/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}


/* End POP-IN External Links */

.arrow  {
	list-style-type: none;
	margin-right: 0px;
	margin-left: 10px;
	padding-right: 0px;
	padding-left: 0px;	
}

.arrow li {
	background-image: url(../images/arrow-red.png);
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: -4px 6px;
}

