/**********************************/
body
{
	direction:rtl;
	margin: 0px;
	padding: 0;
	background-color: #D6D6D6;
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/**********************************/
a
{
	text-decoration: none;
	color: #333333;
}

a:hover
{
	border-bottom: none;
}

a img
{
	border: none;
}
/**********************************/
#Menu
{
	padding-right:50px;
	padding-top:50px;
	text-align:right;
}
.MenuItem
{
	padding-left:30px;
	text-align:center;	
	font-size:12px;
	
}
.MenuItem a
{
	color:#000;	
}

.MenuItem a:hover
{
	color:#FFFFFF;	
}
/**********************************/
#Date
{
	padding-left:50px;
	padding-top:50px;
	text-align:left;
	color:#FFF;	
	font-size:12px;
}
/**********************************/
#ObjSearch
{
	padding-top:152px;
	padding-right:85px;
	
}
#txtSearch
{
	background-color:Transparent;
	font-family: Tahoma;
	font-size: 12px;
	width:138px;
	outline-style:none;
	border: 1px solid #CCCCCC;
	
}
#btnSearch
{
	background-color:Transparent;
	font-family: Tahoma;
	width:50px;
	font-size: 12px;
	color:Gray;
}
#btnSearch:hover
{
	background-color:Transparent;
	font-family: Tahoma;
	width:50px;
	font-size: 12px;
	color:Black;
}
/**********************************/
#Header
{
	height: 275px;
	background: url(../images/Header.jpg) repeat-x center top;
}
#Content
{
	width: 1000px;
	margin: 0 auto;
	padding: 6px 30px 0px 30px;
	background: url(../images/Content.jpg) repeat-y center top;
}

#Footer
{
	height: 110px;
	background: url(../images/Footer.jpg) repeat-x center top;
	text-align:center;
	font-size: 12px;
	font-family:Tahoma;
	vertical-align:middle;
}
/**********************************/
.NewsTitle
{
	margin: 0;
	padding: 30px 0 4px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #5488DA;
}
/**********************************/
.HeaderR
{
	height: 26px;
	width:38px;
	background: url(../images/General/Right.gif) no-repeat right center;
}

.HeaderC
{
	height: 26px;
	background: url(../images/General/Center.gif) repeat-x center center;
	text-align:right;
	font-size: 10px;
	font-family:Tahoma;
	vertical-align:middle;
	color: #000;
}
.HeaderL
{
	height: 26px;
	width:38px;
	background: url(../images/General/Left.gif) no-repeat left center;
}
/**********************************/
.FooterR
{
	height: 14px;
	width:26px;
	background: url(../images/General/RightD.gif) no-repeat right center;
}

.FooterC
{
	height: 14px;
	background: url(../images/General/CenterD.gif) repeat-x center center;
	text-align:right;
	font-size: 10px;
	color: #FFFFFF;
}
.FooterL
{
	height: 14px;
	width:26px;
	background: url(../images/General/LeftD.gif) no-repeat left center;
}
/**********************************/
.ContentTD 
{
	width:100%;
	border-style:solid; 
	border-width:0px 1px 0px 1px; 
	border-left-color:#909090;
	border-right-color:#909090;
	background-color:#ffffff;
	padding: 5px 5px 5px 5px;
}
#ObjMovingText
{
	float:left;
	padding-top:150px;
	padding-right:55px;
}
.Btn
{
	width:80px;
	font-family:Tahoma;
}
.TdBtn
{
	border-top:#ABC0FC solid 1px;
	border-bottom:#ABC0FC solid 1px;
	background:#E1E2E3;
}
.EvenRow{
	background-color:#F8F8FF;
	}
.OddRow{
	background-color:#DCDCDC;
	}

/******************************************************************/
.sortable {width:98%; border-left:1px solid #c6d5e1; border-top:1px solid #c6d5e1; border-bottom:none; margin:0 auto 15px}
.sortable th {background:url(../Images/General/header-bg.gif);text-align:right; color:#cfdce7; border:1px solid #fff; border-right:none;}
.sortable td {padding:4px 6px 6px; border-bottom:1px solid #c6d5e1; border-right:1px solid #c6d5e1}
.sortable .evenrow td {background:#fff}
.sortable .oddrow td {background:#ecf2f6}