body {
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	direction: rtl;
}

a {
	color: #0000ff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input,textarea,select {
	font-family: Tahoma;
	font-size: 12px;
}

textarea {
	height:150px;
	width:350px;
}
.placeholder {
	color: #777777;
}

#headerprint,#footerprint {
	text-align: center;
}

#wrapper {
}

#header {
	display:none;
}

#newsbar {
	display:none;
}

#newsbar marquee {
	margin-right: 160px;
	color: #fff;
}

#content {

}

#sidebar {
	display:none;
	
}

#page {

}

#footer {
	display:none;
}

table.stander {
	border:0 none;
	border-collapse:collapse;
	direction:rtl;
	margin:0 auto;
	width:90%;
}

table.stander tr.even {
	background-color:#fff;
}

table.stander tr {
	background-color: #E5E5E5;
}

table.stander th {
	background-color:#e5e5e5;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}

table.stander th, table.stander td {
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}

table.stander td {
	background-color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:2px 5px;
	text-decoration:none;
}

table.stander table.stander th, table.stander td {
	padding:4px 8px;
	text-align:right;
}

.page-title-div {
	text-align:center;
	font-size: 24px;
}

.page-content-div,.page-index-div {
	font-size: 16px;
}

.no-print {
	display: none;
}

