body {
	background: #fff;
	color: #000;
	font-size: 11px;
	font-family: tahoma;
	line-height: 140%;
	width: 95%
}
a:link , a:visited {
	text-decoration:none;
}
#container {
	border: 1px solid #ccc;
	background: #fff;
	padding: 0 20px;
	direction: rtl;
	text-align: right;
}
.title {
	text-align: left;
}

h1 {
	font-weight: bold;
	color: #000;
	font-size: 18px;
}
h1 a {
	color: #000;
	text-decoration: none;
	width: 90%;
}

.navigation {
	border: 1px solid #ccc;
	background: #F5F5F4;
	padding: 4px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: right;
}


#infobox {
	padding: 4px;
	color: #777;
	font-size: 11px;
	margin-bottom: 10px;
}

#fullversion {
	font-size: 1.1em;
}


.post {
	border: 1px solid #ccc;
	padding: 1px;
	background: #F5F5F4;
	margin-bottom: 15px;
	text-align: justify;
}

.post .header {
	background: #F5F5F4;
}

.post .header .author a {
	color: #000;
	text-decoration: none;
	font-size: 11px;

}

.post .header .dateline {
	padding: 4px;
	color: #777;
	float: left;
	margin-top: -23px;
	font-size: 11px;

}

.post .message {
	background: #fff;
	padding: 4px;
}

.listing {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.header {
	background: #F5F5F4;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #ccc;
}

.threadlist .threads {
	padding: 4px;
}

.threadlist .threads .replycount {
	color: #777;
	font-size: 0.8em;
}

.header h2 {
	font-size: 1.0em;
	margin: 0;
}

h3 {
	font-size: 1.0em;
	margin: 5px 0 0 10px;
}

.forumlist .forums ul {
	list-style: none;
}

.error {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.error .header {
	background: #F5F5F4;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #ccc;
}

.error .message {
	padding: 4px;
}

.multipage {
	background: #F5F5F4;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 4px;
}

#printinfo {
	display: none;
}

#footer {
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #000;
}

.quote_body, .code_body {
	margin-left: 18px;
	padding: 5px;
	text-align: right;

}
.quote_header {
	border-top: 1px #3D3D39 solid;
	border-right: 1px #FFFFFF solid;
	border-left: 1px #3D3D39 solid;
	background: #E5E7EE;
	color: #000;
	font-style: italic;
	margin: 10px 10px 0 10px;
	line-height: 100%;
	padding: 5px;
}

.quote_body {
	border-right: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
	border-left: 1px #3D3D39 solid;
	background: #E5E7EE;
	color: #000;
	font-style: italic;
	margin: 0 10px 10px 10px;
	padding: 5px;
	text-align: right;
}
.code_body {	
	text-align:left;
	background: #fafafa;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;
	color: #000;
	margin: 0 8px;
	font-family: Courier, monospace;
	font-size: 12px;
	direction:ltr;
}

ol{
	margin-bottom: 15px;
}