@charset "utf-8";
/* CSS Document */
/* Print styles  - JPJR 02 2009 
secondary file of MultCO_Content Publisher Grid 2.0
updated - JLPJR 02.26.2009 */

* {
	float: none !important;
	vertical-align: top;
}

#tableWrapper {
	margin: 0 !important;
	padding: 0;
}

/* --Fixes the firefox print bug which cuts the page off instead of continuing the content onto the next page -- */
table {
	height: 100% !important;
}

td {
	width: 0;
}

#howMenu, #searchInput, #easyButtons, div.navbar, div#vgn-div-float-bottom-left, #breadcrumb, .epi-BG3 {
	display: none;
}

#Column1, #Column3, #Column2 img {
	width: 0 !important;
	display: none !important;
}

td.contentbox_wrapper table tbody tr td {
	width: 0 !important;
	height: inherit !important;
}

#Column2 {
	margin: 0 0 0 25px !important;
	width: 500px;
}

#Column2 div, #Column2 div table, #Column2 div table td {
	width: 100% !important;
}

hr {
    margin: 10px 0 !important;    /*this is the Firefox/Opera margin*/
    margin: 5px 0;               /*this is the IE margin - 7px - less*/
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #999; 
	border-style: none none dotted;
	width:99%;
	clear: both;
}

/*///////////////////////////// Font adjustments for printing //////////////////////////////////*/
p {
	font-size: 10pt !important;
}

li {
	font-size: 10pt !important;
	list-style: disc;
}

li li {
	list-style: circle;
}


