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;
}


body {
	background-color: #0099CC;
	}
	
span#pageHeading {
	color: #FFF;
	font-size: 16px;
}

div#showHideLinks {
	text-align: left;
}

div#showHideLinks a {
	color: #FFF;
}

table {
	background-color: #69C;
	font-size: 16px;
	border-color: #FFFFFF; 
	border-style: solid;
	border-width: thin;
	border-color: #000000;
	color: #fff; 
	border-collapse: collapse;
	text-align:left;
	width: 2400px;
	
}

table#who {
	width: 200px;
}

table td {
	border-style: solid;
	border-width: thin;
	border-color: #000000;
	border-collapse:collapse;
	padding: 0px;
	width: 35px;
	vertical-align: bottom;
	}
	
	
	
	
/* ROW and COLUMN color variations  */	
table td.c11, td.c31, td.c51, td.c71, td.c91, td.c111 {
	background-color: #9F9;
	color: blue;
}

table td.c21, td.c41, td.c61, td.c81, td.c101, td.c121 {
	background-color: #FC9;
	color: blue;
}
table td.c12, td.c32, td.c52, td.c72, td.c92, td.c112 {
	background-color: #ccccff;
	color: blue;
}

table td.c22, td.c42, td.c62, td.c82, td.c102, td.c122 {
	background-color: #FFFFCC;
	color: blue;
}



td#who {
	width: 75px;
}

table tr {
	border-style: solid;
	border-width: thin;
	border-color: #000000;
	border-collapse: collapse;
	}

table tr.districtheader {
	background-color: #CCCCCC;
	font-size: 12px;
	color: #000;
}



table tr.regionheader {
	background-color: #111111;
	color: #FFF;
}

table tr.regionheader a {
	color: #FFF;
}

table tr.districtTotals {
	background-color: #999;
	color: #FFF;
}

table tr.regionTotals {
	background-color: #666;
	color: #FFF;
}

table th {
	border-style: solid;
	border-width: thin;
	border-color: #000000;
	border-collapse: collapse;
	}

table th.monthheading {
	 width: 160px;  
}

table th.qtrheading {
	width: 140px;
}
	
table td.chapter {
	width: 225px;
}

table td.janbase {
	width: 25px;
	
}

table th.chapter {
	width: 170px;
}

table td.ytd {
	background-color: #999911;
}

img.check {
	width: 23px;
	height: 20px;
}

