@charset "UTF-8";


/* RESET */
/* Eric Meyer Reset Reloaded - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* GENERAL */

body {
	text-align: center;
	color: #3E3E3E;
	padding: 0 10px 0 10px;
}

#wrapper {
	width: 977px;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 auto;
}

#about #wrapper, #contact #wrapper {
	width: 565px;
}

a:link {
	color: #3E3E3E;
	text-decoration: none;
}

a:visited {
	color: #6C4D8E;
	text-decoration: none;
}

a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}


/* HEADER */

#header {
	padding: 0 0 7px 0;
	border-bottom: 2px solid #000000;
	margin: 0 0 30px 0;
}
	body.smallHdrMargin #header {
		margin: 0 0 10px 0;
	}

#hdrLeft {
	float: left;
	width: 496px;
	padding: 15px 0 0 0;
}
#about #hdrLeft, #contact #hdrLeft {
	width: 496px;
}
#hdrLeft img {
	float: left;
}
#hdrLeft p {
	margin: 49px 0 0 104px;
}
#hdrRight {
	padding: 15px 0 0 0;
	float: right;
}
#hdrRight #aboutNav li {
	display: inline;
	text-align:left;
	padding: 0px;
	white-space: nowrap;
}
#hdrRight #aboutNav li strong {
	font-size: 1.1em;
	line-height: 1.2em;
}
#hdrRight #aboutNav li {
	vertical-align: bottom;
}
#hdrRight #aboutNav li span {
	height: 20px;
	line-height: 17px;
}
#hdrRight #aboutNav a:link, #hdrRight #aboutNav a:visited {
	font-size: .9em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#hdrRight #aboutNav a:hover, #hdrRight #aboutNav a:active {
	color: #d36d00;
	text-decoration: underline;
}



/* Content LEFT */

#leftCol {
	width: 635px;
	float: left;
}

	#about #leftCol, #contact #leftCol {
		width: 499px;
		float: none;
	}

#leftCol #toolbar {
	float: right;
	width: 400px;
	text-align: right;
	margin-bottom: 10px;
}
#leftCol #toolbar span {
	border-bottom: 1px dotted #999;
}
#leftCol #toolbar a {
	margin-right: 12px;
}
#leftCol #toolbar a.last {
	margin-right: 0;
}
@media print {
	#leftCol #toolbar {
		display: none;
	}
}


#leftCol div.article {
}

	#leftCol div.article a {
		text-decoration: underline;
	}

#leftCol div.article p, #about #leftCol p, #contact #leftCol p, #login #leftCol p {
	font: normal 1.4em/1.7em Georgia, Verdana, Arial;
	color: #3E3E3E;
}

#leftCol a.viewDifferent {
	vertical-align: top;
	line-height: 27px;
}

#leftCol h1 {
	font: bold 2.4em "Times New Roman", Times, serif;
	padding: 15px 0 15px 0;
}

	#about #leftCol h1, #contact #leftCol h1 {
		font: bold 1.4em Verdana, Arial, Helvetica, sans-serif;
		padding: 0 0 15px 0;
		text-transform: uppercase;
	}
	
	#leftCol h1.coProfiles {
		color: #AD0031;
		padding: 0 0 2px 0;
	}

#leftCol div.article p.articleAuthor {
	font-weight: bold;
	font-family: Georgia;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 0;
}

#leftCol div.article p.coInfo {
	font-weight: bold;
	font-family: Georgia;
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 0 0 15px 0;
}

#leftCol ul.articleDetails {
	padding: 2px 0 2px 0;
}

#leftCol ul.articleDetails li {
	display: inline;
	padding: 0 10px 0 7px;
	border-right: 1px solid #3E3E3E;	
	background-image: none;
	line-height: 1em;
	font-size: 1.2em;
}

#leftCol ul.articleDetails li.first {
	padding: 0 10px 0 0;
}

#leftCol ul.articleDetails li.last {
	border-right: none;
}

#leftCol h2 {
	font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
	padding: 20px 0 8px 0;
}

	#contact #leftCol h2 {
		font: bold 1.4em/1.2em Georgia, "Times New Roman", serif;
		font-size: 1.1em;
		line-height: 1.1em;
		text-transform: none;
		padding: 0 0 2px 0;
		color: #3E3E3E;
	}


#leftCol h3 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2.2em;
	background-color: #F4F4F4;	
	padding: 0 0 0 6px;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #AEAEAE;
	text-transform: uppercase;
}

#leftCol div.exec_summary {
	border: 1px solid #666;
	background-color: #FBFBFB;
	padding: 15px 15px 0 15px;
	margin-top: 10px;
	margin-bottom: 25px;
}
#leftCol div.exec_summary h2 {
	font-size: 1.4em;
	padding-top: 0;
}

