/* Styles for calprint.asp */
body {
	font-family: sans-serif;
	margin: 0.25in;
}
.ccptitle {
	width: 100%;
	height: 0.375in;
	position: relative;
	margin-bottom: 0.125in;
	overflow: auto;
}
h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 45%;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
h3 {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 45%;
	text-align: right;
	right: 0;
	bottom: 0;
}
.ccpcal {
	border-collapse: collapse;
	width: 100%;
	clear: both;
}
.ccpcal, .ccpcal td, .ccpcal th {
    border: 1px solid black;
}
.ccpcal th {
	font-size: 7pt;
	padding: 4pt;
	text-align: center;
	color: #FFF;
	background: #000;
}
.ccpcal td {
	width: 14%;
	height: 1in;
}
.ccpdate {
	font-size: 10pt;
	padding: 2pt 0 0 2pt;
}
.ccpev {
	margin: 4pt 0 6pt 6pt;
}
.ccptime {
	font-size: 6pt;
}
.ccpname {
	font-size: 9pt;
}
.ccploc {
	font-size: 6pt;
}
.ccpdaynot {
}
.ccpdayreg {
}
.noprint {
	color: #999;
	font-size: 8pt;
}
@media print {
	.noprint {
		display: none;
	}
}
