TD.profile_section, div.profile_section {
	background-color: #21835D;
	color: white;
	font-size: 13px;
	font-weight: bold;
}
TD.profile_key {
	background-color: #e0e0e0;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding: 10px;
}
TD.profile_data {
	width: 100%;
	padding: 10px;
}
TD.form_section {
	background-color: #666666;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
}
TD.form_key {
	background-color: #e0e0e0;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}
TD.form_data {
	padding: 10px;
}

div.errorMessage {
	border: 1px dashed #000000;
	background-color: #ffcccc;
	margin: 5px;
	font-weight: bold;
}
div.successMessage {
	border: 1px dashed #000000;
	background-color: #ccffcc;
	margin: 5px;
	font-weight: bold;
}


/* ************** */
/* POD FORMATTING */
/* ************** */
table.pod TD.header {
	background-color: #21835D;
	color: white;
	font-variant: small-caps;
	text-align: center;
	font-size: 1.1em;
}
table.pod {
	width: 90%;
}

table.pod TD {
	background-color: #21835D;
	color: #333333;
	padding: 3px;
}
table.pod A {
	color: #3333ff;
	font-weight: bold;
}

a.podlink {color: white;
	font-weight: bold}

div.podHeader {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 5px 0px;
	width: 170px;
	background-color: #21835D;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
div.podBody {
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 5px 0px;
	width: 170px;
	color: black;
	font-size: 11px;
	margin-bottom:15px;
}

/* **************** */
/* ENTRY FORMATTING */
/* **************** */
div.entryDisplay {
	margin-top: 10px;
}
div.photoDisplay {
	margin-top: 10px;
	text-align: center;
	border-bottom: 1px solid #666666;
}
span.photoBlogInfo {
	background-color: #21835D;
	padding: 3px;
	font-weight: bold;
}
div.content, p.content {
	text-align: left;
	padding-left: 20px;
}
.dateHeader {
	color: white;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #006633;
	font-weight: bold;
	padding: 3px;
}
div.entry {
	padding-left: 20px;
}
.entrytitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006633;
}
span.subtitle {
	font-size: 13px;
	font-style: italic;
	color: #666666;
	padding-left: 0px;
	margin-top: 10px;
	width: 100%;
}
p.category_links, div.category_links {
	text-align: right;
	font-weight: bold;
}
div.category_links A {
}
div.details, p.details {
	text-align: right;
	font-size: 10px;
	margin-bottom:20px
}
div.continue_link {
	margin-top: 10px;
}
.required {
	color: #21835D;
}
p.comment_header {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif
}
div.comment_subject {
	border-bottom: 1px dotted #666666;
	color: #666666;
}
div.comment_text {
	padding-left: 20px;
	padding-right: 20px;
}
div.comment_details {
	text-align: right;
	border-bottom: 1px solid #000000;
}

table.cfmcal {
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #000000;
	width: 160px;
	margin-bottom: 15px;
}
table.cfmcal td {
	border: 0px solid #000000;
}
table.cfmCal tr.header td {
	text-align: center;
	font-weight: bold;
	background-color: #21835D;
	font-size: 11px;
	color: white;
	padding: 5px 0px;
}
table.cfmCal tr.header td A {
	text-decoration: none;
}
table.cfmCal tr.weekdays td {
	text-align: center;
	font-weight: bold;
	background-color: #21835D;
	color: white;
	height: 1.5em;
}

table.cfmCal tr td.day_highlighted {
	text-align: right;
	background-color: #FFCC01;
	padding: 3px 5px;
	height: 1.2em;
}
table.cfmCal tr td.day_highlighted A {
	color: black;
}
table.cfmCal tr td.day {
	text-align: right;
	background-color: #ffffff;
	padding: 3px 5px;
	height: 1.2em;
}
table.cfmCal tr td.day_selected {
	text-align: right;
	background-color: navy;
	height: 1.2em;
}
table.cfmcal tr td.day_selected a {
	color: white;
}
div.loginFormWrapper {
	text-align: center;
}
#loginForm {
	width: 400px;
	text-align: left;
	padding: 10px;
}
.loginHeader {
	font-size: 18px;
	padding-bottom: 10px;
	text-align: left;
}

div.blogcfm_album_list {

}
div.blogcfm_album_list div.album_title {
	padding: 3px;
	border: 1px dotted #666666;
	font-size: 1.2em;
	font-weight: bold;
}
div.blogcfm_album_list div.thumb {
	float:left;
	padding: 5px;
}
div.blogcfm_album_list div.album_details {
	padding: 5px;
	margin-left: 165px;
	text-align: left;
}
