
/* MAIN TEXT STYLES */

* { /* Reset ALL margins and padding to 0, this helps with keeping things consistent over different browsers */
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	width: 100%;
}
body {
	font: 80%/1.3 Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	height: 100%;
	width: 100%;
	background: #f1f1f1 url(../images/bg_main.gif) repeat-y 50% 0;
}
/* Clean slate */
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, table, tr, th, td, form {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-size: 100%;
	font-weight: normal;
}
p, blockquote, ul, ol, table {
	margin-bottom: 0.6em;
}
h1 {
	width: 189px;
	height: 122px;
	margin: 0 0 0 35px;
	float: left;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat 0 0;
}
h2 {
	color: #f16522;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 20px;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}
h4 {}
h5 {}
h6 {}
p {}
ul { /* reset left margin for lists */
	margin-left: 1em;
}
ol { /* reset left margin for lists */
	margin-left: 1.2em;
}
table {
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
	font-size: 100%;
	margin: 20px 0;
	width: 719px;
}
td,th {
	font-size: 100%;
	vertical-align: top;
	padding: 2px 0;
}
th {
	font-weight: bold;
	text-align: left;
	padding-left: 38px;
}
th.main {
	background: #231f20 url(../images/bg_header.jpg) repeat-y right top;
	color: #fff;
	padding: 1px 0 1px 38px;
}
th.days {
	padding: 1px 30px 1px 0;
	text-align: center;
	width: 30px;
}
td {
	background: url(../images/bg_td.gif) repeat-y left top;
	padding: 1px 30px 1px 0;
	text-align: center;
	width: 30px;
}
th.last, td.last {
	padding-right: 45px
}
form {
	margin-top: 25px;
}
a, a:link, a:visited {
	color: #f16522;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	text-decoration: none;
}
h1 a {
	display: block;
	height: 122px;
	width: 189px;
}
/* SPECIFIC TEXT STYLES */

form p {
	zoom: 1;
	overflow: hidden;
}
form p label {
	float: left;
	width: 140px;
}
form p input {
	color: #444;
	padding: 2px;
	width: 200px;
}
form p .ampm label {
	float: none;
	width: 40px;
}
form p .ampm input {
	float: none;
	width: 20px;
}
form p textarea {
	clear: both;
	height: 100px;
	width: 364px;
}
form p.noFloat label {
	float: none;
}


/* MISC. */
