
/* possible fix for Chrome problem with rendering sup tags */
.sup {font-size: 80%; position: relative; bottom: 0.6em;}

/*****************************************************************************************************************************/
/*                           BEGIN General Definitions Section                                                               */
/*****************************************************************************************************************************/
body {
	background: #f6f6f5 url(/PublishedContent/images/images/design-elements/css/body-bg.gif) repeat-x;
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.3em;
	font-family: Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
body.popup {
	background:none;
	font-size: 14px;
	color: #333;
	line-height: 1.3em;
	font-family: Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
body.popup table {
	font-size: 14px;
	color: #333;
	line-height: 1.3em;
	font-family: Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.popup-add-selected {
	margin: 17px 0 5px;
}
.gray, a.gray, a.gray:active, a.gray:visited, a.gray-link, a.gray-link:visited, a.gray-link:active, a.gray-text, a.gray-text:visited, a.gray-text:active {
	color: #333;
}
ul li {
	list-style : none;
	margin: 0;
	padding: 0;
}
/* ul li {
	list-style : disc url(/PublishedContent/images/images/design-elements/css/bullet_sm_css.gif);
	margin: 0 0 0 -15px;	padding: 0 0 0 -15px;
} */

a, a:active {
	color: #9c3303;
}
/*a:visited {
	color: #7f7f7f;	
}*/
a:hover {
	color: #900;
	text-decoration : underline;
}
.section-title {
	color: #6e6c4f;
	font-size : 24px;
	font-weight : normal;
}
h1, .document-title {
	display: block;
	color: #000;
	font-size : 23px;
	line-height:1.1em;
	margin-top: 0;
	padding: 0;
	font-weight : bold;
}
h2, H2, .page-title, .DrugInfoSummary-SummarySection-Title-Level1 {
	display: block;
	color: #000;
	font-size : 19px;
	font-weight : bold;
	margin: 0 0 .75em;
	line-height:1.3em;
}
.dictionary-search-results-header .page-title, .dictionary--search-results-header .page-title, .dictionary-individual-search-results-header .header-A {
	display: inline;
}
.page-title {
	display: inline;
}
.BodySlotPortal {
	width: 650px;
	padding-right: 50px;
}
h3, H3, .header-A, .header-a {
	margin: .83em 0;
	color: #000;
	font-size : 17px;
	font-weight : bold;
}
h4, H4, .header-B, .header-b {
	display: block;
	margin: .95em 0;
	font-size: 14px;
	color: #000;
	font-weight : bold;
}
h5, .header-C, .header-c {
	display: block;
	font-weight : bold;
	color: #000;
	font-size : 14px;
	margin: .95em 0;
}
h6, .header-D, .header-d {
	display: block;
	font-weight : bold;
}
/* list item with no bullets */
ul.generic {
	padding-left: 0;
	margin-left: 0;
}
ul.generic li {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 10px;
	background: none;
}
ol.generic li {
	padding-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
}
/* end list item with no bullets */

/* list item with bullets */
ul.generic-bullet {
}
ul.generic-bullet li {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 10px;
	background: url(/PublishedContent/images/images/design-elements/css/bullet_sm_css.gif) 0 6px no-repeat;
}
/* end list item with bullets */

/* begin generic centering of table or div */
table.center, div.center {
	margin: 0 auto;
}
/* end generic centering of table or div */

/* begin generic box in content in area */
.content-box {
	border: 1px solid #bdbdbd;
	padding: 0 10px 10px;
}
.content-box h3 {
	color: #000;
	font-weight: bold;
	background: #E6E6E2;
	font-size: 15px;
	margin: 0 -10px 10px;
	padding: 5px 10px;
}
/* end generic box in content in area */

/* begin first SI list item */
h4.cancer-type-list {
	margin-top:15px;
	margin-bottom:0;
}
div.first-SI h4.cancer-type-list {
	margin-top:0;
}
a.cancer-type-list {
	margin-top:15px;
}
/* make a link appear like normal text */
a.link-no-show {
	text-decoration: none;
	cursor: default;
	color: #333;
}
div.first-SI a.cancer-type-list {
	margin-top:0;
}
/* end first SI list item */

img {
	border: 0;
}
img.right, div.right, .article-image-right {
	float: right;
	border: 0;
	margin: 0 0 10px 15px;
}
img.left, div.left {
	float: left;
	border: 0;
	margin: 0 15px 10px 0;
}
img.center, .image-center, div.center {
	display: block;
	margin: 0 auto;
}
.article-image-enlarge {
	text-align:right;
	padding: 0 0 5px 0;
}
/* begin images using the HTML5 figure and figcaption elements */
/* add block level style to HTML5 elements, for IE */	
header, nav, article, footer, section, aside, figure, figcaption {
	display:block;
}
figure {
	margin-bottom: 10px;
	overflow: hidden;
}
/* this fixes the problem where images show at their full width inside tables on all browsers except Chrome. 
If there is a conflict with figure being set as block level in another tag, add !important do display: table line */
table figure {
	display: table;
	table-layout: fixed;
}
/* image right 25% width */
figure.image-right-small {
	float: right;
	width: 25%;
	margin: 0 0 1em 1em;
}
/* image right 40% width */
figure.image-right-medium {
	float: right;
	width: 40%;
	margin: 0 0 1em 1em;
}
/* image left 25% width */
figure.image-left-small {
	float: left;
	width: 25%;
	margin: 0 1em 1em 0;
}
/* image left 40% width */
figure.image-left-medium {
	float: left;
	width: 40%;
	margin: 0 1em 1em 0;
}
/* image center 75% width */
figure.image-center {
	width: 75%;
	margin: 0 auto 1em auto;
}
/* image center 100% width */
figure.image-center-full {
	width: 100%;
	margin: 0 auto 1em auto;
}
/* contain image inside fig */
figure img {
	max-width: 100%;
	/* remove white space under image */
	display: block;
}
/* center images using the centered templates */
figure.image-center img, figure.image-center-full img {
	margin: 0 auto;
}
/* exit notification image display inline */
figure .exitNotification img {
	display: inline;
}
/* make enlarge link block level for display purposes */
a.article-image-enlarge {
	display: block;
	text-align: right;
}
/* style all figcaption elements the same */
figcaption {
	margin-top: 5px;
	border-top: 1px solid #BDBDBD;
}
figcaption .caption-container {
	display: block;
	color: #666;
	background: #DDDDDD;
	padding: 10px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.2em;
}
/* remove default spacing of p tags as this adds extra spacing around caption content */
figcaption p:first-child {
	margin-top: 0;
}
figcaption p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
/* media highlight item css (Cheetoh IT1) */
.media-highlight {
	position: relative;
	border: 1px solid #bdbdbd;
}
.media-label {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #464646;
	color: #ffffff;
	line-height: 2.4em;
	font-weight: bold;
	text-transform: uppercase;
	width: 8.5em;
	text-align: center;
	/* firefox 3.5 */
	-moz-transform: rotate(90deg) translateX(8.5em);
	-moz-transform-origin: 100% 0%;
	/* Saf3.1+, Chrome */
	-webkit-transform: rotate(90deg) translateX(8.5em);
	-webkit-transform-origin: 100% 0%;
	/* IE 9+ */
	-ms-transform: rotate(90deg) translateX(8.5em);
	-ms-transform-origin: 100% 0%;
}
.media-label.media-infographic.en-us:before {
	content:"Infographic";
}
.media-label.media-infographic.es-us:before {
	content:"Infografía";
}
/* end images using the HTML5 figure and figcaption elements */

/* BEGIN styles to support Cheetoh IT2 centered elements (inline-block) */

.centered-set {
	text-align: center;
}
.centered-element {
	display: inline-block;
	max-width: 100%;
}
.centered-exempt {
	text-align: left;
}
/* END styles to support Cheetoh IT2 centered elements (inline-block) */

/* BEGIN columns by css instead of tables */
.two-columns, .three-columns, .four-columns, .five-columns {
	width: 100%;
	margin-bottom: 1em;
}
/* 2 col */
.two-columns .column1, .two-columns .column2 {
	float: left;
	width: 48%;
	padding-right: 4%;
}
.two-columns .column2 {
	padding-right: 0;
}
/* 3 col */
.three-columns .column1, .three-columns .column2, .three-columns .column3 {
	float: left;
	width: 30%;
	padding-right: 5%;
}
.three-columns .column3 {
	padding-right: 0;
}
/* 4 col */
.four-columns .column1, .four-columns .column2, .four-columns .column3, .four-columns .column4 {
	float: left;
	width: 22%;
	padding-right: 4%;
}
.four-columns .column4 {
	padding-right: 0;
}
/* 5 col */
.five-columns .column1, .five-columns .column2, .five-columns .column3, .five-columns .column4, .five-columns .column5 {
	float: left;
	width: 16%;
	padding-right: 5%;
}
.five-columns .column5 {
	padding-right: 0;
}
/* END columns by css instead of tables */


/* BEGIN container for floated items */
.container-floats {
	width: 100%;
	overflow: auto;
	margin-bottom: 1em;
}
.container-floats .column1, .container-floats .column2, .container-floats .column3, .container-floats .column4 {
	float: left;
	margin-right: 15px;
}
.container-floats .last {
	overflow: hidden;
	margin-right: 0;
}
/* END container for floated items */

/* BEGIN clearfix for clearing floated items */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
} /* IE < 8 */
.clearfloats {
	clear:both;
}
/* END clearfix for clearing floated items */

/* begin default table styles*/
td, th {
	vertical-align: top;
}
/* end default table styles*/

/* begin default content table styling */
table.table-default {
	border-collapse: collapse;
	margin: 15px 0;
}
table.table-default caption {
	font-weight: bold;
	text-align: left;
	font-size: 15px;
	color: #000;
	padding: 20px 0 10px; /* using padding instead of margin due to problem in Safari */
}
table.table-default th {
	background-color: #f2f3f7;/*text-align: left;*/
}
table.table-default tr {
	background-color: #fff;
}
table.table-default td, table.table-default th {
	border: 1px solid #bdbdbd;
	padding: 10px;
	border-spacing: 0;
}
table.table-default td p:first-child {
	margin-top: 0;
}
table.table-default td p:last-child {
	margin-bottom: 0;
}
table.table-default-center-td td {
	text-align: center;
}
table.table-default td p:first-child, table.table-default th p:first-child {
	margin-top: 0;
}
table.table-default td p:last-child, table.table-default th p:last-child {
	margin-bottom: 0;
}
table..table-default ul {
 padding-left: 4px;
}
/* end default content table styling */

table.border {
	border: 1px solid #bdbdbd;
	border-collapse: collapse;
}
table.border th {
	border: 1px solid #bdbdbd;
	border-collapse: collapse;
}
table.border td {
	border: 1px solid #bdbdbd;
	border-collapse: collapse;
}
/* added .hidden-page-title class to this style declaration, this is strictly for H1 tags. Remove this class here when we decide to show all hidden page titles */
.hidden-page-title, .hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.skip a, .skip a:hover, .skip a:visited {
	position: absolute;
	left:-999px;
}
.skip a:active, .skip a:focus {
	display:block;
	left: 0;
	z-index:999;
	background: #fff;
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
}
.zerop {
	margin-bottom: 0;
}
a.gray-text {
	color: #333;
}
a.gray-link:hover, a.gray-text:hover, a.gray:hover {
	color: #000;
	text-decoration : underline;
}
.text-b, .gray-text-b {
	font-weight : bold;
}
.red-text {
	color: #9c3303;
}
.hide, .hide-desktop {
	display: none;
}
hr {
	color: #d7d7d7; /* IE */
	background-color: #d7d7d7; /* Netscape 6/7, Mozilla */
	border: #d7d7d7; /* Opera */
	height: 1px;
}
.hr-es {
	color: #d7d7d7; /* IE */
	background-color: #d7d7d7; /* Netscape 6/7, Mozilla */
	border: #d7d7d7; /* Opera */
	height: 1px;
	margin: 15px 0;
	padding: 0;
}
input.search-field {
	height: 15px;
	width: 105px;
	vertical-align:middle;
}
.gray-border {
	background: #bdbdbd;
}
.search-field {
	color: #000;
	height: 22px;
	width : 120px;
}
.navigation-white, td.navigation-white, a:link.navigation-white, a:visited.navigation-white, a:active.navigation-white {
	color: #fff;
}
a:hover.navigation-white {
	color: #F1EFEF;
}
.navigation-gray, a.navigation-gray, a.navigation-gray:visited, a.navigation-gray:active, a.navigation-gray-link, a.navigation-gray-link:visited, a.navigation-gray-link:active {
	color: #333;
}
a.navigation-gray-link:hover, a.navigation-gray:hover {
	color: #000;
}
.navigation-selected {
	color: #999999;
}
.navigation-dark-gray, a.navigation-dark-gray-link, a.navigation-dark-gray-link:visited, a.navigation-dark-gray-link:active {
	color: #333333;
}
.navigation-black, a.navigation-black-link, a.navigation-black-link:visited, a.navigation-black-link:active {
	color: #000;
}
a.navigation-black-link:hover {
	color: #333333;
}
a.navigation-dark-gray-link:hover {
	color: #000;
}
.navigation-dark-red, a.navigation-dark-red, a.navigation-dark-red:link, a.navigation-dark-red:active, a.navigation-dark-red:visited, a.navigation-dark-red-link, a.navigation-dark-red-link:visited, a.navigation-dark-red-link:active {
	color: #993300;
}
a.navigation-dark-red-link:hover, a.navigation-dark-red:hover {
	color: #900;
}
.red-header, a.red-header, a.red-header:visited, a.red-header:active {
	font-size : 14px;
	color: #cc0000;
	font-weight : bold;
}
a.red-header:hover {
	font-size : 14px;
	color: #900;
	font-weight : bold;
}
.dark-red, a.dark-red-link, a.dark-red-link:visited, a.dark-red-link:active {
	color: #930;
}
a.dark-red-link:hover {
	color: #900;
}
.black-text, a.black-text, a.black-text:visited, a.black-text:active {
	color: #000;
}
.black-text-b {
	color: #000;
	font-weight : bold;
}
a.black-text:hover {
	color: #333;
}
p.graytext {
	color: #666;
}
p.blacktext {
	color: #000;
}
p.block {
	margin: 10px 20px;
}
td.rightnav {
	font-size : 12px;
}
td.rightnav a {
	font-size : 12px;
}
a.whitetab {
	color: #336;
	line-height: 10px;
	text-decoration : none;
}
a.whiteslanttab {
	color: #336;
	font-style : italic;
	line-height: 10px;
	text-decoration : none;
}
a.whitetab:visited {
	color: #336;
	line-height: 10px;
	text-decoration : none;
}
a.whiteslanttab:visited {
	color: #336;
	font-style : italic;
	line-height: 10px;
	text-decoration : none;
}
a.whitetab:hover {
	color: #699;
	line-height: 10px;
	text-decoration : none;
}
a.whiteslanttab:hover {
	color: #699;
	font-style : italic;
	line-height: 10px;
	text-decoration : none;
}
a.alpha {
	color: #000;
	font-size : 14px;
	font-weight : bold;
	line-height: 14px;
	text-decoration : underline;
}
a.alpha:visited {
	color: #669;
	text-decoration : underline;
}
a.alpha:hover {
	color: #699;
	text-decoration : underline;
}
.field {
	color: #000;
	height: 22px;
}
.font_field {
	color: #000;
}
.size7_field {
	color: #000;
	height: 22px;
	width : 69px;
}
.size10_field {
	color: #000;
	height: 18px;
	width : 69px;
}
.size12_field {
	color: #000;
	height: 22px;
	width : 100px;
}
.size14_field {
	color: #000;
	height: 22px;
	width : 138px;
}
.size30_field {
	color: #000;
	height: 22px;
	width : 180px;
}
.size30x3_field {
	color: #000;
	height: 70px;
	width : 180px;
}
.size40_field {
	color: #000;
	height: 22px;
	width : 240px;
}
.size40x3_field {
	color: #000;
	height: 60px;
	width : 240px;
}
.size50_field {
	color: #000;
	height: 22px;
	width : 300px;
}
.size50x3_field {
	color: #000;
	height: 70px;
	width : 300px;
}
.size60x3_field {
	color: #000;
	height: 60px;
	width : 360px;
}
.header1 {
	color: #000;
	font-size : 16px;
	font-weight : bold;
	line-height: 18px;
}
.pressh1 {
	color: #000;
	font-size : 15px;
	font-weight : bold;
	line-height: 18px;
}
.header1black {
	color: #000;
	font-size : 16px;
	font-weight : bold;
	line-height: 18px;
}
.header2 {
	color: #000;
	font-size : 15px;
	font-weight : bold;
	line-height: 16px;
}
H2.header2 {
	color: #000;
	font-size : 15px;
	font-weight : bold;
	line-height: 16px;
	margin: 4px;
}
PRE {
	font-size : 11px;
}
.fake_H2 {
	color: #000;
	font-size : 15px;
	font-weight : bold;
	line-height: 16px;
}
H1.CDR {
	color: #000;
	font-size : 17px;
	font-weight : bold;
	line-height: 18px;
}
H2.CDR {
	color: #000;
	font-size : large;
	font-weight : bold;
	line-height: normal;
}
H3.CDR {
	color: #000;
	font-size : medium;
	font-weight : bold;
}
H4.CDR {
	color: #000;
	font-size : small;
	font-weight : bold;
}
H1.OESI {
	color: #000;
	font-family : Times New Roman;
	font-size : 24pt;
	font-weight : normal;
	margin-top : 0;
	margin-bottom : 0;
}
H2.OESI {
	color: #669;
	font-family : Times New Roman;
	font-size : 14pt;
	font-variant : small-caps;
	font-weight : normal;
	margin-top : 0;
	margin-bottom : 0;
}
.oesi_desc {
	line-height: 15px;
}
H1.digest {
	color: #000;
	font-size : 16pt;
	line-height: normal;
	margin-top : 0;
	margin-bottom : 0;
}
.digest_header {
	color: #000;
	font-size : 16pt;
	line-height: normal;
	margin-top : 0;
	margin-bottom : 0;
	font-weight : bold;
}
.header-text {
	font-size : 20px;
	color: #fff;
}
.graytext {
	color: #666;
}
.whitetext {
	color: #fff;
}
a.whitetext:link, a.whitetext:visited, a.whitetext:hover, a.whitetext:active {
	color: #fff;
}
.bigwhite {
	color: #fff;
	font-weight : bold;
	font-size : 16px;
}
.blacktext {
	color: #000;
}
.toc H2 {
	color: #000;
	font-size : 16px;
	font-weight : bold;
	margin-bottom : 3px;
	margin-top : 0;
}
.toc H3 {
	color: #000;
	font-size : 15px;
	font-weight : bold;
	margin-bottom : 3px;
	margin-top : 0;
}
.toc H4 {
	color: #000;
	font-size : 14px;
	font-weight : bold;
	margin-bottom : 3px;
	margin-top : 0;
}
.toc H5 {
	color: #000;
	font-size : 14px;
	font-weight : bold;
	margin-bottom : 3px;
	margin-top : 0;
}
.toc H6 {
	color: #000;
	font-size : 14px;
	font-weight : bold;
	margin-bottom : 3px;
	margin-top : 0;
}
H5 {
	color: #000;
	font-size : 14px;
	font-weight : bold;
}
H6 {
	color: #000;
	font-size : 14px;
	font-weight : bold;
}
li.portal {
	line-height: 11px;
	margin : 5px 0 0 0;
}
li.sub {
	color: #000;
	font-size : 14px;
	line-height: 16px;
	margin: 5px 0 5px 5px;
}
/* style for buttons on form */
.form-btn {
	padding: 2px 4px;
	background-color: #CC0000;
	font-weight: bold;
	font-size:11px;
	color: #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	border: none;
}
/*****************************************************************************************************************************/
/*                           END General Definitions Section                                                                 */
/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/*                           BEGIN Parent Container Section (conteiner for header, left nav, content, footer)                */
/*****************************************************************************************************************************/
#cgovContainer {
	width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	background: #fff url(/PublishedContent/images/images/container-bg.gif) no-repeat;
}
/* Emergency Alert Styles */
.EmergencyAlertBanner {
	background: #fff11e url(/PublishedContent/images/images/design-elements/css/EmergencyBanner-bkg.gif) top left no-repeat;
	margin: 0 0 12px 0;
	padding: 8px 4px 8px 179px;
	text-align: left;
	min-height: 70px;
}
.EmergencyAlertBanner h1.emergencyinfo-headline {
	position: absolute;
	left: -999px;
}
.EmergencyAlertBanner a, .EmergencyAlertBanner a:link, .EmergencyAlertBanner a:visited, .EmergencyAlertBanner a:hover, .EmergencyAlertBanner a:active {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.EmergencyMessage {
	width: 571px;
}
.EmergencyMessage h1 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 17px;
	font-weight: bold;
}
.EmergencyHeader {
	margin-bottom: 16px;
}
/* END Emergency Alert Styles */
/*****************************************************************************************************************************/
/*                           END Parent Container Section (conteiner for header, left nav, content, footer)                  */
/*****************************************************************************************************************************/


/*****************************************************************************************************************************/
/*                           BEGIN Header Section (banner, search, main navigation)                                          */
/*****************************************************************************************************************************/
/* NCI Banner */
#cgvSiteBanner {
	margin: 0;
	padding: 0;
}
#languageToggle {
	text-align: right;
	margin: 2px 10px 4px 0;
	font-size: 12px;
}
#languageToggle a {
	font-size: 12px;
}
.languageToggle a {
	font-size: 12px;
	padding: 4px 0 2px 0;
}
#logoandsearchcontainer {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #b2b2b2;
	background: #e4e4e3 url(/PublishedContent/images/images/design-elements/css/header-bg.gif) repeat-x;
}
#NCILogo {
	float:left;
}
#NCILogo a {
	outline: none;
}
#NCILogo div#printThisPage a {
	display: block;
}
#NCILogo h1 {
	display: none;
}
#NCILogo h2 {
	display: none;
}
#bannerRight {
	float: right;
	text-align: right;
}
#questionsNumber {
	margin: 0 10px 4px 0;
}
#questionsNumber a {
	outline: none;
}
#mainSearch {
	margin-right: 10px;
	height: 24px;
}
#mainSearch form, #mainSearch input {
	margin: 0;
	padding: 0;
}
.searchString {
	height: 17px;
	width: 178px;
	vertical-align: middle;
}
.searchSubmit {
	vertical-align: middle;
}
/* BEGIN Main Navigation */
#cgvMainNav {
	/*	margin: 0 0 10px 0;*/
	margin: 0;
}
ul.genSiteMainNav {
	height: 23px;
	background: url(/PublishedContent/images/images/mainnav-bg.gif) repeat-x;
	margin: 0;
	padding: 0;
}
ul.genSiteMainNav li {
	float: left;
	list-style: none;
	background: url(/PublishedContent/images/images/mainnav-divider.gif) no-repeat center right;
}
ul.genSiteMainNav li.last {
	background: none;
}
ul.genSiteMainNav li a:link, ul.genSiteMainNav li a:visited, ul.genSiteMainNav li a:hover, ul.genSiteMainNav li a:active {
	text-decoration: none;
}
ul.genSiteMainNav li a.current span {
	background: url(/PublishedContent/images/images/mainnav-bg-active.gif) repeat-x;
}
ul.genSiteMainNav li a span {
	display: block;
	color: #fff;
	height: 17px;
	margin: 0 1px 0 0;
	padding: 2px 0;
	text-align: center;
	font-size: 13px;
	font-family: 'Lucida Sans Unicode', Arial, sans-serif;
}
ul.genSiteMainNav li a:hover span {
	background: url(/PublishedContent/images/images/mainnav-bg-hover.gif);
}
ul.genSiteMainNav li a.current:hover span {
	background: url(/PublishedContent/images/images/mainnav-bg-active.gif);
}
ul.genSiteMainNavEnglish li.nav-item-1 {
	width: 131px;
}
ul.genSiteMainNavEnglish li.nav-item-2 {
	width: 141px;
}
ul.genSiteMainNavEnglish li.nav-item-3 {
	width: 141px;
}
ul.genSiteMainNavEnglish li.nav-item-4 {
	width: 141px;
}
ul.genSiteMainNavEnglish li.nav-item-5 {
	width: 169px;
}
ul.genSiteMainNavEnglish li.nav-item-6 {
	width: 86px;
}
ul.genSiteMainNavEnglish li.nav-item-7 {
	width: 131px;
}
ul.genSiteMainNavSpanish li.nav-item-1 {
	width: 160px;
}
ul.genSiteMainNavSpanish li.nav-item-2 {
	width: 150px;
}
ul.genSiteMainNavSpanish li.nav-item-3 {
	width: 169px;
}
ul.genSiteMainNavSpanish li.nav-item-4 {
	width: 169px;
}
ul.genSiteMainNavSpanish li.nav-item-5 {
	width: 132px;
}
ul.genSiteMainNavSpanish li.nav-item-6 {
	width: 160px;
}
/* END Main Navigation */

