xt\:comment, xt\:note {
	display: none;
}

ch\:nbsp {
	padding: .5em;
}

body {
	background-color: #fff;
	color: #000;
	font: 12px Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

td {
	color: #000;
	font: 11px Helvetica, Arial, sans-serif;
}


div#wrapper {
	margin: 10px;
	padding: 10px;
	width: 720px;
}

div#header {
	padding: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin: 0px;
}

div#menu {
	height: 20px;
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #8A4132;
	font-size: 13px;
	letter-spacing: 0.2px;
}

	div#menu a {
		color: #5A7797;
	}

table#columns {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

td#left {
	width: 140px;
	padding-right: 5px;
	vertical-align: top;
	padding-left: 27px;
	padding-right: 12px;
	border-right: 1px solid #8A4132;
}

	td#left ul {
		padding-left: 0px;
		margin-left: 20px;
		list-style-image: url('/inc/html/faithworks/pix/dot.gif');
	}

		td#left ul li {
			padding-left: 0px;
			margin-left: 0px;
			padding-bottom: 8px;
			list-style-image: url('/inc/html/faithworks/pix/dot.gif');
		}

td#centre {
	padding-left: 35px;
	padding-right: 5px;
	vertical-align: top;
}

	td#centre li {
		padding-bottom: 5px;
	}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 12px;
	margin-top: 20px;
}

h3 {
	font-size: 12px;
}

h1 {
	font-size: 12px;
	background: #5A7797;
	color: #fff;
	font-weight: normal;
	padding: 3px;
	padding-top: 6px;
	padding-left: 12px;
	margin-top: 10px;
	margin-left: -25px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

td#left h2 {
	font-size: 12px;
	background: #5A7797;
	color: #fff;
	font-weight: normal;
	padding: 3px;
	padding-top: 6px;
	padding-left: 12px;
	margin-top: 10px;
	margin-left: -20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

span.highlighted {
	background-color: #ff0;
	padding: 2px;
	padding-bottom: 0px;
}


hr {
	border: 0px none;
	border-bottom: 1px solid #aaa;
}

pre {
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
}

@media print {
	td#left {
		display: none;
	}
	div#menu {
		display: none;
	}
}

/* MiniCal calendar style */

table.minical {
	background-color: #fff;
	display: none;
}

table.minical a:hover {
	text-decoration: none;
}

table.minical td.previous-month {
	font-size: 14px;
	border: 1px solid #fff;
}

table.minical td.previous-month:hover {
	border: 1px solid #ccc;
}

table.minical td.next-month {
	font-size: 14px;
	border: 1px solid #fff;
}

table.minical td.next-month:hover {
	border: 1px solid #ccc;
}

table.minical td.current-month {
	font-weight: bold;
	color: #000;
}

table.minical tr.day-headings td {
	color: #fff;
	background-color: #5A7797;
	font-weight: bold;
	width: 20px;
	padding-bottom: 0px;
}

table.minical td.day {
	text-align: center;
	color: #000;
	border: 1px solid #ccc;
	padding-bottom: 0px;
}

table.minical td.weekend-day {
	text-align: center;
	color: #000;
	border: 1px solid #ddd;
	background-color: #fff;
	padding-bottom: 0px;
}

table.minical td.weekend-day:hover {
	background-color: #cde;
}

table.minical td.inactive {
	text-align: center;
	border: 1px solid #eee;
	background: #eee;
	padding-bottom: 0px;
}

table.minical td.day:hover {
	background-color: #cde;
}

table.minical td.current-day {
	text-align: center;
	color: #000;
	border: 1px solid #cde;
	background-color: #cde;
	padding-bottom: 0px;
}

table.minical td.current-day:hover {
	border: 1px solid #5A7797;
}

/* SimpleCal calendar style */

table.simplecal {
	background-color: #fff;
}

table.simplecal a:hover {
	text-decoration: underline;
}

table.simplecal td.previous-month {
	border: 1px solid #fff;
	text-align: left;
	padding-left: 3px;
}

table.simplecal td.previous-month:hover {
	/*border: 1px solid #ccc;*/
}


table.simplecal td.next-month {
	border: 1px solid #fff;
	text-align: right;
	padding-right: 3px;
}

table.simplecal td.next-month:hover {
	/*border: 1px solid #ccc;*/
}

table.simplecal td.current-month {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	height: 40px;
	vertical-align: middle;
}

table.simplecal tr.day-headings td {
	color: #fff;
	background-color: #5A7797;
	font-weight: bold;
	width: 20px;
	padding: 3px;
	padding-bottom: 0px;
}

table.simplecal td.day {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	padding-bottom: 0px;
	height: 75px;
	width: 14%;
}

table.simplecal td.weekend-day {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	padding-bottom: 0px;
	height: 75px;
	width: 14%;
}

table.simplecal td.inactive {
	border: 1px solid #eee;
	background: #eee;
	padding-bottom: 0px;
	width: 14%;
	height: 75px;
}

table.simplecal td.current-day {
	color: #000;
	border: 1px solid #cde;
	background-color: #cde;
	padding-bottom: 0px;
	width: 14%;
	height: 75px;
}

table.simplecal span.day-date {
	height: 100%;
	width: 20px;
	vertical-align: top;
	display: block;
	float: left;
	font-weight: bold;
}

table.simplecal a.link {
	font-weight: normal;
}

table.simplecal a.link:hover {
	text-decoration: underline;
}

table.simplecal a.link-important {
	color: #fd0 !important;
	font-weight: bold;
}

table.simplecal a.link-important:hover {
	text-decoration: underline;
}

