/* external CSS file */
/* filename='sheet.css' */
/* NO HTML MARKUP ALLOWED */

body 			 	  { background-color: #ffffff;
							  font-family: "Arial", "Helvetica", sans-serif; }

a							{ font-size: 12px; }
a:link  			{ color: #0000ff; }
a:active			{ color: #ff0000; }
a:visited			{ color: #6666ff; }

caption				{ color: #000099; font: 900 20px; }
table					{ table-layout: fixed; width: 660;
							  border-top: 1 solid #000000; border-left: 1 solid #000000; }
td						{ color: #000099; font-size: 14;
							  border-right: 2 solid #000000; border-bottom: 1 solid #000000; }
tr						{ height: 100; }

center.holiday
							{ clear: right; color: #000000; }
center.specialDay
							{ clear: right; color: #000000; }
col.sun				{ width: 16%; }
col.mon				{ width: 8%; }
col.tue				{ width: 8%; }
col.wed				{ width: 8%; }
col.thu				{ width: 22%; }
col.fri				{ width: 16%; }
col.sat				{ width: 22%; }
fieldset.date	{ color: #000099; float: right; margin: 0 0 0 4;
						    font: 600 14px; text-align: center; padding: 0 3; }
fieldset.holiday
							{ color: #ffffff; float: right; margin: 0 0 0 4;
						    font: 600 14px; text-align: center; padding: 0 3; }
fieldset.novHoliday
							{ color: #000000; float: right; margin: 0 0 0 4;
						    font: 600 14px; text-align: center; padding: 0 3; }
fieldset.specialDay
							{ color: #000000; float: right; margin: 0 0 0 4;
						    font: 600 14px; text-align: center; padding: 0 3; }
b.ri					{ color: #ffffff; }
b.novBi				{ color: #000000; }
div.bod				{ color: #000000; font-size: 10px; text-align: center;
							  clear: both; }
div.openHouse { color: #000000; font: 400 18px; text-align: center;
							  clear: both; }
div.footTag		{ color: #ff6600; font: 600 10px; text-align: center; }
span.subBold	{ font: 600 12px; line-height: 16px; }
td.holiday  	{ background-color: #3333ff; }
td.novHoliday	{ color: black;
							  background-image: url(Images/OrangeTextureBackground.jpg); }
td.openHouse	{ background-color: #ffff99; }
td.specialDay	{ background-color: #beb77e; }
tr.low				{ height: 80; }
								
@media screen
	{
		div.hidePrint { display: inline; clear: right; }
		div.hidePrintRight
				          { display: inline; float: right; }
	}
@media print
	{
		div.hidePrint, div.hidePrintRight
				          { display: none; }
	}
