
body {
	font: 70% Tahoma, Helvetica, sans-serif;
	color: #5f6775;
	background: url('background.bmp') no-repeat;
}

form {
}

fieldset {
	background: #fff;
	border: 5px solid #eee;
}

div#body {
	border-width: 0px;
}

a,
a:active,
a:visited {
	color: #f8a428;/*Nuovo: #89b5c7*/
	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;
	background: url('bg_header.jpg') top center no-repeat;
}

#menu #logo {
	position: relative;
	z-index:200;
	top: 4px;
	left: 15px;
	width: 56px;
	height: 55px;
	background: url('logo.jpg') no-repeat;
}

#menu ul {
	position: relative;
	z-index:5;
	float:right;
}

#menu li {
	text-align: center;
	padding: 25px 10px 10px 5px;
	height: 28px;
}

#menu a {
	font-size: 13px;
	font-family: Georgia, serif;
	color: #d1e2e9;
}

#menu li a:hover {
	color: #fff;
	text-decoration: none;
}

#menu #loginpass {
	border-color: #d1e2e9;
}

#page {
	width: 570px;
	height: 515px;
	padding: 0px;
	margin : 0px;
	background: #fff url('bg_body.jpg') repeat-x fixed center 65px;
}

th {
	height: 22px;
	padding: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d1e2e9;
	background: #f8f8f8;
}

td {
	border: 0px;
	background: #eee;
}

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 Tahoma, Helvetica, sans-serif;
	color: #5f6775;
}

form div.buttons {
	margin: 2px 1px 0px 1px;
	border: 0px;
	background: #eee;
}

div.alertbox_out {
	border: 3px solid #eee;
}

div.alertbox_in {
	border: 1px solid #fff;
	background: #eee;
}

img.redirect {
	width: 16px;
	height: 16px;
}

#progressbar_out {
	border: 1px solid #cccccc;
	background: #fff;
}

#progressbar_in {
	background: #d1e2e9;
}

.entry {
	width: 450px;
	margin: 30px auto;
	border: 1px solid #eee;
	background: #eee
}

.e_header {
	text-align: left;
	margin: 5px;
	margin-bottom: 0px;
	height: 85px;
	border: 5px solid #fff;
	border-bottom: 0px;
	background: #eeeeee;
}

.e_avatar {
	float: left;
	margin: 5px;
	font-size: 1px;
}

.e_name {
	float: left;
	width: 330px;
	height: 17px;
	margin-top: 15px;
	margin-left: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ABB2BB;
	font-family: Georgia, serif;
	font-size: 13px;
}

.e_name img {
	width: 16px;
	height: 11px;
	margin-right: 5px;
}

.e_date {
	margin-top: 38px;
	margin-left: 90px;
	text-align: left;
}

.e_icons {
	float: right;
	margin-top: 8px;
	width: auto;
	padding: 6px;
	font-size: 1px;
}

.e_icons img {
	width: 16px;
	height: 16px;
	margin-left: 3px;
}

.e_body {
	margin: 5px;
	margin-top: 0px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	border: 5px solid #fff;
	background: #fff url('bg_entry.jpg') repeat-x center top;
	font-family: Georgia, serif;
	font-size: 12px;
}

.e_body textarea {
	
}

.e_reply {
	margin-top:15px;
	padding-top:4px;
	border-top:1px dashed #B6C6E0;
	font-style:italic;
}