@charset "utf-8";
/* CSS Document */

/* CSS Document */

/*Show*/
html, body, div#schedulePrintContainer{ width:99% !important; margin: 0px !important; padding: 0px !important; background:none !important;  border: none !important; table-layout:}

table.printTable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
	margin-bottom:-50px;
}

table.printTable th {
	border-width: 2px 2px 2px 2px;
	padding: 4px 4px 4px 4px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.printTable td {
	border-width: 2px 2px 2px 2px;
	padding: 4px 4px 4px 4px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}



/*Hide*/
img, div#pageMainMenu, div#sidebar, ul#submenu, .style4 { display:none !important; background:none !important; border: none !important; } 

img.printMe { display:block !important; }

h5 { font-size:1.5em; font-style:oblique; }
