/**
  Copyright (c) 2008 National Cancer Institute (NCI)
  All Rights Reserved.

  rtips

  $Revision: 1.55 $
  $Author: kwonay $
**/

/* reset styles: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0 !important;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	height: 100%;
}

body {	
	/* This controls the font for the entire application. */
	font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #444;
	height: 100%;
}

textarea {
	font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	resize: none;
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	color: #1F6060;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 0.8em;
}

p {
	padding: 5px 0px;
}

table {
	border-collapse: collapse;
	width: 100%;
}

ol, ul {
	padding-left: 35px;
}

em {
	font-style: italic;
}

a[href^="http:"], a[href^="https:"] {
	background: url("../images/exit_disclaimer.png") no-repeat right center;
	padding-right: 1.1em;
}

a[href^="https://rtips.cancer.gov/"], 
a[href^="https://ebccp.cancercontrol.cancer.gov/"], 
a[href^="http://localhost:9001/"], 
a[href^="https://rtips-dev.cancer.gov/"], 
a[href^="https://ebccp-dev.cancercontrol.cancer.gov/"], 
a[href^="https://twitter.com/intent/tweet"], 
a[href^="https://www.facebook.com/sharer/sharer.php"] {
    background: none;
    padding-right: 0;
}

a:link {
	color: #183a57;
}

a:hover {
	color: #444;
}

a:visited {
	color: #83378d;
}

#skip a, #skip a:hover, #skip a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

#skip a:active, #skip a:focus {
	position:static;
	width:auto;
	height:auto;
}

#main {
	max-width: 1000px;
	margin: auto;
}

#search-r2r {
	margin: 5px;
	background: url("../images/public/r2r.png") no-repeat center left;
	padding-left: 95px;
}

#col-left {
	width: 225px;
	float: left;
}

#col-right {
	width: 760px;
	float: right;
}

#content-main {
	position: relative;	
}

#details {
	position: relative;
	width: 758px;
	float: left;
}

#toggle-wrapper {
	margin-bottom: 10px;
}

#reaim-notes {
	float: right;
	width: 230px;
	font-size: 11px; 
	background-color: #FEFCDA;
	border: 1px solid #C1BC68;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	behavior: url(./border-radius.htc);
	position: relative;
	margin-top: 5px;
	right: 0;
}

#reaim-notes #acc-rings {
	background: url("../images/notebook_rings.png") no-repeat center center;
	height: 15px;
	position: relative;
	top: -6px;
}

#reaim-notes .acc-inner {
	padding: 0px 5px;	
}

#reaim-notes .acc-inner p {
	margin: 0;
}

#reaim-notes .divider {
	display: block;
	height: 1px;
	background: #EAE7B5;
}

#reaim-notes .utils {
	position: relative;
	top: -5px;
}

#reaim-notes-img {
	background: url("../images/rtips_sprite.png") no-repeat -60px -90px;	
}

#reaim-notes-answers {
	padding-top: 15px;
}

#reaim-notes-answers #note-answer {
	padding: 4px 10px;
}

#reaim-notes-answers #note-answer .answer {
	font-weight: bold;
}



.acc-form td {
	padding: 5px 2px;
	font-size: 11px;
}

.acc-form input, .acc-form textarea {
	border: 1px solid #ccc;
}

.acc-form textarea {
	resize: vertical;
	width: 208px;
}
#content-top {
	padding-top: 3px;
}

.utils {
	float: right;
	text-align: right;
	padding-right: 5px;
	position: relative;
	padding-top: 4px;
}

.utils ul {
	margin:0;
	padding: 0;
}
.utils li {
	display: inline;
	float: left;
	position: relative;
}

.icon-with-text {
	display: block;
	text-align: center;
	float: left;
	width: 46px;
	text-decoration: none;
	margin: 0px 2px;
	cursor: pointer;
}

.sm-icon {
	width: 35px;
}

.icon-img {
	width: 28px;
	height: 25px;
	display: block;	
	margin: 0 auto;
	cursor: hand;
}

.icon-label {
	margin: 0 auto;
	display: block;
	color: #444;
}

#browse-icon {
	width: 31px;
	height: 32px;
	float: left;
	margin: 5px;
	background: url("../images/browse.png") no-repeat;
}

#r2r-icon {
	width: 35px;
	height: 25px;
	float: left;
	margin: 5px;
	background: url("../images/public/r2r.png") no-repeat;
	background-size: 35px 25px;
}

.email-lg {
	background: url("../images/rtips_sprite.png") no-repeat;
}

.icon-with-text .email-sm, .icon-with-text .print-sm, .icon-with-text {
	width: 24px;
}

.email-sm {
	background: url("../images/rtips_sprite.png") no-repeat -30px -0px;
}

.print-lg {
	background: url("../images/rtips_sprite.png") no-repeat -60px 0px;
}