#leftCol p {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0 0 10px 0;
}

#leftCol p.copy {
	font: normal 1.4em/1.7em Georgia, Verdana, Arial;
	color: #3E3E3E;
}

	#contact #leftCol p {
		font-size: 1.1em;
		line-height: 1.5em;
		padding: 0 0 20px 0;
	}


#leftCol p.noPadding {
	padding: 0 0 0 0;
}

#leftCol div.freePreview img {
	margin-right: 10px;
}

#leftCol p.subHead {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0 0 18px 0;
}

#leftCol p.image {
	line-height: 0;
	padding: 0;
}


#leftCol img.emailThis {
	margin: 0 0 8px 0;
}

#leftCol div.article p.purchase {
	border: 1px solid #3E3E3E;
	padding: 7px;
	margin: 6px 8px 0 0;
	background-color: #FBFBFB;
	width: 400px;
	float: left;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
}

#leftCol div.article p.buyNow {
	margin: 6px 0 8px 0;
	width: 205px;
	float: left;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
}

#leftCol div.article p.buyNow strong {
	color: #A60435;
}

#leftCol p.buyNow img {
	margin: 2px 2px 5px 0;
}

#leftCol div.buyNowMod img.docImage {
	float: left;
}

#leftCol div.buyNowMod {
	padding: 10px 0 15px 68px;
	background: url(../images/img_doc_invivo.gif) no-repeat;
}

#leftCol div.buyNowMod a {
	color: #3366CC;
}

#leftCol div.article div.buyNowMod p.buyNow {
	padding: 6px 0 0 0;
}

#leftCol div.activity {
	padding: 8px;
	border: 1px solid #AFB0B0;
	background-color: #DAE2F2;	
	color: #000000;
	width: 325px;
	margin: 12px 0 15px 0;
}

#leftCol div.activity h2 {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #3E3E3E;
	padding: 0 0 5px 0;
}

#leftCol div.activity p {
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #202020;
	padding: 0 0 5px 0;

}

#leftCol ul li {
	padding: 7px 0 7px 11px;
	background: url(../images/bg_list_disc.gif) no-repeat 0 11px;
	line-height: 1.2em;
	font-size: 1.1em;
}

#leftCol p.seeAll {
	padding-left: 11px;
	font-weight: bold;
}

#leftCol div.find a:link {
	color: #4770BF;
	font-size: 1.1em;
	margin-left: 3px;
}

#leftCol div.find a:visited {
	color: #6C4D8E;
}

#leftCol div.find a:hover, #leftCol div.find a:active {
	color: #6699FF;
}

#leftCol input, #leftCol select {
	display: block;
	float: left;
	margin: 2px 10px 2px 0;
}



#leftCol div.colFooter {
	color: #A60435;
	font-style: italic;
	padding: 10px 0 0 0;
	clear: both;
}

#leftCol div.colFooter span {
	font-style: normal;
}

#leftCol div.colFooter a {
	color: #A60435;
}

#leftCol div.events_offers {
	border-bottom: 1px dotted #959595;
	margin-bottom: 15px;
}

#leftCol div.mods {
	
}

#leftCol div.mods div {
	float: left;
	width: 300px;
	background: #FFF url(../images/bg_gradient.gif) repeat-x bottom left;
	border: 1px solid #999;
	padding: 0;
	margin: 0 0 0 0;
	height: 250px;
}

#leftCol div.mods div.no_margin {
	float: right;
}

#leftCol div.mods h3 {
	font: normal 1.6em/1.2em Georgia, "Times New Roman", serif;
	color: #333;
	text-transform: none;
	padding: 10px 10px 10px 10px;
	margin: 0;
	border: none;
	background: none;
	text-align: left;
}

#leftCol div.mods p {
	padding: 0px 10px 10px 10px;
}

#leftCol div.mods p.indented {
	margin-left: 132px;
	line-height: 1.5em;
}

#leftCol div.mods p a.learn_more {
	padding-top: 15px;
	display: block;
}

#leftCol div.mods img.float {
	float: left; 
	margin: 0 0 10px 10px
}

/* Content RIGHT */

#rightCol {
	width: 312px;
	float: right;
}

#rightCol div.showAll {
	text-align: right;
	padding: 0 0 5px 0;
	margin: 0 6px 0 0;
}
@media print {
	#rightCol div.showAll {
		display: none;
	}
}

#rightCol div.sidebarGroup {
	padding: 0 0 5px 0;
}

