/* ------- TORNIER stylesheet ------- */

/* ------- Styles for Typography ------- */

/* ------- Maintain line space with Sub+Superscript ------- */
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
	font-size:65%;
}

sub {
	top: .5ex;
}

/* ------- Links ------- */
a, a:link, a:visited { 
	text-decoration: none;
	color: #047;
	border: none;
}

a:hover { 
	color: #600;
}

/* ------- Tooltips ------- */
a:hover {
	position: relative;
}

a span{
	display: none;
}

a:hover span  {
	display: block;
   	position: absolute; 
   	top: 0px; 
   	left: -15px;
   	padding: 5px; 
   	margin: 10px; 
   	width: 90px;
   	z-index: 100;
   	background: #bde; 
   	border: 1px solid #58a;
	opacity: 0.8;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #035;
}
/* ------- Headlines ------- */
h1, h2, h3 { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	text-align: left;
	margin: 0;
	padding: 0.5em 0 0.2em 0;
}

h1 {
	font-size: 1.6em; 
	line-height: 1.5em; 
	color: #822; 
}

h2 {
	font-size: 1.5em; 
	line-height: 1.5em; 
	color: #047; 
}

h3 {
	font-size: 1.2em; 
	line-height: 1.5em; 
	color: #047; 
	font-weight: bold;
}

/* ------- Basic paragraph ------- */
p, ul { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: normal; 
	font-size: 1.2em; 
	line-height: 1.5em; 
	text-align: left;
	margin: 0;
	padding: 0.2em 0 0.5em 0;
}
ul {
	padding-left: 0.5em;
}
ul.hex, ul.hexBlue, ul.hexBlack, ul.hexGray, ul.hexWhite, ul.hexTight {
	padding-left: 0;
}
ul.hex li, ul.hexBlue li, ul.hexBlack li, ul.hexGray li, ul.hexWhite li {
	list-style: none;
	padding-left: 20px;
}
ul.hex li {
	background: url('images/bullet.gif') 0px 2px no-repeat;
}
ul.hexBlue li {
	background: url('images/bullet_blue.gif') 0px 2px no-repeat;
}
ul.hexGray li {
	background: url('images/bullet_gray.gif') 0px 2px no-repeat;
}
ul.hexWhite li {
	background: url('images/bullet_white.gif') 0px 2px no-repeat;
}
ul.hexBlack li {
	margin-left: -15px;
	padding-left: 15px;
	background: url('images/bullet_black.png') 0px 2px no-repeat;
}
ul.hex li ul, ul.hexBlue li ul, ul.hexGray li ul  {
	font-size: 1em; 
	padding-left: 20px;
}
ul.hexTight li {
	list-style: none;
	padding-left: 15px;
	padding-right: 5px;
	background: url('images/bullet_gray.gif') 0px 2px no-repeat;
}
ul.hexTable {
	padding-left: 0;
	font-size: 1em; 
	line-height: 1.2em; 
}
ul.hexTable li {
	background: url('images/bullet_gray.gif') 0px 0px no-repeat;
	list-style: none;
	padding-left: 15px;
}


