@page
{
	size: landscape;
	margin: 2cm;
}
body { margin: 0px 0px 0px 0px; }

a { color: #000000; }
a:hover { color: #004B24; cursor:pointer; cursor:hand;}
.day a { color: #000000;}
.day a:hover { color: #004B24;}
.today a { color: #004B24; }
.today a:hover { color: #777777; }
/* base attributes for the calendar itself*/
.calendar {
	color:#F7DB6B; 
	background:#004B24;
	width: 745px;
	/*height: 550px;*/
	margin-left: auto;
	margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	top:0;
	left:0;
	}

.topheader {
	background:#004B24;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	}
	
/* this is for controlling the labels for the days on the calendar*/
.dayheaderdisplay {
	text-align:center;
	border: none;
	background:#004B24;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	}
		
/* controlling attributes for day header for all days within currentmonth*/
.daymonthheader {
	color: #000000; 
	background:#FDF7DF;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	}

/* controlling attributes for day header for all days not within currentmonth*/
.daynonmonthheader {
	color: #000000; 
	background:#DBDBDB;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	}

/* header just for current day*/
.todayheader { 
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:bold;
	background: #004B24; 
	}

/* controlling attributes for days within month, where info is displayed, except for current day*/
.day { 
	height:60px;
	background: #FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#006633;
	width:103px;
	max-width:103px;
	overflow-x: hidden;
	overflow:auto;
	white-space:nowrap;
	scrollbar-3d-light-color: FFFFFF;
	scrollbar-arrow-color: 0B512D;
	scrollbar-base-color: CCCCCC;
	scrollbar-face-color: FFFFFF;
	scrollbar-dark-shadow-color: CCCCCC;
	scrollbar-highlight-color: FFFFFF;
	scrollbar-shadow-color: CCCCCC;
	}
	
/* controlling attributes for days not within month, where info is displayed, except for current day*/
.nonmonthday {
	height:60px;
	background:#F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#006633;
	width:103px;
	max-width:103px;
	white-space:nowrap;
	overflow-x: hidden;
	overflow:auto;
	scrollbar-3d-light-color: FFFFFF;
	scrollbar-arrow-color: 0B512D;
	scrollbar-base-color: CCCCCC;
	scrollbar-face-color: FFFFFF;
	scrollbar-dark-shadow-color: CCCCCC;
	scrollbar-highlight-color: FFFFFF;
	scrollbar-shadow-color: CCCCCC;
	}

/* attributes for info display for current day only*/
.today {
	height:60px;
	background:#F7DB6B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#006633;
	width:103px;
	max-width:103px;
	overflow-x: hidden;
	overflow:auto;
	white-space:nowrap;
	scrollbar-3d-light-color: 000000;
	scrollbar-arrow-color: 0B512D;
	scrollbar-base-color: F7DB6B;
	scrollbar-face-color: F7DB6B;
	scrollbar-dark-shadow-color: 000000;
	scrollbar-highlight-color: FFFFFF;
	scrollbar-shadow-color: 0B512D;
	}
