/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cm_float {width:31%; margin:5px 4px; float:left;}/*use to float calendars - width set in html*/
	#cal td {border-right:1px solid #B7B7B7; border-bottom:1px solid #929292;}
	#cal td.hrs,
	#cal td.wkd {color:#c00;}
	#cal thead tr {background:#F2F2F2;}
	#cal .wkd {width:14%; background:#F7F7F7;}
	#cal .hrs {width:10%; background:#F7F7F7;}
	#cal tfoot tr {background:#F2F2F2;}
	
	#cal tbody a.e01, 
	#cal div.e01 {background:#FF9600;}
	#cal tbody a.e02, 
	#cal div.e02 {background:#c00;}
	#cal tbody a.e03, 
	#cal div.e03 {background:#184399;}
	#cal tbody a.e04,
	#cal div.e04 {background:#467B0D;}
	#cal div.e05, 
	#cal tbody a.e05 {background:#7E3589;}

table.cl {border:4px solid #DCDCDC;}
	.cl col {width:15%;}
	.cl caption {font-size:13px; color:#666; font-weight:bold; padding:5px 0px 8px 0px;}
	.cl caption a {font-size:11px; color:#c60; font-weight:bold; margin:5px;}
	.cl thead td {font-size:12px; font-weight:bold; text-align:center; color:#222; padding:6px 5px;}
	.cl tbody td {font-size:10px; font-weight:bold; text-align:left; color:#222; padding:6px 3px;}
	.cl tbody td.e {background:#E0E0E0; text-align:left; color:#222; padding:0px;}
	.cl tbody td.e div {padding:6px 3px 3px 3px; display:block;}
	.cl tbody a {font-size:09px; color:#fff; padding:6px 3px; display:block;}	

	.cl tfoot td {font-size:11px;  color:#555; padding:3px;}
	.cl tfoot div {width:15px; height:15px; float:left; margin-right:3px;}