ul.suppl {
	padding-left: 10px;
	font-size: 1.1em; 
}
ul.suppl li {
	list-style: square;
	padding-left: 0px;
	padding-bottom: 0.3em;
}
ul.hexgreenblue {
	padding: 0 20px;
}
ul.hexgreenblue li {
	list-style: none;
	background: url('images/bullet_greenblue.gif') 0px 2px no-repeat;
	padding-left: 20px;
	color: #ddd;
}
ul.hexredgray {
	padding: 0 20px;
}
ul.hexredgray li {
	list-style: none;
	background: url('images/bullet_redgray.gif') 0px 2px no-repeat;
	padding-left: 20px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.small {
font-size: 80%;
}

p .first {
	font-style: italic; 
	font-size: 125%; 
	letter-spacing: .1em;
	padding-right: .1em;	
}
blockquote {
	margin: 0 0 0 3em;
}

.emphasis {
	background: #E4F0F9;
	padding: 5px 10px;
}
p.thanks {
	color: green;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-top: 1em;
}
/* ------- Reverse type on blue boxes ------- */
.b2, .b2 h1, .b2 h2, .b2 h3, .b2 .caption,
.b3, .b3 h1, .b3 h2, .b3 h3, .b3 .caption,
.b4, .b4 h1, .b4 h2, .b4 h3, .b4 .caption,
.b5, .b5 h1, .b5 h2, .b5 h3, .b5 .caption,
.b6, .b6 h1, .b6 h2, .b6 h3, .b6 .caption,
.b7, .b7 h1, .b7 h2, .b7 h3, .b7 .caption,
.b8, .b8 h1, .b8 h2, .b8 h3, .b8 .caption,
.b9, .b9 h1, .b9 h2, .b9 h3, .b9 .caption,
.b10, .b10 h1, .b10 h2, .b10 h3, .b10 .caption,
.b12, .b12 h1, .b12 h2, .b12 h3, .b12 .caption {
color:#eee;
}

/* ------- Conexa styles ------- */

.w12gray h1 {
	font-size: 1.8em; 
	line-height: 1.5em; 
	color: #fff; 
	margin: 0;
	padding: 0 40px;
}
.w12gray p {
	color: #fff; 
	margin: 0;
	padding: 0 40px;
}

/* ------- Quote + Signature ------- */
.quote, .signature, .caption { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1.1em; 
	line-height: 1.3em; 
	text-align: left; 
	color: #047; 
	margin: 0;
	padding: 0.5em 0 0 0;
	text-indent: -.4em;
}

.signature {
	text-align: right; 
	margin: 0;
}

.caption { 
	text-indent: 0;
	padding: 0.2em 0 0.5em 0;
}

/* ------- Bottom navigation ------- */
.navgroup ul {
	margin: 8px 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1em;
}
.navgroup ul li {
	margin-top: 2px;
	list-style: none;
}

.navgroup ul li, .navgroup ul li a, .navgroup ul li a:link, .navgroup ul li a:visited {
	color: #555;
}
.navgroup ul li a:hover {
	color: #047;
}
.navgroup ul li a:active {
	color: #555;
}
.navgroup ul li a.current {
	color: #000;
}
#breadcrumbs, #breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
	color: #aaa;
}
#breadcrumbs a:hover {
	color: #888;
}
#breadcrumbs a:active {
	color: #555;
}
#breadcrumbs a.current {
	color: #000;
}

/* ------- Tabbed Navigation ------- */
#tabs { clear: both; margin: 2px 3px 0 3px; font-family: Arial; font-size: 1.25em; color: #aaa; }
#tabs a, #tabs a:link, #tabs a:visited { color: #822; text-decoration: none; height: 30px; margin-bottom: -10px; display: inline-block; vertical-align: text-top; z-index: 1000;}
#tabs a:hover { color: #a44; }
#tabs a:active { color: #933; }
#tabs a.current { color: #000; font-weight: bold; background: url('images/arrow-down.png') no-repeat; }

/* ------- Pop-up Window Navigation ------- */
#pop_nav { clear: both; margin: 20px 4px 10px; font-family: Arial; font-size: 1.25em; color: #aaa; }
#pop_nav a, #pop_nav a:link, #pop_nav a:visited { color: #aaa; text-decoration: none; display: inline-block; vertical-align: text-top; z-index: 1000;}
#pop_nav a:hover { color: #777; }
#pop_nav a:active { color: #444; }
#pop_nav a.current { color: #000; font-weight: bold; }

/* ------- Forms ------- */
form { 
	border: none;
	margin: 0; 
	padding: 0;
}

select {
  border: 1px solid #ccc;
  background-color: #fff;
}