/* END NCI Banner */
#cgvLanguageDate {
}
/* Cancer Bulletin 2009 Redesign Header classes */
.bulletin-header {
	height: 85px;
	background: url(/PublishedContent/images/images/design-elements/css/cancerbulletin-header-bg.gif) repeat-x;
}
.cb-subscribe-header {
	background: #E1E0DE;
	padding: 18px 20px;
	font-weight: bold;
	color: #b50000;
	font-size: 22px;
}
.bulletin-header-left {
	float: left;
}
.bulletin-header-right {
	float: right;
}
.bulletin-header a {
	color: #000;
}
.bulletin-header-text {
	height: 21px;
	margin: 0 0 15px 0;
	background: url(/PublishedContent/images/images/design-elements/css/cancerbulletin-header-text-bg.gif) repeat-x;
}
.bulletin-header-date {
	float:left;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0 0 14px;
}
.bulletin-header-bottom-right {
	float: right;
	height: 18px;
	margin: 0;
	padding: 2px 1px 0 1px;
	background: #570000;
}
.bulletin-header-bottom-right a:link, .bulletin-header-bottom-right a:visited, .bulletin-header-bottom-right a:active {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 11px;
}
.bulletin-header-bottom-right a:hover {
	text-decoration: underline;
}
/* end Cancer Bulletin 2009 Redesign Header classes */
/* end Cancer Bulletin New */
/*****************************************************************************************************************************/
/*                           END Header Section (banner, search, main navigation)                                            */
/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/*                           BEGIN Content Header Section                                                                    */
/*****************************************************************************************************************************/
#headerzone {
	/*	margin: 10px 0 0; */
	margin: 0;
}
#cgvContentHeader {
	max-width: 940px;
	margin-top: 10px;
}
.document-title-block {
	min-height: 50px;
	padding: 5px 10px 3px 10px;
	overflow: hidden;
	position:relative;
}
.document-title-block h1 {
	margin: 0;
}
.document-title-block span.subtitle {
	display: block;
	font-size: 15px;
	margin-top:2px;
}
.document-title-block span.backtomain {
	display: block;
	font-size:12px;
	position:absolute;
	bottom:0;
	margin-bottom:1px;
}
.document-title-block img {
	float: right;
	display: block;
	margin: -5px -10px -3px 5px;
	border-left: 1px solid #fff;
}
.wyntk-banner {
	background: #aab2e0 url(/publishedcontent/images/images/wyntk_bg_short.jpg) no-repeat left top;
	padding: 0 239px 0 70px;
	height: 58px;
}
.wyntk-banner h2 {
	margin: 0 0 0 3px;
	padding: 5px 0 0;
}
.wyntk-banner h1 {
	color: #fff;
	margin: 0 0 0 3px;
}
.wyntk-right-image {
	height: 58px;
	width: 239px;
	background-image: url(/publishedcontent/images/images/wyntk_right.jpg);
	float: right;
	margin-right: -239px;
}
.cct-awards {
	background: #D8E8F5;
	width: 100%;
	overflow: auto;
}
.cct-awards h1 {
	margin: 0;
	padding: 5px;
}
.cct-awards img {
	float: right;
	padding-left: 10px;
}


/* align cgvBodyHeader to top of left nav. */
#cgvBodyHeader p {
	margin-top: 0;
}



/*****************************************************************************************************************************/
/*                           END Content Header Section                                                                      */
/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/*                           BEGIN Patient/Professional/Language tabs and Document Dates Section                             */
/*****************************************************************************************************************************/
.language-dates {
	width: 100%;
	overflow: hidden;/*	margin-bottom: 10px;*/
}
.language-dates-floating {
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.version-language {
	float: right;
}
.version-language a {
	text-decoration: none;
}
.version-language ul {
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	padding-left: 10px;
	margin: 4px 0 10px 0;
}
.version-language ul li {
	float: left;
	padding: 1px 10px;
	height: 19px;
	list-style: none;
	background-image: url(/PublishedContent/images/images/version-language-tab-off.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.version-language ul li.tabActive, .version-language ul li.active {
	background-image: url(/PublishedContent/images/images/version-language-tab-on.gif);
	font-size: 13px;
}
.version-language ul li a {
	color: #666;
	font-family: arial;
	font-size: 13px;
	display: inline-block;
	text-decoration: none;
}
.version-language ul a {
	color: #666;
}
.version-language ul li.one {
	position: relative;
	z-index: 3;
}
.version-language ul li.two {
	position: relative;
	left: -5px;
	z-index: 2;
}
.version-language ul li.three {
	position: relative;
	left: -10px;
	z-index: 1;
}
/*.document-dates {
	float: left;
}
.document-dates ul {
	margin: 3px 0 0 0;
	padding: 0;
}
.document-dates ul li {
	float: left;
	padding: 0;
	background: none;
}*/

/*****************************************************************************************************************************/
/*                           END Patient/Professional/Language tabs and Document Dates Section                               */
/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/*                           BEGIN Container for Left Navigation and content Section                                         */
/*****************************************************************************************************************************/
#mainContainer {
	border: 0px solid orange;
	width: 100%;
	overflow: hidden;
	/*	margin: 0 0 25px;*/
	margin: 15px 0 25px;
}
/*****************************************************************************************************************************/
/*                           END Container for Left Navigation and content Section                                           */
/*****************************************************************************************************************************/



/*****************************************************************************************************************************/
/*                           BEGIN Left Navigation Section                                                                   */
/*****************************************************************************************************************************/
.leftzone {
	border: 0px solid blue;
	float: left;
	width: 220px;
	padding: 0 20px 0 0;
	font-size: 13px;
	line-height:1.3em;
}
.leftzone div {
	margin-bottom: 6px;
}
.leftzone div ul li {
	margin: 0 0 10px 0;
}
.leftzone h3 {
	background: #E6E6E6;
	margin: -7px -7px 12px -7px;
	padding: 4px 8px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
/* BEGIN Default lefnav Box */
.leftnav-default {
	border: 1px solid #bdbdbd;
	padding: 7px;
}
.leftnav-default ul {
	margin: 0;
	padding: 0;
}
/* END Default lefnav Box */

/* BEGIN Cancer Type A to Z Box */
div.az {
	border: 1px solid #bdbdbd;
}
div.az h3 {
	background: #3c3c3c url(/PublishedContent/images/images/design-elements/css/leftnav-az-header.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 2px 5px;
	border-bottom: 1px solid #bdbdbd;
}
div.az table {
	width: 85%;
	margin: 10px;
	padding: 0;
	text-align: center;
}
div.az table td {
	padding-bottom: 5px;
	width: 11%;
}
/* END Cancer Type A to Z Box */

/* BEGIN Spanish Keyword Search Box */
.palabra-title {
	display: block;
	vertical-align: middle;
	margin-right: 5px;
	text-indent: -5000px;
	height: 0;
}
.palabra-search {
	width:87px;
	height:15px;
	vertical-align: middle;
	margin-right: 5px;
}
.palabra-image {
	width:50px;
	height: 15px;
	vertical-align: middle;
}
/* END Spanish Keyword Search Box */

/* BEGIN Spanish Keyword Search Box */
.palabra-title {
	vertical-align: middle;
	margin-right: 5px;
}
.search-go-spanish {
	width:87px;
	height:15px;
	vertical-align: middle;
	margin-right: 5px;
}
.search-go-spanish-image {
	width:50px;
	height: 15px;
	vertical-align: middle;
}
/* END Spanish Keyword Search Box */

/* BEGIN Search Trial Results Box */
.search-go-english {
	width:150px;
	height:15px;
	vertical-align: middle;
	margin-right: 5px;
}
.search-go-english-image {
	width:23px;
	height: 15px;
	vertical-align: middle;
}
/* END Search Trial Results Box */

/* BEGIN Search Fact Sheets by Keyword Box */
.search-fact-sheets-search {
	width:150px;
	height:15px;
	vertical-align: middle;
	margin-right: 5px;
}
.search-fact-sheets-image {
	width:23px;
	height: 15px;
	vertical-align: middle;
}
/* END Search Fact Sheets by Keyword Box */

/* BEGIN NCI Visions & Priorities Box */
.nci-vision {
	padding-bottom: 0;
}
.nci-vision ul li {
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 10px;
}
.nci-vision ul li.last {
	border-bottom: none;
	padding-bottom: 0;
}
.nci-vision-varmus-image {
	display: block;
	margin: 0 auto 8px;
}
/* END NCI Visions & Priorities Box */

/* BEGIN Find News Release Box */
.find-news-release-keyword {
	width: 120px;
	height: 15px;
}
table.find-news-release-dates {
	margin-top: 20px;
}
.find-news-release-dates td {
	padding-bottom: 10px;
}
.find-news-release-dates th {
	padding-bottom: 10px;
	font-weight: normal;
	text-align: left;
}
.find-news-release-dates td select {
	width: 90px;
}
/* END Find News Release Box */
.cgvpressrelease #cgvBody h2 {
	display: inline;
}
h2.news-subheader {
	display: block;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
	padding-top: 5px;
}
.news-type {
	padding-bottom:5px;
}
/* BEGIN Benchmarks Box */
.benchmarks-image {
	display: block;
	margin: 0 auto;
}
/* END Benchmarks Box */


/* begin Video Player */
.video-carousel-container {
	width: 639px;
	margin: 0 auto;
}
.video-carousel-video {
}
.video-carousel-caption {
	font-size:12px;
	line-height:1.2em;
	text-align: right;
	padding: 10px 8px;
}
.video-carousel-caption img {
	float: right;
	padding-left: 5px;
}
.videoPlayer p {
	margin: 0px;
}
/* end Video Player */

/* BEGIN Breadcrumbs */
#cgvSlBreadcrumb {
	float: left;
	width: 70%;
}

#cgvSlBreadcrumb ul.breadcrumbs {
	padding: 0;
	overflow: auto;
	margin: 14px 0 16px 8px;
}




.breadcrumbs > *:after {
content: ">";
margin: 0 0.25em;
position: relative;
top: 1px;
}

.breadcrumbs li.last-breadcrumb:after {
content: "";
margin: 0 0.25em;
position: relative;
top: 1px;
}


#cgvSlBreadcrumb ul.breadcrumbs li {
	float: left;
	line-height: 14px;
	overflow: hidden;
}

#cgvSlBreadcrumb ul.breadcrumbs li a{
	text-decoration: none;
	font-size: 12px;
}

#cgvSlBreadcrumb ul.breadcrumbs li a:hover{
	text-decoration: underline;
	font-size: 12px;
}

/* END Breadcrumbs */

/* BEGIN Page Options */
.po-box {
	border: 1px solid #bdbdbd;
}
.po-box h4 {
	background: #E6E6E2;
	color: #000;
	font-weight: bold;
	padding: 4px 8px;
	margin: 0;
	font-size: 14px;
}
.po-box ul.po-options {
	margin: 8px 4px 7px 4px;
	padding: 0;
}
.po-box ul.po-options a.po-option, .po-box ul.po-options a.po-option:link, .po-box ul.po-options a.po-option:visited, .po-box ul.po-options a.po-option:hover, .po-box ul.po-options a.po-option:active {
	color: #993300;
	text-decoration: underline;
	display: block;
	padding-left: 20px;
}
.po-box ul.po-options #NCIAddThisContainer {
	color: #993300;
	text-decoration: underline;
	display: inline;
	padding-left: 20px;
	cursor: pointer;
	background: url(/PublishedContent/images/images/design-elements/css/at_symbol_12x12.gif) no-repeat 2px 0;
	padding-left: 20px;
}
.po-box ul.po-options a.po-option:hover {
	color: #900;
}
.po-box ul.po-options a.po-email, .po-box ul.po-options a.po-email:link {
	background: url(/PublishedContent/images/images/design-elements/icons/page-options/email-document.gif) no-repeat 0 2px;
}
.po-box ul.po-options a.po-orderpub, .po-box ul.po-options a.po-orderpub:link {
	background: url(/PublishedContent/images/images/design-elements/icons/page-options/booklet.gif) no-repeat;
}
.po-box ul.po-options a.po-pdf, .po-box ul.po-options a.po-pdf:link {
	background: url(/PublishedContent/images/images/design-elements/icons/page-options/pdf.gif) no-repeat;
}
.po-box ul.po-options a.po-ppt, .po-box ul.po-options a.po-ppt:link {
	background: url(/PublishedContent/images/images/design-elements/icons/page-options/ppt-icon.gif) no-repeat;
}
.po-box ul.po-options a.po-printallpages, .po-box ul.po-options a.po-printallpages:link {
	background: url(/PublishedContent/images/images/design-elements/icons/page-options/print-page.gif) no-repeat;
}
.po-box ul.po-options a.po-printpage, .po-box ul.po-options a.po-printpage:link {
	background: url(/PublishedContent/images/images/design-elements/icons/page-options/printer.gif) no-repeat;
}
.po-box ul.po-options a.po-altolanguage, .po-box ul.po-options a.po-altolanguage:link {
	background: url(/PublishedContent/images/images/design-elements/icons/page-options/this-page-switch.gif) no-repeat;
}
.po-box ul.po-options a.po-viewallpages, .po-box ul.po-options a.po-viewallpages:link {
	background: url(/PublishedContent/images/images/design-elements/icons/page-options/view-document.gif) no-repeat;
}
.po-box ul.po-options a.po-epub, .po-box ul.po-options a.po-epub:link {
	background: url(/PublishedContent/images/images/design-elements/icons/page-options/ebook_icon.png) no-repeat;
}
.po-box ul.po-options a.po-mobi, .po-box ul.po-options a.po-mobi:link {
	background: url(/PublishedContent/images/images/design-elements/icons/page-options/ebook_icon.png) no-repeat;
}
#cgvLanguage {
	width: 100%;
	float: right;
}
/* BEGIN NVCG Page Options */

.page-options {
	float: right;
	width: 30%;
}
.page-options div ul {
	margin: 10px 0 2px 0;
}
.page-options ul {
	float: right;
}
/* Sprites for Page options */

.page-options ul a, .page-options ul, .page-options ul li {
	background: transparent;
}
.page-options ul li {
	background: url(/PublishedContent/images/images/design-elements/icons/page-options/page-options-sprites.png) no-repeat; /* Sprites */
	display: inline-block;
	margin: 0 0 0 0px;
}
.page-options ul li:first-child {
	margin: 0
}
.page-options img {
	width: 19px;
	height: 19px;
}
.page-options ul li.po-view-entire-document {
	background-position: 0 0;
}
.page-options ul li.po-print {
	background-position: 0 -49px;
	margin-left: 9px;
}
.page-options ul li.po-email {
	background-position: 0 -96px;
	margin-left: 9px;
}
.page-options ul li.po-facebook {
	background-position: 0 -149px;
}
.page-options ul li.po-twitter {
	background-position: 0 -198px;
	margin-left: 5.5px;
}
.page-options ul li.po-googleplus {
	background-position: 0 -249px;
	margin-left: 7px;
}
.page-options ul li.po-pinterest {
	background-position: 0 -299px;
	margin-left: 5px;
}
/* END NVCG Page Options */

/* END Page Options */
.leftnav-shaded-box ul li.leftnav-on {
	background: #eaebe6 url(/publishedcontent/images/images/arrow-active.gif) no-repeat 5px 10px!important;
	font-weight: bold;
	color: #1A1A1A;
}
/* Turns off bolding on other elements in li unless  specifically declared or on a subpage. Also makes the font-size smaller to prevent longer navs. This can be removed when subsection nav does not display until you are in the subsection. */
	.leftnav-shaded-box ul li.leftnav-on ul li {
	font-weight: normal;
	border-top: none;
}
/* Bolds the Parent link to the Subsection */
.leftnav-shaded-box ul li.leftnav-selected {
	font-weight: bold;
}
/* Active Navigation States when in Subsections of Microsites */

/* Bolds the Parent link to the Subsection */
.leftnav-shaded-box ul li.leftnav-open {
	font-weight: normal;
	background: #eaebe6 url(/publishedcontent/images/images/arrow-open.gif) no-repeat 5px 8px!important;
}
/* Removes bold formatting from sub li elements and reduces the font size for shorter lists. */
.leftnav-shaded-box ul li.leftnav-open ul li {
	background: #eaebe6 url(/PublishedContent/images/images/design-elements/css/bullet_sm_css.gif) no-repeat 7px 10px;
	font-weight: normal;
	border-top: none;
}
/* Bolds page you are currently on */
.leftnav-shaded-box ul li.leftnav-open ul li.leftnav-on {
	font-weight: bold;
}
/* Active Navigation State for page you are currently on */
.leftnav {
}
.clinical-trial-questions-leftnav {
	text-align: center;
	border: 1px solid #bdbdbd;
	margin-bottom: 6px;
	padding: 8px;
	font-weight: bold;
	line-height: 20px;
	background: #ffffea;
}
.leftnav-shaded-box {
	margin: 0 0 6px 0;
	padding: 0;
	border: 1px solid #bdbdbd;
}
.leftnav-shaded-box h1 {
	margin: 0;
	padding: 3px 7px 3px 7px;
	color: #000;
	line-height: 14px;
	font-size : 14px;
	background-color: #dadada;
	font-weight : bold;
}
.leftnav-shaded-box h3 {
	margin: 0;
	padding: 3px 7px 3px 7px;
	color: #000;
	line-height: 14px;
	font-size : 13px;
	background-color: #dadada;
	font-weight : bold;
}
.leftnav-shaded-box ul {
	border: 0;
	margin: 0;
	padding: 0;
}
.leftnav-shaded-box ul.leftnav-shaded-box li {
	background: #eaebe6 url(/PublishedContent/images/images/design-elements/css/left-nav-red-arrow.gif) no-repeat 7px 10px;
	font-size: 13px;
	display: block;
	margin: 0;
	padding: 5px 5px 5px 18px;
	border-top: 1px solid #BDBDBD;
}
.leftnav-shaded-box ul li a:link, .leftnav-shaded-box ul li a:visited, .leftnav-shaded-box ul li a:active {
	text-decoration: none;
	color: #1a1a1a;
}
.leftnav-shaded-box ul li a:hover {
	text-decoration: underline;
}
ul.leftnav-shaded-box ul {
	background-color:#eaebe6;
	margin: 0;
	padding: 0;
}
.leftnav-shaded-box ul ul {
	background-color:#eaebe6;
	margin: 0;
	padding: 0;
}
.leftnav-shaded-box ul ul li {
	background: url(/publishedcontent/images/images/bullet-inactive.gif) no-repeat scroll 0px 6px;
	border-top:none;
	padding: 5px 5px 5px 18px;
}
ul.leftnav-shaded-box ul li {
	background:url(/PublishedContent/images/images/design-elements/css/bullet_sm_css.gif) no-repeat scroll 2px 8px;
	border-top:none;
	padding: 2px 5px 2px 10px;
}
.leftnav-shaded-box ul li {
	background: #eaebe6 url(/publishedcontent/images/images/arrow-inactive.gif) no-repeat 5px 10px!important;
	font-size: 13px;
	display: block;
	margin: 0!important;
	padding: 5px 5px 5px 18px;
	border-top: 1px solid #BDBDBD;
}
a.leftnav-shaded-box h1, a.leftnav-shaded-box:visited h1, a.leftnav-shaded-box:active h1, .leftnav-shaded-box h1 a:link, .leftnav-shaded-box h1 a:visited, .leftnav-shaded-box h1 a:active h1 {
	color:#1a1a1a;
	text-decoration:none;
}
a.leftnav-shaded-box:hover h1, .leftnav-shaded-box h1 a:hover {
	color:#1a1a1a;
	text-decoration:underline;
}
a.leftnav-shaded-box h3, a.leftnav-shaded-box:visited h3, a.leftnav-shaded-box:active h3, .leftnav-shaded-box h3 a:link, .leftnav-shaded-box h3 a:visited, .leftnav-shaded-box h3 a:active h3 {
	color:#1a1a1a;
	text-decoration:none;
}
a.leftnav-shaded-box:hover h3, .leftnav-shaded-box h3 a:hover {
	color:#1a1a1a;
	text-decoration:underline;
}
/* old boxes in left nav */
.box-title {
	text-align: left;
}
.box-title, a.box-title, a.box-title:link, a.box-title:active, a.box-title:visited {
	color: #000;
	background-color: #e6e6e2;
	font-weight : bold;
	text-decoration : none;
}
a.box-title:hover {
	text-decoration : underline;
}
/* AddThis popup */
#at15s_head, #at16pf {
	display:none;
}
#at15s {
	border: 1px solid #336699 !important;
}
#at_hover .at_item, #at_share .at_item {
	color:#336699 !important;
}
#at_hover .at_item:hover, #at_hover .at_item.athov, #at_share .at_item:hover, #at_share .at_item.athov {
	background:#F0F4F7 none repeat scroll 0 0 !important;
	border:1px solid #F0F4F7 !important;
	color:#336699 !important;
	text-decoration:underline;
}
#at_msg, #at16p label, #at_share .at_item, #at16p, #at15s, #at16p form input, #at16p form textarea {
}
/* End AddThis popup */