@media print {
	#rightCol div.sidebarGroup p.more {
		display: none;
	}
}
#rightCol div.sidebarGroup a {
	margin: 0 6px 0 0;
	font-family: Georgia;
}

	#rightCol div.sidebarGroup a:link {
		color: #4770bf;
	}

#rightCol h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
	background-color: #F4F4F4;	
	padding: 2px 0 4px 6px;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #BFBFBF;
	text-transform: uppercase;
	text-align: right;
	height: 3.0em;
}

#rightCol h3 span {
	float: left;
	padding: 4px 0 2px 0;
	margin: 0;
	text-align: left;
}
#rightCol h3 span.sub {
	clear: left;
	font-weight: normal;
	font-size: .8em;
	line-height: 1em;
	padding: 0 0 0 0;
	text-transform: none;
	text-align: left;
}

#rightCol h3 img {
	margin: 6px 0 8px 0;
}
@media print {
	#rightCol h3 img {
		display: none;
	}
}

#rightCol br {
	clear: left;
}
#rightCol div.mods br {
	clear: none;
}


#rightCol p {
	font-size: 1.3em;
	line-height: 1.6em;
	padding: 0 0 12px 0;
}


#rightCol p.instructions, #leftCol p.instructions {
	color: #AB0336;
	padding: 4px 0 2px 0;
	font-family: Georgia;
	font-size: 1.3em;
}

#rightCol h4 {
	font: bold 1.1em/1em Georgia, "Times New Roman", serif;
	padding: 5px 0 2px 0;
}

#rightCol h4 a {
	font-style: normal;
}

#rightCol div.sidebarGroup ul {
	padding-bottom: 12px;
}

#rightCol div.sidebarGroup li {
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 0 0 2px 0;
}


#rightCol div.events_offers {
	border-bottom: 1px dotted #959595;
	margin-bottom: 15px;
	padding-top: 15px;
}

#rightCol div.mods {
	
}

#rightCol div.mods div {
	width: 300px;
	background: #FFF url(../images/bg_gradient.gif) repeat-x bottom left;
	border: 1px solid #999;
	padding: 0;
	margin: 15px 0 0 0;
	height: 250px;
}

#rightCol div.mods div.no_margin {
	float: right;
}

#rightCol div.mods h3 {
	font: normal 1.6em/1.2em Georgia, "Times New Roman", serif;
	color: #333;
	text-transform: none;
	padding: 10px 10px 10px 10px;
	margin: 0;
	border: none;
	background: none;
	text-align: left;
}

#rightCol div.mods p {
	padding: 0px 10px 10px 10px;
}

#rightCol div.mods p.indented {
	margin-left: 132px;
	line-height: 1.5em;
}

#rightCol div.mods p a.learn_more {
	padding-top: 15px;
	display: block;
}

#rightCol div.mods img.float {
	float: left; 
	margin: 0 0 10px 10px
}




#rightCol div.signUp {
	padding: 12px;
	margin: 15px 0 0 0;
	border: 1px solid #3E3E3E;
	background-color: #DAE2F2;	
	color: #000000;
}

#rightCol div.signUp h3 {
	font-weight: normal;
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background-color: #DAE2F2;	
	padding: 0 0 4px 0;
	margin: 0;
	border-bottom: 0;
	text-transform: uppercase;
	text-align: center;
	font-style: italic;
}

#rightCol div.signUp p {
	line-height: 1.3em;
}

#rightCol fieldset {
	text-align: right;
}

#rightCol legend {
	display: none;
}

#rightCol .labelCol {
	text-align: right;
	padding-right: 5px;
}

#rightCol label {
	font-weight: bold;
	color: #3E3E3E;
}

#rightCol fieldset input {
	margin: 0 0 8px 0;
	vertical-align: middle;
}

#rightCol fieldset p a:link {
	color: #4770BF;
}

#rightCol fieldset p a:visited {
	color: #6C4D8E;
}

#rightCol fieldset p a:hover, #rightCol fieldset p a:active {
	color: #6699FF;
}


/* FOOTER */

#footer {
	width: 977px;
	text-align: center;
	padding: 15px 0 25px 0;
	margin-top: 15px;
	clear: both;
	border-top: 1px dotted #959595;
}

	#about #footer, #contact #footer {
		width: auto;
		text-align: right;
		padding: 0px 0 0 0;
	}

#footer p {
	line-height: 1.5em;
	color: #565656;
}

#footer a:link {
	color: #565656;
	text-decoration: underline;
}
#footer a:visited {
	color: #565656;
	text-decoration: underline;
}
#footer a:hover {
	color: #993333;
	text-decoration: underline;
}

#about #footer a:link, #about #footer a:visited, #contact a:link, #contact a:visited  {
	color: #565656;
	text-decoration: none;
	font-size: 1.1em;

}
	
