
body {
	font: 70% Arial, Helvetica, sans-serif;
	background: white;
	color: black;
}

fieldset {
	border: 2px groove #fff;
}

div#body {
	width: 568px;
	height: 578px;
	border: 1px solid black;
}

div#page {
	font-family: 'Segoe UI';
}

a,
a:active,
a:visited {
	color: slategray;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-size: 100%;
	font-weight: bold;
}

small,
.e_date {
	font-size: 95%;
	color: slategray;
}

cite {
	font-style: italic;
}

#menu {
	height:56px;
	background:url('bg_header.jpg') top center no-repeat;
}

#menu ul {
	float:left;
	padding: 0px 0px 0px 75px;
}

#menu li {
	margin-top:24px;
	padding: 0px 21px;
}

#menu li, a {
	width: 98px;
	height: 32px;
	text-indent:-999em;
}

#menu #m_rss a, #menu #m_rss {
	width:16px;
	height:16px;
	text-indent:0em;
	margin-top:14px;
}

#menu #m_setup form {
	margin-top:2px;
	width: 150px;
}

#menu #m_read a {
	background-image: url('read.gif');
	background-position: top center;
}
#menu #m_write a {
	background-image: url('write.gif');
	background-position: top center;
}
#menu #m_setup a {
	background-image: url('setup.gif');
	background-position: top center;
}

#menu #m_read a:hover,
#menu #m_write a:hover,
#menu #m_setup a:hover {
	background-position: bottom center;
}

#page {
	width: 568px;
	height: 522px;
	background: url('bg_body.jpg') no-repeat;
	background-position: center 57px !important;
	background-position: center center;
	background-attachment: fixed;
}

table {
	background: #fff;
	filter: Alpha(Opacity=98, FinishOpacity=65, Style=1, StartX=30, StartY=0, FinishX=0, FinishY=0); /* Not W3C compliant */
	opacity: .85;
}

th {
	height: 22px;
	padding: 0px;
	font-size:125%;
	font-weight: normal;
	color: darkslategray;
}

td {
	background: #EFF3F6;
}

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 'Segoe UI', Arial, Helvetica, sans-serif;
	color: black;
}

form div.buttons {
	margin: 1px 1px 0px 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #c6c6c6 #c6c6c6 #fff;
	background: #DFE0E7;
}

div.alertbox_out {
	border: 2px groove #fff;
}

div.alertbox_in {
	border: 1px solid #fff;
	background: #EFF3F6;
	filter: Alpha(Opacity=95, FinishOpacity=65, Style=1, StartX=60, StartY=150, FinishX=0, FinishY=0); /* Not W3C compliant */
	opacity: .85;
}

img.redirect {
	width: 24px;
	height: 24px;
}

#progressbar_out {
	border: 1px solid #ABB2BB;
	background: #fff;
}

#progressbar_in {
	background: #B6C6E0;
}

.entry {
	width: 400px;
	margin: 20px auto;
	border: 2px groove #fff;
	background: #F6F7F8;
	filter: Alpha(Opacity=90, FinishOpacity=60, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=160); /* Not W3C compliant */
	opacity: .80;
}

.e_header {
	height: 78px;
	text-align: left;
}

.e_avatar {
	float: left;
	margin: 10px 5px 5px 5px;
	font-size: 1px;
}

.e_name {
	float: left;
	width: 135px;
	margin-top: 35px;
	margin-left: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ABB2BB;
}

.e_name img {
	width: 18px;
	height: 12px;
}

.e_date {
	float: left;
	margin-top: 55px;
	margin-left:-135px;
}

.e_icons {
	float: right;
	width: auto;
	padding-left: 1px;
	padding-right: 5px;
	text-align: right;
	direction: rtl;
	font-size: 1px;
	border-left: 1px solid #8A9096;
}

.e_icons img {
	width: 20px;
	height: 17px;
	margin-left: -1px;
}

.e_body {
	min-height: 70px;
	height: auto !important;
	height: 70px;
	margin: 5px;
	border-top: 1px solid #B6C6E0;
	color: #333;
}

.e_body textarea {
	color: #333;
}

.e_reply {
	margin-top:15px;
	padding-top:4px;
	border-top:1px dashed #B6C6E0;
}