﻿body {
	margin:0px;
	background-color:#efefef;
}
body,input,select,textarea{
	font-family:Tahoma;
	font-size:11px;
}
.Invisible{
	display:none;
}
.Left{
	float:left;
}
.Right{
	float:right;
}
.Bold{
	font-weight:bold;
}
hr.Dotted{
	border:1px dotted #999999;
}
.Orange{
	color:Orange;
}
img.Middle{
	margin-top:50%;
	height:1px;
	width:1px;
	vertical-align:middle;
}
.NewLine{
	clear:both;
	float:none;
}
#Main{
	width:777px;
	margin:auto;
	direction:rtl;
	background-color:#ffffff;
	position:relative;
}
#MenuBar{
	height:25px;
	border-top:3px solid #ffffff;
	background:url(/Images/MenuBack.gif) repeat-x;
}
#MenuBar ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#MenuBar li{
	display:inline;
}
#MenuBar a{
	display:block;
	line-height:23px;
	padding:0px 10px 0px 10px;
	color:#ffffff;
	text-decoration:none;
	border-right:1px solid #2a4280;
	border-left:1px solid #a1a4c2;
	margin-top:1px;
	float:right;
}
#MenuBar a.Expandable{
	background:url(/Images/Icons/SubMenu.gif) no-repeat 5px 13px;
	padding-left:20px;
	cursor:default;
}
#MenuBar a:hover{
	background-color:#7f83b1;
}
#SubMenus div{
	position:absolute;
	border-top:1px solid #2a4280;
	border-right:1px solid #2a4280;
	border-left:1px solid #a1a4c2;
	border-bottom:1px solid #a1a4c2;
	z-index:10;
}
#SubMenus a{
	display:block;
	line-height:20px;
	padding:0px 10px 0px 10px;
	color:#ffffff;
	text-decoration:none;
	background:#5e649b url(/Images/MenuBack.gif) repeat-x;
}
#SubMenus a:hover{
	background:#7f83b1;
}
#frmSearch{
	float:left;
	padding:2px;
}
#frmSearch input{
	vertical-align:middle;
	border:0px none;
	padding:2px;
}
#RightBar{
	float:right;
	padding:5px 0px 5px 0px;
	width:145px;
	overflow:hidden;
}
#RightBar .BigLink img{
	border:0px none;
	margin-bottom:5px;
}
#RelatedLinks{
	width:140px;
}
#RelatedLinks ul{
	margin:0px;
	padding:0px;
}
#RelatedLinks a{
	display:block;
	background-color:#dedede;
	border:1px solid #ffffff;
	padding:2px 5px 2px 3px;
	text-decoration:none;
	color:#000000;
}
#RelatedLinks a:hover{
	border-color:#cccccc;
}
#Content{
	float:right;
	width:627px;
	padding:5px 0px 5px 5px;
}
#Footer{
	clear:both;
	float:none;
	line-height:16px;
	height:16px;
	background-color:#7f83b1;
	text-align:center;
	color:#ffffff;
}
div.Title{
	font-weight:bold;
	font-size:11px;
	height:26px;
	background:url(/Images/TitleBack.gif) repeat-x;
	margin-bottom:1px;
}
div.Title .Right{
	padding:5px 10px 0px 0px;
	background:url(/Images/TitleRight.gif) no-repeat top right;
	height:21px;
}
div.Title .Left{
	background:url(/Images/TitleLeft.gif) no-repeat top;
	height:26px;
	min-width:5px;
}
div.PagePart{
	border:1px solid #ababab;
	padding:5px;
	margin-bottom:5px;
}
div.MainPart{
	min-height:480px;
	height:auto !important;
	height:480px;
}