#about #footer a:hover, #about #footer a:active, #footer a:hover, #footer a:active  {
	text-decoration: underline;
}
	
/* MISC */

.font11 {
	font-size: 11px;
}

.indentOff {
	text-indent: -999em;
	float:left;
}

.clear {
	clear: both;
}

.bottom25px {
	padding-bottom: 25px;
}

.btmBorder {
	border-bottom: 1px solid #3E3E3E;
}

em {
	font-style: italic;	
}

.red {
	color: #AB0336;
}

.size1em {
	font-size: 0.95em;
}
strong {
	font-weight: bold;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.floatR {
	float: right;
}

.floatL {
	float: left;
}

.unBold {
	font-weight: normal;
}

.smaller {
	font-size: 0.9em;
}

.unTransform {
	text-transform: none;
}

/* FOR 2009 REDESIGN */

/** Go Rollovers **/
.go_container 
{ float: left;}
a.go
{
	float: left;
	width: 47px;
	height: 21px;
	background: url(../images/icon_go.gif) no-repeat 0 0;	
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a:visited.go { background-position: 0 0; }
a:hover.go, a:active.go { background-position: 0 -21px; }

/* Fix alignment across different GO buttons */
.utygo {margin:16px 0 0 4px;}
.tocgo {margin:14px 0 0 2px;}

.WH_search_label {font-size:11px;font-weight:bold;text-transform:uppercase;color:#ab0336;padding-top:4px;padding-right:5px}
.WH_search_inputtext {width:175px; padding-left:3px;font:normal 11px Arial,serif; color:#343434;}
.WH_search_bodytext a:link, .WH_search_bodytext a:visited {background:#cdc4bb;font-weight:normal;font-size:10px;font-family: Arial;color:#262626;text-decoration:none}
.WH_search_bodytext a:hover {background:#cdc4bb;font-weight:normal;font-size:10px;font-family: Arial;color:#993333;text-decoration:none}



/* Styles for Windhover Abstract START */

/* TL: rounded corners for abstract pages START */
.rounded_abstract_search
{
width: 300px;
margin: 5px 0px 10px 0px;
padding: 8px 0px 8px 13px;
  /* Rounded corner stuff starts here */
    background-color: #ececec;          /* if needed */
    border: 1px solid #dddddd;   /* if needed */
    -webkit-border-radius: 4px;    /* for Safari */
    -moz-border-radius: 4px;       /* for Firefox */
}
/* TL: rounded corners for abstract pages END */

/* TL: search for abstract pages styles START */
.rounded_abstract_search .abstract_form_wrapper {margin-top: 0px; margin-bottom: 0px;}
.rounded_abstract_search .abstract_form_body{float:left;text-align:left;}
.rounded_abstract_search .abstract_form_body span { padding-bottom:4px;text-transform:uppercase; font:bold 11px "Arial",serif; color:#262626 }
.rounded_abstract_search .abstract_form_input {float:left;clear:both;}
.rounded_abstract_search .abstract_form_inputtext {clear:both;padding-left:5px;margin-top:3px;font:normal 11px Arial,serif; color:#343434;}
.rounded_abstract_search #abstract_form_search_input { width:227px; margin-right:1px; color:#343434 }
.rounded_abstract_search .abstract_form_bodytext {clear:both;text-align:left;padding-top:5px;background:#ececec;font-weight:normal;font-size:11px;font-family: Arial;color:#262626;text-decoration:underline}
.rounded_abstract_search .abstract_form_bodytext a:link, .rounded_abstract_search .abstract_form_bodytext a:visited {background:#ececec;font-weight:normal;font-size:11px;font-family: Arial;color:#262626;text-decoration:underline}
.rounded_abstract_search .abstract_form_bodytext a:hover {background:#ececec;font-weight:normal;font-size:11px;font-family: Arial;color:#d36d00;text-decoration:underline}

/* TL: search utility links styles START */

#leftCol .return {float:left;width:150px;color:#f08801}
#leftCol .return a:link, .return a:visited {color:#333333;font-weight:bold;text-decoration:none}
#leftCol .return a:hover, .return a:active {color:#d36d00;font-weight:bold;text-decoration:underline}


/* TL:  Styles for Ads */

#leftCol div.events_ads {
	border-bottom: 1px dotted #959595;
	margin-bottom: 15px;
}

#leftCol div.ads div {
	width: 300px;
	border: 1px solid #999;
	padding: 0;
	margin: 0 0 10px 0;
	height: 250px;
}
#leftCol div.ads div.ad_left {
float:left;
}
#leftCol div.ads div.ad_right {
float:right;
}
