/* top level ///////////////////////////*/

html, body { 
	margin: 0 0 20px 0;
	padding: 4px 0 20px 0;
	
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	/*line-height: 12px;*/
	
	/*forces vertical scrollbar in all browsers*/	
	min-height: 100%;
	margin-bottom: 1px;
	
	/*enable whatever:hover in ie*/
	/*behavior:url(../../addons/htc/csshover.htc);*/
}

body {
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-x;
	background-color: #707070;
}

body#popup {
	background-image: none;
	background-color:#ffffff;
	margin: 20px;
	padding: 0;
}

/* util ////////////////////*/

.clearLeft {
	clear:left;
}

.clearRight {
	clear:right;
}

.floatLeft {
	float:left;
}



/* anchor ///////////////////////////*/

a {	
	color: #2187D1;
	/*color: #406175;*/
}

a:hover {
	color: #106DA7;
	text-decoration:underline;
}

a.orange {
	color:#ff8a00;
}

a.orange:hover {
	color:#d67401;
}

.link {
	cursor: pointer;
}

/* form//////////////////////////////*/

form {
	margin: 0;
	padding: 0;
}

/* img //////////////////////////////*/

img {
	border:0;
}

img.withBorder {
	padding: 3px; 
	border:1px solid #cccccc;
}

/* hr ///////////////////////////////*/
hr.dashed {
	height:10px;
	border-top: none;
	border-left: none;
	border-right: none;	
	border-bottom:1px dashed #cccccc;
	background-color:#ffffff;
	color: #ffffff;
}

/*topbar/////////////////////////////*/

.topbar {
	border-bottom: 1px solid #cccccc; 
	padding:6px;
	margin: 0 0 12px 0;
	background-color: #cccccc;
}

.topbar span.project {
	padding: 0 4px;	
}

/* h /////////////////////////////*/

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
	display: none;
}

h3 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	margin:20px 0;
}

h4 {
	color: #333333;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin:20px 0 0 0;
}

h5 {
	color: #333333;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin:20px 0 0 0;
}

h6 {
	color: #333333;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	margin:4px 0 0 0;
}


/* container ///////////////////////////*/

div.container {
	margin: 0 auto 20px auto;
	width:750px;
	background-color:#ffffff;
}

/* header /////////////////////////////*/

div.header {
	height:111px;
	background-image: url(images/header.gif);
	background-repeat:no-repeat;
	position:relative;
}

div.header #topTab {
	height: 34px;
}

div.header .inset {
	padding:30px 0 0 30px;
}

div.header h1 {
	margin: 0 0 18px 0;	
}

div.header h3.activeImmuneTherapy {
	position: absolute;
	background-image:url(images/active-immune-therapy.gif);
	width: 333px;
	height: 25px;
	left: 403px;
	top: 58px;
}


/* nav ///////////////////////////////////////*/

div.nav {
	background-image: url(images/nav-bkgd.gif);
	background-repeat: repeat-x;
	height:34px;
	margin:1px;
	padding-left:30px;
}

div.nav ul {
	float:left;
	margin: 10px 0 0 0;
	padding: 0 4px 0 0;
	list-style-type:none;
}

div.nav ul li {
	float:left;
	background-image: url(images/nav-sep2.gif);
	background-repeat: no-repeat;
	padding: 0 16px;
	margin: 0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	
}

div.nav ul li.first {
	background-image: none;
	padding: 0 16px 0 0;
}

div.nav ul li a {
	color: #666666;
	text-decoration:none;
}

div.nav ul li a:hover {
	color: #000000;
	text-decoration:none;
}

/* billboard ///////////////////////////////////*/

.billboard {
	margin:1px 1px 0 1px;
}

/* footer /////////////////////////////////////*/

div.footer {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	width:750px;
	background-position: top left;
	background-color:#707070;
	margin:0;
}

div.footer .links {
	padding: 30px 0 0 31px;
}

div.footer .links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.footer .links ul li {
	display:inline;
	border-left: 1px solid #cccccc;
	padding: 0 4px 0 8px;
	color: #CACACA;
	font-size: 11px;
	margin: 0;
}

div.footer .links ul li.first {
	border-left: none;
	padding: 0 4px 0 0;
}

