/* Cascading Style Sheet, Level 1, for activity */
/* Add the following command in the <HEAD> section of your HTML file */
/* <LINK REL=STYLESHEET TYPE="text/css" HREF="activity.css"> */


// Actvity Table global
TABLE.Actv {
	bgcolor: #FFFFFF;
} 

/* Actvity Table month name */
TR.ActvM {
	font-weight: bold;
	color: #000000;
	font-family: "ARIAL,GENEVA";
	font-size: 16pt;
}
/* Actvity Table day headers */
TR.ActvDH {
	font-weight: bold;
	color: #009900;
	font-family: "ARIAL,GENEVA";
	font-size: 11pt;
}

/* Actvity Table day numbers */
TD.ActvDN {
	font-weight: bold;
	color: #000000;
	font-family: "ARIAL,GENEVA";
	font-size: 20pt;
}



/* ActvCell font family/size */
TD.ActvCellF {
	font-family: "ARIAL,GENEVA";
	font-size: 9pt;
}

/* ActvCell title (date)  */
SPAN.ActvCellT {
	font-weight: bold;
	color: #770000;
}
/* ActvCell column headers */
SPAN.ActvCellC {
	font-weight: normal;
	color: #00AA00;
}


/* ActvCell entry daytime */
SPAN.ActvCellD {
	font-weight: bold;
	color: #D09530;
}

/* ActvCell entry evening */
SPAN.ActvCellE {
	font-weight: bold;
	color: #FF7755;
}

/* ActvCell entry night */
SPAN.ActvCellN {
	font-weight: bold;
	color: #777777;
}



@media print {
	H4, H5, H6 { page-break-after: avoid; page-break-inside: avoid }
}

