/*  -------------------------------------------------
       (C) Copyright 2007. ScienTek Software, Inc.
                   All Rights Reserved.
                 www.StabilitySystem.com
                    Updated: 10-15-2007
    -------------------------------------------------
*/

body {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 80%;
	color: black;
	background-color: #F8F8F8; /*fff*/
	margin: 1em;
	padding: 0;
}

table {
	font-family: verdana, arial, tahoma, sans-serif;
}

a {
	color: #2A4A8C;
	text-decoration: underline;
	cursor: pointer;
}

/* for stability system header */
#head {
	position: absolute;
	top: 10px; /* changed from 5, 5-6-07 */
		/* removed 4-11-07 */
	/*margin-left: 146px; /* 4cm */
	text-align: center;

	background-color: #E0E0E0;
	padding-top: 3px;
	padding-bottom: 9px;
	padding-left: 7px;
	padding-right: 7px;
	width: 738px; /*width: 592px; 4-11-07*/
	height: 76px; /* so height in ss2 is consistent 4-6-07 */
}

/* only for stability system head */
#head h1 {
	margin: 0;
	margin-bottom: 2px;
	text-align: center;
	margin-left: 5px; /* to handle firefox inconsistency 4-6-07 */
	
	font-size: 30pt;
	letter-spacing: 6.5pt; 
}

#head h1.ss2 {
	margin-top: 7px;
}

h1 a {
	color: #C01616;
	text-decoration: none;
}

#head h1.ss2 a {
	color: #000099; 
	text-decoration: none;
}

h2 {
	margin-top: 1px;
	margin-bottom: 10px; /* added 5-9-07 */
}

/* h3 for page title, h4 for page sub-sections */
h3 {
/*	font-family: verdana, arial, tahoma, sans-serif; */
	font-size: 16pt;
	margin-top: 1px; /* to handle firefox inconsistency 4-6-07 */
	-webkit-text-size-adjust: none; /* 8-28-07 for iPhone compatibility */
	font-family: Arial, Helvetica, sans-serif;
	color: #C01616;		
}

h4 {
/*	font-family: verdana, arial, tahoma, sans-serif; */
	font-size: 12pt;
	-webkit-text-size-adjust: none; /* 8-28-07 for iPhone compatibility */
	font-family: Arial, Helvetica, sans-serif;
}

/* used to use for text below head */
h5 {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 9pt;
	letter-spacing: 0pt;
	display: inline;
	-webkit-text-size-adjust: none; /* 8-28-07 for iPhone compatibility */
}

/* used for bottomlinks copyright */
h6 {
	background-color: #F8F8F8;
	color: black;
	display: inline;
	font-size: 90%;
	font-family: verdana, arial, tahoma, sans-serif;
	font-weight: normal;
	-webkit-text-size-adjust: none; /* 10-15-07 for iPhone compatibility */
}



/* used for left side nav */
#nav {
	position: absolute;
	top: 2.46cm;
	left: 1em;
	text-align: center;
	list-style: none;
	margin: 1.0em 0;
	padding: 0;
	width: 134px;
	
	width: 150px;
	
	/* added 10-12-07 */
	border-top: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #ccc;  EDEDED;
	padding-right: 5px;
	padding-top: 7px;

}

#nav #subnav li {
	border-bottom: 1px solid gray; /*#EDEDED;*/ 
	font-size: 100%; 
}

#nav #subnav li a {
 	background: #EAEBED; /*change color*/
  	display: block;
  	padding: 3px 3px;
	color: black;
	text-decoration: none;
}

#nav #subnav li a:hover {
  	background-color: #5E5E60;
  	color: white; 
}

/* middle part, in the body of index */
#content {
	position: absolute;
	top: 2.8cm;
/*	left: 13.5cm; */
	left: 4.5cm;
	
	text-align: left;
/*	border-left: solid;
	border-top: solid; removed 10-12-07 */
	border-width: 1px;
	border-color: #ccc; 
	padding-left: 10px;
	padding-top: 5px;
	
	width: 9cm;
}

#content .title {
/*	text-indent: 3em;*/
	text-align: center; /* use this instead of text-indent 4-6-07 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #C01616;
	margin-top: -5px;
	margin-bottom: -5px;
}

.fontsize-16 {
	font-size: 16pt;
}

.titleBorder {
	text-align: center; /* use this instead of text-indent 4-6-07 */
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C01616;
	border: 1px solid #999;
	background-color: #CCCCCC;
	padding: 3px;
}

#content p {
	text-align: left;
