﻿@import url("layout.css");
.MyFont
{
	font-size: 14pt;
	font-family: 'B Lotus' ,Arial;
}

.pading
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 5px;
	
}


.MyTextBox
{
	padding-right: 5px;
    padding-left: 5px; 
    font-size: 16pt; 
    padding-bottom: 5px;
    direction: rtl; 
    padding-top: 5px; 
    font-family: 'B Lotus', Arial;
    background-color: #eff3fb; 
    text-align: right; 
    border-top-width: thick; 
    border-left-width: thick; 
    border-left-color: navy; 
    border-bottom-width: thick; 
    border-bottom-color: navy; 
    border-top-color: navy; 
    border-right-width: thick; 
    border-right-color: navy;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #f2f2f7;
	background-image: url(  "../images/background.gif" );
	background-repeat: repeat;
	background-attachment: scroll;
	font-weight: bold;
	
	
}

.Date
{
	direction: ltr;
}

.headline_EN
{
	width: auto;
	height: auto;
	border-bottom:1px solid #800;
	margin-bottom: 5px;
	padding-left: 100px;
	background: #fff;
	text-align: justify;
	direction: rtl;
	color: #3399cc;
}     
.headline
{
	width: auto;
	height: auto;
	border-bottom:1px solid #800;
	margin-bottom: 5px;
	padding-right: 100px;
	background: #fff;
	text-align: justify;
	direction: rtl;
	color: #3399cc;
}     

}     

#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}

#down_navigation {
	padding: 2px;
	border: 2px solid #000000;
	position: relative;
	float: right;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}

#content {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #000080;
	background-color: #3197BB;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
.FarsiText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	vertical-align: top;
	text-align: justify;
	line-height: 20px;
	background-color: #E3EFFF;
	padding: 5px;
	margin-top: 5px;
}
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.LeftToRight
{
	direction: ltr;
}
