
body {
	font-family: Tahoma, sans-serif;
	font-size: 70%;
	background-color: #ebeae3;
	color: #3d3d3d;
	
}

div#body {
}

a,
a:active,
a:visited {
	color: #3d3d3d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-size: 100%;
	font-weight: bold;
	color: #43536E;
}

small,
.e_date {
	font-size: 9px;
}

cite {
	font-style: normal;
}

#menu {
	height:60px;
	background:url('bg_header.jpg') top center no-repeat;
}

#menu ul {
	float:right;
	padding: 0px 25px 0px 0px;
}

#menu li {
	margin:44px 3px 0px 3px;
}

#menu li, a {
	width:50px;
	height:13px;
}

#menu #m_read {
	background-image: url('read.gif');
}
#menu #m_write {
	background-image: url('write.gif');
}
#menu #m_setup {
	background-image: url('setup.gif');
}


#page {
	width: 570px;
	height: 520px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

table {
	background-color: #ffffff;
}

th {
	color: #43536E;
	height: 20px;
}

th, td {
	background-color: #ebeae3;
}

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;
}


div.buttons {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #ffffff;
}

input,
button,
select,
textarea {
	font: 11px Tahoma, sans-serif;
	color: #000000;
}

div.alertbox_out {
	border-width: 0px;
}

div.alertbox_in {
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	background-color: #e4e2d9;
}

#progressbar_out {
	background: #fff;
	border: 1px solid #b5b4ac;
}

#progressbar_in {
	background: #ebeadb;
}

img.redirect {
	width: 15px;
	height: 15px;
}

.entry {
	height: auto;
	overflow: auto;
	width: 549px !important;
	width: 551px;
	margin: 0px auto 0px auto;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #ffffff;
	background-color: #e4e2d9;
}

.e_header {
	float: left;
	width: 150px;
	text-align: left;
}

.e_avatar {
	padding: 5px;
	font-size: 1px;
	border-bottom: 1px dashed #ffffff;
}

.e_name,
.e_date,
.e_icons {
	padding: 4px 0px 4px 4px;
	border-bottom: 1px dashed #ffffff;
}

.e_name {
	padding-top: 4px;
	padding-bottom: 3px;
}

.e_name img {
	width: 18px;
	height: 12px;
}

.e_icons {
	font-size: 1px;
	border-width: 0px;
}

.e_icons img {
	margin-right: 3px;
}

.e_body {
	float: right;
	min-height: 132px;
	height: auto !important;
	height: 132px;
	width: 378px !important;
	width: 380px;
	border-left: 1px solid #ffffff;
	background-color: #ebeae3;
}

.e_body textarea {
	color: #5d5d5d;
	font-style:italic;
}

.e_reply {
	margin-top:15px;
	padding:4px;
	border-top:1px dashed #fff;
	color: #5d5d5d;
	font-style:italic;
}