/*	width: 6.5cm; taken out 10-12-07 */
	font-size: 100%;
	line-height: 1.5em;
	color: #333333;
}

#content h3 {
	font-size: 10pt;
	display: inline;
}

#content #sublinks li {
/*	list-style: none; */
	line-height: 1.5em;
}

.list {
	text-align: center;
	line-height: 1.5em;
	padding: 5px;
	border: 1px solid #999;
	background-color: #eee;
}

.list a:hover {
 	color: #C01616;
}

#newlinks {
	text-align: left;
	margin: 1.0em 0;
/*	width: 6.5cm; taken out 10-12-07 */
	
	padding-left: 3px;
	padding-top: 5px;
	line-height: 1.5em;

	border-top: solid;
	border-width: 1px;
	border-color: #EDEDED;
}

#newlinks #sublinks li {
/*	border-bottom: 1px solid #EDEDED;  **removed 4-11-07 */
	font-size: 1.0em; 
/*	width: 6.5cm; taken out 10-12-07 */
	list-style: square;
	padding-left: 0;
}

#newlinks #sublinks li a {
  	border: 0;
	color: #103171;
	text-decoration: underline;
}

#bodylinks {
	text-align: left;
	margin: 1.0em 0;
	
	padding-left: 15px;
	padding-top: 5px;
	line-height: 1.5em;

	border-top: solid;
	border-width: 1px;
	border-color: #EDEDED;
}

/* for main page */
#bodylinks li {
	list-style: square;
/*	border-bottom: 1px solid #EDEDED;  ** removed 4-11-07 */
	font-size: 1.0em;
	margin-bottom: 1px; /* added 4-11-07 */	
}

#bodylinks li a {
  	border: 0;
	color: #103171; /*1B3E81   #3b5998; */
	text-decoration: underline;
}

#mktlink {
/*	width: 15.5cm; removed 10-12-07 */
	text-align: center;
	padding: 5px;
	border: 1px solid #999;
	background-color: #fff;
}

#mktlink a, #mktlink a:visited {
	color: #5E5E60;
	text-decoration: none;
}

#bottomlinks {
	position: absolute;		/* added 4-12-07 */
/*	left: 25px;				 added 4-12-07, removed 10-12-07 */
	width: 15.5cm;
	text-align: center;
	font-size: 85%;
	padding-bottom: 5px;
	font-family: verdana, arial, tahoma, sans-serif;
	-webkit-text-size-adjust: none; /* 10-15-07 for iPhone compatibility */
}

#bottomlinks a {
	color: #5E5E60;
	text-decoration: none;
}

#bottomlinks a:hover {
	color: #C01616;
}

/* used for body of index */
#info {
	position: absolute;
	top: 2.8cm;
/*	left: 4cm; */
	left: 14cm;
	text-align: left;
	border-left: solid;
	border-top: solid;
	border-width: 1px;
	border-color: #ccc;  /*EDEDED;*/
	padding-left: 7px;
	padding-top: 5px;
	width: 6cm;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

#info a:hover {
	color: #C01616;
}

#message {
	border: solid;
	border-color: #C01616;
	border-width: 3px;
}

/* added 4-13-2007 */
.fontsize-10 {
	font-size:9pt;
}

#info h2 {
/*	font-family: verdana, arial, tahoma, sans-serif;*/
	text-align: center;
	font-size: 12pt;
}

#info p {
	font-family: arial, verdana, tahoma, sans-serif;
	padding: 1px 5px;
	letter-spacing: 1px;
	text-align: center;
	font-size: 100%;
}

/* used for body of linked pages */
#body2 {
	position: absolute;
	top: 2.8cm;
	left: 4.5cm;
	text-align: left;
/*	border-left: solid; 
	border-top: solid;
	border-width: 1px;
	border-color: #ccc; */
	padding-left: 7px;
	padding-top: 5px;
	font-family: verdana, arial, tahoma, sans-serif;
}

/* for body that needs all 16cm width */
#body3 {
	position: absolute;
	top: 2.8cm;
	left: 4.5cm;
	text-align: left;
/*	border-left: solid;
	border-top: solid;
	border-width: 1px;
	border-color: #ccc; */
	padding-left: 7px;
	padding-top: 5px;
	width: 15.5cm;
	font-family: verdana, arial, tahoma, sans-serif;
}

#body2 p, #body3 p {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt; /* 4-10-2007 was 100%*/
	width: 15.5cm;
}

/* 5-11-2007 added for virtual tour page lists */
.width16 {
	width: 15cm;
}

/* 4-10-2007 added space between list items */
#body3 li {
	margin-bottom: 7px;
}

