body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	background-color: #222;
	margin: 0 10px 20px 10px;
}

td {
	font-size: 0.8em;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0 none;
	margin: 0;
}
#markhall-text {
	font-family: "Courier New", Courier, monospace;
	font-size: 32px;
}
#markhall-img {
	border: 1px solid #333;
}
.green-text {
	color: #090;
}
.red-text {
	color: #f00;
}
p {
	line-height: 150%;
}

#main {
	height: 100%;
}

a{
	text-decoration: underline;
	font-size: 12px;
	color: #ff7;
	display: inline;
	width: 100%;
}
p.copyright {
	font-size: 11px;
}
.mhsmall {
	font-size: x-small;
	font-style: normal;
	line-height: normal;
}

#calendar {
	margin: auto;
	width: 620px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #555;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #555;
	background-color: #FFF;
}

#calendar #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
}

#calendar #header #header_left {
	float: left;
	background-image: url(images/header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 45px;
}

#calendar #header #header_main {
	float: left;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#calendar #header #header_right {
	background-image: url(images/header_right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 6px;
	float: right;
}

#calendar #content {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

#calendar #content td {
    border:1px solid #ddd;
    padding:3px;
    text-align:right;
	color:#555
}

#calendar #content th {
    padding:5px;
	background-image: url(images/hbg.gif);
	background-repeat: repeat-x;
    color:#fff;
}

#calendar #footer {
    clear:both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#calendar #footer a {
	color: #999999;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.month{
    width:180px;
    float:left;
    border:1px solid #ccc;
    margin:8px;
    border-collapse:collapse;
}

.actday{
    color:#ffffff;
	background-color: #FF0000;
    font-weight:bold;
}
.actam {
	color: #000000;
	background-color: #FF0;
	font-weight: bold;
}
.actpm {
	color: #000000;
	background-color: #88F;
	font-weight: bold;
}

