﻿/************** ParsPortal_rtl.css ***************/
body{
	font: normal 100% Tahoma;
}
/************************* - Header Part 1 - ***********************/
.nav1{
	float: right;
}
.nav1 ul li{
	float: right;
}
.nav1 ul li a,.nav1 ul li a:visited{
	background: url(../Images/btn_header_rtl.png) no-repeat;
}
.nav1 ul li a:hover{
	background: url(../Images/btn_header_over_rtl.png) no-repeat;
}
.metas{
	float: left;
}
.metas ul li{
	float: left;
	margin: 0 0 0 10px;
}
/************************* - Header Part 2 - ***********************/
.nav2 ul li{
	float: right;
}
.nav2 ul li a,.nav2 ul li a:visited{
	background: url(../Images/menu.gif) no-repeat left top;
	font: bold 0.75em Tahoma;
}
.nav2 ul li a:hover{
	background: url(../Images/menu_over.gif) no-repeat right top;
}
/************************* - Header Part 3 - ***********************/
.h-part3{
	font: normal 0.75em tahoma;
}
.user{
	float: right;
	padding: 4px 0 0 8px;
	text-align: left;
	border: 1px #d3d3d3 solid;
	border-left: 1px #999 solid;
}
.user span{
	background: url(../Images/ico_default.gif) no-repeat left 3px;
	float: right;
	margin: -3px 0 0 0;
}
.path{
	text-align: right;
	padding-right: 2px;
	height: 22px;
	margin-right: 221px;
	border: 1px #b0afaf solid;
	border-right: 1px #ccc solid;
}
/************************* - Content - ***********************/
.content{
	text-align: right;
	direction: rtl;
}
.left{
	float: right;
	padding: 2px 2px 0;
}
.right{
	margin: 0 217px 0 0;
	padding: 4px 2px 0 4px;
}
/************************* - Right - ***********************/
.r-top-r{
	float: left;
}
.r-top-l{
	margin: 0 0 0 250px;
}
/************************* - Block - ***********************/
.block h3.btitle{
	background: url(../Images/grid_bg_over.gif) repeat-x 0 center;
	font: bold 12px Tahoma;
}
.block h3.btitle span{
	float: right;
}
/************************* - Block Simple - ***********************/
.block-simple h3.btitle{
	font: bold 11px Tahoma;
}
.block-simple ul li{
	padding: 1px 6px 0 0;
}
/************************* - Block Red - ***********************/
.block-red{
}
.block-red h3.red-title{
	background: url(../Images/b_red_bg.gif) repeat-x right top;
	font: 600 11px Tahoma;
}
.block-red h3.red-title span{
	background: url(../Images/b_red_rtl.gif) no-repeat right top;
	float: right;
}
/************************* - Block Black - ***********************/
.bblock h3.bbtitle span{
	background: url(../Images/ico_default.gif) no-repeat left 4px;
	float: right;
	margin: -3px 0 3px 5px;
}
.bblock h3.bbtitle span.news{
	background: url(../Images/ico_news.gif) no-repeat right 1px;
	float: right;
	margin: -3px 2px 0 5px;
}
/************************* - Footer - ***********************/
/************************* - ... - ***********************/

/* -------------------------------------------------------- IE6 */
/* add display:inline to floated elements */
* html .metas ul li,
* html .user,
* html .user span,
* html .left,
* html .block-red h3.red-title span,
* html .bblock h3.bbtitle span,
* html .bblock h3.bbtitle span.news,
* html .nav1, * html .nav1 ul li, * html .nav2 ul li, * html .block h3.btitle span,
* html .metas, * html .r-top-r {display:inline;}

/* fix negative margins */
* html .user span,
* html .bblock h3.bbtitle span,
* html .bblock h3.bbtitle span.news {position:relative; zoom:1;}

/* add overflow:visible to (submit) buttons */
 * html input, * html button {overflow:visible;}

* html .left{
	float: right;
	display:inline;
	width: 213px;
	margin: 0;
}
* html .right{
	float: left;
	display:inline;
	margin: 0;
	padding: 4px 2px 0 4px;
}
/*----------------------- End IE6 */