.li-space {
	margin-bottom: 7px;
}

#text {
	width: 15.5cm;
	font-family: verdana, arial, tahoma, sans-serif;
}

#noBullets {
	list-style: none;
}

#print {
	font-family: verdana, arial, tahoma, sans-serif;
	width: 6.5in;
}

#print h1 {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 20pt;
	letter-spacing: 5pt;
	color: #C01616;
	margin-bottom: 2px;
	padding-top: 0; /* controls space on top */
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 0.1em;
	border-bottom-color: #EDEDED;
}

/* for mkt.htm */
/*#print #ssii h1 {*/
#print h1.ssii {
	margin-top: 0;
	letter-spacing: 3pt;
}

/* added this to override margin-top=1px in h3 4-6-07 */
#print h3 {
/*	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 13pt;   removed 10-15-07 */
	margin-top: 15px;
	
	font-size: 16pt;
	-webkit-text-size-adjust: none; /* 8-28-07 for iPhone compatibility */
	font-family: Arial, Helvetica, sans-serif;	
}

/* added 4-13-2007 */
#print #message p {
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}

/* used for courier new font, no width specified */
.courier {
	font-family: "courier new", courier, monospace;
	font-size: 9pt;
	background: #FAFDE1;
	padding: 10px;
/*	border: 1px dashed #818141;*/
	border: 1px solid #c6c5c6;
}

/* used for expiry report, 600px width */
.courier-report {
	width: 600px;
	font-family: "courier new", courier, monospace;
	font-size: 9pt;
	background: #FAFDE1;
	padding: 10px;
	border: 1px solid #c6c5c6;
}

/* used for blank report form worklist, arrhenius report, 650px width */
.courier-worklist {
	width: 650px;
	font-family: "courier new", courier, monospace;
	font-size: 9pt;
	background: #FAFDE1;
	padding: 10px;
	border: 1px solid #c6c5c6;
}

/* used for sched report, standard format, formulation, 825px width */
.courier-sched {
	width: 825px;
	font-family: "courier new", courier, monospace;
	font-size: 9pt;
	background: #FAFDE1;
	padding: 10px;
	border: 1px solid #c6c5c6;
}

/* used for fda report, 1000px width */
.courier-fda {
	width: 1000px;
	font-family: "courier new", courier, monospace;
	font-size: 9pt;
	background: #FAFDE1;
	padding: 10px;
	border: 1px solid #c6c5c6;
}

/* used for verdana font. used in crash_course */
.verdana {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
	background: #FAFDE1;
	padding: 10px;
	border: 1px solid #c6c5c6;
}

/* used for clients, customer comments, about pages (ii) */
.border {
	width: 565px;
	background: #FAFDE1;
	padding: 10px;
	border: 1px solid #c6c5c6;
}

/* 9-15-07 used for FAQ in ss2_v2.0 htm page */
/* 10-9-07 updated for ss v.2.0 release */
.border2 {
	width: 565px;
	background: #FAFDE1;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 5x;
	padding-right: 20px;
	border: 1px solid #c6c5c6;
}

/* so <p> fits within border 4-6-07 */
#body2 .border p {
	width: 570px;
}

/* used for contact forms */
.contact {
	width: 450px;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 15px;
	border: 1px solid #c6c5c6;
	background: #FAFDE1;
}

/* for contact form buttons */
.formbutton {
	width: 75px;
	padding: 3px;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-color: #D9DFEA;
	border-left-color: #D9DFEA;
	border-bottom-color: black;
	border-right-color: black;
	background-color: #E8E8E8;
	color: #000;
}

.red {
	color: red;
}

.red2 {
	color: #C01616;
}

img {
	border-style: none;
/*	border-color: silver;
	border-width: 2px;*/
}

/* added 5-9-07, for AAPS announce */
.bgd-gray {
	margin-top: 12px;
	margin-bottom: 20px;
	background-color: #E0E0E0;
}

/* added 5-9-07 */
.blue {
	color: blue;
}

/* added 10-9-07 used for mkt.htm pages border2 box */
.indent {
	padding-left: 15px;
}

.hline {  
	height: 10px;
	width: 100%;
	border-bottom: 1px dotted #999; 
	margin: 0px 0px 10px 0px;
}

.announce {
	color: #003399;
	font-size: 12px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

.announce a {
	text-decoration: none;
}

.announce a:hover {
	color: #C01616;
	text-decoration: none;
}

.announceBig {
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

.announceText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.announceText a:hover {
	color: #C01616;
}


/* everything below is for lightbox 2 */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/lb/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lb/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lb/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}