body
{
	background: url(../images/background.png) #C8D795;
	margin: 0px;
	padding: 0px;
}

.images
{
	font-size: 1px;
}

.images img
{
	margin: 3px 5px;
}

.comment
{
	color: gray;
	margin: 5px 0px 5px 1em;
}

.dates td,
.dates th
{
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.dates td
{
	border-top: 1px solid black;
}

.dates .date
{
	border-right: 1px solid black;
	width: 96px;
}

.error_list
{
	color: #800000;
	list-style-type: square;
	margin: 5px 0px 0px 1em;
	padding: 0px;
}

.error_list li
{
	padding: 5px;
}

.full_size_table
{
	width: 99%;
}

.full_size_table.input_table th
{
	width: 1%;
}

.input_table td,
.input_table th
{
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.input_table td
{
	padding-left: 15px;
}

.input_table .has_error
{
	background: #FFE0E0;
}

.input_table .has_error td,
.input_table .has_error th
{
	border-top: 1px solid #FFF0F0;
	border-bottom: 1px solid #DDA0A0;
}

#body
{
	margin: 0px auto 2em auto;
	width: 900px;
}

#page
{
	background: white;
	padding: 20px;
}

#shadow_left,
#shadow_right
{
	background: url(../images/shadow_vertical.png) repeat-y;
}

#shadow_left
{
	padding-left: 4px;
}

#shadow_right
{
	background-position: top right;
	padding-right: 4px;
}

#shadow_bottom
{
	background: url(../images/shadow_bottom.png) no-repeat left bottom;
	padding-bottom: 4px;
}

#flash_notice,
#flash_error
{
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	padding: 5px;
}

#flash_notice
{
	background: #FFFF99;
	border-color: #C4C400;
	color: #555500;
}

#flash_error
{
	background: #FFE0E0;
	border-color: #800000;
	color: #800000;
}

#left_side,
#right_side
{
	padding-bottom: 24px;
}

#left_side
{
	margin-right: 396px;
	padding-top: 1em;
}

#right_side
{
	float: right;
	text-align: right;
	width: 364px;
}

#right_side .image_text
{
	color: #9DA0A9;
	font-size: 0.8em;
}

#sidebar
{
	margin-top: 5em;
}

#navigation
{
	color: #969AA3;
	line-height: 1.75em;
}

#navigation a
{
	color: #969AA3;
	text-decoration: none;
}

#navigation a:hover
{
	text-decoration: underline;
}

#navigation .active
{
	color: #0088AD;
}

#first_level_navigation,
#second_level_navigation
{
	border-bottom: 1px solid #A1D0DF;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 3em;
}

#first_level_navigation
{
	text-transform: uppercase;
}

#content_footer
{
	border-top: 1px solid #82C0D4;
	color: #969AA3;
	font-size: 0.9em;
	margin: 3em 0px 2em 0px;
	padding: 2px;
}

#content_footer a
{
	color: #969AA3;
	text-decoration: none;
}

#content_footer a:hover
{
	text-decoration: underline;
}

#footer
{
	background: #009DBC;
	clear: both;
	color: white;
	font-weight: bold;
	padding: 2px 10px;
}

#footer a
{
	color: white;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}