/* ------- Slide show ------- */
#slideSet {
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
	width: 220px;
	height: 450px;	
	}

.slides {
	position: relative;
	z-index: 1
	}

.slideTitle, a.slideTitle, a.slideTitle:link, a.slideTitle:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #036;
	font-size: 12px;
	text-align: right;
	position: relative;
	color: #fff;
	margin: -25px 10px 0 50px;
	padding: 0;
	}
	
a.slideTitle:hover {
	color: red;
	}

#slide1 {
	display: block
	}

#slide2, #slide3, #slide4, #slide5, #slide6, #slide7, #slide8, #slide9, #slide10 {
	display: none
	}
		
.controls a:hover { 
	color: #093;
	text-decoration: none;
}

/* ------- Chart Table Styles -------- */

.header{
	background-color: #678;
	font: bold normal 11px/14px Arial, Verdana, Geneva, sans-serif;
	color: #fff;
}

.headerGold{
	background-color: #D0BE74;
	font: bold normal 11px/14px Arial, Verdana, Geneva, sans-serif;
	color: #fff;
}

.bluRow{
	background-color: #E4F0F9;
	font: normal normal 10px/12px Arial, Verdana, Geneva, sans-serif;
	color: #000;
}
.greyRow{
	background-color: #F6F7F8;
	font: normal normal 10px/12px Arial, Verdana, Geneva, sans-serif;
	color: #000;
}
.ltGoldRow{
	background-color: #F1ECD8;
	font: normal normal 10px/12px Arial, Verdana, Geneva, sans-serif;
	color: #000;
}

td {
	vertical-align: top;
}

td h2 {
	padding: 0;
}

/* ------- Product intro ------- */
.intro {
	position: relative;
	width: 960px;
	height: 360px;
}
.intro img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.intro .block_left {
	float: left;
	position: relative;
	left: 50px;
	top: 120px;
	width: 320px;
	margin: 0;
	padding: 0;
	z-index: 100;
}
.intro .block_right {
	float: left;
	position: relative;
	left: 590px;
	top: 120px;
	width: 320px;
	margin: 0;
	padding: 0;
	z-index: 100;
}
.intro h1 {
	display: none;
}
.intro p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 1.2em;
	line-height: 2em;
	text-align:  left;
	margin: 0;
	padding: 0;
}
.intro p.singlespace {
	line-height: 1.5em;
}
.pad {
	padding: 4px;
}
.padLeft {
	padding-left: 4px;
}
/* ------- Anchors ------- */
.anchor {
	clear: both;
	width: 960px;
	height: 40px;
	padding: 0;
	margin: 30px 0 0 0;
	background: url('images/anchor_gray.gif') no-repeat;
}
.anchor h1 {
	padding-left: 4px;
	color: #000;
}

/* ------- Home page showcase ------- */
.showcase {
	position: relative;
	width: 960px;
	height: 360px;
}
.showcase img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.showcase .block_left {
	float: left;
	position: relative;
	left: 20px;
	top: 20px;
	width: 340px;
	margin: 0;
	padding: 0;
	z-index: 100;
	text-align: left;
}
.showcase .block_right {
	float: left;
	position: relative;
	left: 600px;
	top: 20px;
	width: 340px;
	margin: 0;
	padding: 0;
	z-index: 100;
	text-align: right;
}
.showcase a, .showcase a.dark {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	font-size: 2em;
	line-height: 2em;
	margin: 0;
	padding: 0;
}
.showcase a.dark {
	color: #000;
}
.showcase a:hover, .showcase a.dark:hover{
	color: #79b;
}

/* ------- Title bar ------- */
#title h1 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2.2em; 
	line-height: 1em;
	margin: 0 4px 4px 4px; 
	padding: 0;
	color: #aaa; 
}
#title.drop { 
	background-image: url(images/title_bkgd.gif); 
	_background-image: url(images/title_bkgd.gif); 
	background-repeat: no-repeat; 
}
#title form { 
	float: right; 
	margin: 0 4px;
}
#title form select { 
	width: 392px;
	/* border: 1px solid #822; */
	font-size: 1.2em;
	color: #822;
}

