body, div, span {
	text-align: left;
	padding: 0px;
	margin: 0px;
}

body {
	text-align: center; /* IE Fix for centering */
	overflow: hidden;
	scrollbar-3dlight-color: #98B2B2;
	scrollbar-highlight-color: #D8F2F2;
	scrollbar-face-color: #98B2B2;
	scrollbar-shadow-color: #98B2B2;
	scrollbar-darkshadow-color: #587272;
	scrollbar-base-color: #98B2B2;
	scrollbar-arrow-color: #000000;
	background: #663300;
}

#container {
	width: 790px;
	height: 540px;
	margin: 50px auto 0px auto;
	background: url(gfx/cal_bg.jpg) no-repeat 20px 20px;
	clear: none;
	float: none;
	border: none;
}

#top {
	width: 790px;
	height: 20px;
	background: url(gfx/top.jpg) no-repeat 0px 0px;
	clear: both;
	float: left;
}

#left {
	width: 20px;
	height: 500px;
	background: url(gfx/left.jpg) no-repeat 0px 0px;
	clear: left;
	float: left;
}

#middle {
	width: 750px;
	height: 500px;
	overflow: auto;
	clear: none;
	float: left;
}

#right {
	width: 20px;
	height: 500px;
	background: url(gfx/right.jpg) no-repeat 0px 0px;
	clear: right;
	float: left;
}

#bottom {
	width: 790px;
	height: 20px;
	background: url(gfx/bottom.jpg) no-repeat 0px 0px;
	clear: both;
	float: left;
}

h1 {
	text-align: center;
	padding: 0px;
	margin: 10px;
	color: #663300;
	font-family: Times New Roman, Times, serif;
	font-size: 3;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin: 0px 50px;
}

label {
	float: left;
	width: 100px;
	margin: 0px 5px 0px 150px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

div.spacer {
	height: 10px;
}

span.essential {
	color: #f00;
}

#calPopup {
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
	visibility: hidden;
	border: 1px dotted #000;
	padding: 2px;
	background: #fff;
	width: 214px;
	margin: 0px;	
	text-align: center;
}

#rightPopup {
	width: 90px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	float: left;
	text-align: center;
}

#leftPopup {
	width: 119px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #339;
}

div.calendar { /* over-rides some elements -- mainly the margins */
	clear: both;
	margin: 0px;
}

div.right {
	text-align: right;
}


span.black {
	color: #000;
}