div.footer .links ul li a {
	color: #CACACA;
	text-decoration: none;
}

div.footer .links ul li a:hover {
	color: #CACACA;
	text-decoration: underline;
}

div.copyright {
	clear:left;
	font-family: Verdana;
	font-size: 10px;
	color: #efefef;
	padding: 2px 0 0 31px;
}

.red {
	color: #cc0000;
}

.red a:hover {
	color: #6D1D1D;
}

/* content ///////////////*/

/* for understanding browsers */
.content {
	padding:8px 0 8px 30px;
	min-height:470px;
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html .content {
	height: 470px;
}
/**/

.withMenu {
	padding:0 0 8px 0;
	background-image:url(images/menu-bkgd.gif);
	background-repeat:repeat-y;
	background-position: 1px 1px;
}

.withMenu .main {
	padding:0 20px;
}

.content .solo {
	width:470px;
}

.content .main p {
	line-height: 20px;
	margin: 8px 0 16px 0;
}

.content .main ul {
	margin: 8px 0 16px 0;
	padding: 0 0 0 35px;
	list-style-type: disc;
}

.content .main ol {
	margin: 8px 0 16px 0;
	padding: 0 0 0 35px;
}

.content .main ul li {
	margin: 8px 0 16px 0;
	line-height: 20px;
}

.content .main ol li {
	margin: 8px 0 16px 0;
	line-height: 20px;
}

.content .main p sup { 
	font-size: 10px; 
	vertical-align: text-top;
}


/* home //////////////////*/

.home .content {
	padding:8px 6px 0 30px;
	min-height: 0;
	height: auto;
}

* html .home .content {
	padding:8px 6px 0 30px;	
	height: auto;
}

.home .content .main {
	float:left;
	width:440px;
	padding:0;	
}

.home .content .main .inset {
	padding: 0 4px 0 0; 
}

.home .content .main p {
	line-height: 22px;
	margin: 8px 0 16px 0;
}

.home .content .main p a {

}

.home .content .main .mainStory {
	
	margin: 12px 0 0 0;

}


.home .content .main .mainStory h4 {
	margin: 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height:16px;
	color:#333333;
}

.home .content .main .mainStory p {
	margin: 12px 0 0 0;
	line-height: 18px;
}

.home .content .main .about {
	margin: 24px 0 0 0;
	border-top: 1px solid #cccccc;
	padding: 0 16px 0 0;
}

.home .content .main .about p {
	font-size: 11px;
	line-height: 16px;
	margin: 10px 0;
}

.home .content .side {
	float:left; 
	width:254px;
	margin: 0 0 0 16px;
}

.home .content .side .promo {
	margin: 0 0 10px 0;
}

.home .content .side .promo p.msg {
	margin: 0 0 4px 0; 
	padding:0; 
	text-align:center; 
	font-family: verdana; 
	font-size: 11px; 
	color:#666666;
}

.home .content .side .promo img {
	display:block; 
	margin: 0 auto;
}

/* latestNews */

.home div.latestNews {

}

.home div.latestNews h5 {
	color:#333333;
}

.home div.latestNews a.newsDate {
	text-decoration:none;
	color: #ff8a00;
	font-weight: bold;
}

.home div.latestNews a.newsDate:hover {
	color: #d67401;
}


.section {
	background-color: #efefef;
	background-image: url(images/section-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
}

.sectionLast {
	margin-bottom: 0;
}

.section .sectionHdr {	
	background-image: url(images/section-top-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 32px;
}

.section .sectionHdr h4 {	
	background-image: url(images/section-top-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0 0 0 16px;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 32px;
	color: #ffffff;
}

.sectionBody {
	background-color: #efefef;
	background-image: url(images/section-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0 0 0 16px;
	padding: 16px 16px 16px 0;
}

.sectionBody h5 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	margin: 24px 0 6px; 0;
	padding: 0;
	color: #333333;
}

.sectionBody h5 a {
	text-decoration:none;
}

.sectionBody p {
	font-family: Verdana;
	font-size: 11px;
	color:#000000;
	line-height: 14px;
	margin: 4px 0 8px 0;
}

.sectionBody .sponsors ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sectionBody .sponsors ul li {
	font-family: Verdana;
	font-size: 12px;
	margin: 6px 0 12px 0;
	padding: 0;
}


/* backToTop ////////////*/

div.backToTop {
	padding: 15px 0;
}


/* contact ///////////////*/

.contact h3 {
	font-family: Arial;
	font-size: 14px;
	margin: 20px 0 4px 0;
	padding: 0;
}

.contact h5 {
	font-size: 12px;
	margin: 20px 0 4px 0;
}

.contactDetails {
	margin: 30px 0 20px 0;
}

.contactDetails table tr td {
	font-family: Verdana;
	font-size: 12px;
	padding-bottom: 10px;
}

.contactDetails table tr td.label {
	width: 100px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 8px 0;
}

.frmDirections table tr.formLabels td {
	font-size:11px;
	padding: 0 0 4px 8px;
}

.frmDirections table tr.formLabels td.first {
	padding-left: 0;
}

.frmDirections table tr.formInputs td {
	padding:0 0 0 8px;
}

.frmDirections table tr.formInputs td.first {
	padding-left: 0;
}

/* pressRelease /////////*/

.pressRelease p.by {
	margin: 6px 0 20px 0; 
	font-size:11px; 
	color:#666666;
	font-weight: bold;
	font-family: verdana;
}

.pressRelease .tools {
	margin: 0 0 20px 8px;
}

.pressRelease .tools ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pressRelease .tools ul li {
	float:left;
	margin: 0 12px 0 0;
	padding:0;
	line-height: 15px;
}

.pressRelease .tools ul li a {
	font-size:10px;
	font-family:verdana;
	color: #333333;
	text-transform:uppercase;
	text-decoration:none;
	padding: 2px 0 2px 19px;	
}

.pressRelease .tools ul li a:hover {
	text-decoration:underline;
}

.pressRelease .tools ul li.printThisPage a {
	background-image:url(images/ico-print.gif); 
	background-repeat:no-repeat; 
}

.pressRelease .tools ul li.sendToAFriend a {
	background-image:url(images/ico-email.gif); 
	background-repeat:no-repeat; 
}

div.imgWithBorderDescription {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	margin: 4px 0 4px 4px;
	color: #333333;
}

/* brief /////////////////////////*/

.briefContainer {
	float:right; 
	margin: 0 0 0 20px; 
	width:190px;
}

.briefContainer .brief {
	border:1px solid #cccccc; 
	padding:0 8px 0 8px;
	margin: 0 0 20px 0;
}

.briefContainer .brief h5 {
	color:#666666; 
	margin:8px 0 6px 0;
}

.briefContainer .brief p {
	font-size:11px; 
	font-family: Arial;
	line-height:14px;
}

.briefContainer .brief p strong {
	font-family: Verdana;
}

.withBrief {
	margin:0 0 0 0;
}


/* menu //////////////////////////*/

.menu {
	float:left; 
	width:210px;	
}

.menu ul {
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}

.menu ul li {
	height: 34px;
	border-bottom: 1px solid #ffffff;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	white-space:nowrap;		
}

.menu ul li.selected a {
	background-color:#a6a6a6;
	color: #ffffff;
	background-image: url(images/menu-selected.gif);
	background-repeat:no-repeat;
	background-position: top right;
}

.menu ul li a {
	margin: 0;
	padding: 0 0 0 30px;
	background-color:#efefef;
	font-family: Arial;
	font-size: 12px;
	line-height: 34px;
	color: #707070;
	text-decoration: none;
	display:block;
	width:180px;
}

.menu ul li.indent a {
 	padding:0 0 0 42px;
 	width: 168px;
}

.menu ul li.indent2 a {
 	padding:0 0 0 58px;
 	width: 120px;
}

.menu ul li a:hover {
	background-color:#a6a6a6;
	color: #ffffff;
	text-decoration: none;
}

.displayPane {
	float:left;
	width:536px;
	margin: 0 0 0 2px;
	/*background-image:url(images/content-bkgd.gif);	*/
	background-repeat:repeat-x;
}

/* live definitions //////////*/

span.liveDef {
	color: #2187D1;	
	border-bottom: 1px dashed #2187D1;
	text-decoration: none;
	cursor: pointer;
}

span.liveDef:hover {
	color: #106DA7;
	border-bottom: 1px dashed #106DA7;
}

/* slick table ///////////////////////////*/

.slickTable {
	margin: 10px 0 0 0;	
	border-collapse: collapse;
}

.slickTable tr th {
	background-color:#e4f6ff;
	color: #00689a;
	padding:8px;
	border-bottom: 2px solid #67b2d6;
}

.slickTable tr.top th {
	background-color:#ffffff;
	padding:8px;
	border-bottom: 1px solid #ffffff;
}

.slickTable tr td {
	background-color:#fff;
	padding: 8px 12px;
	text-align:center;
}

.slickTable tr.even td {
	background-color:#f1faff;
}

.slickTable tr td.label {
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	text-align:left;
}

.slickTable tr th.first, .slickTable tr td.first {
	font-size: 11px;
	padding: 4px;
	border-right: 2px solid #67b2d6;
}

.slickTable tr.hilite td {
	background-color:#FBF9DA;
}


.slickTable tr td strong {
	color:#cc0000;
}

.miniTable tr th {
	font-size: 11px;
	padding:6px 4px;
}

.miniTable tr td {
	font-size: 11px;
	padding: 6px 4px;
	border-bottom: 2px solid #d6e5ed;
}

.content .main p.tableNote {
	font-family: Verdana;
	font-size: 11px;
	margin: 6px 0;
}

.important {
	color: #920000;
	font-weight: bold;
}

ul.nb {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.nb li {
	margin: 8px;
	font-size: 12px;
}


.content .main p.imgDescription {
	font-size: 11px;
	line-height: 13px;
	padding: 0 8px 8px 8px;
}

.dottedGray {
	background-image: url(images/dot-bkgd-gray.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0 0 10px 0;
}	

.solidGray {
	border-bottom: 1px solid #cccccc;
	padding: 0 0 10px 0;
}	


/* packs //////////////////////*/

div.content .packDescBtn {
	padding: 16px 10px 0 10px;
}

div.content .packDescBtn .desc {
	float:left;
	width: 305px;
}

div.content .packDescBtn .desc .title {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #333333;
	margin: 0; 
	padding: 0	
}

div.content .packDescBtn .desc .title em {
	font-weight:normal;
	color:#333333;
	display:block;
}

div.content .packDescBtn .desc p {
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-family:verdana;
	color: #555555;
}

div.content .packDescBtn .desc .by {
	margin: 4px 0 0 1px; 
	font-size:11px; 
	color:#555555;
}

div.content .packDescBtn .btn {
	float:left;
	margin: 0 0 0 20px;
	width: 100px;
}

div.content .packThumbDesc {
	padding: 0px 10px 0px 10px;
	margin: 0 0 16px 0;
}

div.content .packThumbDesc img {
	margin: 0;
	float:left;
}

div.content .packThumbDesc .desc {
	margin: 10px 0 0 10px;
	width: 180px;
	float:left;
}

div.mainContent .packThumbDesc .desc a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div.mainContent .packThumbDesc .desc a:hover {
	text-decoration: underline;
}

div.mainContent .packThumbDesc .desc em {
	font-size: 11px;
	font-style: normal;
}

/* podcasts /////////////////*/

.podcast {
	margin: 10px;
}

.podcast p.desc {
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	color: #333333;
	margin: 0 0 20px 0;
}

.podcast .time {
	font-size: 11px;
	font-style:normal;
	font-weight: normal;
	margin: 0 0 12px 0;
}

.podcast .spkr1 {
	color: #438830;
	font-weight: bold;
}

.podcast .spkr2 {
	color: #306688;
	font-weight: bold;
}

.podcast .spkr3 {
	color: #D18500;
	font-weight: bold;
}

.podcast .spkr4 {
	color: #7D1919;
	font-weight: bold;
}

.podcast h4 {
	color: #438d31;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
}

.podcast h5 {
	margin: 10px 0;
	font-size: 14px;
	font-weight: normal;
	width:580px;
	color: #333333;
}

.podcastOptions {
	border-collapse: collapse;
}

.podcastOptions .tr .th {
 	border:1px solid #ffffff;
 	background-color:#59abd3;
 	color: #ffffff;
 	text-align:left;
 	padding: 8px;
 	font-weight:bold;
 	font-size:12px;
 	font-family:Arial;
 }

.podcastOptions .tr .td {
	border:1px solid #ffffff;
 	padding: 8px;
 	color: #333333;
 }

.podcast .tr .th a {
	color: #ffffff;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
} 

.podcast .tr .th a:hover {
	text-decoration:underline;
}

.podcastOptions .tr .td a {
	text-decoration: none;
}

.podcastOptions .tr .td a:hover {
	text-decoration: underline;
}

.podcastOptionsDiv .tr {
	clear: left;
	margin: 0;
	padding: 0;
}

.podcastOptionsDiv .th, .td {
	float:left;
}

.podcastOptionsDiv .th {
 	background-color:#59abd3;
 	color: #ffffff;
 	text-align:left;
 	font-weight:bold;
 	font-size:12px;
 	font-family:Arial;
 	line-height:12px;
 }

.podcastOptionsDiv .tr .th div, .podcastOptionsDiv .tr .td div {
 	padding: 9px 10px; 	
}

.podcast .transcript {
	overflow:auto; 
	height:190px; 
	color: #333333;
	margin: 0;
	font-size:12px;
	line-height:16px;
}


/* flash player ////////////////*/

.flash_player p {
	margin: 0;
	padding: 8px;
	background-color:#F4D8D8;
	color:#4b2525;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana;
}

.flash_player p a {
	color: #920000;
	font-weight: bold;
	text-decoration:underline;
}

.presentations .item {
	padding:20px 0; 
	border-bottom: 1px solid #cccccc;
}

.presentations .item h3 {
	margin: 0;
	padding: 0;
}

.videoPlayer table tr td {
}


.videoPlayer table tr td.sidebar {
	border: 1px solid #cccccc;
	padding: 0;
}

.videoPlayer .sidebar {
	padding: 0;
}

.videoPlayer .sidebar h4 {
	margin: 4px 0;
}

.videoPlayer .sidebar h5 {
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}

/* overlay ////////////////////////////////////*/

div.overlay {
	position: absolute;
	display:none; 
	position: absolute; 
	top:0; 
	left: 0; 
	background-color:#c9c9c9;
	filter: alpha(opacity=50); 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50; 
	opacity:0.50;
}


/* presPopover ///////////////////////////////*/

.presPopover {
	width:883px; 
	height:565px; 
	position: absolute; 
	left: 70px;
	top: 15px;
	background-image: url(images/presentation/popover-bkgd.gif);
	background-repeat: no-repeat;
	display:none;
}

.presPopover a.close {
	display:block;
	position:absolute;
	left: 804px;
	top: 21px;
	color: #ffffff;
	padding: 0 24px 0 0;
	line-height: 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/btn-x.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-decoration: none;
}

.presPopover a.close:hover {
	text-decoration: underline;
}


.presPopover .presPopoverInset {
	padding: 14px;
}

.presPopover .presPopoverHdr {
	width: 855px;
	height: 65px;
	padding: 0;
	margin: 0;
	background-image: url(images/presentation/hdr-bkgd.jpg);
	background-repeat:no-repeat;
}

.presPopover .presPopoverHdr div.hdrTitle {
	padding: 0 16px;
}

.presPopover .presPopoverHdr div.hdrTitle h2 {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	line-height: 65px;
	margin: 0;
	padding: 0;
}

.presPopover .presPopoverHdr div.withSub h2 {
	line-height: 26px;
	padding: 10px 0 0 0;
}

.presPopover .presPopoverHdr div.withSub h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.presPopoverContent .screen {
	display: none;
}

.presPopoverContent .chart {
	width:593px;
	height: 354px;
	float:left;
	background-color:#ffffff;
}

.presPopoverContent .video {
	width:593px;
	height: 354px;
	float:left;
	background-color:#ffffff;
}

.presPopoverContent .video .videoContent {
	padding: 8px;
}

.presPopoverContent .sidebar {
	width:262px;
	height: 354px;
	float:left;
	background-image: url(images/presentation/popover-sidebar-bkgd.gif);
	background-repeat: no-repeat;
}

.presPopoverContent .sidebar .sidebarInset {
	padding: 20px 20px 0 20px;
}

.presPopoverContent .sidebar h3 {
	color: #ff8a00;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
}

.presPopoverContent .sidebar h4 {
	color: #666666;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
 	margin: 0 0 20px 0;
	padding: 0;
}

.presPopoverContent .sidebar h5 {
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
 	margin: 0 0 4px 0;
	padding: 0;
}

.presPopoverContent .sidebar p {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	margin: 4px 0 0 0;
}

.presPopoverContentOptions ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.presPopoverContentOptions ul li {
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0 0 0 18px;
	float:left;
	width: 290px;
	height: 200px;
	background-image: url(images/presentation/opt-bkgd.gif);
	background-repeat: no-repeat;
	background-position: 0 20px;
}

.presPopoverContentOptions ul li div.optPtr {
	background-image: none;
	background-repeat: no-repeat;
	width: 19px;
	height: 18px;
	margin: 0 auto;
}

.presPopoverContentOptions ul li.first {
	padding: 0;
	margin: 0;
	background-image: none;
}

.presPopoverContentOptions ul li.selected div.optPtr {
	background-image: url(images/presentation/opt-ptr.gif);
}

.presPopoverContentOptions ul li div.opt a {
	display: block;
	width: 286px;
	height: 99px;
	background-repeat: no-repeat;
	text-decoration: none;
}

.presPopoverContentOptions ul li div.opt a:hover {
	display: block;
	width: 286px;
	height: 99px;
	background-repeat: no-repeat;
	text-decoration: none;
}

.presPopoverContentOptions ul li div.opt a div {
	padding: 30px 20px 0 160px;
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.presPopoverContentOptions ul li div.opt a:hover div {
	color: #e87e00;
}

.presPopoverContentOptions ul li.selected div.opt a div {
	color: #e87e00;
}

.presPopoverContentOptions ul.four li {
	width: 197px;
	height: 100px;
	margin: 0 0 0 6px;
	padding: 0 0 0 14px;
}

.presPopoverContentOptions ul.four li.first {
	margin: 0;
	padding: 0 0 0 6px;
}

.presPopoverContentOptions ul.four li div.opt div.optBtn {
	width: 195px;
	height: 100px;
	padding: 0 0 0 2px;	
	cursor: pointer;
}

.presPopoverContentOptions ul.four li div.opt div.optBtn table {
	border-spacing: 0;
}

.presPopoverContentOptions ul.four li div.opt div.optBtn table td {
	padding: 0;
}

.presPopoverContentOptions ul.four li div.opt div.optBtn .image {
	width: 80px;
	height: 95px;
	text-align: center;
	vertical-align:middle;
}

.presPopoverContentOptions ul.four li div.opt div.optBtn .text {
	width: 97px;
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.presPopoverContentOptions ul.four li div.opt div.optBtnOver .text {
	color: #e87e00;
}

.presPopoverContentOptions ul.four li.selected div.opt div.optBtn .text {
	color: #e87e00;
}


/* optActiveImmuneResponse ////////////////////*/

.presPopoverContentOptions ul li div.opt div.optBtn {
	background-image: url(images/presentation/opt-4.gif);
}

.presPopoverContentOptions ul li div.opt div.optBtnOver  {
	background-image: url(images/presentation/opt-4-over.gif);
}

.presPopoverContentOptions ul li.selected div.opt div.optBtn {
	background-image: url(images/presentation/opt-4-over.gif);
}

/* adobeFlashPlayerRequired ////////////////////*/

div.adobeFlashPlayerRequired {
	margin: 0 auto;
	width: 340px;
	padding: 80px 0;
}

div.adobeFlashPlayerRequired h4 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding: 0;
	color: #848484;
}

div.adobeFlashPlayerRequiredInset {
	border: 1px solid #cccccc;
	padding: 10px;
}

div.adobeFlashPlayerRequired p {
	font-family: Arial;
	font-size: 12px;
	color: #848484;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

span.comment {
	color:#cc0000; 
	font-weight:bold;
	font-size: 11px;
	padding: 0 4px;
}

.news .newsDate {
	vertical-align:top;
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color:#666666;
}

.news table {
	border-spacing: 0;
	border-collapse: collapse;
}

.news .newsItem {
	padding: 0 0 0 20px;
}

.news .newsItem h5 {
	font-family: Verdana;
	font-size: 12px;
	line-height:16px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.news .newsItem p {
	font-family: Verdana;
	font-size: 12px;
	line-height:14px;
	margin: 0 0 30px 0;
}

.events .event h5 {
	font-size: 12px;
	color: #000000;
}

.events .event p {
	line-height: 16px;
}

.events .event p.details {
	line-height: 16px;
}

.events .event p.details strong {
	color:#666666;
}

.formLabel {
	vertical-align: top;
	padding: 6px 8px 0 0;
	font-weight: bold;
	color:#666666;
	font-size: 11px;
}

.formTip {
	font-size: 11px;
	color:#666666;
}

.formError {
	font-size: 11px;
	color: #cc0000;
	font-weight: bold;
}

/* inlinePres ////////////////////////////*/

.inlinePres {
	border: 1px solid #cccccc;
	width: 491px;
	background-color:#efefef;
}

div.inlinePres div.inlinePresInset {
	padding: 1px;
}

div.inlinePres div.hdr {
	background-image: url(images/inline-pres-hdr-bkgd.gif);
	background-repeat: repeat-x;
	height:65px;
}

div.inlinePres div.hdr {

}

div.inlinePres .hdr div.title {
	padding: 0 16px;
}

div.inlinePres .hdr div.title h2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	line-height: 65px;
	margin: 0;
	padding: 0;
}

div.inlinePres .hdr div.withSub h2 {
	line-height: 20px;
	padding: 16px 0 0 0;
	margin: 0;
}

div.inlinePres .hdr div.withSub h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

/* inlinePres tabs ////////////////////*/
div.inlinePres div.tabs {
	margin: 1px 0 0 0;
	padding: 0;	
	background-image: url(images/inline-pres-tab-border-bottom-bkgd.gif);	
	background-position: left bottom;
	background-repeat: repeat-x;
	height:30px;
}

div.inlinePres div.tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.inlinePres div.tabs ul li {
	list-style-type: none;
	margin: 0 0 0 4px;
	padding: 0;	
	background-color:#ffffff;
	float:left;
}

div.inlinePres div.tabs ul li.first {
	margin: 0;
}

div.inlinePres div.tabs ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	display:block;
}

div.inlinePres div.tabs ul li.tabSelected {

}

div.inlinePres div.tabs ul li.tabSelected a {
	color: #000000;
}

div.inlinePres div.tabs ul li a:hover {
	color: #000000;
}

div.inlinePres div.tabs ul li a:hover div {
	color: #000000;
	background-image: url(images/inline-pres-tab-bkgd-selected.gif);
}

div.inlinePres div.tabs ul li a div {
	font-family: Arial;
	font-size: 12px;
	line-height: 28px;
	border-top: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	background-image: url(images/inline-pres-tab-bkgd.gif);
	background-repeat: repeat-x;
	text-align:center;
}

div.inlinePres div.tabs ul li.tabSelected a div {
	font-weight: bold;
	line-height: 29px;
	background-image: url(images/inline-pres-tab-bkgd-selected.gif);	
}

div.inlinePres div.tabContent {
	display: none;
	background-color:#ffffff;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	padding: 16px 8px 16px 8px;
}

div.inlinePres div.tabContentSelected {
	display: block;
}

div.inlinePres div.tabContent div.chartDescription {
	background-color: #ffffff;
	background-image: url(images/dot-bkgd-gray-2.gif);
	background-repeat: repeat-x;
	padding: 12px 12px 0 12px;
	margin: 20px 0 0 0;
}

div.inlinePres div.tabContent div.chartDescription p {
	font-size: 11px;
	line-height: 13px;
	margin: 0;
}

div.bios div.member {
	margin: 0 0 30px 0;
}

div.bios div.member h4 {
	color: #333333;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin:20px 0 0 0;
		
 	margin: 0;
 	padding: 0;
}

div.bios div.member h5 {
	color: #333333;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	margin: 4px 0;
}

div.bios div.member div.blurb {
	line-height: 20px;
	margin: 8px 0;
}

div.bios div.member div.full {
	margin: 16px 0;
}