.print-sm {
	background: url("../images/rtips_sprite.png") no-repeat -90px 0px;
}

.export-sm {
	width: 23px;
	height: 24px;
	cursor: hand;
	border: 0px;
	background: url("../images/notes.png") no-repeat;
}

.tab-container {
	border: 3px solid #1f6060;
	padding: 5px;
	background: #fff;
	-moz-border-radius: 0px 4px 4px 4px;
	-webkit-border-radius: 0px 4px 4px 4px;
	behavior: url(./border-radius.htc);
}

#col-left .tab-container {
	border-color: #99cccc;
}

.tab {
	display: inline-block;
	background-color: #1f6060;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	behavior: url(./border-radius.htc);
	padding: 5px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

#col-left .tab {
	background-color: #99cccc;	
	color: #000;
}

.mr-15 {
	margin-right: 15px;
}

.mb-15 {
	margin-bottom: 15px;
}

ul#jump-navigation {
	list-style-type: none;
	padding: 0;
}

#jump-navigation li {
	font-weight: bold;
	padding: 5px 0px 5px 20px;
	background: url("../images/red_sq_bullet_sm.jpg") no-repeat 7px center;
}

#jump-navigation li.sub {
	font-weight: bold;
	padding: 0px 0px 5px 20px;
	background: #fff;
}

li.sub a:link, li.sub a:visited {
	color: #153F40;
	margin-left: 5px;
	font-size: 0.97em;
	font-weight: normal;
	background: url("../images/double_arrow.png") no-repeat 5px center;
	padding-left: 15px;
}

a.button:link, a.button:visited {
	border: 1px solid #88BDBE;
	position: relative;
	display: inline-block;
	padding: 2px 5px;
	margin: 3px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #153F40 !important;
	background-color: #D0EAEB;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(./border-radius.htc);
	text-decoration: none;
}

a.button:hover {
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity = 75);
	color: #444;
}

div.button {
	border: 1px solid #88BDBE;
	position: relative;
	display: inline-block;
	padding: 2px 5px;
	margin: 3px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #153F40 !important;
	background-color: #D0EAEB;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(./border-radius.htc);
	text-decoration: none;
}

div.button:hover {
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity = 75);
	color: #444;
}

.preview {
	margin-top: 10px;
}

.highlights tr.alt {
	background-color: #eff8f8;
}

.highlights th {
	font-weight: bold;
	text-align: right;
	width: 15%;
	padding-left: 5px;
	white-space: nowrap;
}

.highlights td {
	padding: 3px 7px;
	text-align: left;
	font-weight: normal;
}

#reaim-scores {
	margin-left: 40px;
	float: right;
}

#rtips-scores, #reaim-scores {
	float: left;
	width: 360px;
	margin-top: 10px;
	position: relative;
	min-height: 282px;
}

#rtips-scores-box {
	background: #f3feff;
}

#reaim-scores-box {
	background: #fefde6;
}

.row-hdr, .row-ftr {
	height: 35px;
	line-height: 35px;
}

.row-item em {
	font-size: 0.8em;
}

.last td {
	border-bottom: none;
}

.hdr-container {
	position: relative;
	padding-top: 3px;
}

.hr-bar-container {
	position: relative;
}

.item-text {
	font-weight: bold;
	font-size: 1.1em;
	position: relative;
	display: block;
	margin-left: 30px;
}

tr.row-hdr .item-text {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.info-icon {
	position: relative;
	float: left;
	width: 18px;
	height: 18px;
	margin: 0px 5px 0px 5px;
	top: 3px;
	background: url("../images/rtips_sprite.png") no-repeat -60px -30px;
	z-index: 0;
}

.info-icon:hover {
	background-position: -90px -30px;
}

.hr-bar-container {
	margin-left: 30px;
}

.score {
	float: left;
	font-size: 1.2em;
	width: 75px;
	padding-top: 3px;
	padding-bottom: 5px;
}

#rtips-scores .score {
	width: 35px;
}

.hr-bar {
	width: 150px;
	height: 18px;
	float: left;
	margin-left: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #88BDBE;
	position: relative;
	top: 5px;
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
}

#rtips-scores .hr-bar {
	width: 18px;
}

.bar-fill {
	background: url("../images/bar_fill.png") repeat-x;
	height: 18px;
	display: block;
}

#rtips-scores .bar-fill {
	background: url("../images/bar_fill2.png") repeat-x;
}

.section-wrapper {
	border-bottom: 1px dotted #88BDBE;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.section-content {
	margin: 5px 10px;
}

.section-content-list {
	margin: 5px 10px;
	border-bottom: 1px dotted #88BDBE;
	padding-bottom: 10px;
}

.hover-info.icon {
	 display: inline-block;
}

.section-content img {
	padding: 5px;
}

