TD.profile_section {
	background-color: #666666;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
}
TD.profile_key {
	background-color: #e0e0e0;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
TD.profile_data {
	width: 100%;
}
TD.form_section {
	background-color: #666666;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
}
TD.form_key {
	background:url('../images/projalt1.gif') top left repeat-x #224C77;
	border-top:1px solid #224C77;
	border-left:1px solid #224C77;
	border-bottom:1px solid #162E45;
	border-right:1px solid #162E45;
	padding:2px;
	text-align: center;
	color:#fff;
	font-weight: bold;
	text-align: right;
}
TD.form_data {
	color:#fff;
}
TD.form_data a:link {color:#ff9;}
TD.form_data a:visited {color:#ff9;}
TD.form_data a:hover {color:#ff0;}
TD.form_data a:active {color:#ff0;}
TD.form_data a:focus {color:#ff0;}
TD.form_data a.tabButton {
	background:url('../images/projalt2.gif') top left repeat-x;
	border-top:1px solid #4C6B8A;
	border-left:1px solid #4C6B8A;
	border-bottom:1px solid #2B3D4F;
	border-right:1px solid #2B3D4F;
}
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: 333333;
	color: white;
	font-variant: small-caps;
	text-align: center;
	font-size: 1.1em;
}
table.pod {
	width: 100%;
}

table.pod TD {
	background-color: e0e0e0;
	color: #B6BDC5;
	padding: 3px;
}
table.pod A {
	color: #B6BDC5;
	font-weight: bold;
}

div.podHeader {
background:url('../images/projalt1.gif') top left repeat-x;border-top:1px solid #224C77;border-left:1px solid #224C77;border-bottom:1px solid #162E45;border-right:1px solid #162E45;	text-align: center;
	font-size: 16px;
	color:#fff;
}
div.podBody {
	color:#B6BDC5;
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	background:url('../images/contbg.gif') top left #0C151E;
}
div.podBody a:link {color: #B6BDC5;}
div.podBody a:visited {color: #B6BDC5;}
div.podBody a:hover {color: #ff0;}
div.podBody a:active {color: #ff0;}
div.podBody a:focus {color: #ff0;}

/* **************** */
/* ENTRY FORMATTING */
/* **************** */
div.entryDisplay {
	margin-top: 10px;
	text-align: center;
}
div.photoDisplay {
	margin-top: 10px;
	text-align: center;
	border-bottom: 1px solid #666666;
}
span.photoBlogInfo {
	background-color: e0e0e0;
	padding: 3px;
	font-weight: bold;
}
div.content {
	text-align: left;
}
div.dateHeader {
	background:url('../images/projalt1.gif') top left repeat-x #224C77;
	border-top:1px solid #224C77;
	border-left:1px solid #224C77;
	border-bottom:1px solid #162E45;
	border-right:1px solid #162E45;
	color: #B6BDC5;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 2px 5px;
}
div.entry {
	padding-left: 10px;
}
div.title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
div.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #94B8DC;
	padding-left: 5px;
}
div.category_links {
	text-align: right;
	font-weight: bold;
}
div.category_links A {
}
div.details {
	text-align: right;
	font-size: 10px;
}
div.continue_link {
	margin-top: 10px;
}
.required {
	background-color: #cc0033;
	color: white;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
div.comment_header {
	border-bottom: 1px solid #B6BDC5;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 10px;
}
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;
}


/*********************
// Calendar Styles  //
*********************/

table.cfmcal {
	empty-cells: show;
	border-collapse: collapse;
	padding: 0px;
	width: 165px;
	margin-bottom: 5px;
}
table.cfmcal td {
	border: 0px solid #000000;
	background:url('../images/contbg.gif') top left;
	color:#B6BDC5;
}
table.cfmcal tr.header td {
background:url('../images/projalt1.gif') top left repeat-x;border-top:1px solid #224C77;border-left:1px solid #224C77;border-bottom:1px solid #162E45;border-right:1px solid #162E45;	text-align: center;
	font-size: 16px;
	color:#fff;
}
table.cfmcal tr.header td A {
	text-decoration: none;
}
table.cfmcal tr.weekdays td {
	text-align: center;
	font-weight: bold;
background:url('../images/projalt2.gif') top left repeat-x;border-top:1px solid #4C6B8A;border-left:1px solid #4C6B8A;border-bottom:1px solid #2B3D4F;border-right:1px solid #2B3D4F;	color: #fff;
	height: 1.5em;
}
table.cfmcal tr td.day_blank {
	background-color: #E99EA0;
	height: 1.2em;
}
table.cfmcal tr td.day_highlighted {
	text-align: right;
	background-color: #ffffff;
	font-weight:bold;
	height: 1.2em;
}
table.cfmcal tr td.day_highlighted A {
	color: #fff;
}
table.cfmcal tr td.day {
	text-align: right;
	background-color: #ffffff;
	height: 1.2em;
}
table.cfmcal tr td.day_selected {
	text-align: right;
	background-color: #ffffff;
	height: 1.2em;
}
table.cfmcal tr td.day_selected a {
	color: #00f;
}
div.loginFormWrapper {
	text-align: center;
}
#loginForm {
	width: 400px;
	border: 1px dashed #666666;
	text-align: left;
	padding: 10px;
}
.loginHeader {
	font-size: 18px;
	font-weight: bold;
	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;
}
