
body {
	font: 70% Arial, Helvetica, sans-serif;
	color: #757575;
	background: #ffffff;
}

form {
}

fieldset {
	background: #d5d8d9;
	border-width: 0px;
}

div#body {
	border-width: 0px;
}

a,
a:active,
a:visited {
	color: #7294ad;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

small,
.e_date {
	font-size: 90%;
}

cite {
	font-style: italic;
}

#menu {
	height: 65px;
	padding-right: 15px;
	text-align: right;
	background: url('bg_header.jpg') no-repeat top center;
}

#menu img {
	width: 60px;
	height: 16px;
	margin: 43px 8px 0px 8px;
}

#page {
	width: 570px;
	height: 515px;
	padding: 0px;
	margin : 0px;
	background: #ffffff url('bg_body.jpg') repeat-x top left;
	background-attachment: fixed;
	scrollbar-3dlight-color: #e8e8e8;
	scrollbar-arrow-color: #7294ad;
	scrollbar-base-color: #f1f1f1;
	scrollbar-darkshadow-color: #d5d8d9;
	scrollbar-highlight-color: #ffffff;
	scrollbar-track-color: #fcfcfc;
	scrollbar-shadow-color: #e8e8e8;
}

table td {
	border: 1px solid #fff;
	background: #f1f1f1;
}

td.paramname {
	width: 75%;
	padding: 6px 0px 6px 6px;
}

td.paramvalue {
	width: 25%;
	padding: 0px;
}

td.fieldname {
	width: 25%;
	padding: 5px;
}

td.fieldvalue {
	width: 75%;
	padding: 5px;
}

input,
button,
select,
textarea {
	font: 11px Arial, Helvetica, sans-serif;
	color: #757575;
}

form div.buttons {
	margin: 2px 1px 0px 1px;
	border: 1px solid #fff;
	background: #f1f1f1;
}

div.alertbox_out {
	border: 1px solid #d5d8d9;
}

div.alertbox_in {
	border: 1px solid #fff;
	background: #f1f1f1;
}

img.redirect {
	width: 16px;
	height: 16px;
}

#progressbar_out {
	border: 1px solid #cccccc;
	background: #fff;
}

#progressbar_in {
	background: #C9DDEC;
}

.entry {
	width: 450px;
	min-height: 154px;
	height: auto !important;
	overflow: auto;
	margin: 15px auto;
}

.e_header {
	float: left;
	height: auto;
	width: 170px;
	border: 1px solid #d5d8d9;
	border-right: 0px;
	background: #d5d8d9;
}

.e_avatar {
	font-size: 1px;
	text-align: center;
	padding: 5px;
	border: 1px solid #fff;
	background: #f1f1f1;
}

.e_avatar img {
	filter: alpha(opacity=80);
	opacity: .80
}

.e_name,
.e_date,
.e_icons {
	height: 21px;
	line-height: 21px;
	margin-top: 1px;
	padding-left: 5px;
	text-align: left;
	border: 1px solid #fff;
	background: #f1f1f1;
}

.e_name * {
	padding-top: 5px;
}

.e_date {
	font-size: 90%;
}

.e_icons {
}

.e_icons img {
	margin: 2px 4px 0px 0px;
}

.e_body {
	float: right;
	width: 257px;
	min-height: 124px;
	height: auto !important;
	height: 124px;
	padding: 10px;
	line-height: 150%;
	border: 1px solid #d5d8d9;
	background: #fff;
}