/* End Page Options */

/* Cancer Bulletin 2009 Redesign Left Nav classes */
.leftzone .cancerbulletin-multipage-nav {
}
.leftzone .cancerbulletin-multipage-nav h2 {
	background: url(/PublishedContent/images/images/cb-leftnav-news-bg.gif) no-repeat right;
	height: 19px;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	margin: 5px 0 10px 0;
	padding: 0 3px;
}
.leftzone .cancerbulletin-multipage-nav ul {
	padding-left: 0;
	margin: 2px 0 0 0;
}
.leftzone .cancerbulletin-multipage-nav li {
	margin-left: 0;
	margin-bottom: 6px;
	background: none;
}
.leftzone .cancerbulletin-multipage-nav a:link, .leftzone .cancerbulletin-multipage-nav a:visited, .leftzone .cancerbulletin-multipage-nav a:hover, .leftzone .cancerbulletin-multipage-nav a:active {
	color:#000;
}
.leftzone .cancerbulletin-multipage-nav a.red {
	color:#900;
	font-weight:bold;
}
.leftzone .cancerbulletin-multipage-nav-fb {
	margin: 0 0 6px 0;
	padding: 0;
	border: 1px solid #bdbdbd;
}
.leftzone .cancerbulletin-multipage-nav-fb h1 {
	margin: 0;
	padding: 3px 7px 3px 7px;
	line-height: 13px;
	font-size : 13px;
	background-color: #dadada;
	font-weight : bold;
}
.leftzone .cancerbulletin-multipage-nav-fb p {
	margin: 0;
	padding: 5px 7px 5px 7px;
}
.leftzone .cancerbulletin-multipage-nav-fb img {
	margin-left: 7px;
	margin-bottom: 5px;
}
.leftzone .cancerbulletin-multipage-nav-as {
	margin-top: 20px;
	margin-bottom: 25px;
}
.leftzone .cancerbulletin-multipage-nav-as p {
	margin-bottom: -3px;
	margin-top: 10px;
}
/* end Cancer Bulletin 2009 Redesign Left nav classes */
/*****************************************************************************************************************************/
/*                           END Left Navigation Section                                                                     */
/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/*                           BEGIN Main Content Section                                                                      */
/*****************************************************************************************************************************/

/* During 6.3, the default holder for content area will change from cgvBody to a new div holder
   cgovBody is NOT the holder for entire content area */

.contentzone {
	float: right;
	width: 700px;
}
.contentzone-noleftnav {
}
/* used for inside pages to control content width */
.contentzone-defaultTemplateContentContainer {
}
.cgvBody-defaultTemplateContentContainer, #cgvOlderNewer, #cgvCommentsSl {
	width: 650px;
	padding-right: 50px;
}
.contentzone ul {
	margin: 10px 5px 10px 0;
	padding-left: 22px;
}
.contentzone ul li {
	background: url(/PublishedContent/images/images/design-elements/css/bullet_sm_css.gif) 0 7px no-repeat;
	list-style-image: none;
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0 0 9px 0;
}
.contentzone ol li {
	margin: 0 0 8px 0;
}
.contentzone ol li {
	margin: 0 0 8px 0;
}
.contentzone ul.no-bullets {
	padding:0;
}
.contentzone ul.no-bullets-indent li {
	background: none;
}

.contentzone ul.no-bullets li {
	background: none;
	padding:0;
	clear:left;
}
.contentzone ul.no-bullets ul {
	margin: 5px 0 8px 0;
}
.contentzone ul.no-bullets ul li {
	background: url(/PublishedContent/images/images/design-elements/css/bullet_sm_css.gif) 0 6px no-repeat;
	list-style-image: none;
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
}
table.no-bullet-padding ul {
	margin: 0;
	padding: 0;
}
table.no-bullet-padding ul li {
	margin: 0;
	padding: 0 0 0 10px;
}
/* lists used for A to Z List of Cancer, Cancers by Body Location/System */
ul.cancer-list {
	border: 0px solid orange;
	padding-left: 0;
	margin: 10px 0 35px;
}
ul.cancer-list ul {
	margin: 0;
}
ul.cancer-list li {
	border: 0px solid blue;
	background: none;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 3px;
}



/* BEGIN home page lists of links */
div.home-page-lists {
	width: 460px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
div#home-list-first {
	border-bottom: 1px solid #DDD;
}
div.home-page-lists ul li {
	background: none;
	padding: 0;
	margin: 0 0 4px 0;
}
div.home-page-lists ul li.red-header-with-margin {
	margin-top: 10px;
}
div.home-list-div {
	width: 223px;
	float: left;
}
div.home-list-div-left {
	margin-right: 14px;
}
/* END home page lists of links */
/* BEGIN Cancer Type pages */
.cancertypecontent {
	width: 650px;
}
.cancertypecontentleft {
	float: left;
	width: 48%;
}
.cancertypecontentright {
	float: right;
	width: 48%;
}
/* END Cancer Type pages */
.PortalBannerCont, .esPortalBannerCont {
	height: 95px;
	border-bottom: 1px solid #9c9a9c;
	margin-bottom: 10px;
}
.PortalBanner, .esPortalBanner {
	background-color: #d6d7de;
	height: 91px;
}
.PortalBanner img,
.esPortalBanner img {
	float: right;
}
.portalTitle {
	float: left;
	font-size: 26px;
	padding: 10px 0 0 10px;
}
/* end New Portal Banner */

/* body header (Image with overlayed page title) */
div.body-header-overlay {
	position: relative;
}
/* cover our bases for either heading elements */
div.body-header-overlay h1, div.body-header-overlay h2 {
	position: absolute;
	left: 20px;
	bottom: -5px;
}
/* end body header */

.contentCenter {
	margin: 0 auto;
}
a.backtotop-link, a.backtotop-link:visited, a.backtotop-link:active {
	font-size: 13px;
	color: #333;
	text-decoration : underline;
}
a.backtotop-link:hover {
	font-size: 13px;
	color: #000;
	text-decoration : underline;
}
a.definition, a.definition:visited, a.definition:active {
	color: #333;
	text-decoration : none;
	border-bottom: thin dotted;
}
a.definition:hover {
	color: #000;
	text-decoration : none;
	border-bottom: thin solid;
}
/* add red arrow link icon to beginning of these elements */
div.title-red-arrow h3, h3.title-red-arrow a {
	background: url(/PublishedContent/images/images/design-elements/css/title-red-arrow.gif) no-repeat 1px 3px;
	margin: 0 0 3px 0;
	padding-left: 21px;
}
/* remove margin on h3 to align with content */
h3.title-red-arrow {
	margin: 0 0 3px 0;
}
div.title-red-arrow p {
	margin: 0 0 15px 0;
}
/* adjust style of links inside title-red-arrow elements */
h3.no-link, div.title-red-arrow h3 a:link, div.title-red-arrow h3 a:visited, div.title-red-arrow h3 a:active, h3.title-red-arrow a:link, h3.title-red-arrow a:visited, h3.title-red-arrow a:active {
	color: #333;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
}
div.title-red-arrow h3 a:hover {
	/*display: block;*/
	color: #4f4d4d;
	text-decoration: none;
}
div.title-red-arrow ul {
	margin-bottom: 20px;
}
/* end red arrow link */

/* begin items with thumbnail image to left, ex http://www.cancer.gov/cancertopics/treatment/breast/surgerychoices */
.list-thumbnail {
	margin-bottom: 10px;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 10px;
	width: 100%;
	overflow: auto;
}
.list-thumbnail:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 10px;
	width: 100%;
}
.list-thumbnail-image {
	float: left;
	width: 25%;
	margin-right: 0;
}
.list-thumbnail-image img {
	margin-left: 18px;
}
.list-thumbnail-text {
	float: right;
	width: 75%;
	padding-top: 10px;
}
.list-thumbnail-text h3 {
	background: url("/images/title-red-arrow.gif") no-repeat scroll 0 2px transparent;
	margin: 0 0 3px;
	padding: 0 0 0 20px;
}
.list-thumbnail-text h3 a:link, .list-thumbnail-text h3 a:visited, .list-thumbnail-text h3 a:active {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
.list-thumbnail-text h3 a:hover {
	color: #4f4f4d;
}
.list-thumbnail-text p {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
}

.landing-thumb {
	border-bottom: 1px solid #BDBDBD;
	padding: 10px 0 10px;
}

.landing-thumb-image{
	float: left;
	width: 30%;
	margin-right: 3%;
}

.landing-thumb-text{
	float: right;
	width: 67%;
}
.landing-thumb-text h3{
	margin-top: 0;
}
.landing-thumb-text h3 a{
	text-decoration: none;
}
.landing-thumb-text h3 a:hover{
	text-decoration: underline;
}
/* end items with thumbnail image to left */

/*Start List Classes */ 

div.leftnav-default h3 a {
	color:#1a1a1a;
	text-decoration:none;
}
div.leftnav-default h3 a:hover {
	color:#1a1a1a;
	text-decoration:underline;
}
div.leftnav-default div.title-and-desc p {
	margin:0;
}
div.right-content-box h3 a {
	color:#1a1a1a;
	text-decoration:none;
}
div.right-content-box ul {
	margin:10px 5px 10px 0;
}
div.right-content-box h3 a:hover {
	color:#1a1a1a;
	text-decoration:underline;
}
div.right-content-box div.title-and-desc p {
	margin:0;
}
div.content-list-image {
	padding-left:0;
	margin-left:0;
}
div.content-list-image ul {
	padding-left:0;
}
div.content-list-image p.list-title {
	margin-bottom:10px;
	margin-top:40px;
	font-size:17px;
	font-weight:bold;
}
div.content-list-image ul li {
	background:none;
	padding:0;
	margin-bottom:15px;
	overflow: hidden;
	min-height:70px;
}
 div.content-list-image ul li:first {
 padding-top:20px;
}
 div.content-list-image ul li:last {
 padding-bottom:40px;
}
div.content-list-image div.list-item-image {
	max-width:188px;
	margin-right:15px;
	float:left;
	overflow:hidden;
}
div.content-list-image div.list-item-image img {
	width:100%;
}
div.content-list-image div.title-and-desc {
	padding-left:203px;
}
div.content-list-image div.list-item-title {
	margin-top:10px;
	padding-left:203px;
}
div.content-list-image div.list-item-title span {
	display:table;
}
	div.content-list-image div.list-item-title span.gray-text-b {
		display:inline;
	}

div.content-list-image div.title-and-desc p {
	margin:0;
	display:table;
}
div.content-list p.list-title {
	margin:34px 0px 11px 0px;
	font-size:17px;
	font-weight:bold;
}
div.content-list ul {
	padding:0;
}
div.content-list ul li {
	background:none;
	padding:0;
}
div.content-list ul li div p {
	padding:0;
	margin:0;
}

.related-resources p{
	margin: 0 0 14px 0;
	font-size:17px;
	font-weight:bold;
	color: #000;
}
/* file icons */ 

 .list-pdf, .list-word, .list-excel, .list-powerpoint, .list-ebook, .list-execute {
	background: transparent url(/publishedcontent/images/images/design-elements/icons/file-format/file-type-sprites.png) no-repeat 100% 0;
	padding-right: 25px;
	padding-bottom: 3px;
}
.list-pdf {
	background-position: 100% 0;
	width: 19px;
	height: 19px;
}
.list-word {
	background-position: 100% -50px;
	width: 19px;
	height: 19px;
}
.list-excel {
	background-position: 100% -100px;
	width: 20px;
	height: 19px;
}
.list-powerpoint {
	background-position: 100% -150px;
	width: 19px;
	height: 19px;
}
.list-ebook {
	background-position: 100% -200px;
	width: 18px;
	height: 19px;
}
.list-execute {
	background-position: 100% -250px;
	width: 14px;
	height: 19px;
}
/*End List Classes*/


h3.popup-definition {
	font-size: 14px;
}
#cgvTileSlot {
	width: 220px;
	float: right;
	margin: 0 0 10px 14px;
}
.RightNavSlot {
	padding: 0 0 10px 10px;
	width: 220px;
	float: right;
	font-size: 13px;
}
#cgvTileSlot .slot-item {
	margin-bottom: 6px;
}
.right-content-box {
	margin-bottom: 6px;
	padding: 0 8px;
	border: 1px solid #bdbdbd;
	font-size: 13px;
	line-height:1.3em;
}
.right-content-box h3 {
	background: #e6e6e6;
	font-size: 14px;
	margin: 0 -8px;
	padding: 4px 8px;
}
.right-content-box h3.alternate {
	background: #3c3c3c url(/PublishedContent/images/images/design-elements/css/leftnav-az-header.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	margin: 0 -8px;
	padding: 2px 5px;
	border-bottom: 1px solid #bdbdbd;
}
.right-content-box h3.bulletin {
	background: #b0150b url(/PublishedContent/images/images/cancerbulletin-tile-widget.gif);
	height: 24px;
	color: #fff;
	font-weight: bold;
	margin: 0 -8px;
	padding: 2px 5px;
	border-bottom: 1px solid #bdbdbd;
	text-indent: -3000px;
}
.right-content-box ul {
	margin: 8px 0 0 0;
	padding: 0;
}
.right-content-box ul li {
	margin: 0;
	padding: 0 0 10px 0;
	background: none;
}
.right-content-box ul.bulletin {
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
}
.right-content-box ul.bulletin li {
	display: inline;
	border-right: 1px solid #a90101;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
}
.right-content-box ul.bulletin li.last {
	border-right: none;
	padding: 0;
	margin: 0;
}
.right-content-box p.bulletin {
	margin: 6px 0;
}
/* BEGIN jQuery tile slide */
#slides {
	margin-bottom: 6px;
}
/* END jQuery tile slide */
ul.toc {
	margin: 0 0 0 8px;
	padding: 0 0 0 8px;
}
ul.toc li {
	margin-top:3px;
	background: none;
}
ul.link-farm li {
	margin-bottom: 3px;
}
ul.link-farm li a:link, ul.link-farm li a:visited, ul.link-farm li a:hover, ul.link-farm li a:active {
	color: #333;
	text-decoration: underline;
}
ul.link-farm ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* generic shaded box in content */
.shaded-box {
	background: #e6e9f1;
	width: 80%;
	margin: 12px auto;
	padding: 10px 25px 10px 25px;
	border: 1px solid #556293;
}
/* end generic shaded box in content */

/* pullquote */
.pullquote, .pullquote-right, .pullquote-left {
	float: right;
	width: 275px;
	margin: 0 0 5px 5px;
	padding: 20px 0 10px 0;
	font: 17px georgia;
	background:url(/PublishedContent/images/images/design-elements/css/pullquote-openquote.gif) no-repeat left 5px;
}
.pullquote {
	float: none;
	width: 100%;
	margin: 15px 0;
}
.pullquote-left {
	float: left;
	margin: 0 5px 5px 0;
}
.pullquote-text {
	display: block;
	background: url(/PublishedContent/images/images/design-elements/css/pullquote-closequote.gif) no-repeat right bottom;
	padding: 0 30px;
}
/* end pullquote */

/* Begin full width quote with image ( http://www.cancer.gov/espanol/cancer/sobrellevar/consejos-de-alimentacion/page1 ) */
div.pullquote-with-img img {
	float: left;
	margin: 0 12px 0 0;
}

div.pullquote-with-img figure {
	margin-bottom: 0;
}

div.pullquote-with-img {
	margin: 0;
	padding: 10px;
	background: #F5F5F5;
	border: 1px solid #CCC;
}
.pullquote-img-text {
	font: 16px georgia;
	display: block;
	background: none;
	padding: 0px 2px 10px 2px;
	font-style: italic;
}
/* End full width quote with image */

/* begin Cancer Center */

/* Cancer Centers */
div.rcc {
	background: transparent url(/publishedcontent/images/images/researchcancercenter_icon.png) 0 3px no-repeat;
}
div.cancer-center-sidebar {
	background: #eaebe6;
	overflow: hidden;
	float: right;
	border: 1px solid #939695;
	width: 215px;
	margin: 0 0 12px 12px;
}
div.cancer-center-sidebar div.cancer-center-sidebar-content {
	padding: 0 8px 8px 8px;
}
div.cancer-center {
	border-top: 1px solid #BDBDBD;
	clear: both;
	padding: 15px 0 0;
}
div.cancer-center-legend {
	border-bottom: 1px dashed #BDBDBD;
	padding: 4px 0 19px 0;
}
.cancer-center-header {
	font-weight: normal;
	color: #4D4D4D;
}
div.cancer-center-content {
	width: 292px;
	margin: 0 10px 10px 0;
	float: left;
	padding: 0 0 0 20px;
}
div.cc {
	background: transparent url(/publishedcontent/images/images/cancercenter_icon.png) 0 3px no-repeat;
}
div.ccc {
	background: transparent url(/publishedcontent/images/images/comprehensivecancercenter_icon.png) 0 3px no-repeat;
}
img.institution-map {
	display: block;
	margin: 0 auto;
}
span.institution-legend-text {
	margin-right: 30px;
}
img.cancer-center-map {
	display: block;
	margin: 0 auto;
}
span.cancer-center-legend-text {
	margin-right: 30px;
}
.landing-thumb {
	border-bottom: 1px solid #BDBDBD;
	padding: 10px 0 10px;
	margin-bottom: 12px;
}
.landing-thumb-image {
	float: left;
	width: 30%;
	margin-right: 3%;
}
.landing-thumb-text {
	float: right;
	width: 67%;
}
div.cc-main-pages {
	border-bottom: 1px solid #BDBDBD;
	padding: 10px 0 10px 10px;
}
div.cc-main-pages a.cc-main-pages-image {
	margin-right: 10px;
	float: left;
}
div.cc-main-pages div.title-red-arrow {
	float: left;
	width: 500px;
}
div.cc-main-pages-slim {
	width: 300px;
	float: left;
	border-bottom: 0;
	padding: 10px 0 5px 10px;
}
div.cc-main-pages-slim img {
	float:left;
}
div.cc-main-pages-slim div.title-red-arrow {
	float: right;
	width: 160px;
}
div.cc-main-pages-slim div.title-red-arrow h3 a {
	font-size: 13px;
	margin-bottom: 10px;
}
div.cc-main-pages-slim div.title-red-arrow h3.without-link {
	padding-left: 21px;
	font-size: 13px;
	margin-bottom: 10px;
	color: #4F4D4D;
}
div.cc-main-pages-slim div.title-red-arrow p {
	margin: 0 0 5px 22px;
}
div.cc-main-pages div.title-red-arrow p {
	margin: 0 0 5px 22px;
}
div.cc-main-pages-slim-left {
	margin-right: 30px;
}
div.slim-bottom-border {
	float:left;
	width: 300px;
	height: 2px;
	border-bottom: 1px solid #BDBDBD;
}
div.slim-bottom-border2 {
	float: right;
}
/* end Cancer Center */

.body-banner {
	max-width: 100%;
	margin: 0 0 15px 0;
}

.body-banner img {
	max-width: 100%;
	/* remove white space under image */
	display: block;
}

/* BEGIN Top banner for /cancertopics/aya  */
.aya-banner {
	border: 1px solid #CCC;
	/*margin-top: -15px;*/ /* to nullify break tag that goes with page title h2. needs to come out when that issue is fixed. */ 
	height: 145px;
	background: url(/PublishedContent/Images/cancertopics/aya/AYA-banner.jpg) no-repeat;
	padding: 20px 0 0 20px;
}
/* END Top banner for /cancertopics/aya  */
.popUp-bg {
	background: url(/PublishedContent/Images/images/popUp-bg.gif) repeat-x;
	width:100%;
}
div.dropDownCCDisplay {
	display:none;
}
div.dropDownCCDisplay span {
	font-weight: bold;
}
div#dropDownCCDisplay1 {
	display: block
}
span#dropDownCC {
	margin: 0 0 15px 0;
}
span#dropDownCC span a {
	margin: 0 5px 0 0;
}
span#dropDownCC span.initialState a {
	text-decoration: none;
	color: #000;
}
span#dropDownCC span a.active {
	text-decoration: none;
	color: #000;
	cursor: default;
}
/* map popup styles */
div#map_canvas table td {
	vertical-align: top;
}
div#map_canvas table tr + tr > td:first-child {
	width: 101px;
}
div#map_canvas table h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
div#map_canvas table h3 a {
	text-decoration: none;
}
div#map_canvas table img {
	margin: 0 10px 0 0;
	max-width: 91px;
}
div.institution-listing {
	display:none;
}
div#institution-listing2 {
	display: block
}
div#picker {
	margin: 10px 0 30px 0;
	border-top: 1px solid #BDBDBD;
	padding-top: 10px;
}
div#picker span a {
	margin: 0 5px 0 0;
}
div#picker span a.active {
	text-decoration: none;
	color: #000;
}
div#picker span#picker1, div#picker span#picker2, span#dropDownCC1 {
	border-right: 2px solid #BDBDBD;
}
span#dropDownCC span, div#picker span#picker1, div#picker span#picker2, div#picker span#picker3 {
	font-weight: normal;
}
h3#findCCTitle {
	margin-top:33px;
	margin-bottom: 8px;
}
div#picker h3#findCCTitle {
	margin-top:16px;
}
div#CClegend span {
	vertical-align: bottom;
	line-height: 28px;
}
div#CClegend img {
	margin-right: 4px;
}
div#CClegend div#CClegend1, div#CClegend div#CClegend2 {
	float: left;
}
div#CClegend1 {
	margin-right: 39px;
	margin-left: 7px;
}
div#AtoZlistState span, div#AtoZlistName span {
	padding: 0 6px;
	border-right: 1px solid #BDBDBD;
	display: inline-block;
}
div#AtoZlistState span#AtoZlistLast, div#AtoZlistName span#AtoZlistLast {
	border-right: none;
}
/* 508 TCZ Styles */

