
/***** print CSS ****

body {visibility:hidden;}

.printMe {visibility:visible;}

.pushMe {
	position:absolute;
	top:0;
	left:0;
	visibility:visible;
}
*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: 73% Arial, Helvetica, sans-serif;
	color: #000;
}


div.container_header {
	display:none;
}
div.container_nav {
	display:none;
}
div.container_footer {
	display:none;
}
img { border: 0; }

.progress_indicator { display: none; }

.clear { /* clear all floated elements */
	clear: both;
	height: 1px;
	overflow: hidden;
}

#header	{ 
	padding-bottom: 0.5em; 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 1.5em; 
	text-align: right;
	color: #aaa;
}
	#header a { color: #000; text-decoration: none; }
	#header h3 { margin-bottom: 0; }
	#hdr_university { font-size: 0.9em; }
	#hdr_year { display: none; }

#siteNav { display: none; }

th { text-align: left; }

abbr {  }



/*****************************************************/
/* list styles */

ul.plain, ol.plain 	{ list-style-type: none; }
ul.flush, ol.flush 	{ margin: 0; padding: 0; }

ul.pad li, ul.pad10 li, ol.pad li, ol.pad10 li 	{ margin-bottom: 1em; }
ul.padSmall li, ol.padSmall li 	{ margin-bottom: 0.5em; }
ul.padLots li 	{ margin-bottom: 2em; }

ul.inline { clear: both; list-style: none; margin-left: 0; padding-left: 0; }
ul.inline li { float: left; padding-right: 0.4em; margin-right: 0.4em; border-right: 1px solid #000; }
ul.inline li.last  { padding-right: 0; margin-right: 0; border-right: 0 none; }


dl.flush { }
	dl.flush dt { font-weight: bold; }
	dl.flush dd	{ margin-bottom: 1em; margin-left: 0; }
	
/* end list styles */
/*****************************************************/


/** confirmation **/

ul.receiptinfo {
	list-style-type: none;
	margin-bottom: 0 0 1.5em 0;
	padding: 0;
}
	ul.receiptinfo li {
		list-style-type: none;
		margin: 0;
		padding: 0 0 0.5em 0;
	}
	ul.receiptinfo li span.label {
		float: left;
		width: 120px;
	}

/** /confirmation **/



/* cart stuff */
table.cart { border: 0; border-collapse: collapse; }
	table.cart th, 
	table.cart td {
		margin: 0;
		padding: 0.25em 1em;
		empty-cells: show;
	}
	
	
table.cart tr.header_row th,
table.cart tr.header_row td {
	background: #f2f2f2 !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	border-top: 1px dotted #b3b3b3;
	border-bottom: 1px dotted #b3b3b3;
}
table.cart tr.header_row_lower th,
table.cart tr.header_row_lower td {
	background: #f2f2f2 !important;
	font-weight: bold !important;
	border-top: 1px dotted #b3b3b3;
	border-bottom: 1px dotted #b3b3b3;
}

table.cart tr.border_dotted_bottom th, 
table.cart tr.border_dotted_bottom td {
	border-bottom: 1px dotted #b3b3b3 !important;
}

div.total_label 	{ font-size: 1.4em; font-weight: normal; color: #e92d21; }
div.total_amount 	{ font-size: 1.4em; font-weight: normal; color: #000; }


/* end cart */
/* ************************************* */



#footer {
	margin-top: 1.5em;
	border-top: 1px solid #ccc;
	padding-top: 0.5em;
	font-size: 0.9em;
}
	#footer a#Privacy_Policy_Link { float: left; } 