/* ------- Press releases ------- */
.PR_toc h1 {
	color: #aaa;
	margin: 0;
	padding: 0.5em 4px;
	line-height: 1em;
}
.PR_toc p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em; 
	color: #aaa;
	margin: 0;
	padding: 0.5em 4px 0.5em 4px;
	line-height: 1.3em;
}
.PR_toc p .date {
	color: #888;
	font-weight: bold;
}
.PR_toc a, .PR_toc a:link, .PR_toc a:visited {
	color: #aaa;
}
.PR_toc a:hover {
	color: #000;
}
.PR h1, .PR h2, .PR h3, .PR p {
	margin: 0;
	padding: 0.5em 20px 0.25em 20px;
}

.PR h1 {
	font-size: 2em; 
	line-height: 1.3em;
	color: #047;
}
.PR h2 {
	font-size: 1.5em; 
	line-height: 1.3em;
	color: #047;
}
.PR p, .PR ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em; 
	line-height: 1.4em;
	color: #000;
}
.PR ul {
	padding-right: 20px;
}
.PR ul li {
	margin-bottom: 0.5em;
}
.PR p.date {
	font-weight: bold;
}

/* ------- Calendar ------- */
#calendar {
	width: 100%;
}

#calendar td {
	text-align: left;
	padding: 0.2em 0;
}

.minHeight {
	width: 1px;
	height: 8em;
	float: left;
}

#calendar th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #058;
}

#calendar p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0.5em;
	margin: 0;
}

#calendar .event {
	background: none;
	padding: 0.3em 0.5em;
	margin: 2px 0;
	border-top: 1px solid #ccc;
}

.event .desc {
	display: none;
	padding: 0.3em 0.5em;
	margin: 2px 0;
	border-top: 1px solid #258;
}

.event .desc {
	display: none;
}

.event:hover .desc {
	position: absolute;
	display: block;
	z-index: 1000;
	width: 12em;
	border: 2px solid #58a;
	background: #eee;
	padding: 0.4em;
	margin: 0;
}

td .pad {
	border: none;
}
.past {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	background: #eee;
}
#calendar .past p {
	color: #bbb;
}
#calendar .past .event {
	color: #aaa;
	border-top: 1px solid #ddd;
}
#calendar .past .event:hover .desc {
	background: #ccc;
	border: 2px solid #aaa;
	color: #888;
}
.past img {
    opacity: 0.6;
}
.present {
	border-top: 1px solid #9cd;
	border-left: 1px solid #9cd;
	background: #eff;
}
#calendar .present p {
	color: #9cd;
}
.future {
	border-top: 1px solid #468;
	border-left: 1px solid #468;
	background: #fff;
}
#calendar .future p {
	color: #468;
}

/* ------- Job listing ------- */
.listItem { clear: both; padding: 0; margin: 0!important; border-top: 1px solid #ddd; }
.listItem .head { display: block; padding: 0; margin: 0!important; width: 400px; float: left; cursor: s-resize; }
.listItem .action { padding: 0; margin: 0!important; width: 120px; float: right; text-align: right; position: relative; top: 6px; }
.listItem .jobDesc { clear: both; padding: 0; margin: 0!important; }
.listItem h2 { font-size: 1.2em; line-height: 1.5em; font-weight: bold; }
.listItem p {  }
.listItem h4 { font-size: 1.2em; line-height: 1.5em; font-weight: bold; color: #000; margin-bottom: 0; }
.listItem ul { padding-left: 0; }
.listItem ul li { list-style: none; padding-left: 20px; background: url('images/bullet_gray.gif') 0px 2px no-repeat; }