/*#tcz508 img {
	float: right;
    margin: 18px 18px 0;
}*/

#tcz508 .ui-tabs-panel-x {
	border: 0 none;
	height: 186px;
	margin: 2px;
	width: 694px;
	font-size: 12px !important;
	line-height: 1.2em !important;
}
#tcz508 div.fragment {
	border: 1px solid #bdbdbd !important;
	margin-bottom: 10px;
	width:694px;
	height: 186px;
	padding:2px;
}
#tcz508 div.fragment .ui-tabs-panel-x-text {
	margin-left: 320px;
	padding: 0 7px 0 0;
	position:relative;
	bottom: 180px;
}
#tcz508 div.fragment .ui-tabs-panel-x-text h2 {
	color: #333333;
	font-size: 16px;
	margin: 0;
}
#tcz508 div.fragment .ui-tabs-panel-x-text p, #tcz508 div.fragment .ui-tabs-panel-x-text a {
	margin: 4px 0;
	font-size: 12px;
	line-height:1.2em;
}
#tcz508 div.fragment .ui-tabs-panel-x-text a {
	text-decoration:none;
}
#tcz508 div.fragment .ui-tabs-panel-x-text a:hover {
	text-decoration:underline;
}
#tcz-toggle {
	left: -2000px;
	padding: 3px;
	position: absolute;
	z-index: 10;
}
#tcz-toggle:focus {
	background: none repeat scroll 0 0 #F4F4F5;
	left: 0;
	position: relative;
	top: 0;
}
a#tcz-toggle:link, a#tcz-toggle:visited, a#tcz-toggle:hover, a#tcz-toggle:active {
	color: #4D4D4D;
	text-decoration: none;
}
/* end 508 TCZ Styles */	
	

/* begin Cancer Type page styling */
.getting-started-box {
	width: 380px;
	margin: 15px 0;
	padding: 10px;
	background: #f6f6f4;
	border: 1px solid #bdbdbd;
}
.getting-started-box h3 {
	margin: 0;
	font-size: 15px;
}
ul.ctpNavList {
	width: 460px;
	margin: 15px 0;
	padding: 0;
}
ul.ctpNavList li {
	margin: 15px 0;
	padding: 0;
}
ul.ctpNavList li a {
	display: block;
	border-bottom: 1px solid #bdbdbd;
	background: url(/PublishedContent/images/images/cancer-type-arrow.gif) no-repeat 0px 0px;
	margin: 0;
	padding: 0 0 5px 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
ul.ctpNavList li a:hover {
	text-decoration: underline;
}
ul.ctpNavList li.morelink {
	background: none;
}
ul.ctpNavList li li {
	margin: 0 0 0 5px;
}
ul.ctpNavList li li a {
	border: none;
	background: url(/PublishedContent/images/images/design-elements/css/bullet_sm_css.gif) 0 6px no-repeat;
	padding: 0 0 5px 10px;
	font-weight: normal;
	color: #9c3303;
	text-decoration: underline;
}
ul.ctpListPageList {
	width: 460px;
	margin: 15px 0;
	padding: 0;
}
ul.ctpListPageList li {
	margin: 20px 0;
	padding: 0;
}
ul.ctpListPageList li a {
	display: block;
	border-bottom: 1px solid #bdbdbd;
	background: url(/PublishedContent/images/images/cancer-type-arrow.gif) no-repeat 0px 0px;
	margin: 0;
	padding: 0 0 5px 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
ul.ctpListPageList li span {
	display: block;
	margin: 10px 0 0 23px;
}
ul.ctpListPageList li a:hover {
	text-decoration: underline;
}
ul.ctpListPageList li.morelink {
	background: none;
}
ul.ctpListPageList li li {
	margin: 0 0 0 5px;
}
ul.cctpListPageList li li a {
	border: none;
	background: url(/PublishedContent/images/images/design-elements/css/bullet_sm_css.gif) 0 6px no-repeat;
	padding: 0 0 5px 10px;
	font-weight: normal;
	color: #9c3303;
	text-decoration: underline;
}
/* end Cancer Type page styling */

#cgvRightNav .imagebox img {
	border: 1px solid #bdbdbd;
	max-width: 200px;
}
/* Fact Sheet Key Points box styling */
div.keyPoints {
	border: 1px solid #bdbdbd;
	margin: 15px 0;
	padding: 0 10px;
}
div.keyPoints h2, div.keyPoints h4 {
	margin: 0 -10px;
	padding: 2px;
	background: #ddd;
	text-align: center;
	border-bottom: 1px solid #bdbdbd;
	color: #333;
}
div.keyPoints ul li {
	margin-bottom: 5px;
}
/* END Fact Sheet Key Points box styling */

.callout-box-blue {
	background: #dbf2f8;
	margin: 25px auto;
	padding: 25px;
	width: 80%;
	overflow: auto;
}

.callout-box,
.callout-box-right,
.callout-box-left,
.callout-box-full {
	background: #f2f3f7;
	border: 1px solid #999;
	overflow: auto;
	padding: 15px 30px;
}
 
.callout-box,
.callout-box-blue {
	margin: 25px auto;
	width: 80%;
}
.callout-box-right {
	float: right;
	margin: 0 0 15px 15px;
	width: 40%;
}
.callout-box-left {
	float: left;
	margin: 0 15px 15px 0;
	width: 40%;
}
.callout-box-full{
	margin: 25px auto;
	width: 100%;
}
/* I believe tint box is uses in ARRA */
.tintbox {
	border: 1px solid #bdbdbd;
	background-color:#f5f5f3;
	margin: 15px 0 15px 0;
	padding:0;
}
.tintbox h3 {
	text-align:center;
	color:#333;
	margin: 0 -15px;
	padding: 10px 0;
	background-color:#ccc;
}
.tintbox {
	padding: 0 15px;
}
/* begin direcotor's section */
 .directors-page-featured-box {
	/* margin-top: -15px;*/ 
	overflow: auto;
	padding-bottom: 34px;
	background: url(/publishedcontent/images/aboutnci/director/director-page-bg.gif) bottom repeat-x;
}
.directors-page-featured-box h4 {
	margin-top: 0;
}
/* end direcotor's section */

/* Coping content New */
.indent {
	padding-left:30px;
}

/* Cancer Bulletin New */
/* Cancer Bulletin 2009 Redesign content classes */
.cancer-bulletin-home-page {
	margin: 0 auto;
	padding: 0;
}
.cancer-bulletin-home-page a {
	text-decoration: none;
}
.cancer-bulletin-special-issue-homepage-banner {
	margin-bottom: 15px;
}
.cancer-bulletin-home-page a:hover {
	text-decoration: underline;
}
.cancer-bulletin-home-page h2 {
	background: url(/PublishedContent/images/images/cancerbulletin-hp-headline.gif) no-repeat bottom right;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0 2px;
}
.cancer-bulletin-home-page h2.special {
	background: url(/PublishedContent/images/images/cancerbulletin-hp-headline-special.gif) no-repeat bottom right;
}
.cancer-bulletin-home-page h2.supplement span {
	display: block;
	font-size: 12px;
}
.cancer-bulletin-home-page h3, .cancer-bulletin-home-page h3 a:link, .cancer-bulletin-home-page h3 a:visited, .cancer-bulletin-home-page h3 a:active {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.cancer-bulletin-home-page h3 a:hover {
	text-decoration: underline;
}
.cancer-bulletin-home-page h4, .cancer-bulletin-home-page h4 a:link, .cancer-bulletin-home-page h4 a:visited, .cancer-bulletin-home-page h4 a:active {
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.cancer-bulletin-home-page h4 a:hover {
	text-decoration: underline;
}
.cancer-bulletin-home-page-left-column {
	float: left;
	width: 550px;
	margin-bottom: 20px;
	padding-right: 20px;
}
.cancer-bulletin-home-page-right-column {
	float: right;
	width: 370px;
	margin-bottom: 20px;
}
ul.cancer-bulletin-home-page-list-item {
	margin: 0;
	padding: 2px 0 5px 0;
}
ul.cancer-bulletin-home-page-list-item-news {
	padding-top: 10px;
	border-top: 1px dotted #c9c9c9;
}
ul.cancer-bulletin-home-page-list-item li {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.cancer-bulletin-home-page-list-item li ul {
	margin: 0;
	padding: 0;
}
ul.cancer-bulletin-home-page-list-item li ul li {
	background: url(/PublishedContent/images/images/design-elements/css/bullet_sm_css.gif) 0 6px no-repeat;
	margin: 3px 0 3px 0;
	padding-left: 10px;
}
ul.cancer-bulletin-home-page-in-depth {
	padding: 0;
	margin: 0;
}
ul.cancer-bulletin-home-page-in-depth li {
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden; /* clear floats */
	width: 100%;  /* for IE help with clearing floats */
}
.cancer-bulletin-home-page-in-depth-image {
	float: left;
	width: 60px;
}
.cancer-bulletin-home-page-in-depth-text {
	float: right;
	width: 310px;
}
.cancer-bulletin-options-box {
	border: 1px solid #bdbdbd;
	margin: 0 0 20px 0;
	padding: 7px;
	background: #f3f3f3 url(/PublishedContent/images/images/design-elements/css/cancerbulletin-options-bg.gif) repeat-x;
}
.cancer-bulletin-options-box .subscribe {
	font-size: 14px;
	color: #d10202;
	font-weight: bold;
}
.cancer-bulletin-options-box form {
	margin: 5px 0;
	padding: 0;
}
.cancer-bulletin-options-box ul.options {
	margin: 0;
	padding: 0;
}
.cancer-bulletin-options-box ul.options li {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.cancer-bulletin-options-box ul.options li.last {
	margin: 0;
}
ul.bulletin-archive-list li {
	list-style-type: none;
	list-style-image: url('http://www.cancer.gov/PublishedContent/Images/images/dc_red_arrow.gif');
	background: none;
	margin: 0;
	padding-left: 4px;
}
/* This class is used for pages without the twitter icon */
.cancer-bulletin-subscribe-field {
	font-size: 11px;
	width: 114px;
	height: 18px;
	margin-bottom: 7px;
}
/* This class is used for pages with the twitter icon */
.cancer-bulletin-subscribe-field2 {
	font-size: 11px;
	width: 180px;
}
.cancer-bulletin-home-page-info {
	padding-top: 20px;
	border-top: 1px solid #bdbdbd;
	font-size: 13px;
}
.cancer-bulletin-inside-page {
}
.cancer-bulletin-inside-page a:link, .cancer-bulletin-inside-page a:visited, .cancer-bulletin-inside-page a:active {
	text-decoration: none;
}
.cancer-bulletin-inside-page a:hover {
	text-decoration: underline;
}
.cancer-bulletin-inside-page h1 {
	margin: 0;
	padding: 0;
	height: 77px;
	text-indent: -3000px;
}
.cancer-bulletin-inside-page h2 {
	margin: 25px 0 20px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}
.cancer-bulletin-inside-page h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.cancer-bulletin-inside-page h4 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333;
}
h1.guest-commentary {
	text-indent: 0;
	height: 28px;
	background: #05155a;
	color: #fff;
	padding: 7px 10px;
	font-family: georgia;
}
h1.guest-commentary span {
	font-size: 16px;
	padding-left: 5px;
}
h1.cancer-bulletin-conversation-with {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-cw.jpg) no-repeat;
}
h1.cancer-bulletin-cancer-center-profile {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-ccp.jpg) no-repeat;
}
h1.cancer-bulletin-cancer-gov-update {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-cgu.jpg) no-repeat;
}
h1.cancer-bulletin-cancer-research-highlights {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-crh.jpg) no-repeat;
}
h1.cancer-bulletin-cdc-update {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-cdcu.jpg) no-repeat;
}
h1.cancer-bulletin-closer-look {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-cl.jpg) no-repeat;
}
h1.cancer-bulletin-cms-update {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-cmsu.jpg) no-repeat;
}
h1.cancer-bulletin-community-update {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-cu.jpg) no-repeat;
}
h1.cancer-bulletin-directors-update {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-du.jpg) no-repeat;
}
h1.cancer-bulletin-fda-update {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-fdau.jpg) no-repeat;
}
h1.cancer-bulletin-featured-article {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-fa.jpg) no-repeat;
}
h1.cancer-bulletin-featured-clinical-trial {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-fct.jpg) no-repeat;
}
h1.cancer-bulletin-guest-commentary {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-gc.jpg) no-repeat;
}
h1.cancer-bulletin-guest-directors-update {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-gdu.jpg) no-repeat;
}
h1.cancer-bulletin-hhs-update {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-hhsu.jpg) no-repeat;
}
h1.cancer-bulletin-legislative-update {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-lu.jpg) no-repeat;
}
h1.cancer-bulletin-nih-update {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-nihu.jpg) no-repeat;
}
h1.cancer-bulletin-notes {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-notes.jpg) no-repeat;
}
h1.cancer-bulletin-profiles-cancer-research {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-pcr.jpg) no-repeat;
}
h1.cancer-bulletin-sr-adolescent {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-sia.jpg) no-repeat;
}
h1.cancer-bulletin-sr-bioinformatics {
	background: url(/PublishedContent/Images/images/cancerbulletin/cb_specialissue_bio.jpg) no-repeat;
	height: 40px;
}
h1.special-issue-cancer-obesity-research {
	background: url(/PublishedContent/Images/images/cancerbulletin/cb_specialissue-obesity-650.jpg) no-repeat;
	height: 40px;
}
h1.special-issue-adolescents-young-adults-cancer {
	background: url(/PublishedContent/Images/ncicancerbulletin/072611/cb_specialissue_aya.jpg) no-repeat;
	height: 40px;
}
h1.special-issue-global-collaboration {
	background: url(/PublishedContent/Images/images/cancerbulletin/banners/cancer-bulletin-special-issue-global-collaboration.jpg) no-repeat;
	height: 40px;
}
h1.special-issue-clinical-trials-enrollment {
	background: url(/PublishedContent/Images/images/cancerbulletin/banners/cancer-bulletin-special-issue-clinical-trials-enrollment.jpg) no-repeat;
	height: 40px;
}
h1.special-issue-cancer-research-training {
	background: url(/PublishedContent/Images/images/cancerbulletin/banners/cancer-bulletin-special-issue-cancer-research-training.jpg) no-repeat;
	height: 40px;
}
h1.special-issue-bioinformatics {
	background: url(/PublishedContent/Images/images/cancerbulletin/cb_specialissue_bio.jpg) no-repeat;
	height: 40px;
}
h1.special-issue-oncology-nursing {
	background: url(/PublishedContent/Images/images/cancerbulletin/cb_specialissue_onco.jpg) no-repeat;
	height: 40px;
}
h1.special-issue-cancer-screening {
	background: url(/PublishedContent/Images/images/cancerbulletin/cb_specialissue_canscr.jpg) no-repeat;
	height: 40px;
}
h1.cancer-bulletin-sr-crt {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-sicrt.jpg) no-repeat;
}
h1.cancer-bulletin-sr-gc {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-sigc.jpg) no-repeat;
}
h1.cancer-bulletin-sr-cte {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-sicte.jpg) no-repeat;
}
h1.cancer-bulletin-special-report {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-sr.jpg) no-repeat;
}
h1.cancer-bulletin-spotlight {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-sp.jpg) no-repeat;
}
h1.cancer-bulletin-multimedia {
	background: url(/PublishedContent/images/images/cancerbulletin/cancerbulletin-header-mu.jpg) no-repeat;
}
.cancer-bulletin-inside-page hr {
	color: #e0adb0;
	background-color: #e0adb0;
	border: #e0adb0;
	height: 1px;
	margin: 0;
	padding: 0;
}
.cancer-bulletin-sidebox-right {
	float: right;
	width: 200px;
	background: #edeeed;
	margin: 0 0 10px 10px;
}
.cancer-bulletin-sidebox-left {
	float: left;
	width: 200px;
	background: #edeeed;
	margin: 0 10px 10px 0;
}
.cancer-bulletin-sidebox-right h3, .cancer-bulletin-sidebox-left h3 {
	color: #fff;
	background: #c31e24;
	margin: 0;
	padding: 4px 12px;
}
.cancer-bulletin-sidebox-right .content, .cancer-bulletin-sidebox-left .content {
	padding: 5px 12px;
}
.cancer-bulletin-sidebox-right .content ul, .cancer-bulletin-sidebox-left .content ul {
	margin-bottom: 0;
}
.cancer-bulletin-imagebox, .imagebox {
	width: 200px;
	margin: 0 auto;
	text-align: left;
}
.cancer-bulletin-imagebox-right, .imagebox-right {
	float: right;
	width: 200px;
	margin: 0 0 10px 10px;
}
.cancer-bulletin-imagebox-left, .imagebox-left {
	float: left;
	width: 200px;
	margin: 0 10px 10px 0;
}
.cancer-bulletin-imagebox-right .caption, .cancer-bulletin-imagebox-left .caption, .cancer-bulletin-imagebox .caption, .imagebox .caption {
	display: block;
	color: #333;
	background: #ddd;
	padding: 10px 8px;
	font-size: 12px;
	line-height:1.2em;
}
.imagebox .caption {
	background: none;
	margin: 0;
	padding: 0;
}
.enlarge-plus {
	background: url(/PublishedContent/images/images/enlarge-image.gif) no-repeat;
	display: block;
	height: 12px;
	width: 45px;
}
.imagebox {
	position: relative;
}
.image-enlarge {
	position: absolute;
	right: 0;
	top: 0;
	height: 12px;
	width: 45px;
}
.cancer-bulletin-series-box {
	background: #f2f3f7;
	margin-top: 10px;
	padding: 10px 10px 5px 20px;
	/*width: 530px;*/
	overflow: hidden;
}
.communications-series-archive-box {
	border: 1px solid #bdbdbd;
	padding: 10px;
	background: #f1f1f1;
	margin: 0 0 15px 15px;
	float: right;
}
.communications-series-archive-box ul {
	width: 150px;
	overflow: auto;
	margin: 0 20px;
	padding: 0;
}
.communications-series-archive-box ul li {
	float: left;
	overflow: auto;
	margin: 0;
	padding: 0 20px 15px 0;
	background: none;
}
/* end Cancer Bulletin 2009 Redesign content classes */
/* end Cancer Bulletin New */

/* Cancer Bulletin Old */
.cancer-bulletin-homepage-story-title {
	color: #b50000;
	font-size : 22px;
	text-decoration : none;
}
.cancer-bulletin-subpage-story-title {
	color: #b50000;
	font-size : 19px;
	text-decoration : none;
}
.cancer-bulletin-header-text {
	color: #fff;
	font-size : smaller;
	text-decoration : none;
}
A.cancer-bulletin-header-text, A.cancer-bulletin-header-text:link, A.cancer-bulletin-header-text:active, A.cancer-bulletin-header-text:visited {
	color: #fff;
	font-size : smaller;
	text-decoration : underline;
}
A.cancer-bulletin-header-text:hover {
	color: #fff;
	font-size : smaller;
	text-decoration : underline;
}
/* end Cancer Bulletin Old */
.directors-corner-contentarea {
	background-color: #f7f7f5;
}
.quote {
	color: #966;
	font-weight : bold;
}
.caption, .footnote {
	font-size: 12px;
	line-height:1.2em;
	color: #333;
	padding: 10px 8px;
}
td.caption {
	font-size: 12px;
	line-height:1.2em;
	background-color:#ddd;
	padding: 10px 8px;
}
.caption {
	background-color:#ddd;
	display: block;
	font-size: 12px;
	line-height:1.2em;
	color: #333;
	padding: 10px 8px;
}
.caption-image {
	border-bottom : 1px solid #bdbdbd;
}
.dates {
	font-size : smaller;
}
.pnlDrugSearch {
	background: url(/PublishedContent/images/images/design-elements/css/drug-dictionary-search.jpg);
	width:571px;
	height:81px;
}
.pnlTermSearch label, .pnlTermSearch input, .pnlDrugSearch label, .pnlDrugSearch input {
	vertical-align: middle;
}
.pnlTermSearchLabel {
	vertical-align: middle;
}
.termForm {
	border:0px;
	margin: 8px 0 0 0;
	padding: 0;
}
.pnlTermSearch {
	background-image:url(/PublishedContent/images/images/design-elements/css/dictionary-search.jpg);
	width:571px;
	height:81px;
}
.searchboxContainer {
	float:left;
	text-align:right;
	width:306px;
	padding-right:7px;
	height:32px;
}
.searchboxStarts {
	float:left;
	width:95px;
	height:28px;
	margin-top:4px;
}
.searchboxBtn {
	float:left;
	width:70px;
	height:28px;
	margin-top:4px;
}
.searchboxSeparator {
	float:left;
	width:1px;
	height:32px;
	margin-top:-2px;
}
.searchboxContains {
	float:left;
	width:83px;
	padding-left:5px;
	height:29px;
	margin-top:3px;
}
.lblStrSearch {
	font-weight: bold;
	vertical-align: middle;
}
.AutoComplete1 {
	width:157px;
	margin-left:5px;
}
.lblStrSearch {
	font-weight:bold;
}
.drugSearchboxHelp {
	float:left;
	margin-top:5px;
	margin-left:7px;
	margin-right:5px;
}
.clinicalTrialsSearchResultsPrint {
	width: 751px;
	margin: 0 auto;
}
/* Bold, italicize, and remove top margin from text on CT Search/Results page as per OCEPROJECT-992 */
.clinical-trials-strong-text {
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
}
/* BEGIN New Dictionary and Drug Dictionary A to Z boxes */
.dictionary-box {
	background:url(/PublishedContent/Images/images/dictionary-search.jpg) no-repeat;
	border-right: 1px solid #c7c8cc;
	width: 580px;
	height:81px;
	padding-left: 70px;
	margin-top: 5px;
}
.dictionary-box label, .dictionary-box input {
	vertical-align: middle;
	margin: 0;
}
.dictionary-box .row1 {
	height: 34px;
	padding-top: 8px;
}
.dictionary-box .row1 .search-label {
	font-weight: bold;
}
.dictionary-box .row1 .search-drug-dictionary {
	width:157px;
	margin-left:5px;
}
.dictionary-box .row1 .go-button {
	margin-left: 5px;
}
.dictionary-box .row1 .starts-with-radio {
	margin-left: 30px;
}
.dictionary-box .row1 .starts-with-label {
}
.dictionary-box .row1 .contains-radio {
	margin-left: 30px;
}
.dictionary-box .row1 .contains-label {
}
.dictionary-box .row1 .question {
	vertical-align: middle;
	margin-left: 20px;
}
.dictionary-box .row2 {
	height: 31px;
	padding-top: 8px;
	width: 100%;
	overflow: auto;
}
.dictionary-box .row2 ul {
	margin: 0;
	padding: 0;
}
.dictionary-box .row2 ul li {
	float: left;
	margin-right: 3px;
	padding: 0;
	background: none;
}
.drug-dictionary-box {
	background:url(/PublishedContent/Images/images/drug-dictionary-search.jpg) no-repeat;
	border-right: 1px solid #c7c8cc;
	width: 580px;
	height:81px;
	padding-left: 70px;
}
.drug-dictionary-box label, .drug-dictionary-box input {
	vertical-align: middle;
	margin: 0;
}
.drug-dictionary-box .row1 {
	height: 34px;
	padding-top: 8px;
}
.drug-dictionary-box .row1 .search-label {
	font-weight: bold;
}
.drug-dictionary-box .row1 .search-drug-dictionary {
	width:157px;
	margin-left:5px;
}
.drug-dictionary-box .row1 .go-button {
	margin-left: 5px;
}
.drug-dictionary-box .row1 .starts-with-radio {
	margin-left: 30px;
}
.drug-dictionary-box .row1 .starts-with-label {
}
.drug-dictionary-box .row1 .contains-radio {
	margin-left: 30px;
}
.drug-dictionary-box .row1 .contains-label {
}
.drug-dictionary-box .row1 .question {
	vertical-align: middle;
	margin-left: 20px;
}
.drug-dictionary-box .row2 {
	height: 31px;
	padding-top: 8px;
	width: 100%;
	overflow: auto;
}
.drug-dictionary-box .row2 ul {
	margin: 0;
	padding: 0;
}
.drug-dictionary-box .row2 ul li {
	float: left;
	margin-right: 3px;
	padding: 0;
	background: none;
}
/* END New Dictionary and Drug Dictionary A to Z boxes */
/* Clinical Trials Help section */
.clinicaltrialhelp-imagebox-center {
	margin: 0 auto 0 auto;
	border: 1px solid #c5c5c5;
}
.clinicaltrialhelp-caption {
	background-color: #ddd;
	display: block;
	font-size: 12px;
	line-height:1.2em;
	color: #333;
	padding: 10px 8px;
}
.clinicaltrialhelp-image-center {
	display: block;
	margin: 10px auto 10px auto;
	text-align:center;
}
/* end Clinical Trials Help section */

