body {
	color: #424242;
	direction: rtl;
	font: 0.7em Tahoma;
}

a {
	color: #424242;
}

a:hover {
	color: #b30a07;
}

input, button, textarea {
	background-color: #f9f9f9;
	border: 1px solid #cdcdcd;
	color: #333;
	font: bold 1.2em Arial;
}

input {
	width: 250px;
}

fieldset textarea {
	width: 250px;
}

form, fieldset {
	border: 0;
	margin: 0;
	padding: 5px;
}

fieldset label {
	display: block;
	float: right;
	font: bold 1.3em Arial;
	line-height: 1.3em;
	margin-right: 5px;
	margin-top: .1em;
	text-align: right;
	width: 110px;
}

fieldset label abbr, .abbr {
	color: #af0000;
	cursor: help;
	font-style: normal;
	border: 0;
}

fieldset label:after {
	content: ' :';
}

fieldset .nocolon label:after {
	content: '';
}

fieldset .captcha {
	margin-right: 120px;
	text-align: center;
}

fieldset .captcha input {
	width: 50px;
}

fieldset p span {
	font-size: 1.4em;
}

fieldset input[name="sender_email"], 
fieldset input[name="receiver_email"],
fieldset input[name="email"],
fieldset input[name="captcha"] {
	direction: ltr;
}

img.top {
	margin-top: 10px;
}

div.comment {
	overflow: auto;
	height: 200px;
	margin-right: 3px;
}

span.comment-abuse {
	font-size: 1.4em;
}

table {
	margin-top: 10px;
	width: 99.5%;
}

table td {
	background-color: #f3f3f3;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	font: bold 1.4em Arial;
	color: #333;
}

table.print td {
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
}

table.print td:first-child {
	width: 20%;
}

table.print td:first-child:after {
	content: ' :';
}

table.print tr.title td {
	font-size: 1.5em;
	color: #af0000;
	background-color: #fff;
	border-bottom: 0px;
	padding-bottom: 2em;
}

table.print tr.recipes td {
	border-bottom: 0px;
}

table.print tr.title td:after, table.print tr.recipes td:after {
	content: '';
}

table.comments tr.comment td {
	width: 100%;
	text-align: right;
}

table.comments tr.comment td:first-child:after {
	content: '';
}

table.comments td:first-child {
	width: 23%;
	text-align: center;
}

table.comments td:first-child:after {
	content: ' :';
}

h2 {
	font: bold 1.8em Arial;
	letter-spacing: 0;
}

hr.pagebreak {
	display: none;
}

#wrapper {
	margin: 0 auto;
}

#warpper-print {
	margin: 0 auto;
	margin-top: 15px;
	width: 620px;
}

#logo {
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: center;
}

#content .title {
	color: #af0000;
	font: bold 1.8em Arial;
}

#content .publish_date {
	color: #717171;
	margin: 15px 0;
}

#content .text {
	color: #151515;
	font: normal 1.7em Arial;
	line-height: 2em;
	letter-spacing: 0;
}

#abuse-form {
	display: none;
}

.copyright {
	text-align: center;
	color: #151515;
	font: bold 1.2em Arabic Transparent, Arial;
	letter-spacing: 0;
	margin: 20px 0;
}

.float-left {
	float: left;
}

.align-center {
	text-align: center;
}

.align-left {
	direction: ltr;
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.color-red {
	color: #af0000;
}

.dir-ltr {
	direction: ltr;
}

.dir-rtl {
	direction: rtl;
}

.font-bold {
	font-weight: bold;
}

.font-medium {
	font-size: medium;
}

.font-large {
	font-size: large;
}

.bg-darkgray {
	background-color: #e1e1e1;
}
.bg-lightgray {
	background-color: #eaeaea;
}

.action-buttons {
	margin-left: 3px;
}

.message {
	background-color: #f8f8f8;
	border: 1px solid #d5d5d5;
	font-size: 1.1em;
	font-weight: bold;
	margin: 6em auto;
	padding: 1.2em;
	width: 78%;
	text-align: center;
}

.error {
	border: 1px solid #af0000;
}