.section-content ul {
	padding-top: 5px;
	padding-bottom: 5px;
}

.section-header a:hover {
	color: #1F6060;
}

.sub-section-header {
	padding: 2px 0px 2px 5px; 
	font-style: italic;
}

ul.nested-list, ul.nested-list ul {
	margin-bottom: 0px;
}

.read-more, .read-less {
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
}

.read-more a, .read-less a {
	text-decoration: none;
	border-bottom: 1px dotted;
	padding: 1px 2px 1px 4px !important;
	font-weight: normal !important;
}

.read-less {
	margin-top: 3px;
}

a.back-to-top:link, a.back-to-top:visited {
	font-size: 11px;
	text-decoration: underline;
	color: #88BDBE;
	display: inline-block;
	position: relative;
	padding-left: 10px;
	margin-left: 5px;
	margin-top: 5px;
	background: url("../images/up_arrow.png") no-repeat;
}

a.back-to-top:hover {
	color: #1F6060;
}

/* ACCORDION */
.ui-accordion {
	width: 100%;
}

.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	zoom: 1;
	background: #EBDC9E url("../images/acc_header_bkg.png") repeat-x;
	border-color: #C1BC68;
	border-style: solid;
	border-width: 1px 0px;
}

.ui-accordion .ui-accordion-li-fix {
	display: inline;
}

.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #736D42;
}

.ui-accordion-icons .ui-accordion-header a {
	padding: .2em 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -6px;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	position: relative;
	overflow: auto;
	display: none;
	zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
	display: block;
}

.ui-icon {
	width: 12px;
	height: 12px;
	background-image: url("../images/rtips_sprite.png");
}

.ui-icon-triangle-1-e {
	background-position: -120px -31px;
}

.ui-icon-triangle-1-s {
	background-position: 0px -60px;
}

.ui-accordion .ui-accordion-header .info-icon {
	position: absolute;
	right: .5em;
	top: 50%;
	margin-top: -8px;
	padding: 0;
}

.page-divider {
	border-bottom: 2px solid #F3FEFF;
	border-top: 2px solid #99cccc;
	display: block;
	position: relative;
	margin: 5px 0px;
}

.clearfix {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}

.clearafter:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearafter {
	display: inline-block;
}

* html .clearafter {
	height: 1%;
}

.clearafter {
	display: block;
}

#hide-notepad {
	line-height: 15px;
	position: absolute;
	top: 9px;
	right: 17px;
}

#show-notepad {
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 100;
	cursor: pointer;
}

.close-sm {
	text-decoration: none;
}

.close-sm span {
	width: 15px;
	height: 15px;
	background: url("../images/rtips_sprite.png") no-repeat -60px -60px;
	display: inline;
	margin-left: 2px;
	position: absolute;
	top: 2px;
	cursor: pointer;
}

.error, .required, .pageInfo {
	color: #ba0e3c;
}

.verysmall, .verysmall a{
	font-size : .8em;
}

.caption {
	font-size: 14px;
	font-style: italic;}

ol.loweralpha { 
	list-style-type: lower-alpha;
}

.emphasis {
	font-size: 1.2em;
	font-weight: bold;
}

.disclaimerTable {
	color: #006666;
	font-weight: bold;
}

.disclaimerTable fieldset {
	border: 2px solid #006666;
	padding: 5px 10px;
	margin: 5px 0px;
	color: #006666;
}

.disclaimerTable legend {
	color:  #006666;
}

.announcement {
	padding: 5px;
	background: #d2e7e7;
}

.adaptationGuideline {
	background-color: #d2e7e7;
}

.adaptationGuideline td {
	padding: 5px;
}

.cglogo {
	float: right;
	padding: 0px 5px 0px 10px;
}

.cglogo img {
	width: 125px;
}

.cglogo img.landscape {
	width: 200px;
}

.programDetailsTable {
	width: 92%;
}

.registrationTable {
	margin-left: 50px;
}

.step {
	font-weight: bold; 
	font-style: italic;
}

.stepLabel {
	color: #1F6060;
	font-size: 20px;
}

table.thumbnailTable, table.searchTable, table.homeFeedbackTable {
	border: 2px solid #99cccc;	
}

table.verysmall th, table.verysmall td, table.verysmall p {
	font-size: 10px;
}

#userReviewPublicTable .alt {
	background-color: #eff8f8;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 3px;
}

#userReviewPublicTable {
	padding: 3px 2px;
	font-size: 10pt;
}

#userReviewPublicTable.reviewTitle {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	
}

.reviewLabel {
	font-weight: bold;
}

.left-table {
	width: 39%;
	float: left;
	margin-bottom: 75px;
}

.right-table {
	width: 59%;
	float: right;
}

.userReviewTable td {
	font-size: 11pt;
	padding: 5px 2px;
	vertical-align: middle;
}

