.entry_form_label
{
	width: 60px;
	float: left;
	clear: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.entry_form_input
{
	float: left;
	clear: right;
	font-weight: bold;
	margin-bottom: 10px;
}

.HTMLEditorInput
{
	float: left;
	clear: right;
	margin-bottom: 10px;
}

.entry_list_menu
{
	width: 700px;
	height: 30px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.entry_list_menu .start
{
		display: block;
		float: left;
		width:17px;
		height: 27px;
		background-image: url('../gfx/btnStart.png');
}

.entry_list_menu .separator
{
		position: relative;
		top: -3px;
		display: block;
		float: left;
		width:17px;
		height: 27px;
		background-image: url('../gfx/btnSeparator.png');
}


.entry_list_menu .middle
{
		display: block;
		float: left;
		width:650px;
		height: 24px;
		background-image: url('../gfx/btnMiddle.png');
		padding-top: 3px;

}

.entry_list_menu a
{
	color: #ffffff;
	padding-left: 5px;
	font-weight: bold;
	font-family: helvetica, arial;
	font-size: 10pt;
	text-decoration: none;
	float: left;
	position: relative;
	top: 3px;
}

.entry_list_menu a:hover
{
	color: #d0d0d0;
}

.entry_list_menu .end
{
		display: block;
		float: left;
		clear: right;
		width:17px;
		height: 27px;
		background-image: url('../gfx/btnEnd.png');
}

.entry_list_title
{
	font-weight: bold;
	font-family: helvetica, arial;
	font-size: 12pt;
	color: green;
	padding: 3px;
	width: 500px;
}
.entry_list_author
{
	float: right;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 10pt;
	margin-top: 5px;
	margin-right: 5px;
}

.blog
{
	padding: 20px;
}

.entry_list_more
{
	padding: 5px 0px 5px 0px;
	margin-left:auto;
	margin-right:0px;
}

.entry_list_item
{
/*	border-bottom: 1px solid black;*/
	margin-bottom: 10px;
	background-color: #e6f4f6;
	padding: 10px;

}
.entry_list_intro
{
}

.entry_intro
{
	background-color: #f0f0f0;
	padding: 10px;
	border: 1px dotted black;
}

.entry_footer
{
	margin-top: 20px;
	font-style: italic;
	text-align: right;
}

.entry_back
{
	margin-top: 30px;
	text-align: center;
}

.attachments
{
	border: 1px solid black;
	margin-left: 10px;
	margin-top: 30px;
	background-color: #f3f3f3;
	width: 500px;
}

.att_header
{
	font-size: 10pt;
	padding:3px 10px 3px 10px;
	background:#5C443A;
	color:#FFFFFF;
	text-align:left;
	text-transform:uppercase;
	width: 480px;
/*	margin-left: auto;
	margin-right: auto;*/
}

.att_row_odd
{
	border-bottom: 1px dotted gray;
	background-color:#ebf3ff;
	padding:1px 10px 1px 10px;

}

.att_row_even
{
	border-bottom: 1px dotted gray;
	background-color:#ffffff;
	padding:1px 10px 1px 10px;

}

.att_row_last
{
	padding:1px 10px 1px 10px;
}
.att_row_odd:hover, .att_row_even:hover
{
	background:#99BCBF;
	border-bottom:1px solid #03476F;
	color:#000000;
}

.att_row_last:hover
{
	background:#99BCBF;
	color:#000000;
}

.att_col1
{
	padding-left: 5px;
	display: block;
	float: left;
	width: 275px;
}

.att_col2
{
	display: block;
	float: left;
	width: 75px;
}

.att_col3 a
{
	margin-right: 10px;
}