/* Begin SSP Main Containers  */
	/* Contains the process map image */
	#processMapContainer {
	position: relative;
}
/* Hidden overlay that will contain the Popup Graphics called by ssp.js*/
	#processMapOverlay {
	position: absolute;
	visibility: hidden;
	z-index: 999;
}
/*  End SSP Main Containers  */
/*  Begin SSP Popup Graphics */
	.ssp-window1 {
	left: -10px;
	position: absolute;
	top: -30px;
}
.ssp-window2 {
	left: 30px;
	position: absolute;
	top: -30px;
}
.ssp-window3 {
	left: 88px;
	position: absolute;
	top: -24px;
}
.ssp-window4 {
	left: 152px;
	position: absolute;
	top: -24px;
}
.ssp-window5 {
	left: 210px;
	position: absolute;
	top: -24px;
}
.ssp-window6 {
	left: 272px;
	position: absolute;
	top: -24px;
}
.ssp-window7 {
	left: 332px;
	position: absolute;
	top: -24px;
}
.ssp-window8 {
	left: 382px;
	position: absolute;
	top: -30px;
}
.ssp-window9 {
	left: 392px;
	position: absolute;
	top: -30px;
}
.ssp-window10 {
	left: 70px;
	position: absolute;
	top: -94px;
}
.ssp-window11 {
	left: 38px;
	position: absolute;
	top: 132px;
}
/* End SSP Popup Graphics */

/* Begin RSS Feeds */ 
.rssReader a:link, .rssReader a:visited, .rssReader a:active {
	padding:2px 0 2px 20px;
	color: #4D4D4D;
	text-decoration: none;
}
.rssReader a:hover {
	text-decoration: underline;
}
.rssReader a.google {
	background: transparent url(/PublishedContent/images/images/design-elements/css/rss-google.gif) no-repeat 0 2px;
}
.rssReader a.yahoo {
	background: transparent url(/PublishedContent/images/images/design-elements/css/rss-yahoo.gif) no-repeat 0 5px;
}
.rssReader a.myaol {
	background: transparent url(/PublishedContent/images/images/design-elements/css/rss-aol.gif) no-repeat 0 3px;
}
.rssSection {
	background: transparent url(/PublishedContent/images/images/design-elements/css/rss-feed-icon.gif) no-repeat 0 3px;
	margin-left: 2px;
	padding-bottom: 5px;
}
.rssSection a {
	padding: 0 0 2px 21px;
}
.rssSection span.rssRow {
}
.rssSection p.rssDescription {
	margin: 0 0 0 21px;
}
.blogRSS {
	background: transparent url(/images/rss-feed-icon.gif) no-repeat 0 3px;
	padding-left:20px;
}
/* End RSS Feeds */ 

/*  A to Z menu Start  */
.azMenu {
	width: auto;
}
.azMenu ul {
	width: 100%;
	background: #f5f5f3;
	margin: 0;
	padding: 10px 0 10px 4px;
	overflow: auto;
}
.azMenu ul li {
	background: none;
	display: block;
	width: 3.8%;
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
}
.azMenu:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* end A to Z menu End */ 
/* CancerSpace section - these pages are currently Private Archived (11/2013) */
ul.steps {
	margin: 0;
	padding: 0;
}
ul.steps li {
	margin: 0;
	padding: 0;
	height: 48px;
	background: none;
}
ul.steps li a:link, ul.steps li a:visited, ul.steps li a:hover, ul.steps li a:active {
	color: #000;
	font-size: 13px;
	text-decoration: none;
}
ul.steps li a.steps-inactive {
	background: url(/PublishedContent/Images/images/design-elements/js-widgets/tabs-arra/steps-arrow-off.gif) top right no-repeat #eff4fd;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	margin: 0;
	padding: 17px 25px 15px 13px;
	display: block;
}
ul.steps li a.steps-inactive:hover {
	background: url(/PublishedContent/Images/images/design-elements/js-widgets/tabs-arra/steps-arrow-hover.gif) top right no-repeat #cbdcf7;
}
.steps-active {
	background: url(/PublishedContent/Images/images/design-elements/js-widgets/tabs-arra/steps-arrow-on.gif) top right no-repeat #fff;
	font-weight: bold;
	border-bottom: 1px solid #d1d1d1;
	margin: 0;
	padding: 17px 25px 15px 13px;
	display: block;
	outline: none;
}
.cs-caption {
	background: #666;
	padding: 10px 15px;
	color: #fff;
	font-size: 13px;
	height: 58px;
}
.cs-hidden {
	display: none;
}
.cs-unhidden {
	display: block;
}
/* end CancerSpace section */

/* begin down home healty cooking section */
h3.down-home {
	color: #962537;
}
.down-home-nutrition {
	float: right;
	width: 154px;
	padding: 6px;
	margin: 0 0 10px 15px;
	background: #ffffe5;
	border: 1px solid #ccc;
}
/* end down home healty cooking section */

/* Social Media page */
div.social-media-dropdown {
	padding: 1px 0;
	border-top: 1px solid #bdbdbd;
}
table.social-media-dropdown {
	background: url(/PublishedContent/images/images/design-elements/css/social-media-bg.gif);
	height: 27px;
}
table.social-media-dropdown td.1 {
	padding-left: 4px;
}
table.social-media-dropdown a:link, table.social-media-dropdown a:visited, table.social-media-dropdown a:active {
	color: #000;
	text-decoration: none;
}
table.social-media-dropdown a:hover {
	color: #000;
	text-decoration: underline;
}
div.social-media-dropdown-content {
	padding: 0 20px;
}
/* End Social Media page */

/* WYNTK */
ul.wyntk li {
	margin-top:10px;
}
.wyntk-shaded-box {
	background: #e6e9f1;
	margin: 12px 0;
	padding: 10px 35px 10px 35px;
	border: 1px solid #556293;
}
/* End WYNTK */

/* Begin Ebooks */
div.ebook-info {
	clear: left;
	margin-left: 30px;
}
div.ebook-cover {
	float: left;
	margin: 0 10px 10px 0;
}
div.ebook-cover img {
	margin-bottom: 10px;
}
div.ebook-title h3 {
	margin-top: 0px;
}
/* End Ebooks */

/* Begin eBook buttons */

.pub-buttons {
	overflow:auto;	
}

.pub-buttons a{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px 15px 0 15px;
	text-decoration: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	display: block;
	color: #fff;
	line-height: 24px;
	font-size: 13px;
}

.pub-buttons a.lector {
		line-height: 12px;
	}

.pub-buttons a:hover{
	text-decoration: none;
}


.pub-buttons a.html {
	background-color: #82368c;	
}
.pub-buttons a.pdf {
	background-color: #bb0e3d;	
}
.pub-buttons a.kindle {
	background-color: #ff5f00;	
}
.pub-buttons a.epub,
.pub-buttons a.lector {
	background-color: #2a72a5;	
}

.pub-buttons a.free {
	background-color: #2DC799;	
	padding: 4px 15px 0 15px;
}

.pub-buttons a.icon {
	padding-left: 11px;
}

.pub-buttons a.icon span{
	padding-left: 19px;
	vertical-align: top;
	display: inline-block;
	font-weight: bold;
}

.pub-buttons a.icon.free span {
  width: 66px;
  line-height: 14px;
}

.pub-buttons a.icon:before {
background: url("/publishedcontent/images/images/design-elements/icons/nci-sprite.png") no-repeat 0 0px;
content: " ";
width: 22px;
height: 21px;
display: inline-block;
}

.pub-buttons a.kindle.icon:before {
background-position: -20px -510px;
}


.pub-buttons a.html.icon:before {
	background-position: -20px -584px;
}

.pub-buttons a.pdf.icon:before {
	background-position: -20px -474px;
}

.pub-buttons a.epub.icon:before,
.pub-buttons a.lector.icon:before {
background-position: -20px -548px;
}

.pub-buttons a.free.icon:before {
	background-position: -20px -621px;
	height: 22px;
}


/* End eBook buttons */


/****************** BEGIN materials-to-share ********************/

.materials-to-share .column1 {
    width: 25%;
	padding-top: 15px;
}


.materials-to-share .column2 {
    font-size: 0.875em;
	width: 70%;
	padding-top: 10px;
}

.materials-to-share .column2 .addthis_toolbox p {
  margin-top: 5px;
}

.materials-to-share figure {
    margin:  0 auto;
}

.materials-to-share .addthis_32x32_style .at300bs {
    line-height: 32px !important;   
	width: 32px !important;   
	display: block;   
	height: 32px !important;   
	overflow: hidden;   
	background: url(/PublishedContent/images/images/design-elements/buttons/addthis_buttons_32.png) no-repeat left 50%;
	margin-right: 5px;
}

.materials-to-share .addthis_32x32_style .at15t_facebook {
    background-position: 0px -256px;
}

.materials-to-share .addthis_32x32_style .at15t_twitter {
    background-position: 0px -1152px;
}

.materials-to-share .download-image {
  padding-top: 15px;
}

.materials-to-share .download-image p{
  margin-top: 0px; 
  padding-top: 1px;
}

.materials-to-share .download-image span.download-infographic-button {
  width: 32px;
  height: 32px;
  margin: 0 7px 0 2px;
  background-image: url(/PublishedContent/images/images/design-elements/buttons/download-button.png);
  display: block;
  float: left;
}

.materials-to-share .two-columns.border-bottom{
border-bottom:solid 1px #bdbdbd;
padding-bottom: 20px;
}


/****************** END materials-to-share ********************/






/* Begin Cancer Research News Box */
.cancer-research-news {
	border: 1px solid #bdbdbd;
	margin-bottom: 6px;
	padding: 0 10px 8px 10px;
}
.cancer-research-news ul, .cancer-research-news ul li {
	margin: 0;
	padding: 0;
	list-style-type:none;
	background:none;
}
.cancer-research-news ul li {
	margin-bottom: 10px;
}
.cancer-research-news H3 {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #bdbdbd;
	background: #3c3c3c url(/PublishedContent/images/images/design-elements/css/leftnav-az-header.gif) repeat-x;
	margin: 0 -10px 10px;
	padding: 2px 5px;
}
.cancer-research-news hr {
	border-bottom: #bdbdbd;
	border-left: #bdbdbd;
	padding-bottom: 0;
	background-color: #bdbdbd;
	margin: 0 -10px 8px -10px;
	padding-left: 0;
	padding-right: 0;
	height: 1px;
	color: #bdbdbd;
	border-top: #bdbdbd;
	border-right: #bdbdbd;
	padding-top: 0
}
/* End Cancer Research News Box */

/* Begin Error Page */
.error-page-box {
	background: #fff;
	border: 1px solid #bdbdbd;
	width: 400px;
	margin: 20px auto;
	padding: 10px;
}
.error-page-box h3 {
	margin: 1px 0 10px;
}
/* End Error Page */

/* Recovery Section */
h3.recovery {
	color:#032b73;
	margin-bottom: 5px;
}
.recovery-h3-blue {
	color:#032b73;
}
h4.recovery {
	margin-bottom: 5px;
}
p.recovery {
	margin-top:0;
}
.recovery-homebox {
	margin-top:10px;
	background-color:#f8f8f8;
	border-top: 1px solid #e5e5e5;
	background-color:#f8f8f8;
}
.recovery-linkbox-right {
	float:right;
	margin: 10px 0 10px 10px;
	padding:10px;
	border-top: 1px solid #e5e5e5;
	background-color:#f8f8f8;
}
.recovery-imagebox-right {
	float: right;
	margin: 0 0 10px 10px;
}
.recovery-smalltext {
	font-size: smaller;
	color: #666;
	font-style: italic;
}
.recovery-border {
	border-top: 1px solid #e5e5e5;
}
p.offscreen {
	position: absolute;
	left: -1000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.recovery-caption {
	background-color: #edeeed;
	margin-top: 2px;
}
p.recovery-caption {
	padding: 10px 10px;
	margin-top: 0;
}
.recovery-table {
	margin-top: 10px;
}
.recovery-topborder {
	border-top: 1px solid #e5e5e5;
	background-color:#f8f8f8;
}
.recovery-notable-date {
	font-size: smaller;
	color: #666;
	font-style: italic;
}
a.recovery-smalllink, a.recovery-smalllink:visited, a.recovery-smalllink:active, .recovery-smalllink a:link, .recovery-smalllink a:visited, .recovery-smalllink a:active {
	font-size: smaller;
	float: right;
	font-style: italic;
}
#arrafaqdiv1 a, #arrafaqdiv1 a:active, #arrafaqdiv1 a:visited, #arrafaqdiv1 .red-text {
	color: #333;
	text-decoration : none;
}
#arrafaqdiv1 a:hover {
	color: #000;
	text-decoration : underline;
}
#arrafaqdiv1 ol {
	margin-top: 5px;
}
#arrafaqdiv1 h3 {
	margin-bottom:0px;
}
#arrafaqdiv1 li {
	margin-top: 2px;
}
#arrafaqdiv2 ol {
	margin-top: 5px;
}
#arrafaqdiv2 h3 {
	margin-bottom:0px;
}
#arrafaqdiv2 li {
	margin-top: 8px;
}
#arrafaqdiv2 p {
	margin: 8px 0;
}
H3.arrafaq {
	font-size: 15px;
	font-weight: bold;
	margin:0;
	padding:12px 0 6px 0;
	color: #000;
}
/* End Recovery Section */

/* Recovery Funding Announcements page */
.arrafunding-expired-date {
	color: #999
}
div.arrafunding-parent {
	width: 100%;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}
div.arrafunding-title, div.arrafunding-title:link, div.arrafunding-title:visited, div.arrafunding-title:active {
	outline: none;
	text-decoration: none;
	border-top: 1px solid #cfcfcf;
}
div.arrafunding-title:hover {
	background-color: #f0f0f0;
	cursor: pointer;
	cursor: hand;
}
table.arra-announcements {
	margin: 10px 28px;
}
table.arra-announcements td {
	padding: 7px;
}
table.arra-announcements ul li {
	margin-bottom: 10px;
}
div.arrafunding-child {
	border-top: 1px solid #cfcfcf;
}
div.arrafunding-child a, div.arrafunding-child a:link, div.arrafunding-child a:visited, div.arrafunding-child a:hover, div.arrafunding-child a:active {
	color:#333;
	text-decoration:none;
}
div.arrafunding-child a:hover {
	text-decoration: underline;
}
/* End Recovery Funding Announcements page */

/* spacing for audio image */
div.audioPronounceLink a.CDR_audiofile img {
	margin: 0 0 0 4px;
	vertical-align: sub;
}
/* CDR Media Images */