.textReview {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.userReviewTable label {
	font-weight: bold;
}

#paging_container .page-container {
	width: 260px;
	float: left;
	margin: 50px 10px 10px;
	padding: 20px;
	background-color: white;
}

.active_page{
	background-color:white !important;
	color:black !important;
}	

.content, .alt_content{
	color: black;
}

.searchCriteriaLabel {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.searchCategory{
	margin-left: 15px;
}

.searchButtons {
	text-align: center;
	padding-top: 30px;
}

.searchNotes {
	font-size: 0.9em;
	padding: 10px;
}

.searchNotes ul {
	font-size: 0.9em;
	padding-left: 20px;
	margin: 0px;
}

.programAttrib {
	padding-top: 4px;
}

.thumbnailTable th {
	background: #99cccc;
	text-align: left;
}

.thumbnailTable td {
	text-align: center;
}

.homeFeedbackTable {
	margin-top: 30px;
}

.homeFeedbackTable td {
	padding: 5px 5px 5px 5px;
}

.uppercase {
	text-transform: uppercase;
}

.formlabel {
	text-align: right;
}

.updateDate {
	padding-top: 10px;
	text-align: center;
	font-size: 0.8em;
	margin: auto;
}

td.emptyrow {
	background: #dddddd;
	line-height: 5px;
}

td.primary, td.secondary {
	text-align: center;
}

td.primary {
	font-weight: bold;
}

.small {
	font-size: 0.9em;
}

td.category {
	background: #dddddd;
}

td.category span {
	font-weight: bold;
}

.backtoorder {
	text-align: right;
}

@media all and (min-width: 768px) {
.data_filter .dataTables_filter {
	text-align:left !important;
} 
}

/** Specific stylesheet for the Archive website */

.archiveheadnote, .archiveheadnoteconcise {
	background-image: url(../images/archive/archive_spider_web.gif); 
	background-repeat: no-repeat;
	border: #6b6b6b 1px solid;
	padding: 5px 5px 5px 70px; 
	margin: auto;
	margin-bottom: 5px;
	background-color: #fff;
}

@media (min-width: 550px) {
	.archiveheadnoteconcise {
		display: none;
	}
	.archiveheadnote{
		display: block;
	}
}

@media (max-width: 549px) {
	.archiveheadnote {
		display: none;
	}
	.archiveheadnoteconcise {
		display: block;
	}
}

.archivefootnote {
	background-image: url(../images/archive/archiveicon.gif); 
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #fff;
	border: #6b6b6b 1px solid;
	padding: 5px 30px;  
	margin: auto;
}

.archive .adaptationGuideline {
	background-color: #dddddd;
}

.archive .tab-container {
	border: 3px solid #aaaaaa;
	background: #dddddd;
}

.archive #col-left .tab-container {
	border-color: #aaaaaa;
}

.archive .tab {
	background-color: #aaaaaa;
	background-image: -webkit-linear-gradient(top, #dddddd, #aaaaaa);
	background-image: -moz-linear-gradient(top, #dddddd, #aaaaaa);
	background-image: -ms-linear-gradient(top, #dddddd, #aaaaaa);
	background-image: -o-linear-gradient(top, #dddddd, #aaaaaa);
	background-image: linear-gradient(top, #dddddd, #aaaaaa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd', endColorStr='#aaaaaa' );
	color: #444;
}

.archivedHomePageTable, .archiveheadnote, .archivefootnote {
	background-color: #fff;
	
}

.archive .highlights {
	background-color: #dddddd;
}

.archive .highlights tr.alt {
	background-color: #cccccc;
}

.archive #tab-highlights-top {
	border: 1px solid #aaaaaa;
}

.archive a.button:link, .archive a.button:visited {
	border: 1px solid #aaaaaa;
	color: #555555 !important;
	background-color: #eeeeee;
}

.archive a.button:hover {
	color: #cccccc;
}

.archive #jump-navigation li {
	background: url("../images/archive/gray_sq_bullet_sm.jpg") no-repeat 7px center;
}

.archive #jump-navigation li.sub {
	background: #dddddd;
}

.archive .rtips-scores, .archive .reaim-scores {
	background: #dddddd;
	border: 1px solid #aaaaaa;
}

.archive #rtips-scores-box, .archive #reaim-scores-box {
	background: #dddddd;
}

.archive .bar-fill {
	background: url("../images/archive/bar_fill.png") repeat-x;
}

.archive #rtips-scores .bar-fill {
	background: url("../images/archive/bar_fill2.png") repeat-x;
}

.archive .info-icon {
	background: url("../images/archive/rtips_sprite.png") no-repeat -60px -30px;
}

.archive .hr-bar {
	border-color: #aaaaaa;
}

/** End Specific stylesheet for the Archive website */
