﻿*
{
	padding:0px;
	margin:0px;
}
html
{
	width:100%;
	height:100%;
	overflow:auto;
}

form
{
	width:100%;	
	font:normal 8pt Tahoma;
	margin:0 auto;
}
div.FormDef
{
	width:100%;
	background:URL(Images/FormBGDef.jpg) no-repeat top;
	font:normal 8pt Tahoma;
	margin:0 auto;
}
div.FormNone
{
	width:100%;
	background:URL(Images/FormBG.jpg) no-repeat top;
	font:normal 8pt Tahoma;
	margin:0 auto;
}
body
{
	background:#ededed URL(Images/TopBG.jpg) repeat-x top;
}
a
{
	color:#152e66;
	text-decoration:none;
}
a:hover
{
	color:#000000;
	text-decoration:underline;
}	
.DefaultDirection
{
	direction:rtl;
}
.DefaultFloat
{
	display:block;
	float:right;
}
.NotDefaultFloat
{
	display:block;
	float:left;
}
.NotDefaultAlignment
{
	text-align:left;
}
.DefaultAlignment
{
	text-align:right;
}
.CenterAlignment
{
	text-align:center;
}
.ContentText1
{
	font:Normal 8pt Tahoma;
}
.ContentListBox
{
	font-family:Tahoma;
	font-size:8pt;
	direction:rtl;		
}
.Red
{
	color:#ffa405;
	text-decoration:none;
}
/* ------------------- Container  --------------------- */
#Content
{
	width:925px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
}
div.Container
{
	width:733px;
	overflow:hidden;
	/*margin-top:188px;*/
}
div.RightContainer
{	
	width:190px;
	overflow:hidden;
	/*margin-top:188px;*/
}
div.LeftContainer
{
	width:238px;
	min-height:713px;
	background:URL(Images/LeftContainerBG.jpg) repeat-x top;
	/*margin-top:188px;*/
	overflow:hidden;
}
.EnTextBox
{
	text-align:left;
}
/* ------------------- Flash  --------------------- */
div.Flash
{
	width:1002px;
	height:167px;
	padding-top:19px;
}
#Flash
{
	width:316px;
	height:135px;
	float:right;
}
/* ------------------- Header  --------------------- */
div.Header
{
	width:1002px;
	height:137px;
}
/* ------------------- Language  ------------------ */
div.Language
{
	width:650px;
	height:30px;
}
div.Language span
{
	color:#000000;
	font:bold 8pt Tahoma;
	width:80px;
	height:15px;
	padding-top:5px;
}
div.Language a
{	
	color:#000000;
	display:inline-block;
	padding:0px 10px;
	height:15px;
	padding-top:5px;
	font:normal 10px Tahoma;
}
/* ------------------- HeaderMenu  --------------------- */
div.HeaderMenu
{
    width:925px;
    height:32px;
    /*background:URL(Images/HeaderMenuBG.jpg) no-repeat top;*/
    overflow:hidden;
}
ul.HeaderMenu
{
	width:800px;
	height:32px;
	list-style-type:none;
	display:block;
	float:none;
	margin:0 auto;
	overflow:hidden;
}
li.HeaderMenu
{
	height:32px;		
}
a.HeaderMenu
{		
	color:#5e697c;
	padding:0px 15px;
	height:26px;
	padding-top:6px;
	display:block;
	text-align:center;
	text-decoration:none;
}
a.HeaderMenuActive
{
	color:#5e697c;
	padding:0px 15px;
	height:26px;
	padding-top:6px;
	display:block;
	text-align:center;
	text-decoration:none;
	background:URL(Images/MenuHover.jpg) repeat-x top;
}
a.HeaderMenu:hover
{
	text-decoration:none;
	display:block;
	height:32px;
	color:#002a6f;
	background:URL(Images/MenuHover.jpg) repeat-x top;
}
/* ------------------- Menu  --------------------- */
div.Menu
{
    width:171px;
}
ul.Menu
{
	width:171px;
	list-style-type:none;
	overflow:hidden;
	background:#f7f5f6;
}
li.Menu
{	
	width:171px;
	height:30px;
	list-style-type:none;	
}
a.Menu
{
	width:146px;
	height:24px;
	color:#000000;
	text-decoration:none;
	padding:6px 25px 0px 0px;
	background:URL(Images/Menu.jpg) no-repeat top ;
}
a.Menu:hover, a.ActiveMenu
{
	width:146px;
	text-decoration:none;
	height:24px;
	padding:6px 25px 0px 0px;
	display:block;
	color:#002a6e;
	background:URL(Images/Menu.jpg) no-repeat center -30px ;
}
span.BottomMenu
{
	width:171px;
	height:45px;	
	background:URL(Images/BottomMenu.jpg) no-repeat top;
}
span.TopMenu
{
	width:171px;
	height:9px;
	background:URL(Images/TopMenu.jpg) no-repeat top;
}
div.MenuPointer
{
	width:10px;
	height:21px;	
	background:URL(Images/PointerMenu.jpg) no-repeat right 5px ;
}
/* ------------------- SubMenu  --------------------- */
li.SubMenu
{
	width:160px;
	height:25px;		
}
a.SubMenu
{
	width:135px;
	height:20px;
	background:URL(Images/SubMenu.jpg) no-repeat top right ;
	color:#000000;
	display:block;
	float:none;
	padding:5px 25px 0px 0px;
	text-decoration:none;
}
a.SubMenu:hover
{
	text-decoration:none;
	width:135px;
	height:20px;
	background:URL(Images/SubMenu.jpg) no-repeat center -25px ;
	color:#000000;
	display:block;
	float:none;
	padding:5px 25px 0px 0px;
	text-decoration:none;
}
div.SubPointer
{
	width:10px;
	height:17px;	
	background:URL(Images/PointerSub.jpg) no-repeat right 5px ;
}
/* ------------------- Footer  --------------------- */
div.Footer
{
	width:100%;
	height:112px;
	background:URL(Images/FooterBG.jpg) repeat-x;	
}
div.FooterMenu
{
	width:925px;
	height:26px;
	overflow:hidden;
	display:block;
	float:none;	
	margin:0 auto;		
	text-align:center;
}
a.FooterMenu
{
	height:26px;
	padding-top:5px;
	text-decoration:none;
	color:#ffffff;	
	display:inline-block;
	padding-left:20px;
}
a.FooterMenu:hover
{
	text-decoration:underline;
}
h3.FooterMenu
{	
	font:normal 8pt tahoma;
	color:#ffffff;
	cursor:pointer;	
}
div.Powered
{
	width:200px;
	height:25px;
	display:block;
	float:none;
	margin:0 auto;
	margin-top:5px;	
}
div.Powered a
{
	width:200px;
	height:25px;
	display:block;
	background:URL(Images/ParsianHost.jpg) no-repeat ;
}
div.CopyRight
{	
	width:100%;
	height:17px;
	text-align:center;
	margin-top:5px;
	font:bold 7pt tahoma;
	color:#536370;
}
/* ------------------- Logo  --------------------- */
div.Logo
{
	width:273px;
	height:146px;
	background:URL(Images/Logo.jpg) no-repeat top;
}
div.LogoDef
{
	width:273px;
	height:24px;
	background:URL(Images/LogoDef.jpg) no-repeat top;
}
div.LogoNone
{
	width:273px;
	height:24px;
	background:URL(Images/MenuBG.jpg) repeat-x;
}
/* ------------------- SearchBox  --------------------- */
div.Search
{
	width:655px;
	height:20px;	
	padding-top:70px;
}
ul.SearchBox
{
	list-style-type:none;

	height:30px;
}
li.SearchBox
{
	overflow:hidden;
	height:30px;
	margin-right:2px;
}
input.SearchBox
{
	width:143px;
	height:16px;
	float:none;
	display:block;
	border:0px;	
	padding:2px 3px 0px 0px;
	font:normal 8pt tahoma;
	background:URL(Images/txtSearch.jpg) no-repeat ;
}
.SearchBtn
{
	width:42px;
	height:16px;
	border:0px;
	margin-top:2px;
	font:normal 8pt tahoma;
	color:#000000;
	background:URL(Images/Button.jpg) no-repeat;
}
/* -------------------  NewsLetter -------------------*/
div.Newsletter
{
	width:218px;
	height:70px;
	padding:0px 10px;	
}
ul.Newsletter
{
	width:230px;
	height:125px;
	list-style-type:none;
	margin:0 auto;
}
li.Newsletter
{
	margin:0 auto;
	color:#000000;
	line-height:20px;
}
/* ------------------- LoginBox  --------------------- */ 
div.LoginBox
{
	width:238px;
	height:100px;
	margin-top:4px;
}
ul.LoginBox
{
	list-style-type:none;
	width:207px;	
	overflow:hidden;
	display:block;
	float:none;
	margin:0 auto;
}
li.LoginBox
{
	overflow:hidden;
	width:207px;
	display:block;
	color:#000000;
}
span.LoginBox
{
	overflow:hidden;
	width:50px;	
	color:#000000;
	padding-top:2px;
}
.btnLogin
{
	width:36px;
	height:16px;
	font:normal 8pt Tahoma;
	border:0px;
	color:#000000;
	background:URL(Images/btnLogin.jpg) repeat-x ;
}
.TextLoginBox
{
	width:115px;
	height:13px;
	border:solid 1px #ffffff;
	padding:2px 0px 1px 3px;
	font:normal 8pt tahoma;
	background:#d8d8d8;
	color:#000000;
	text-align:left; /* no change on other language */	
}
div.Form-Links
{
	width:170px;
	height:60px;
	display:block;
	float:none;
	padding-right:10px;
	display:block;
	float:none;
	margin:0 auto;	
}
div.Form-Links a
{
	color:#000000;
}
h2.PartH2
{
	width:197px;
	height:25px;
	font:bold 8pt Tahoma;
	color:#0c225e;
	padding:5px 10px 0px 0px;
	background:URL(Images/PartH2.jpg) no-repeat bottom;
	margin-bottom:10px;
}
/* ------------------- LoginView ---------------------*/
div.LoginViewBox
{
	width:238px;
	height:150px;	
}
div.LoginView
{
	width:280px;
	height:100px;
	line-height:20px;
	padding:0px 10px;
}
div.LoginView-Links
{
	display:block;
}
div.LoginView-Links a
{
	color:#152e66;
	text-decoration:none;
}
div.LoginView-Links a:hover
{
		text-decoration:underline;
}
/* ------------------- Profile Right ---------------------*/
td.Profile
{
	font:bold 8pt tahoma;
	color:#25496a;
	width:110px;
	text-align:left;
	padding-left:10px;
}
div.Profile
{
	width:730px;
}
.Profile
{
	width:640px;	
}
/* ------------------- Banner Right ---------------------*/
div.BannerRight
{
	width:190px;
	overflow:hidden;		
	margin-top:50px;
}
div.BannerRight ul
{
	width:190px;
	list-style-type:none;
	overflow:hidden;
}
div.BannerRight ul li
{
	overflow:hidden;
}
/* ------------------- Banner Left ---------------------*/
div.BannerLeft
{
	width:238px;
	overflow:hidden;		
	margin-top:50px;
}
div.BannerLeft ul
{
	width:238px;
	list-style-type:none;
	overflow:hidden;
}
div.BannerLeft ul li
{
	overflow:hidden;
	margin-bottom:15px;
}
/* ------------------- ThemeAdapter ---------------------*/
div.Theme
{
	width:730px;
	min-height:300px;
	background:URL(Images/ThemeBG.jpg) no-repeat top right;	
}
h2.Theme
{
	width:730px;
	height:20px;
	padding-right:15px;
	font:bold 9pt Tahoma;
	color:#384a7c;
	padding-bottom:10px;
}
/* ------------------- DocumentForm ---------------------*/
div.Document
{	
	width:715px;
	min-height:300px;
	background:URL(Images/ThemeBG.jpg) no-repeat top right;
	line-height:25px;
	padding-right:15px;
}
h2.Document
{
	width:715px;
	height:20px;
	font:bold 9pt Tahoma;
	color:#384a7c;
	padding-bottom:10px;
}
img.Document
{
	padding:2px;
	border:solid 1px #153065;
	margin:0px 10px 10px 0px;
}
/* ------------------- SignUP Form ---------------------*/
.TextBox
{
	width:194px;
	height:18px;
	border:solid 1px #a7a6ab;
	font:normal 8pt Tahoma;
	padding:2px 3px 0px 3px;
}
.SignUp
{
	width:400px;
	display:block;
	float:none;
	margin:0 auto;	
}
ul.SignUp
{
	width:350px;
	list-style-type:none;
	color:Red;
	margin-bottom:20px;
}
.Button
{
	width:60px;
	height:16px;
	display:block;
	float:none;
	font:normal 8pt Tahoma;
	margin:0 auto;
	border:0px;
	color:#000000;
	background:URL(Images/btnLogin.jpg) repeat-x top;
}
/* -------------------  PasswordRecovery -------------------*/
div.PasswordRecovery
{
	width:690px;
}
/* -------------------  HotNews -------------------*/
div.HotNews
{
	width:238px;
	margin-bottom:30px;	
	overflow:hidden;
}
ul.HotNews
{
	width:207px;
	display:block;
	float:none;
	margin:0 auto;
	list-style-type:none;
}
li.HotNews
{
	width:207px;
	margin-bottom:10px;
}
a.HotNews
{
	color:#000000;	
}
a.HotNews:hover
{
	display:block;
	text-decoration:underline;
}
h3.HotNews
{
	font:normal 8pt Tahoma;
	color:#000000;	
	overflow:auto;		
	cursor:pointer;
	padding-right:10px;
	padding-top:4px;
	background:URL(Images/bullet01.jpg) no-repeat right 9px;
}
span.HotNews
{
	color:#bfc0bb;
	width:197px;
	height:28px;
	display:block;
	text-align:justify;
	padding-right:10px;
	padding-top:2px;
}
/* -------------------  HotNews -------------------*/
div.IEBNews
{
	width:465px;
	min-height:290px;	
	background:URL(Images/IEBNewsBG.jpg) no-repeat top right ;
	padding-right:30px;
	overflow:hidden;
	font:normal 8pt Tahoma;
}
div.InternationalNews
{
	width:465px;
	min-height:290px;	
	background:URL(Images/InternationalNewsBG.jpg) no-repeat top right ;
	padding-right:30px;
	overflow:hidden;
	font:normal 8pt Tahoma;
}
div.FirstNews
{
	width:465px;
	min-height:290px;	
	padding-right:30px;
	background:URL(Images/FirstNewsBG.jpg) no-repeat top right ;
	overflow:hidden;
	font:normal 8pt Tahoma;
	margin-bottom:10px;
}
ul.FirstNews
{
	width:465px;
	list-style-type:none;
}
li.FirstNews
{
	width:465px;
	margin-bottom:20px;
}
a.FirstNews
{
	color:#002c75;	
}
a.FirstNews:hover
{
	text-decoration:underline;
}
h3.FirstNewsIMG
{
	width:370px;
	font:normal 8pt Tahoma;
	color:#002c77;
	cursor:pointer;
	padding:15px 10px 10px 0px;
}
h3.FirstNews
{
	font:normal 8pt Tahoma;
	color:#002c77;		
	cursor:pointer;
	padding-right:10px;
	padding-top:4px;
	background:URL(Images/Bullet02.jpg) no-repeat right 9px ;
}
img.FirstNews
{
	border:solid 1px #ffffff;	
}
span.FirstNewsIMG
{
	width:370px;
	color:#333333;
	padding-right:10px;
	text-align:justify;
	padding-top:2px;
}
span.FirstNews
{
	color:#333333;
	display:block;
	text-align:justify;
	padding-top:2px;
}
a.FirstNewsMoreIMG
{
	width:375px;
	color:#01821f;
	padding-right:10px;
}
a.FirstNewsMore
{
	width:465px;
	color:#01821f;
}
/* -------------------  Marquee News -------------------*/
div.Marquee
{
	width:490px;
	height:20px;
	margin-bottom:20px;
}
a.Marquee
{	
	display:inline-block;
	height:20px;
	margin-right:10px;
}
h3.Marquee
{
	height:20px;
	font:normal 8pt Tahoma;
	color:#0131b8;
	cursor:pointer;
}
/* -------------------  NewsArchive -------------------*/
div.NewsArchive
{
	width:710px;	
	padding:0px 15px 5px 5px;
	margin:10px 0px;
}
a.NewsArchive
{
	width:80px;
	height:60px;
	color:#153065;
	margin:0px 0px 3px 10px;
}
img.NewsArchive
{
	border:solid 1px #153065;	
	padding:1px;
}
a.NewsArchiveTitle ,h3.NewsArchive
{
	font:bold 8pt Tahoma;
	color:#153065;
	width:620px;
	cursor:pointer;
}
ul.DateSelector
{
	width:440px;
	height:30px;
	display:block;
	float:none;
	margin:0 auto;
	padding:10px 10px 0px 0px;
	border:solid 1px #9a9a9a;
	font:bold 8pt Tahoma;
	color:#153065;
	list-style-type:none;
}
.DS
{
	font:normal 8pt Tahoma;
	color:#153065;
}
/* -------------------  UserAlert -------------------*/
div.UserAlert
{
	width:420px;
	min-height:55px;
	display:block;
	float:none;
	margin:0 auto;
	padding:10px 10px 10px 10px;
	overflow:hidden;	
	border:solid 1px #cbcaca;
	background:#f5f5f5 URL(Images/BAlert.jpg) repeat-y right;
}
span.AlertTitle
{
	width:80px;
	color:#153065;
	overflow:hidden;
	font-weight:bold;
	line-height:18px;
}
span.Alert
{
	width:430px;
	color:#535252;
	line-height:18px;
}
/* -------------------  NewsDetail -------------------*/
div.NewsDetail
{
	width:710px;
	min-height:300px;
	overflow:hidden;
	text-align:justify;
	padding:5px 15px 5px 5px;
}
img.NewsDetail
{
	border:solid 1px #153065;
	padding:1px;
	margin:0px 5px 5px 0px;	
}
h3.NewsDetail
{	
	font:Bold 8pt Tahoma;
	padding-bottom:5px;
	color:#153065;
	display:block;
	float:right;
}
span.NewsDetail
{	
	width:710px;
	/*border-bottom:solid 1px #153065;*/
	padding-bottom:5px;
	line-height:25px;
}
span.PublishDateTime
{
	width:190px;
	color:#153065;

	margin-top:10px;
}
/* ------------------- SearchPanel ---------------------*/
div.SearchBG
{
	width:730px;
	min-height:300px;
}
div.SearchPanel
{
	width:420px;
	display:block;
	float:none;
	margin:0 auto;
}
div.SearchPL
{
	width:400px;
	height:70px;
	list-style-type:none;
	display:block;
	padding:0px 10px;
	float:none;
	margin:0 auto;
	border:solid 1px #cbcaca;
	background:#f5f5f5 URL(Images/BAlert.jpg) repeat-y right;
}
span.Title
{
	font:bold 8pt tahoma;
	color:#153065;	
}
.PageDesc
{
	height:20px;
	font:normal 8tp tahoma;
	border-bottom:solid 2px #9a9a9a;
	display:block;
	float:none;
	margin-bottom:5px;
}
input.Title, .Title
{
	font:normal 8pt tahoma;
	margin-right:3px;
}
div.SearchResult
{
	width:690px;
	padding-bottom:5px;
	margin-top:5px;
	padding-right:20px;
}
img.SearchResult
{
	border:solid 1px #153065;
	padding:1px;
	margin:0px 0px 4px 5px ;
}
h3.SearchResult
{
	width:690px;
	font:bold 8pt tahoma;
	color:#153065;
	cursor:pointer;
	margin-top:5px;	
}
.SrcButton
{
	width:60px;
	height:16px;
	font:normal 8pt Tahoma;
	border:0px;
	color:#000000;
	background:URL(Images/btnLogin.jpg) repeat-x top;
	margin-right:5px;
}
/* ------------------- ContactPage ---------------------*/
div.ContactPage
{
	width:730px;
	min-height:300px;
	background:URL(Images/ThemeBG.jpg) no-repeat top right;
}
h2.ContactPage
{
	width:710px;
	height:20px;
	padding-right:15px;
	font:bold 9pt Tahoma;
	color:#384a7c;
	padding-bottom:10px;
}
ul.ContactPage
{
	width:715px;
	display:block;
	float:none;
	margin:0 auto;
	color:#153065;
	padding-right:15px;
	list-style-type:none;
}
li.ContactPageItem
{
	height:20px;	
}
li.ContactPageNone
{
	display:none;	
}
ul.ContactPage span
{	
	font:bold 8pt Tahoma;
	color:#153065;
	display:inline-block;
	padding:0px 0px 0px 5px;
}
span.ContactPage
{
	width:715px;
	display:block;
	float:none;
	margin:0 auto;
	padding-right:15px;
	color:#153065;
}
/* ------------------- ContactForm ---------------------*/
div.ContactForm
{
	width:400px;
	display:block;
	float:none;
	margin:0 auto;
	padding-right:15px;
	padding-bottom:10px;
}
div.ContactForm ul
{
	width:300px;
	line-height:20px;
	list-style-type:none;
	margin-bottom:5px;
	display:block;
	float:none;
	margin:0 auto;
}
div.ContactForm ul li
{
	width:290px;
	padding-right:10px;	
}
div.ContactForm ul li span
{
	width:270px;	
	height:18px;
	padding-right:5px;
	color:#153065;
	overflow:hidden;
	font:bold 8pt tahoma;
	display:block;
	float:none;	
}
div.ContactForm ul li input,div.ContactForm textarea
{
	width:270px;
	height:15px;
	border:solid 1px #a8a6a6;
	padding:1px 2px 1px 0px;
	font:normal 8pt tahoma;
}
div.ContactForm ul li select
{
	border:solid 1px #a8a6a6;
	padding:1px 2px 1px 0px;
	font:normal 8pt tahoma;
}
/* ------------------- PhotoGallery  --------------------- */ 
.PhotoGallerytable
{
	width:708px;
	padding-right:22px;
}
td.PhotoGallery
{
	width:230px;
	height:183px;
}
div.PhotoGallery
{
	width:230px;
	height:183px;
	background:URL(Images/GalleryBox.jpg) no-repeat;
}
div.PhotoGallery a
{
	text-decoration:none;
	cursor:pointer;
}
div.ImageFrame
{
	width:183px;
	height:127px;
	margin:38px 19px 0px 0px;
}
div.PhotoGallery span
{
	width:183px;
	text-align:center;	
	margin-right:19px;
	overflow:hidden;
	height:16px;
}
.CenterCell
{
	margin:0 auto;		
}
/* ------------------- DocumentForm ---------------------*/
.DocumentForm
{
	font:bold 8pt Tahoma;
	color:#152e66;	
}
.ContentListBox2
{
	width:300px;
	font:normal 8pt Tahoma;
	color:#152e66;
	background:#f2f6ff;
	border:solid 1px #152e66;
}
.ContentListBox1
{
	width:297px;
	font:normal 8pt Tahoma;
	color:#152e66;
	background:#f2f6ff;
	border:solid 1px #152e66;
	height:14px;
	padding:3px 3px 0px 3px;
}
/* ------------------- FAQ ---------------------*/
div.FAQ
{
	width:730px;
}
ul.FAQCategory
{
	list-style-type:none;
	width:720px;	
	display:block;
	float:none;
	margin:0 auto;
}
ul.FAQCategory li
{	
	width:720px;
	display:block;
	float:none;
	padding-top:2px;
}
ul.FAQCategory li a
{
	text-decoration:none;
	width:720px;
	color:Black;
}
ul.FAQCategory li a h2
{
	font:Bold 8pt Tahoma;
	display:block;
	float:none;
	padding:0px 10px 0px 0px;
}
ul.FAQ
{
	list-style-type:none;
}
ul.FAQ li h3
{
	font:Normal 8pt Tahoma;
	display:block;
	float:none;
	padding:0px 10px 0px 0px;
	margin:0px 20px 0px 0px;
	color:#002c75;
}
ul.FAQ li p
{
	display:block;
	margin:0px 30px 0px 0px;
	color:Gray;
}
ul.ChildFAQCategory
{
	list-style-type:none;
}
ul.ChildFAQCategory li a
{
	font:Normal 8pt Tahoma;
	display:block;
	float:none;
	padding:0px 10px 0px 0px;
	margin:0px 20px 0px 0px;
	background:url(Images/GrayDot.jpg) no-repeat center right;	
	color:#000000;
	text-decoration:none;	
}
/* ------------------- CategoryNode FAQ ---------------------*/
div.CategoryNode
{
	width:715px;
	min-height:20px;
	padding-right:15px;
	padding-bottom:10px;

}
/* ------------------- News Paging ---------------------*/
div.Paging
{
	width:730px;
	margin:0 auto;
	height:20px;
	text-align:center;
	font:Normal 8pt Tahoma;
}
ul.Pages
{
	list-style-type:none;
	direction:rtl;	
}
li.Pages , li.NextPrev
{
	display:inline;	
}
a.Next
{
	text-decoration:none;
	background:url(Images/Prev.jpg) no-repeat bottom right;
	padding:0px 20px 0px 10px;
}
a.Prev
{
	text-decoration:none;
	background:url(Images/Next.jpg) no-repeat bottom left;
	padding:0px 10px 0px 20px;

}
a.Pages
{
	padding:0px 3px 0px 3px;
	font-weight:bold;
	text-decoration:none;
}
