/*-------------------------------------------------------------
   AUTHOR:  	Boutros AbiChedid 
   START DATE:	August 15, 2008
   PURPOSE: 	Styles for printing the page in Color 
   				with pictures.
 -------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;	
}

caption {
	text-align: center;
	text-transform: capitalize;
	font: small-caps 24px/32px "Times New Roman", Times, serif;
}

table {
	border-bottom: 1px solid #99DE66;
	border-right: 1px outset #99CCCC;
	border-left: 1px inset #99CCCC;
	background: #8BABC4 url(../images/spring.jpg) repeat;
	color: #000;
}

th, td {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	font-family: Verdana, sans-serif;
	font-weight:bold;
	padding: 0 2px;
	vertical-align: top;
	width: 100px;
	height: inherit;
}

tr.day {
	font-size: 10px;
	height: 86px;
}

tr.number {
	font-size: 12px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

th {
	font-size: 11px;
	font-variant: small-caps;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}

a {
	color: blue;
	text-decoration: underline;
}

#footer {
	clear: both;
	margin: 15px auto 0 auto;
	text-align: center;	
}
