
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;
	background:url('bg_header.jpg') top center no-repeat;
}

#menu ul {
	float:right;
	padding: 0px 0px 0px 0px;
}

#menu li {
	margin:42px 8px 0px 0px;
	padding-left: 20px;
	background:transparent center left no-repeat;
}

#menu li, a {
	width:auto;
	height:auto;
	line-height: 19px;
	font-weight:bold;
}

#menu #loginpass {
	border-color: #7294ad;
}

/*
#menu li#m_read {
	background-image: url('read.gif');
}
#menu li#m_write {
	background-image: url('write.gif');
}
#menu li#m_setup {
	background-image: url('setup.gif');
}
*/
#page {
	width: 570px;
	height: 515px;
	padding: 0px;
	margin : 0px;
	background: #ffffff url('bg_body.jpg') repeat-x fixed center 65px;
	scrollbar-3dlight-color: #d5d8d9;
	scrollbar-arrow-color: #757575;
	scrollbar-base-color: #f1f1f1;
	scrollbar-darkshadow-color: #d5d8d9;
	scrollbar-highlight-color: #ffffff;
	scrollbar-track-color: #fcfcfc;
	scrollbar-shadow-color: #ffffff;
}

th {
	height: 22px;
	padding: 0px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #dbe4ee;
	background: #f8f8f8;
}

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: 430px;
	min-height: 154px;
	height: auto !important;
	overflow: auto;
	margin: 15px auto;
}

.e_header {
	float: left;
	height: auto;
	width: 159px;
	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: auto !important;
	height: 21px;
	min-height: 21px;
	margin-top: 1px;
	padding-left: 5px;
	line-height: 21px;
	text-align: left;
	border: 1px solid #fff;
	background: #f1f1f1;
}

.e_name img {
	padding-top:0px!important;
	padding-top:5px;
}

.e_date {
	font-size: 90%;
}

.e_icons {
	font-size:1px;
	line-height: 21px;
	height: auto !important;
	height: 41px;
	min-height: 42px;
}

.e_icons img {
	vertical-align:middle;
	margin: 2px 4px 0px 0px;
}

.e_body {
	float: right;
	width: 248px;
	min-height: 160px;
	height: auto !important;
	height: 156px;
	padding: 10px;
	border: 1px solid #d5d8d9;
	background: #fff;
}

.e_body textarea {
	font-style:italic;
	line-height:150%;
}

.e_reply {
	margin-top:15px;
	padding-left:4px;
	border:1px dashed #d5d8d9;
	border-left:3px solid #dbe4ee;
	font-size:90%;
	font-style:italic;
}