.cdrMediaImage img {
	width:100%;
	border-bottom: 1px solid #BDBDBD;
	padding-bottom: 5px;
}
.cdrMediaImage .caption {
	margin-top: 5px;
}
.cdrMediaImage.full {
	margin:0;
}
.cdrMediaImage.three-quarters {
	margin:0 12% 0 12%;
}
.cdrMediaImage.half {
	margin:0 25% 0 25%;
}
.cdrMediaImage.third {
	margin:0 33% 0 33%;
}
.cdrMediaImage.quarter {
	margin:0 37% 0 37%;
}
.cdrMediaImage.fifth {
	margin:0 40% 0 40%;
}
.cdrMediaImage.sixth {
	margin:0 42% 0 42%;
}
.cdrMediaImage.as-is {
	margin:0;
}
/* Recovery Objectives page */
.objectives-header-arra {
	/* using CSS3 for this. See below
	background-image:url(/PublishedContent/images/images/design-elements/css/documents/184eb054-3d9d-44b6-935f-adb0fec30e76/arra_js_grdnt.jpg );*/
	padding: 5px 5px;
	font-weight: bold;
	font-size: 14px;
}
/* Instead of using an image here let's use CSS3 gradients with a solid color background as a fallback */
.objectives-header-arra {
	/* fallback */
	background-color: #e1e1e1;
	/* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#BFBFBF');
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #FFFFFF 20%, #BFBFBF 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 20%, #BFBFBF 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFFFFF 20%, #BFBFBF 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.2, #FFFFFF), color-stop(1, #BFBFBF));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFFFFF 20%, #BFBFBF 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #FFFFFF 20%, #BFBFBF 100%);
}
ul.steps-arra {
	margin: 0;
	padding: 0;
}
ul.steps-arra li {
	margin: 0;
	padding: 0;
	background: #f2f2f2 none;
}
ul.steps-arra li a:link, ul.steps-arra li a:visited, ul.steps-arra li a:hover, ul.steps-arra li a:active {
	color: #000;
	font-size: 13px;
	text-decoration: none;
}
ul.steps-arra li a.steps-arra-inactive {
	background: url(/PublishedContent/Images/images/design-elements/js-widgets/tabs-arra/steps-arrow-off.gif) top right no-repeat #f2f2f2;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	margin: 0;
	padding: 17px 25px 31px 13px;
	display: block;
}
ul.steps-arra li a.steps-arra-inactive:hover {
	background: url(/PublishedContent/Images/images/design-elements/js-widgets/tabs-arra/steps-arrow-hover.gif) top right no-repeat #bfbfbf;
}
.steps-arra-active {
	background: url(/PublishedContent/Images/images/design-elements/js-widgets/tabs-arra/steps-arrow-on.gif) top right no-repeat #fff;
	font-weight: bold;
	border-bottom: 1px solid #d1d1d1;
	margin: 0;
	padding: 17px 25px 31px 13px;
	display: block;
	outline: none;
}
.hidden-arra {
	display: none;
}
.unhidden-arra {
	display: block;
}
/* End Recovery Objectivees Page */

/* B-Roll Newscenter styles */
div.brolltoolbar {
	background-color: #A90101;
	padding: 5px 0 5px 0;
}
.brollmenu {
	border-right: 1px solid white;
	text-decoration: none;
	color: #fff;
	background-color: #A90101;
	padding: 5px;
	font-weight: bold;
}
.brollmenu:visited {
	border-right: 1px solid white;
	text-decoration: none;
	color: #CDC9C9;
	background-color: #660000;
	padding: 5px;
	font-weight: bold;
}
.brollmenu:hover {
	border-right: 1px solid white;
	text-decoration: none;
	color: #A90101;
	background-color: #5A8EC6;
	padding: 5px;
	font-weight: bold;
}
.brollmenu:active {
	border-right: 1px solid white;
	text-decoration: none;
	color: #000;
	background-color: #5A8EC6;
	padding: 5px;
	font-weight: bold;
}
.brollsmalldesc {
	font-size: smaller;
	background-color: inherit;
	color: #000;
}
/* end B-Roll Newscenter styles */

/***** Begin Spanish (Espanol) Styles ******/
/* Line Line Page Begin */
 table.lifeLineTable {
	border-width: 1px;
	border-spacing: 2px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.lifeLineTable td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	-moz-border-radius: 0 0 0 0;
}
.lifeLineOdd {
	background-color:#F0F0F0;
}
.lifeLineTitle {
	font-size:18px;
}
/* Line Line Page End */

/* Begin Body by Location top Navigation */
.body-location-content-nav {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 5px 8px;
	background: #f5f5f3;
}
.body-location-content-nav ul {
	width: 33%;
	float: left;
	margin: 0;
	padding: 0;
}
.body-location-content-nav ul li {
	background: none;
	margin: 0 0 3px 0;
	padding: 0;
}
/* End Body by Location top Navigation */

/* begin Spanish Boletin */
.boletin-homepage {
	width: 100%;
}
.boletin-homepage-leftnav {
	width: 550px;
}
.boletin-homepage-rightnav {
	width: 370px;
}
.boletin-date {
	color:#fff;
	font-weight:bold;
	margin-top:-40px;
	margin-left:20px;
}
ul.boletin {
	list-style-position:outside;/*margin-left: 0;*/
}
ul.boletin li {
	padding:0 0 10px;
	list-style-image:url(/PublishedContent/Images/images/arrow-green.gif);
	margin-left:0;
	padding-left:0;
}
.section {
	background-image:url(/PublishedContent/images/images/spanishBoletinsectionBG.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:5px;
	padding-left:10px;
	margin-bottom:10px;
}
.section2 {
	background-image:url(/PublishedContent/images/images/design-elements/css/sectionBG2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:10px;
	padding-top:5px;
	padding-left:10px;
}
p.title {
	color:#000;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:3px;
}
.subscribase {
	/*background-image:url(/PublishedContent/images/images/spanishBoletinsubscribeBG.jpg);
	background-position:top;
	height:120px;*/
	background-repeat:no-repeat;
	padding-top:30px;
	padding-left:10px;
}
.articles {
	background-image:url(/PublishedContent/images/images/design-elements/css/articlesBG.jpg);
	background-position:left top;
	padding:7px;
	background-repeat: no-repeat;
}
.articlesFooter {
	background-image:url(/PublishedContent/images/images/design-elements/css/articlesBG.jpg);
	background-position:left top;
	padding:7px;
	background-repeat: no-repeat;
}
.dividor {
	background-image:url(/PublishedContent/images/images/design-elements/css/dividor.jpg);
	width:462px;
	height:27px;
	background-repeat:no-repeat;
	background-position:left top;
	color:#FFF;
}
div.wrapper {
	float:left; /* important */
	position:relative; /* important(so we can absolutely position the description div */
	margin-bottom: 10px;
}
div.description {
	position: absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	width:100%;
	/* styling bellow */

	background-color:black;
	font-size:16px;
	color:white;
	opacity:0.7; /* transparency */
	filter:alpha(opacity=70); /* IE transparency */
}
p.description_content {
	color:#FFF;
	padding:10px;
	margin:0px;
}
.description_content a:link {
	color: #fff;
	text-decoration: underline;
}
span.leadTitle {
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}
hr.article {
	border: none;
	background: url(/PublishedContent/images/images/design-elements/css/hr_img.jpg) no-repeat;
	height: 15px;
	padding-top:10px;
}
.boletin-banner {
	margin-top:-10px;
}
.spanishBoletin a:link {
	color: #333;
	text-decoration: none;
}
.spanishBoletin a:visited {
	text-decoration: none;
	color: #333;
}
.spanishBoletin a:hover {
	text-decoration: underline;
	color: #000;
}
.spanishBoletin a:active {
	text-decoration: none;
	color: #000;
}
 .spanishBoletin img:a {
 text-decoration:none;
}
.boletinArticle a:link {
	color: #626836;
	text-decoration: underline;
}
.boletinArticle {
	padding-top:10px;
}
.boletinArticle a:visited {
	text-decoration: none;
	color: #626836;
	text-decoration:underline;
}
.boletinArticle a:hover {
	text-decoration: underline;
	color: #626836;
}
.boletinArticle a:active {
	text-decoration: none;
	color: #626836;
	text-decoration:underline;
}
 .boletinArticle img:a {
 text-decoration:none;
}
.articleNavContainer {
	padding-left:3px;
}
.articleNavContainer a:link {
	color: #626836;
	text-decoration: underline;
}
.articleNavContainer a:visited {
	color: #626836;
	text-decoration: underline;
}
.articleNavContainer a:hover {
	color: #626836;
	text-decoration: underline;
}
.articleNav {
	background:url(/PublishedContent/images/images/spanishBoletinarticleNavBG.jpg) no-repeat;
	margin-bottom:10px;
	padding: 15px 5px 5px 5px;
}
.articleNavSubscribe {
	background: url(/PublishedContent/images/images/spanishBoletinarticleNavSubscribe.jpg) no-repeat;
	height:75px;
	margin-bottom:10px;
	padding: 35px 5px 5px 5px;
}
.articleNavComentarios {
	background: url(/PublishedContent/images/images/spanishBoletinarticleNavComentarios.jpg) no-repeat;
	margin-bottom:10px;
	padding: 20px 5px 5px 5px;
}
.spanishBoletinArticle a:link {
	font-size:13px;
	color:#333;
	text-decoration:underline;
}
.spanishBoletinArticle a:visited {
	font-size:13px;
	color:#000;
	text-decoration:underline;
}
.spanishBoletinArticle a:hover {
	text-decoration: underline;
	color: #000;
}
span.navTitle {
	font-size:15px;
	font-weight:bold;
}
/* end Spanish Boletin */

/* Exit Notification */

.exitNotification {
	padding:0px !important;
}
/* List Titles (Removed to correct spacing issues on Cancer Type Home Pages 
div.cancertypecontent h3.list-title {margin-top: 0;}
div.cancertypecontent > p:first-child {margin-top: 0;}
*/
/* Correcting font-size and spacing on Cancer Type Home pages */
div.cancertypecontent h3.list-title {
	font-size: 15px;
	margin-bottom: 3px;
}
/* Public Archive Banner */

.public-archive-banner {
	background-color:#f9f8ce;
	color:#000;
	font-weight:bold;
	padding: 10px;
	border:#d5d300 solid thin;
	background-image:url('/PublishedContent/Images/images/icon-public-archive.png');
	background-repeat:no-repeat;
	background-position: 10px center;
	padding-left:60px;
	margin-bottom:20px;
}
/* Mammography Banner Begin */

.bannerText {
	text-align:left;
	height:176px;
	margin-left:250px;
	padding-top:10px;
	padding-right:15px;
}
.bannerTextES {
	text-align:left;
	margin-left:250px;
	padding-top:10px;
	padding-right:15px;
	height:176px;
}
.bannerTitle {
	font-size:19px;
	color:#000;
	padding-left:15px;
}
.textBanner {
	padding-left:15px;
}
.bannerLinks a {
	text-decoration:none;
	color:#8a000a;
}
.bannerLinks a:hover {
	text-decoration:underline;
	color:#8a000a;
}
.bannerLinks {
	color:#8a000a;
	padding-left:15px;
}
/* Mammography Banner End */

/***** End Spanish (Espanol) Styles ******/

/* Begin Clinical Trials Search redesign January 2009 */ 
.cts-az-search {
	margin: 0;
}
.cts-az-search form {
	margin: 10px 10px 10px 14px;
}
.cts-az-search form h1 {
	font-size: 15px;
	margin: 20px 0 5px 0;
	padding: 0;
}
.cts-az-search form p {
	/*font-size: 15px;*/
	margin: 0;
	padding: 0;
}
.cts-az-search form p#alphaSearch {
	margin: 27px 0 0 0;
}
.cts-az-search form span {
	font-size : 15px;
	font-weight : bold;
	margin: 30px 12px 0 0;
}
.cts-az-search form label {
	font-size: 15px;
	font-weight: bold;
	margin-right: 4px;
	vertical-align: -1px; /* fine-tune vertical centering - IE and Firefox */
}
.cts-az-search form input[type=text] {
	font-size: 15px;
	margin-right: 10px;
	height: 16px;
	width : 200px;
}
.cts-az-search form input[type=image] {
	vertical-align: -3px; /* fine-tune vertical centering - Firefox */
}
.cts-az-search-textsearch {
	margin-top: 37px;
}
.cts-az-search-textsearch input, .cts-az-search-textsearch label {
	vertical-align: middle;
}
.cts-az-results {
	width: 100%;
	border-width: 0 0 0 0;
}
.cts-az-results td {
	border-top: 5px;
	border-collapse:separate;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}
.cts-az-results-checkbox {
	padding: 5px 5px 5px 5px;
	width: 15px;
}
.cts-az-results-label {
	padding: 5px 5px 5px 10px;
	vertical-align: middle;
}
.clinicaltrials-customize-results-table {
	border-collapse: collapse;
	border: 1px solid #bdbdbd;
	margin-top: 10px;
	width: 100%;
}
.clinicaltrials-customize-results-table tr.odd {
	background-color: #f6f6f4;
}
.clinicaltrials-customize-results-table td {
	border: 1px solid #bdbdbd;
	padding: 8px 5px;
	vertical-align: top
}
.clinicaltrials-customize-results-table td input {
	margin-right: 10px;
	vertical-align: middle;
}
.clinicaltrials-customize-results-table td label {
	font-weight: bold;
}
.clinicaltrials-pager {
	float: right;
	font-weight: bold;
	padding-right: 8px;
}
.clinicaltrials-pager input {
	background: none;
	border: none;
	cursor: pointer;
	color: #9C3303;
	font-size: 13px;
	padding: 0 0 0 0;
	text-decoration: underline;
}
ul.clinicaltrials-results-formatcontrols {
	margin: 8px 0;
	padding: 0;
}
ul.clinicaltrials-results-formatcontrols li {
	margin-left: 0;
	padding: 0;
	background: none;
}
.clinicaltrials-results-action-controls {
	margin: 10px 0 10px 0;
}
.clinicaltrials-results-action-controls .action-button {
	margin-right: 9px;
}
.clinicaltrials-results-criteria-label {
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
.clinicaltrials-results-criteria-display {
	padding: 8px 8px 11px 8px;
	line-height: 17px;
}
.clinicaltrials-results-criteria-display .item-label {
	color: #000;
	font-weight: bold;
}
.clinicaltrials-expansionLink, .clinicaltrials-expansionLink:active, .clinicaltrials-expansionLink:visited, .clinicaltrials-expansionLink:hover, .clinicaltrials-expansionLink:link {
	background: url("/images/ctsearch/red-down-arrow.gif") no-repeat right;
	border-bottom: 1px solid #9C3303;
	color: #9C3303;
	margin: 5px 0;
	padding-right: 13px;
	text-decoration: none;
}
.clinicaltrials-collapseLink, .clinicaltrials-collapseLink:active, .clinicaltrials-collapseLink:visited, .clinicaltrials-collapseLink:hover, .clinicaltrials-collapseLink:link {
	background: url("/images/ctsearch/red-up-arrow.gif") no-repeat right;
	border-bottom: 1px solid #9C3303;
	color: #9C3303;
	margin: 5px 0;
	padding-right: 13px;
	text-decoration: none;
}
.deleteList, .deletelist {
	overflow: scroll;
	background-color: #fff;
	border: solid 1px #bdbdbd;
	margin: 5px 0 5px 0;
}
.deleteList p, .deletelist p {
	margin: 5px 5px 5px 5px;
}
.deleteList ul li input, .deletelist ul li input {
	margin-right: 3px;
	vertical-align: middle;
}
.deleteList ul li, .deletelist ul li {
	background: none;
	white-space: nowrap;
	margin-left: 0;
}
.deleteList ul, .deletelist ul {
	margin-top: 5px;
	margin-left: 0;
	padding-left: 5px;
}
.clinicaltrials-filledbox {
	background-color: #f2f2f2;
	border: solid 1px #bdbdbd;
	border-collapse:collapse;
}
.clinicaltrials-javascriptOffMessage {
	color: #000;
	background: url(/PublishedContent/images/images/design-elements/css/alert-yellow-bg.gif) no-repeat;
	width:570px;
	height:37px;
	margin-bottom: 10px;
	padding: 6px 0 0 5px;
}
.clinicaltrials-javascriptOffMessage p {
	color: #000;
	margin:0;
	padding: 0;
}
.clinicaltrials-javascriptOffMessage span {
	padding-left: 1px;
}
.clinicaltrials-errorMessage {
	color: #000;
	background-image: url(/PublishedContent/images/images/design-elements/css/error-red-wide-bg.gif);
	width:570px;
	height:37px;
	background-repeat:no-repeat;
	padding: 6px 0 0 5px;
	margin-bottom: 10px;
}
.clinicaltrials-errorMessage p {
	font-size: 12px;
	color: #000;
	padding: 0;
	margin:0;
}
.clinicaltrials-errorMessage span {
	padding-left: 1px;
}
.clinicaltrials-errorMessageSmall {
	color: #000;
	background-image: url(/PublishedContent/images/images/design-elements/css/error-red-bg.gif);
	width:385px;
	height:37px;
	background-repeat:no-repeat;
	padding: 6px 0 0 5px;
}
.clinicaltrials-errorMessageSmall p {
	font-size: 12px;
	color: #000;
	margin:0;
	padding: 0;
}
.clinicaltrials-errorMessageSmall span {
	padding-left: 2px;
}
.clinicaltrials-resultTable {
	border: none;
}
.clinicaltrials-resultTable td {
	vertical-align: top;
}
.clinicaltrials-resultTable .selectColumn {
	text-align: center;
	color: #000;
	font-weight: bold;
}
/*End Clinical Trials Search redesign January 2009 */

/* begin PDQ styles */

/* following two classes are for lists */ 
.pdq-content-list {
	
}
.pdq-list-title {
	font-weight: bold;
	font-style: italic;	
}
.pdq-table-scrollbar {
	overflow: auto;
	margin-bottom: 15px;	
}
.pdq-table-scrollbar table caption {
	padding: 0 0 10px;
}
.pdq-table-scrollbar .table-default {
	margin: 15px 0 0;
}
.pdq-on-this-page {
	
}
tfoot.pdq-footer {
	margin: 0; padding: 10px;
}
tfoot.pdq-footer td {
	font-size:12px;
	border: none;
	background: #F2F3F7;
	padding: 8px 10px;
	color: #333333;
}
div.keyPoints h3 {
	background: none repeat scroll 0 0 #DDDDDD;
	border-bottom: 1px solid #BDBDBD;
	color: #333333;
	margin: 0 -10px;
	padding: 2px;
	text-align: center;
}
.pdq-link-enlarge {
	display: block;
	margin: 20px 0 -10px;
	color: #9C3303;
	text-align: right;
	text-decoration: underline;
}
table .pdq-link-enlarge {
	margin: 0;
}
.pdq-image-table-enlarge {      /* was class "large" */
	position: absolute;
	margin-top: 20px;
	left: 35px;
	right: 35px;
	background: white;
	border: 1px solid #BDBDBD;
	box-shadow: 0px 5px 5px -1px gray;
	-webkit-box-shadow: 0px 5px 5px -1px gray;
	-moz-box-shadow: 0px 5px 5px -1px gray;
	}
.pdq-image-table-enlarge table caption {
	padding: 20px 0 10px 10px;
}
ul.pdq-address-block {
	
}
ul.pdq-address-block li {
	background: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* begin style for PDQ Summary index pages */
div.pdq-alpha-list a {
	color: #4d4d4d;
}
div.pdq-alpha-list a:hover {
	color: #000;
}
/* end style for PDQ Summary index pages */


.protocol-date-label {
	font-size : smaller;
	font-weight : bold;
}
.protocol-dates {
	font-size : smaller;
}
sup.header {
	font-size : larger;
}
.dictionary-alpha-list, a.dictionary-alpha-list, a.dictionary-alpha-list:link, a.dictionary-alpha-list:active, a.dictionary-alpha-list:visited {
	color: #a90101;
	/*font-size : smaller;*/
	padding : 6px 4px;
	vertical-align : middle;
	height: 16px;
}
a.dictionary-alpha-list:hover {
	color: #a90101;
	/*font-size : smaller;*/
	padding : 6px 4px;
	background-color: #fff;
	vertical-align : middle;
	height: 16px;
}
.dictionary-partial-match, a.dictionary-partial-match, a.dictionary-partial-match:link, a.dictionary-partial-match:active, a.dictionary-partial-match:visited {
	color: #930;
	font-weight : bold;
	background-image : url(/PublishedContent/images/images/design-elements/css/dictionary-ext-mtc-bg.gif);
}
a.dictionary-partial-match:hover {
	color: #930;
	font-weight : bold;
	background-image : url(/PublishedContent/images/images/design-elements/css/dictionary-ext-mtc-bg.gif);
}
.dictionary-partial-match-n, A.dictionary-partial-match-n, a.dictionary-partial-match-n:link, a.dictionary-partial-match-n:active, a.dictionary-partial-match-n:visited {
	color: #930;
}
a.dictionary-partial-match-n:hover {
	color: #930;
}
.search-result {
	color: #646464;
	font-size : 17px;
	font-weight : bold;
}
.content-gray-background, .pdq-shaded-area {
	background: #F5F5F3;
	padding: 14px 12px 20px 12px;
}
.note {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 18px 0;
}
.druginfosummarybox {
	background-color: #eff2f7;
	border: 1px solid #c9cace;
	margin: 0;
	padding: 16px;
	width: 548px;
}
/* PROTOCOL SECTION */
.Protocol-Title {
	color: #000;
	font-size : 17px;
	font-weight : bold;
}
.Protocol-OfficialTitle {
	color: #000;
	font-size : 16px;
	font-weight : bold;
	line-height: 18px;
}
A.Protocol-TOC-Link, A.Protocol-TOC-Link:visited, A.Protocol-TOC-Link:active {
	color: #9c3303;
}
A.Protocol-TOC-Link:hover {
	color: #900;
	text-decoration : underline;
}
.Protocol-TOC-SubLink {
	text-decoration : none;
}
.Protocol-Section-Heading {
	color: #000;
	font-size : 15px;
	font-weight : bold;
}
.Protocol-Section-SubHeading {
	color: #000;
	font-size : 15px;
	font-weight : bold;
}
.Protocol-PublishedResults-PUBMED {
	font-size : 11px;
}
.Protocol-AllTrialSites, .Protocol-DownloadDate {
	font-weight : bold;
}
.Protocol-BasicStudy-Grayborder {
	background-color: #bdbdbd;
}
.Protocol-LeadOrg-OrgName {
	font-weight : bold;
}
.Protocol-BasicStudy-TD-Grayborder {
	background-color: #bdbdbd;
}
.Protocol-BasicStudy-Heading {
	font-weight : bold;
}
.Protocol-BasicStudy-PrimaryID {
	font-weight : bold;
}
.Protocol-BasicStudy-AlternateID {
	font-size : 11px;
}
.Protocol-info-box {
	margin-top: 11px;
	border-collapse:collapse;
}
.Protocol-info-box td, .Protocol-info-box th {
	border: 1px solid #bdbdbd;
	text-align: left;
}
.Protocol-info-box td.phaseCol {
	width: 12%;
}
.Protocol-info-box td.typeCol {
	width: 18%;
}
.Protocol-info-box td.statusCol {
	width: 12%;
}
.Protocol-info-box td.ageCol {
	width: 16%;
}
.Protocol-info-box td.sponsorCol {
	width: 16%;
}
.Protocol-info-box td.protocolIDCol {
	width: 21%;
}
.Protocol-info-box .label, .Protocol-info-box-list .label {
	font-weight: bold;
	color: #000;
}
.Protocol-Term-SubHeading {
	font-weight : bold;
}
.Protocol-Term-Table-Heading {
	font-weight : bold;
}
.Protocol-EntryCriteria-DiseaseCharacteristics, .Protocol-EntryCriteria-PatientCharacteristics, .Protocol-EntryCriteria-PriorConcurrentTherapy, .Protocol-EntryCriteria-GeneralEligibilityCriteria {
	font-weight : bold;
}
.Protocol-Outcomes-Primary {
	font-weight : bold;
	font-style: italic;
}
.Protocol-country, .protocol-country, .Protocol-Site-CountryName, .Protocol-Site-Country {
	color: #000;
	line-height: 18px;
	font-size : 15px;
	font-weight : bold;
	background-color: #e6e6e2;
}
.Protocol-state, .protocol-state, .Protocol-Site-StateName, .Protocol-Site-State {
	color: #993333;
	font-size : 15px;
	font-weight : bold;
}
.Protocol-city, .protocol-city, Protocol-Site-City {
	font-weight : bold;
}
.Protocol-Site-SiteName {
	font-weight : bold;
	font-style : italic;
}
.Protocol-Purpose {
	font-weight : bold;
}
.Protocol-EligibilityText {
	font-weight : bold;
}
.Protocol-TreatmentIntervention {
	font-weight : bold;
}
.Protocol-PatientDisclaimer {
	font-weight : bold;
}
.Protocol-LI-Title, .Protocol-IL-Title {
	font-weight : bold;
	font-style : italic;
}
.protocol-primaryprotocolid {
	font-weight : bold;
}
.Protocol-OL-Title {
	font-weight : bold;
	font-style : italic;
}
li.Protocol-LI {
	list-style : disc url();
	background: none;
}
.contentzone ul li.Protocol-IL-Bullet {
	list-style-type : disc;
	background: none;
	padding-left: 0;
}
li.Protocol-IL-Dash {
	background: none;
}
li.Protocol-IL-Circle {
	background: none;
}
li.Protocol-IL-Simple {
	background: none;
}
li.Protocol-OL-Lroman, li.Protocol-OL-LRoman {
	list-style : lower-roman url();
	background: none;
}
li.Protocol-OL-Uroman, li.Protocol-OL-URoman {
	list-style : upper-roman url();
	background: none;
}
li.Protocol-OL-Lalpha, li.Protocol-OL-LAlpha {
	list-style : lower-alpha url();
	background: none;
}
li.Protocol-OL-Ualpha, li.Protocol-OL-UAlpha {
	list-style : upper-alpha url();
	background: none;
}
li.Protocol-OL-Arabic {
	list-style : decimal url();
	background: none;
}
ol.Protocol-KeyPoints-Bullet {
	list-style-type : disc;
	background: none;
}
ol.Protocol-KeyPoints-Dash {
	list-style-type : square;
	background: none;
}

/*OL styles needed for PDQ lists*/
ol.lower-alpha  { list-style-type: lower-alpha; }
ol.lower-roman  { list-style-type: lower-roman; }
ol.upper-alpha  { list-style-type: upper-alpha; }
ol.upper-roman  { list-style-type: upper-roman; }
ul.list-dash li {
	background: url("/PublishedContent/images/images/design-elements/css/bullet-dash.gif") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
  list-style-image: none;
  list-style-type: none;
  margin: 0 0 9px;
  padding: 0 0 0 10px;
}
ul.list-square li {
	background: none;
	list-style-type: square;
}
ul.list-circle li {
	background: none;
	list-style-type: circle;
}
li.CDR {
	font-size : 14px;
	line-height: 16px;
	background: none;
	margin: 5px 0 0 5px;
	padding: 0 0 0 5px;
}
.Protocol-ScientificName {
	font-style : italic;
}
.Protocol-ForeignWord {
	font-style : italic;
}
.Protocol-GeneName {
	font-style : italic;
}
.Protocol-Note {
	font-style : italic;
}
.page-title-summary {
	color: #000;
	font-size : 17px;
	font-weight : bold;
	float : left;
	width : 100%;
}
.Summary-Title {
	color: #000;
	font-size : 19px;
	font-weight : normal;
}
.Summary-SummaryTitle {
	font-weight : bold;
}
li.Summary-SummaryTitle-Level1 {
	color: #000;
	font-size : 15px;
	font-weight : bold;
}
li.Summary-SummaryTitle-Level2 {
	color: #000;
	font-size : 13px;
	font-weight : bold;
}
li.Summary-SummaryTitle-Level3 {
	font-weight : bold;
}
.Summary-SummarySection-Title-Level1 {
	color: #000;
	font-size : 19px;
	font-weight : normal;
}
/* equates to h3 */
.Summary-SummarySection-Title-Level2 {
	color: #000;
	display: block;
	margin: 12px 0;
	font-size : 18px;
	font-weight : bold;
}
/* equates to h4 */
.Summary-SummarySection-Title-Level3 {
	color: #000;
	font-size : 14px;
	font-weight : bold;
}
.Summary-SummarySection-Title-Level4 {
	font-weight : bold;
}
.Summary-SummarySection-Keypoint-Title {
	background-color: #d4d9d9;
	font-weight : bold;
	text-align : center;
}
.Summary-SummarySection-Small {
	font-size : 11px;
	line-height:1.2em;
}
.Summary-Table-Caption {
	color: #000;
	font-size : 15px;
}
ul.SummarySection-KeyPoint-UL-Dash {
	list-style-type : square;
	background: none;
}
ul.SummarySection-KeyPoint-UL-Bullet {
	list-style-type : disc;
	background: none;
}
li.SummarySection-KeyPoint-LI {
	color: #000;
	font-size : 14px;
	line-height: 16px;
	background: none;
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
}
.Summary-ReferenceSection {
	font-weight : bold;
}
.Summary-Citation-PUBMED {
	font-size : 10px;
}
/* equates to h3 */
.Summary-KeyPoint {
	color: #000;
	font-size : 18px;
	font-weight : bold;
}
.Summary-ProfessionalDisclaimer-Title {
	font-weight : bold;
}
.Summary-ProfessionalDisclaimer {
	font-style : italic;
}
A.Summary-GlossaryTermRef, A.Summary-GlossaryTermRef:visited, A.Summary-GlossaryTermRef:active, A.Protocol-GlossaryTermRef, A.Protocol-GlossaryTermRef:active, A.Protocol-GlossaryTermRef:visited {
	color: #333;
	text-decoration : none;
	border-bottom: thin dotted;
}
A.Summary-GlossaryTermRef:hover, A.Protocol-GlossaryTermRef:hover {
	color: #000;
	text-decoration : none;
	border-bottom: solid thin;
}
/*----- PDQ Medialink Styling to provide additional separation between images and content in bulleted list---*/
.pdqMediaLink {
	margin:12px auto;
}
.pdq P {
	color: #000;
	margin: 0 0 10px 0;
	padding: 2px 0 0 0;
	font-size : 14px;
	position : relative;
	left : 20px;
}
.pdq H2 {
	color: #000;
	font-size : 16px;
	font-weight : bold;
	margin: 0;
	padding: 0;
}
.pdq H3 {
	color: #000;
	font-size : 15px;
	font-weight : bold;
	margin: 0;
	padding: 10px 0 0 0;
}
.pdq H4 {
	color: #333366;
	font-size : 14px;
	font-weight : bold;
	margin: 0 0 0 15px;
	padding: 10px 0 0 0;
}
.pdq UL {
	margin: 5px 0;
	padding: 0 40px 5px 5px;
	position : relative;
	left : 25px;
}
.pdq UL LI {
	background: url(/PublishedContent/images/images/design-elements/css/bullet_sm_css.gif) 0 6px no-repeat;
	margin: 0;
	padding: 2px 0 2px 5px;
}
.bullet {
	text-decoration : none;
}
.livehelpbutton {
	background-image : url(/PublishedContent/images/images/design-elements/css/livehelp_button.gif);
	border-style : none;
	margin: 0;
	padding: 0;
	width : 121px;
	height: 50px;
}
.textbutton {
	font-size : 12px;
	color: white;
}
.PUBMED {
	font-size : 11px;
}
.oc_section_head {
	font-size : 14pt;
	font-style : normal;
	line-height: 16pt;
	font-weight : bold;
	font-variant : normal;
	text-transform : none;
	color: #996600;
	text-decoration : none;
}
.oc_content_HEAD {
	font-size : 12pt;
	font-style : normal;
	line-height: 14pt;
	font-weight : bold;
	font-variant : normal;
	text-transform : none;
	color: #000;
	text-decoration : none;
}
.oc_backtotop {
	font-size : 10pt;
	font-style : normal;
	line-height: normal;
	font-weight : bold;
	color: #996633;
	text-decoration : underline;
	background: url(/PublishedContent/images/images/design-elements/css/oc_bullet.gif) 0 6px no-repeat;
}
.occontent {
	color: #666666;
	font-size : 13pt;
}
.graytextCopy {
	color: #666;
	font-size : 14px;
	background: url(/PublishedContent/images/images/design-elements/css/oc_bullet.gif) 0 6px no-repeat;
}
.oc_list {
	color: #333;
	font-size : 14px;
	background: url(/PublishedContent/images/images/design-elements/css/oc_bullet.gif) 0 6px no-repeat;
}
A.ns-leftnav {
	color: #03c;
	text-decoration : none;
}
A.ns-leftnav:visited {
	color: #03c;
	text-decoration : none;
}
A.ns-leftnav:hover {
	color: #699;
	text-decoration : underline;
}
.ns-section {
	color: #323264;
	font-size : 14px;
	text-decoration : none;
	font-weight : bold;
}
A.ns-section {
	color: #323264;
	font-size : 14px;
	text-decoration : underline;
	font-weight : bold;
}
A.ns-section:visited {
	color: #323264;
	font-size : 14px;
	text-decoration : underline;
	font-weight : bold;
}
A.ns-section:hover {
	color: #666666;
	font-size : 14px;
	text-decoration : underline;
	font-weight : bold;
}
.ns-headline {
	color: #000;
	font-size : 14px;
	font-weight : bold;
}
.ns-title {
	color: #52a3db;
	font-size : 18px;
	font-weight : normal;
}
.Summary-Table-Head {
	background-color: #dce0e0;
}
a.SummaryRef-Small, A.SummaryRef-Small:hover {
/*font-size : 7pt;*/
}
a.Summary-ProtocolRef-Small, A.Summary-ProtocolRef-Small:hover {
/*font-size : 7pt;*/
}
a.Summary-LOERef-Small, A.Summary-LOERef-Small:hover {
/*font-size : 7pt;*/
}
a.Summary-GlossaryTermRef-Small, A.Summary-GlossaryTermRef-Small:active, A.Summary-GlossaryTermRef-Small:visited {
	/*font-size : 7pt;*/
	color: #333;
	text-decoration : underline;
}
a.Summary-GlossaryTermRef-Small:hover {
	/*font-size : 7pt;*/
	color: #000;
	text-decoration : underline;
}
.Protocol-GeneName-Small {
	font-style : italic;/*font-size : 7pt;*/
}
.Summary-SummarySection-Small a.Protocol-ExternalRef, .Summary-SummarySection-Small a.Protocol-ExternalRef:hover {
}
a.Protocol-ExternalRef-Small, a.Protocol-ExternalRef-Small:hover {
/*font-size : 7pt;*/
}
a.SummarySection-Table-Small, a.SummarySection-Table-Small:hover {
/*font-size : 7pt;*/
}
.QandA-Title {
	color: #000;
	font-size : 17px;
	font-weight : bold;
}
ol.QandA-List {
}
li.QandA-ListItem {
}
.QandA-Question {
	font-weight : bold;
}
.QandA-Answer {
}
.display-url {
	color: #333;
}
ul.li-margin10 li {
	margin-top:10px;
}
ul.Protocol-UL {
	margin-top : 5px;
	margin-bottom : 5px;
}
ol.Protocol-OL {
	margin-top : 5px;
	margin-bottom : 5px;
}
/* end PDQ styles */

.fact-and-question .citations-list p {
	display: inline;
	padding-right: 5px;
}
.fact-and-question .citations-list li {
	padding: 0 0 8px 0;
}
/* begin classes from nciplus.css */
#drugForm {
	border:0;
	margin:0;
	padding:0;
}
.pnlDrugSearch {
	background-image:url(/PublishedContent/images/images/design-elements/css/drug-dictionary-search.jpg);
	width:571px;
	height:81px;
}
.pnlTermSearch label, .pnlTermSearch input, .pnlDrugSearch label, .pnlDrugSearch input {
	vertical-align:middle;
}
.pnlTermSearchLabel {
	vertical-align:middle;
}
.termForm {
	border:0;
	margin: 8px 0 0 0;
	padding:0;
}
.pnlTermSearch {
	background-image:url(/PublishedContent/images/images/design-elements/css/dictionary-search.jpg);
	width:571px;
	height:81px;
}
.searchboxTopRow {
	padding: 9px 0 3px 0;
	vertical-align:middle;
	height:32px;
}
.searchboxTopRow:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.searchboxContainer {
	float:left;
	text-align:right;
	width:306px;
	padding-right:7px;
	height:32px;
}
.searchboxStarts {
	float:left;
	width:95px;
	height:28px;
	margin-top:4px;
}
.searchboxBtn {
	float:left;
	width:70px;
	height:28px;
	margin-top:4px;
}
#searchboxBottomRow {
	margin-left:85px;
	width:474px;
	height:37px;
}
#searchboxContainer {
	float:left;
	text-align:right;
	width:306px;
	padding-right:7px;
	height:32px;
}
#searchboxBtn {
	float:left;
	width:70px;
	height:28px;
	margin-top:4px;
}
#searchboxStarts {
	float:left;
	width:95px;
	height:29px;
	margin-top:3px;
}
.searchboxSeparator {
	float:left;
	width:1px;
	height:32px;
	margin-top:-2px;
}
#searchboxSeparator, #searchboxSeparator2 {
	float:left;
	width:1px;
	height:32px;
	margin-top:-2px;
}
.searchboxContains {
	float:left;
	width:83px;
	padding-left:5px;
	height:29px;
	margin-top:3px;
}
#searchboxContains {
	float:left;
	width:83px;
	padding-left:5px;
	height:29px;
	margin-top:3px;
}
#drugSearchboxContainer {
	float:left;
	text-align:right;
	width:306px;
	padding-right:7px;
	height:32px;
}
#drugSearchboxBtn {
	float:left;
	width:40px;
	height:28px;
	margin-top:4px;
}
#drugSearchboxStarts {
	float:left;
	width:95px;
	height:29px;
	margin-top:3px;
}
#drugSearchboxContains {
	float:left;
	width:83px;
	padding-left:5px;
	height:29px;
	margin-top:3px;
}
.drugSearchboxHelp {
	float:left;
	margin-top:5px;
	margin-left:7px;
	margin-right:5px;
}
#pnlTermSearch #AutoComplete1 {
	width:157px;
	margin-left:5px;
}
#pnlDrugSearch #AutoComplete1 {
	width:150px;
	margin-left:2px;
}
.lblStrSearch {
	font-weight:bold;
vertical-align=middle;
}
.AutoComplete1 {
	width:157px;
	margin-left:5px;
}
.lblStrSearch {
	font-weight:bold;
}
.search-control-div {
	margin-left:75px;
	width:496px;
	height:37px;
}
.search-control-div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.btnGo {
	height:15px;
	width:23px;
}
.btnBuscar {
	height:15px;
	width:52px;
}
#hlPatientInfo {
	margin-left:-6px;
}
/*Definition view*/
.prevNextTerms-images {
	width:571px;
}
.prevNextTerms-images td.col1 {
	width:124px;
}
.prevNextTerms-images td.col2 {
	width:451px;
}
.prevNextTerms-print {
	width:630px;
}
.prevNextTerms-print td.col1 {
	width:144px;
}
.prevNextTerms-print td.col2 {
	width:490px;
}
/*These are related to the LangSwitch user control*/
.language-link {
	float:left;
}
.language-link-last {
	float:none;
}
/* 2012 AACR */
div.NCI-event {
	margin: 30px 0 40px;
}
h3.NCI-event-date {
	font-size: 15px;
	color: #C00;
	font-weight: bold;
}
a.outlook-link {
	float: right;
}
p.event-title {
	font-weight: bold;
	color: #000;
	width: 470px;
}
p.event-time-location {
	color: #4D4D4D;
}
p.speakers {
	color: #4D4D4D;
	margin-bottom: 0px;
}
p.speakers span.speakers-title {
	font-weight: bold;
}
ul.speaker-list {
	margin-top: 0px;
}
ul.speaker-list li {
	margin: 0;
}
img.aacr-home-image {
	float: left;
	margin: 0 10px 25px 0;
}
table.aacr-sessions td {
	line-height: 20px;
	padding-bottom: 10px;
	vertical-align: text-top;
}
table.aacr-sessions {
	margin-bottom: 35px;
}
/* End 2012 AACR */
ul.PDQ-list li span {
	margin-left: 16px;
}
ul.PDQ-list li a {
	color: #333;
}

