@charset "UTF-8";
/* 
Title:     Institute IGRT Print Styles: These styles are intended for paged material and for documents viewed on screen in print preview mode.
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 1.5em;
	background: white;
}

/* ( hidden elements to save ink )
------------------------------------------------------------------------------------------------- */

/* global styles */	
#p7PMnav, #textsize, #links, #topCap {
	display: none;
}
	
/* links
------------------------------------------------------------------------------------------------- */

a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}
#header {
	float: none !important;
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
	background: white;
}
#logo {
	margin: 0;
	padding-bottom: 1em;
}
	
#wrapper, #primaryContentContainer {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
	color: #666666;
	background: transparent;
}
#primaryContentContainer .gutter {
	margin: 0;
	padding: 40px;
}
#footer {
	float: left;
	width: 100%;
	text-align: left;
}
	
/*
In a fully CSS2-conformant browser, we can insert the URLs of the links after each one,
thus making them fairly useful to anyone who has a copy of the printout and a web browser handy.

After every link in the printout the URL of the link should be in parentheses.

If the browser doesn't support the :after pseudo-class - only the hyperlinked text will show.
*/

/*#primaryContentContainer a:link:after, #primaryContentContainer a:visited:after, #footer a:link:after, #footer a:visited:after {
   content: " (" attr(href) ") ";
   }*/
	
h1, h2, h3, h4, h5 {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #f3901d;
}
h1 {
	text-transform: uppercase;
}
h2 {
	font-size: 13pt;
}
h3 {
	margin: 0 0 .5em 0;
	font-size: 12pt;
}
h4 {
	font-size: 12pt;
}

p {
	margin: 1em 0;
	padding: 0;
}
em {
	font-style: italic;
}
	
strong {
	font-weight: bold;
	}
ul {
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
}

/* Radiation Therapy/FAQ's customized for printing
------------------------------------------------------------------------------------------------- */
#radiationTherapy #primaryContentContainer .gutter, #faqs #primaryContentContainer .gutter {
	margin: 0;
	padding: 0;
}
#radiationTherapy #leftColumn, #faqs #leftColumn {
	display: none;
}
#radiationTherapy #content, #faqs #content {
	float: left;
	margin: 0;
	width: auto;
	border: none;
}
.Accordion {
	overflow: visible !important;
}
.AccordionPanelTab {
	margin: 0 !important;
	padding: 0 !important;
	font-weight: bold !important;
	color: black !important;
	border: none !important;
}
.AccordionPanelContent {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
.AccordionPanelContent h3 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px !important;
	color: black !important;
}
.AccordionPanelContent p {
	padding: 5px 0 !important;
	color: black !important;
}
