/* @group General Elements */
body {
	background-color: white;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #282828;
	padding: 20px 0 15px 35px;
}
td {
	font-size: 12px;
}
img {
	border-width: 0px;
}
a {
	color: #999999;
}
a:hover {
	color: #333333;
}
.clear {
	clear: both;
}
#header {
	width: 800px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#show_slogan {
	float: right;
	clear: both;
}
#content {
	margin-left: 170px;
	width: 630px;
	line-height: 17px;
	text-align: justify;
}
#page_title {
	width: 630px;
	text-align: left;
	font-family: 'Lucida', 'Helvetica', 'Sans Serif';
	font-size: 28px;
	line-height: 22px;
	color: #cdcdcd;
	margin-bottom: 20px;
	text-transform: uppercase;
	z-index: 10;
}
.files {
	margin-top: 20px;
}
.image_caption {
	font-size: 9px;
	color: #3e3e3e;
	margin: 4px 0 20px 0;
	line-height: 13px;
}
#content img.thumbnail {
	float: left;
	width: 105px;
	height: 105px;
	margin: 0 20px 20px 0;
}
#show_dates {
	float:right;
	color: black;
	font-size: 14px;
	margin-top: 30px;
	font-family: 'Lucida', 'Helvetica', 'Sans Serif';
}
/* @end */

/* @group Formulator Items */

#required_fields_missing {
	width: 800px;
	text-align: right;
	margin-top: 15px;
	font-size: 10px;
	color: red;
}
.validation_error {
	width: 800px;
	text-align: right;
	margin-top: 15px;
	font-size: 10px;
	color: red;
	line-height: 12px;
}
.wordcount {
	float: right;
	color: #000000;
	font-size: 11px;
	margin-top: 3px;
}
#required_note {
	margin-top: 20px;
	color: #666666;
	font-size: 11px;
}
#footer {
	width: 800px;
	border-top: 1px solid #000;
	padding-top: 5px;
	margin-top: 20px;
}
#position_indicator {
	color: #999999;
	float: left;
	font-size: 16px;
}
#form_buttons {
	float: right;
}
#form_buttons input {
	margin: 0;
}
#completion {
	width: 800px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

/* @group Input Elements */
.form_row {
	width: 800px;
}
.header {
	margin: 15px 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	clear: both;
}
.text {
	width: 800px;
}
.label {
	position: absolute;
	font-size: 11px;
	margin-top: 8px;
	white-space: nowrap;
}
input, select, textarea {
	margin: 24px 0 0 0;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}
select {
	position: relative;
	top: 2px;
}
.deleter {
	position: relative;
	top: 4px;
	left: -5px;
}
head:first-child+body .deleter {
	top: 5px;
}
ol li {
	margin-top: 7px;
}
/* @end */

/* @end */

/* @group Navigation */
#navigation {
	float: left;
	width: 157px;
	font-family: 'Andale Mono', 'Lucida', 'Helvetica', 'Sans Serif';
}
#navigation a {
	text-decoration: none;
	color: #666666;
}
#navigation a:hover {
	color: black;
}
#navigation a.selected {
	color: black;
}
#navigation .pagegroup_header {
	background-color: #dddddd;
	margin-bottom: 1px;
	padding: 2px;
}
#navigation .pagegroup div {
	background-color: #eeeeee;
	margin: 0px;
	padding: 2px 2px 2px 6px;
	font-size: 10px;
}
/* @end */