/* These classes will be for the new pdq list page styles */
.contentzone ul.PDQ-list {
    padding-left: 0;
}
.contentzone ul.PDQ-list li:before {
    content: none;
}
.contentzone ul.PDQ-list li {
    background-image: none;
    margin-left: 0;
		padding-left: 0;
}
.contentzone ul.PDQ-list ul {
    margin-top: 3px;
    padding-left: 20px !important;
}
.contentzone .PDQ-list ul > li {
    display: inline;
}
.contentzone ul.PDQ-list ul {
    margin-left: 0;
    padding-left: 0;
}
.contentzone .PDQ-list ul > li:first-child:before {
    content: none;
    display: none;
}
.contentzone .PDQ-list ul > li:before {
    content: "|";
		padding-right: 5px;
		padding-left: 5px;
}





/* end classes from nciplus.css */

/* begin classes for 250 years of Advances in Cancer */
.aac-timeline {
	padding-top: 10px;
	overflow: auto;
	margin-left: 20px;
}
.aac-timeline-year {
	float: left;
	width: 15%;
	padding-bottom: 10px;
	font-weight: bold;
}
.aac-timeline-content {
	float: left;
	width: 85%;
	padding-bottom: 10px;
}
/* end classes for 250 years of Advances in Cancer */

/*Begin Blog Content CSS*/
.blog-post-publishing-info {
	font-size:12px;
}
p.blog-post-publishing-info {
	margin-top:0;
}
.blog-post {
	width: 650px;
	border-top: 1px solid #bdbdbd;
	padding-top: 16px;
}
.blog-post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.blog-post .post-thumb {
	width: 188px;
	float: left;
	margin-right: 22px;
}
.blog-post .post-thumb img {
	max-width: 100%;
}
/* If there is a thumbnail, then set the width to not be 100% */
.blog-post .post-thumb + .post-info {
	float: right;
	width: 440px;
}
.blog-post h3 {
	margin: 0;
	width: 100%;
	display: table-cell;
}
.blog-list {
	margin-top: 24px;
}
.blog-pager {
	border-top: 1px solid #bdbdbd;
	padding-top: 24px;
}
.blog-pager a {
	display: block;
}
.blog-pager a.newer {
	float: right;
}
.blog-pager a.older {
	float: left;
}
.post-title {
	display: table;
}
.post-title h3 a {
	color: #333333;
	text-decoration: none;
}
a.comment-count {
	background: url("/PublishedContent/images/images/comment-icon.png") no-repeat;
	padding-left: 26px;
	height: 22px;
	display: table-cell;
	white-space: nowrap;
	width: 100%;
}
.date-author {
	padding-top: 10px;
}
.blog-post-older {
	float:left;
	width:30%;
}
.blog-post-newer {
	width: 30%;
	text-align:right;
	float:right;
}
.blog-post-older p {
	margin-top:0;
}
.blog-post-newer p {
	margin-top:0;
}
/*end Blog Content CSS*/


/* being related resources */
.related-resources {
	margin: 30px 0 10px 0;
	clear: both;
}
.related-resources h3 {
	margin: 0 0 14px 0;
}
.related-resources ul {
	margin: 0;
	padding: 0;
}
.related-resources ul li {
	padding: 0;
	margin: 0 0 9px 0;
	background: none;
}
/* end related resources */




/* begin Nokia Maps infobubble styles */

.nm_bubble_content {
	padding: .5em 2em .5em .5em !important;
	font-size: 13px !important;
	min-width: 285px;
	color:#333333;
	background:white;
	border: 1px solid #999999;
	font-weight: 300;
}
.nm_bubble_content h3 {
	margin: 0;
}
.nm_bubble_content a, .nm_bubble_content a:visited {
	color: #9C3304 !important;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.nm_bubble_content table {
	width: 100%;
}
.nm_bubble_content img {
	padding-right: 10px;
}
.nm_bubble_controls {
	position: absolute !important;
	top: 1em !important;
	right: 1em !important;
}
/* end Nokia Maps infobubble styles */


/*  6.5 Additions  */

/* Genetics Terms Dictionary background */
div#genetics-terms-dictionary {
	background: url(/PublishedContent/Images/images/genetics-terms-dictionary.jpg) no-repeat;
	border-right: none;
}
#CT-results-print-banner {
	border-bottom: 3px solid #000000;
	padding-top:30px;
	height: 40px;
	margin-bottom: 30px;
}
#CT-results-print-banner h1 {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
}
#CT-results-print-banner h2 {
	color: #000000;
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
/* This was put in for cancer.gov search results to try and handle issue with text going beyond content area. 
But it caused problems in IE with words breaking to two lines, please comment out or remove after 6.5.1 goes live 
with the fix for this page */

/*.sw-search-results{
	word-break:break-all;
}*/

.sw-search-results-pager {
	word-break:normal;
}
.searchResultsHeader {
	background: none repeat scroll 0 0 #E7E7E7;
	border: 1px solid #BDBDBC;
	padding: 4px 8px;
}
.searchResultsSection {
	padding: 12px 0 20px 8px;
}
.searchResultsDescription {
}
/* Boletin Content Header */
.boletin-content-header {
	background: none repeat scroll 0 0 #E1E0DE;
	color: #7b8701;
	font-size: 22px;
	font-weight: bold;
	padding: 18px 20px;
}
/* Fact sheets */
h2.factsheet-banner {
	background: url("/PublishedContent/Images/images/fact-sheet-header2010.jpg") no-repeat scroll 0 0 transparent;
	text-indent:-9999px;
	height:60px;
	margin-bottom: 0;
}
h2.factsheet-banner-es {
	background: url("/PublishedContent/Images/images/fact-sheet-spanheader2010.jpg") no-repeat scroll 0 0 transparent;
	text-indent:-9999px;
	height:60px;
	margin-bottom: 0;
}
/* Englarge Link Right Aligned */
a.right {
	float:right;
}
/* jQuery expand/collapse  */
.ui-widget {
	font-size: 14px !important;
	color:#333 !important;
}
.ui-widget-content {
	color:#333 !important;
}
.pr-large-feature {
	width:691px;
	padding: 0 0 0 6px;
}
.pr-small-feature {
	width:320px;
}
.pr-thumbnail {
	width:142px;
}
/* News Center Social Media Box */

h3.newscenter-block-title {
	font-size:13px;
}
ul.newscenter-media-icons {
	margin-bottom: 8px;
	text-align: center;
}
ul.newscenter-media-icons li {
	display: inline;
	padding-right: 5px;
}
ul.newscenter-media-icons li.last {
	padding-right: 0;
}
/* News Center Title Links */
a.news-title-link {
	color:#000;
	text-decoration:none;
}
a.news-title-link:hover {
	text-decoration:underline;
}
.tile-title a {
	color:#000;
	text-decoration:none;
}
.tile-title a:hover {
	text-decoration:underline;
}
.featured-dynamic-list-title a {
	color:#000;
	text-decoration:none;
}
.featured-dynamic-list-title a:hover {
	text-decoration:underline;
}
/* News Ticker */
.dynamic-list-ticker-wrapper {
	width:691px;
	background-color:#e8e8e8;
	color:#000;
	margin-bottom:15px;
	padding:4px;
	border:#fff thin solid;
}
.dynamic-list-ticker-wrapper:hover {
	border:#bfbfbf thin solid;
}
.dynamic-list-ticker-wrapper a.prev {
	background-image:url('/publishedcontent/images/images/ticker-left-arrow.gif');
	background-repeat:no-repeat;
	background-position: center;
	padding:8px;
	width:20px;
	height:20px;
	ext-indent: -9999px;
	text-decoration:none;
}
.dynamic-list-ticker-wrapper a.next {
	background-image:url('/publishedcontent/images/images/ticker-right-arrow.gif');
	background-repeat:no-repeat;
	background-position: center;
	padding:8px;
	width:20px;
	height:20px;
	ext-indent: -9999px;
	text-decoration:none;
}
.ticker-list {
	width:100%;
}
.ticker-list a, .ticker-list a:hover {
	color:#000;
	text-decoration:none;
}
ul.ticker-list {
	padding-left:0;
	margin:0;
}
ul.ticker-list li {
	list-style-type:none;
	display:inline;
	vertical-align:top;
}
.dynamic-list-ticker-title {
	font-weight:bold;
 word-break:
}
.ticker-item-container {
	display: inline-block !important;
	width: 525px;
	vertical-align:inherit;
}
.ticker-item {
}
/* Tag Cloud */

.tag-cloud-wrapper {
	border:#bfbfbf thin solid;
}
.tag-cloud-title {
	padding:5px 10px;
	background-color:#e6e6e6;
}
.tag-cloud-title a, .tag-cloud-title a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.tag-cloud-title a:hover {
	text-decoration:underline;
}
.tag-cloud-container {
	padding:15px;
}
.tag-cloud-container a, .tag-cloud-container a:visited {
	color:#6e6e6e;
	text-decoration:none;
}
.tag-cloud-container a:hover {
	text-decoration:underline;
}
.tagSize1 {
	font-size: 16pt;
	font-weight:bold;
}
.tagSize2 {
	font-size: 13pt;
	font-weight:bold;
}
.tagSize3 {
	font-size: 14pt;
	font-weight:bold;
}
.tagSize4 {
	font-size: 10pt;
	font-weight:bold;
}
/* External News Link Style */
.subscription-required {
	font-style:italic;
}
/* Feature Headline*/

