/* everything needed when printed the course pages */
@media print
{
body.centered, .TitleBody { display:block; }
	
H1 {font-size: 1.5em; padding-top:5px;}
H2 {font-size: 1.3em; }
H3 {font-size: 1em; padding-bottom: 1px;}
H4 {font-size: 0.8em; font-style:italic; padding-top 0px; padding-bottom: 0px; }
H6 {font: 8px "Futura MD BT"; color:black;} 

.ssmHdr, .ssmItem, .ssmBar, .ssmItems {	display:none; }
.header_tabs, .my_top_tabs, .button, .butt, .bot_right_arrow, .bot_arrows, .bottom_nav {display:none; }
.container { display:none; }

/******************* SYLLABUS ***********************/
.session {margin-bottom: 10px}
.date, .ses_title 
{
	font-weight: bold;
	font-size: 1em;
	line-height: 0.8em;
	margin-left: 50px;
	text-indent: -50px;
} /* session title */

.req 
{	margin-left:50px; 
	font-size: 1em; line-height: 1.1em;	
	margin-top: 1px;
}  /* for the list of required items of each class section */

.rec 
{	margin-left:25px; 
	font-size: 0.9em;
	line-height: 1em;
}

p.indent {text-indent: 50px;}

.rev_indent {
	margin-left: 50px;
	text-indent: -50px;}

/*********** INDIVIDUAL LECTURE NOTES *********************************/
.pgbdy 
{	display: block; padding: 0px 50px 0px 10px;
}

H1.Title { font-size:1.5em; } 
H2.Title { font-size:1.2em; } 
H3.Title, H4.Title  { font-size:1em; }   /* #550055*/
/* A.Title:link, A.Title:visited { font-size:1em; }   */

.transition
{	width: 90%;
}

ol.head, ul.head /** for titles of main parts of the notes **/
{   margin-left: -3px;
	margin-bottom: 50px;
	padding: 10px 10px 10px 10px;
}
li.head
{	padding: 2px 2px 2px 2px;
	font-weight:bold;
}
p.head 
{	padding: 2px 2px 2px 2px;
	font-weight:normal;
}
ol.subhead, ul.subhead /** for titles of main parts of the notes **/
{
/*	margin-bottom: 20px; */
	padding: 5px 5px 10px 55px;
	font-weight:normal;
}
li.subhead, p.subhead { margin-bottom: 10px; }

ol.subsub, ul.subsub, li.subsub, p.subsub /** for titles of main parts of the notes **/
{
	margin-bottom: 10px;
}

ol.pack, ul.pack, li.pack, p.pack /** for titles of main parts of the notes **/
{
	margin-bottom: 5px;
}

.aside
{	font-size:0.8em;
	line-height: 1em;
	margin:10px 1px 10px 150px;
	padding:5px 5px 10px 5px;
}


.comments 
{	float: right;
	clear: none;

	font-size:1em;
	line-height: 1.1em;
	font-style: italic;

	text-align: right;
	margin:10px 1px 10px 200px;
	padding:5px 10px 10px 10px;
	border-left-style: double;
}

.quotes {
	font-size: 0.9em;
	font-style: italic;
	padding: 10px;
	text-align: right;
	background-position: right;
	margin: 5px 20px 5px 50px;
}

.notes
{	float: right;
	font-size: 0.9em;
	width: 400px;
	margin: 1px 15px 1px 15px;
	padding:10px 25px 10px 25px;
}



} /*********** END @media_print *********************************/