﻿/***********************************************************
	base.css
	By Mohammad M. Saffari <http://blog.saffarionline.net>
***********************************************************/
@media all {
	* {
		margin: 0;
		padding: 0;
	}
	option {
		padding-left: 0.4em;
	}
	* html body * {
		overflow: visible;
	}
	* html iframe, * html frame {
		overflow: auto;
	}
	* html frameset {
		overflow: hidden;
	}
	html {
		height: 100%;
		overflow-y: scroll !important;
	}
	body {
		font: 11px Tahoma;
		color: #000;
		/*text-align: center;*/
	}
	img {
		border: 0 solid;
	}
	ul, ol, dl {
		margin: 0.5em 0 0 0;
	}
	li {
		line-height: 1.5em;
	}
	hr {
		display: none;
	}
	blockquote, cite {
		margin: 0 0 1em 1.5em;
		font-size: 0.93em;
		width: auto;
	}

	.clearfix {
		display: block;
	}
	.floatbox {
		overflow: hidden;
	}

	/* IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
	#ie_clearing {
		display: none;
	}

	.skip, .hideme, .print {
		position: absolute;
		top: -1000em;
		left: -1000em;
		height: 1px;
		width: 1px;
	}
	p {
		line-height: 1.8em;
		direction: rtl;
		text-align: justify;
		margin-bottom: 10px;
	}
	.skip:focus, .skip:active {
		position: static;
		top: 0;
		left: 0;
		height: auto;
		width: auto;
	}
	a
	{
		text-decoration: none;
	}
	/*a {
		background: url(../images/link_bg.gif) repeat-x 0 100%;
		text-decoration: none;
		line-height: 1.6em;
		color: #981028;
		padding-bottom: 4px;
	}
	a:hover {
		color: #000;
		background: url(../images/link_hover_bg.gif) repeat-x 0 100%;
	}*/
	option {
		padding-left: 0.4em;
		font: 11px Tahoma;
		direction: rtl;
	}

	.fa {
		direction: rtl;
		text-align: right;
	}
	.en {
		direction: ltr;
		text-align: left;
	}
}