.feature-headline-wrapper {
	width:691px;
	margin-bottom:40px;
}
.feature-headline-text {
	padding: 10px 15px 0 10px;
}
.feature-headline-text p {
	margin-top: 5px;
}
.feature-headline-text h2 {
	margin:0 0 1px;
}
.feature-headline-date {
	margin:0 0 10px;
}
/* Feature News Carousel Dynamic List*/

.featured-dynamic-list {
	width:691px;
	clear:both;
}
.featured-dynamic-list-title {
	background-color:#e6e6e6;
	padding:5px 10px;
	font-weight:bold;
	color:#000;
}
.featured-item {
	width:350px;
	float:left;
	padding-right:10px;
	padding-left:10px;
	margin-top:17px;
	margin-bottom:10px;/*border-right:thin solid #d3d3d3;*/
}
.featured-item h3 {
	margin:0 0 5px;
}
.featured-item p {
	margin-top: 10px;
}
.featured-item p.full-article {
	margin-top: 10px;
}
.featured-item img {
	float:left;
	padding: 0 18px 10px 0;
}
.dynamic-list {
	border-left:thin solid #D3D3D3;
	margin:15px 0;
	padding:0 10px 10px 20px;
	width:289px;
	float:right;
}
.dynamic-list p.full-article {
	margin-top:0;
	margin-bottom:0;
}
.dynamic-list ul {
	padding-left:0;
	margin-top:0;
	margin-bottom:0;
}
.dynamic-list ul li {
	padding-bottom:15px;
}
.dynamic-list ul li:last-child {
	padding-bottom: 5px;
}
.dynamic-list ul li a {
	color:#000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
.dynamic-list ul li a:hover {
	text-decoration:underline;
}
.dynamic-list-date {
	margin-top:3px;
}
/* Feature News Carousel*/

.list-item-with-image {
	padding-left:160px;
}
.list-item-with-image p {
	margin-top:0px;
}
img.image-collapsed {
	display:none;
}
.text-collapsed {
	padding-left:0;
}
.feature-news-carousel-wrapper {
	clear:both;
	width:691px;
	margin-bottom:20px;
}
.feature-news-carousel-header {
	background-color:#e6e6e6;
	padding:5px 10px;
	clear:both;
	color:#000;
	overflow: hidden;
}
.feature-news-container {
	padding: 10px;
	height: 265px;
}
.feature-news-item {
	width: 680px;
}
.feature-news-item img {
	padding-right:10px;
}
p.full-article {
	text-align:right;
	padding-right:15px;
	margin-right:15px;
	background-image: url("/publishedcontent/images/images/read-full-article-arrow.gif");
	background-position:right center;
	background-repeat: no-repeat;
}
.feature-news-item h3 {
	margin: 10px 0 3px;
	font-size:16px;
}
.feature-news-item p {
	margin-top: 17px;
}
.feature-news-item p.full-article {
	margin-top: 22px;
}
.feature-news-carousel-title {
	float: left;
	font-weight:bold;
}
.feature-news-carousel-pager {
	float: right;
}
.feature-news-carousel-container {
	display: none;
}
.feature-news-carousel-pager ul.pagination {
	padding-left:0;
}
.feature-news-carousel-pager a.prev {
	background-image:url('/publishedcontent/images/images/tile-arrow-prev.gif');
	background-repeat:no-repeat;
	background-position: center;
	width:7px;
	height:9px;
	/*text-indent: -9999px;*/
			text-decoration:none;
}
.feature-news-carousel-pager a.next {
	background-image:url('/publishedcontent/images/images/tile-arrow-next.gif');
	background-repeat:no-repeat;
	background-position: center;
	width:7px;
	height:9px;
	text-indent: -9999px;
	text-decoration:none;
}
.feature-news-carousel-pager li {
	display: inline;
	list-style: none;
}
.feature-news-carousel-container {
	display: none;
}
.feature-news-carousel-container,  .feature-news-carousel-container .slides_control {
	width: 100%;
}
.feature-news-carousel-pager ul.pagination li {
	display: none;
	list-style: none;
}
.feature-news-carousel-pager ul.pagination li.current {
	display: inline;
	background: none;
}
/* Four Tile Carousel*/
.four-tile-carousel-wrapper {
	border: solid thin #d4d4d4;
	clear:both;
	width:691px;
	margin-top:40px;
}
.cgv-tile-with-subtitle {
	background-color:#f4f2f3;
	border: solid thin #d4d4d4;
	float: left;
	padding: 5px;
	margin: 4px 3px;
	width: 155px;
	height:190px;
}
.tile-title {
	font-weight: bold;
	padding-top:10px;
	line-height:1.2em;
	font-size:15px;
}
.tile-title,  .tile-subtitle {
}
.tile-subtitle {
	font-size:11px;
	line-height:normal;
}
.tile-slide-page {
	overflow:hidden;
	width: 705px;
	height: 210px;
}
.slider-carousel-header {
	background-color:#e6e6e6;
	padding:5px 10px;
	clear:both;
	color:#000;
	overflow: hidden;
}
.slider-carousel-title {
	float: left;
	font-weight:bold;
}
.slider-carousel-pager {
	float: right;
}
.slider-carousel-pager ul.pagination {
	padding-left:0;
}
.slider-carousel-pager a.prev {
	background-image:url('/publishedcontent/images/images/tile-arrow-prev.gif');
	background-repeat:no-repeat;
	background-position: center;
	width:7px;
	height:9px;
	/*text-indent: -9999px;*/
			text-decoration:none;
}
.slider-carousel-pager a.next {
	background-image:url('/publishedcontent/images/images/tile-arrow-next.gif');
	background-repeat:no-repeat;
	background-position: center;
	width:7px;
	height:9px;
	text-indent: -9999px;
	text-decoration:none;
}
.slider-carousel-pager li {
	display: inline;
	list-style: none;
}
.slider-carousel-container {
	display: none;
}
.slider-carousel-container,  .slider-carousel-container .slides_control {
	width: 100%;
}
.slider-carousel-pager ul.pagination li {
	display: none;
	list-style: none;
}
.slider-carousel-pager ul.pagination li.current {
	display: inline;
	background: none;
}
/* Cancer Centers */
div.institution-grouping {
	clear: both;
}
div.institution-grouping > div {
	clear:both;
}
div.institution-sidebar {
	background: #eaebe6;
	overflow: hidden;
	float: right;
	border: 1px solid #939695;
	width: 215px;
	margin: 0 0 12px 12px;
}
div.institution-sidebar div.institution-sidebar-content {
	padding: 0 8px 8px 8px;
}
div.institution {
	border-top: 1px solid #BDBDBD;
	clear: both;
	padding: 15px 0 0;
}
div.institution-legend {
	border-bottom: 1px dashed #BDBDBD;
	padding: 4px 0 19px 0;
}
.institution-header {
	color: #4D4D4D;
	margin-bottom: 23px;
}
h2.institution-title {
	font-size: 16px;
}
div.institution-content {
	width: 280px;
	margin: 0 0 10px 0;
	float: left;
	padding: 0 0 0 33px;
}
div.institution-grouping > div div:first-child {
	margin-right: 15px;
}
div.institution-content p {
	margin-top: 20px;
}
/* Cancer Terms Dictionary Lists */
#cgvBody ul.ac_listbox {
	margin:0px !important;
	padding:0px !important;
}
#cgvBody ul.ac_listbox li {
	background-image:none;
	margin:0px !important;
	padding:0px !important;
}
/* Cancer Terms Related Information Link */
#RelatedInfo {
	padding: 0;
}
#RelatedInfo h3 {
	font-size: 14px;
	font-weight: bold;
	margin:0 0 3px 0;
}
#RelatedInfo h4 {
	font-size: 12px;
	font-weight:normal;
	padding:0px !important;
	margin:0 0 3px 0 !important;
}
#RelatedInfo ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
#RelatedInfo ul li {
	list-style-type : none;
	list-style-image : none;
	padding: 0;
	margin-left: 0;
	background-image:none !important;
}
/* Video Player */
h3.video50title {
	padding: 0;
	font-size:14px;
}
h3.video75title {
	padding: 0;
	font-size:16px;
}
h3.video100title {
	padding: 0;
	font-size:18px;
}
.videoPlayer {
	padding: 0px 0 20px 0;
}
.size50 .media-caption {
	font-size:11px;
}
.size75 .media-caption {
	font-size:12px;
}
.size100 .media-caption {
	font-size:13px;
}
.size50 {
	width:300px;
	overflow: hide;
	margin-left:0 !important;
}
.size75 {
	width:450px;
	overflow: hide;
	margin-left:0 !important;
}
.size100 {
	width:533px;
	overflow: hide;
	margin-left:0 !important;
}
.media-caption {
	display:block;
	color:#666;
	background:#DDDDDD;
	padding:10px;
	margin-top:5px;
	font-size:12px;
	line-height:1.2em;
}
.media-caption p:first-child {
	margin-top:0;
}
.media-caption p:last-child {
	margin-bottom:0;
}
.caption-line {
	margin-top:5px;
	border-top: 1px solid #BDBDBD;
}
.video-carousel-container {
	padding:0 0 20px 0;
	float:left;
}
.video-carousel-video {
}
.video-carousel-caption {
	display: block;
	color: #666;
	background: #DDDDDD;
	text-align: right;
	padding: 10px;
}
.video-carousel-caption img {
	float: right;
	padding-left: 5px;
}
.video-carousel-caption .size75 {
	font-size:13pt;
}
.video-carousel-caption .size100 {
	font-size:14pt;
}
.public-use {
	padding: 0;
	margin:30px 0;
	border-top:#4d4d4d thin solid;
	font-style:italic;
	clear: both;
}
/* END Video Player */



/* begin dates */
.document-dates {
	margin: 30px 0 28px 0;
}
.document-dates ul {
	margin: 3px 0 0 0;
	padding: 0;
}
.document-dates ul {
	margin: 0;
	padding: 0;
}
.document-dates ul li:first-child {
	float: left;
	padding: 0 5px 0 0;
	background: none;
}
.document-dates ul li {
	float: left;
	padding: 0 5px 0 20px;
	background: url(/PublishedContent/images/images/design-elements/css/pipe.gif) 0 -2px no-repeat;
	margin: 0;
}
#cgvBody .document-dates {
	margin: 15px 0 15px 0;
}
/* END dates */

/* classes for PDQ changes 2014 */
/* this fixes display issues with images in tables */
table figure {
	display: table !important;
	table-layout: fixed;
}
.table-enlarge {
	text-align: right;
}
.contentzone .on-this-page ul {
}
.contentzone .on-this-page ul ul {
	padding-left: 20px;
}
.contentzone .on-this-page ul li {
	margin-bottom: 3px;
	background: url("/PublishedContent/images/images/design-elements/css/bullet_sm_css.gif") no-repeat 0 7px;
}
.on-this-page h6 {
	margin: 5px 0;
	text-transform: uppercase;
}
.trial-sites h4 {
	background: #E6E6E2;
	padding: 3px 0;
	font-size: 16px;
}
.trial-sites h5 {
	color: #993333;
	font-size: 15px;
	margin: 10px 0;
	border: 0px solid blue;
}
.trial-sites h6 {
	font-size: 14px;
	font-style: normal;
	margin: 5px 0 10px;
}
.trial-sites .two-columns {
	margin: 0 30px;
	border: 0px solid red;
}
.definition-term {
	line-height: 1em;
}
.definition-term-image {
	display: inline-block;
	vertical-align:middle;
}
figure.definition-image {
	width: 25%;
	display: block;
}
table.drug-combination {
	margin-left: 20px;
	width: 100%;
}
table.drug-combination td {
	padding: 5px;
}
table.drug-combination td.drug-combo-letter {
	text-align: right;
	font-weight: bold;
}
table.brand-fda td, table.brand-fda th {
	padding: 5px;
}
.brand-fda .column1 {
	width: 150px !important; /* move under column1, and then the important can be removed, because this will override the 48% width based on it coming after that one is declared */
	font-weight: bold;
}
table.table-default tfoot td {
}
/* end classes for PDQ changes 2014 */

/* begin styles for class "qnas" */
ol.qnas{
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
ol.qnas> li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
    padding:0px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    
}
ol.qnas > li:before {
    content:counter(li)"."; /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    line-height: 1.3em;
    font-weight:bold;
    font-family:Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 17px;
    text-align:center;
}

ol.qnas li h3,
ol.qnas li h3 p {
	margin-top: 0;
}
.contact-box {
    border: 1px solid #bdbdbd;    padding: 30px;    margin: 30px;
}
/* begin styles for contact-box */
.contact-box {
    border: 1px solid #bdbdbd;    padding: 30px;    margin: 30px;
}

.contact-box .help-telephone:before {
  content: '';
  width: 44px;
  height: 150px;
  float: left;
  background: url(/PublishedContent/Images/images/design-elements/icons/phone.png) no-repeat;
  margin-right: 10px;
}

.contact-box .help-liveHelp:before {
  content: '';
  width: 43px;
  height: 150px;
  float: left;
  background: url(/PublishedContent/Images/images/design-elements/icons/computer.png) no-repeat;
  margin-right: 10px;
}

.contact-box .help-email:before {
    content: '';
  width: 45px;
  height: 100px;
  float: left;
  background: url(/PublishedContent/Images/images/design-elements/icons/email.png) no-repeat;
  margin-right: 10px;
}

.contact-box .help-mail:before {
    content: '';   
	width: 29px;    
    height: 100px;    
	float: left;    
    background: url(/PublishedContent/Images/images/design-elements/icons/mailbox.png) no-repeat;    
	margin-right: 23px;
}







/* end styles for contact-box */

/*****************************************************************************************************************************/
/*                           END Main Content Section                                                                        */
/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/*                           BEGIN Footer Section                                                                            */
/*****************************************************************************************************************************/
#cgvFooter {
	margin: 0;
	padding: 0 0 30px 0;
	text-align: center;
	font-size: 12px;
}
#cgvFooter a {
	font-size: 12px;
	color: #666;
}
#cgvFooter a:hover {
	color: #333;
}
#cgvFooter ul {
	margin: 0;
	padding: 0;
}
#cgvFooter ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#cgvFooter ul#findHelp, #cgvFooter ul#findHelpEspanol {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #ffffe6;
	margin: 0 0 15px 0;
	padding: 10px 0;
	letter-spacing: 2px;
}
#cgvFooter ul#findHelp li {
	margin: 0 45px;
}
#cgvFooter ul#findHelpEspanol li {
	margin: 0 20px;
}
#cgvFooter ul#footerUtilityRow1 {
	margin: 0 0 3px 0;
}
#cgvFooter ul#footerUtility, #cgvFooter ul#footerUtilityRow2 {
	margin: 0 0 15px 0;
}
#cgvFooter ul#footerUtility li, #cgvFooter ul#footerUtilityRow1 li, #cgvFooter ul#footerUtilityRow2 li, #cgvFooter ul#agencyLinks li {
	margin: 0 0 0 8px;
	padding: 0 8px 0 0;
	background: url(/PublishedContent/images/images/design-elements/css/footer-utility-divider.gif) bottom right no-repeat;
}
#cgvFooter ul#footerUtility li.last, #cgvFooter ul#footerUtilityRow1 li.last, #cgvFooter ul#footerUtilityRow2 li.last, #cgvFooter ul#agencyLinks li.last {
	background: none;
}
ul#followUs {
	display: inline;
	margin: 0 40px 0 10px;
	padding-bottom: 20px;
}
ul#followUs li a {
	margin: 0 12px 0 0;
	padding: 2px 0 2px 20px;
	display: inline-block;
}
ul#followUs li.twitter a {
	background: url(http://www.cancer.gov/PublishedContent/Images/images/twitter-icon.png) left 3px no-repeat;
}
ul#followUs li.youtube a {
	background: url(http://www.cancer.gov/PublishedContent/Images/images/youtube-icon.png) left 2px no-repeat;
}
ul#followUs li.facebook a {
	background: url(http://www.cancer.gov/PublishedContent/Images/images/facebook-icon.png) left 2px no-repeat;
}
ul#followUs li.rss a {
	background: url(http://www.cancer.gov/PublishedContent/Images/images/footer-rss.gif) left 2px no-repeat;
}
.other-versions {
	display: inline;
}
ul#agencyLinks {
	margin: 15px 0 0 0;
}
ul#agencyLinks li {
	margin: 0 6px;
}
.nih-tagline {
	margin: 10px 0 0 0;
	font-size: 13px;
}
/*****************************************************************************************************************************/
/*                           END Footer Section                                                                              */
/*****************************************************************************************************************************/


/*****************************************************************************************************************************/
/*                           BEGIN jQuery Styles                                                                             */
/*****************************************************************************************************************************/
/* Home Page news/content slider */
/* overall container */
#news-slider {
	font-size:12px !important;
	width: 698px;
	height: 256px;
	margin: 0 0 15px 0;
	padding: 0;
	line-height:1.2em;
}
/* container for featured item */
#news-slider .ui-tabs-panel-x {
	position:relative;
	width: 694px;
	height: 186px;
	border: 0;
	margin: 2px !important;
	padding: 0 !important;
}
#news-slider .ui-tabs-panel-x p, #news-slider .ui-tabs-panel-x li, #news-slider .ui-tabs-panel-x a {
	font-size: 12px;
}
#news-slider .ui-tabs-panel-x a {
	text-decoration: none;
}
#news-slider .ui-tabs-panel-x a:hover {
	text-decoration: underline;
}
.ui-tabs-panel-x p {
	margin: 4px 0 !important;
}
table.carousel-panel-list {
	width: 95%;
	margin: 0 0 0 5px !important;
}
table.carousel-panel-list td {
	vertical-align: top;
	padding-right: 3px !important;
}
/* text in featured item */
#news-slider .ui-tabs-panel-x .ui-tabs-panel-x-text {
	position: absolute;
	top: 10px;
	left: 320px;
	padding: 0 7px 0 0;
}
#news-slider .ui-tabs-panel-x .ui-tabs-panel-x-text h2 {
	color: #333;
	margin: 0 !important;
	font-size: 16px;
}
#news-slider .ui-tabs-panel-x .ui-tabs-panel-x-text h2 a {
	text-decoration: none;
}
#news-slider .ui-tabs-panel-x .ui-tabs-panel-x-text h2 a:hover {
	text-decoration: underline;
}
#news-slider .ui-tabs-panel-x a {
	color: #8a000a;
}
.ui-tabs-panel-x ul {
	margin: 0 0 0 10px !important;
	padding: 0 !important;
	background: none !important;
	list-style-type: none !important;
}
.ui-tabs-panel-x ul li {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	list-style-type: none !important;
}
#news-slider .ui-tabs-hide {
	display:none;
}
/* container for list items box */
#news-slider ul.news-slider-tabs {
	overflow: hidden;
	width: 100%;
	height: 66px;
	background: none;
	margin: 0 !important;
	padding: 0 !important;
}
#news-slider .ui-widget-header {
	border: 0;
}
/* container for  list items */
#news-slider ul.news-slider-tabs li {
	float: left;
	width: 226px;
	height: 64px;
	list-style: none;
	list-style-type: none;
	padding: 2px 3px 0 !important;
	margin: 0 !important;
	white-space: normal !important;
}
#news-slider ul.news-slider-tabs li.last {
	width: 227px;
}
/* container for  list items, last item */
#news-slider ul.news-slider-tabs li.last {
}
#news-slider ul.news-slider-tabs .ui-state-default {
	border: 0;
	background: url(/PublishedContent/images/images/li-unselected.gif) top center repeat-x;
}
#news-slider ul.news-slider-tabs .ui-state-default.last {
	background: url(/PublishedContent/images/images/li-unselected-last.gif) top center repeat-x;
}
#news-slider ul.news-slider-tabs .ui-state-active {
	background: url(/PublishedContent/images/images/li-selected.gif) top center repeat-x;
}
#news-slider ul.news-slider-tabs .ui-state-active.last {
	background: url(/PublishedContent/images/images/li-selected-last.gif) top center repeat-x;
}
#news-slider .ui-corner-top {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}
/* container for  list items image and text */
#news-slider li.news-slider-tabs-item a {/*On Hover Style*/
	display: block;
	height: 60px;
	margin: 0 0 0 0 !important;
	padding: 0 5px 0 0 !important;
	outline: none;
	color: #8a000a;
	font-weight: bold;
	font-size: 11px;
}
#news-slider li.news-slider-tabs-item a {/*On Hover Style*/
	margin-top: 7px !important;
}
/* thumbnail images in tabs */
#news-slider li.news-slider-tabs-item img {
	border: 1px solid #b7b7b7;
	margin: -6px 3px 0 0 !important;
}
/* container for  list items image and text on hover */
#news-slider li.news-slider-tabs-item a:hover {
}
/* container for text in  list items */
#news-slider li.news-slider-tabs-item {
}
/* container for text in  list items, selected */
#news-slider li.ui-tabs-selected { /*Selected tab style*/
}
/* container for text in  list items, selected */
#news-slider ul.news-slider-tabs li.ui-tabs-selected a {
	color: #fff;
}
/* container for text in  list items image */
#news-slider ul.news-slider-tabs li img {
}
/* END Home Page news/content slider */

/* Home Page tile slider */
/*
Slides container
Important:
Set the width of your slides container
Set to display none, prevents content flash
*/
.slides_container {
	width:220px;
	height: 68px;
	display:none;
}
img {
	border: 0;
}
/*
Each slide
Important:
Set the width of your slides
If height not specified height will be set by the slide content
Set to display block
*/
.slides_container div {
	width:220px;
	height:68px;
	display:block;
	margin-bottom: 0 !important;
}
.slides_control {
}
/*
Optional:
Reset list default style
*/
.pagination {
	list-style:none;
	display: inline;
	margin:0;
	padding:0;
}
/*
Optional:
Show the current slide in the pagination
*/
.pagination .current a {
	color:red;
}
.next {
	outline: none;
}
.prev {
	outline: none;
}
/* END Home Page tile slider */

/*
 * jQuery UI Autocomplete 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
	position:absolute;
	cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
	width:1px;
} /* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.13
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: right;
	color:#000;
	background-color:#e7e8ed;
	border: #999 thin solid;
	z-index: 9999;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	list-style:none;
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	color:#000;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	color:#fff;
	background:#444444;
}
 

/*****************************************************************************************************************************/
/*                           END jQuery Styles                                                                               */
/*****************************************************************************************************************************/

/* ------------------------------------------- Import jQuery styles ---------------------------------- */
@import url('/Stylesheets/jquery.css');
/* ------------------------------------------- End Import jQuery styles ---------------------------------- */
