body {
	text-align: center;
	background: #FFF;
	color: #999;
	font-size: 12pt;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}
a {
	text-decoration: none;
    color: #547688;
}
a:hover {
	color: white;
}

a.control {
	padding: 10px;
	text-decoration: none;
	color: #547688;
}
a.control:hover {
	color: red;
}
a.home {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #547688;
}
a.home:hover {
	color: red;
}
table {
	width: 700px;
	text-align: center;
	font-family: Arial;
	border: 2px solid #84A6B8;
}
tr {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
td {
	width: 100px;
	text-align: right;
}
td.calh1 {
	text-align: center;
	width: 700px;
	background: #D4D4D4;
	color: white;
}
td.calh2 {
	text-align: center;
	color: #555;
}
td.calfaded {
	background: #D4D4D4;
	color: #AAA;
	height: 80px;
}
td.calactive {
	background: #A4C6D8;
	color: #FFF;
	height: 80px;
	max-height: 100px;
	vertical-align: top;
}
td.today {
	background: #A4C6D8;
	color: #FFF;
	border: 1px solid red;
	height: 80px;
	max-height: 100px;
	vertical-align: top;
}
table.event {
	width: 100%;
	text-align: center;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
td.event {
	text-align: center;
	font-family: Arial;
	font-size: 6pt;
	color: red;
	padding: 0px;
	margin: 0px;
}
td.event a {
	color: black;
	text-decoration: none;
}
td.event a:hover {
	color: black;
	border: 1px dashed white;
}
table.detail {
	width: 500px;
}
td.detailcol1 {
	width: 40%;
	background: #D4D4D4;
	color: black;
	text-align: center;
}
td.detailcol2 {
	width: 60%;
	background: #A4C6D8;
	color: #547688;
	text-align: left;
	padding-left: 50px;
}
td.control {
	width: 700px;
	background: #C4C4C4;
	color: black;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.toolbar {
	width: 700px;
	border-top: 2px solid #84A6B8;
	border-left: 2px solid #84A6B8;
	border-right: 2px solid #84A6B8;
	border-bottom: 0px;
	vertical-align: middle;
	text-align: center;
}
tr.toolbar {
	height: 0px;
	padding 0px;
	margin: 0px;
	text-align: center;
}
td.toolbar {
	width: 100%;
	background: #C4C4C4;
	text-align: center;
	border: 0px;
	padding: 5px;
	text-align: center;
}
.nospace {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
}

