﻿HTML
{
	margin: 0px auto;
	padding: 0px;
}
BODY
{
	margin: 0px auto;
	padding:0px;
	font-size: 76%;
	line-height: 1.2em;
	font-family: Tahoma, Arial, sans-serif;
    text-align: center; 
    margin-left:auto;
    margin-right:auto;
	background-color: #FFFFFF;
}
BODY
{
	margin: 0px auto;
	padding:0px;
	font-size: 76%;
	line-height: 1.2em;
	font-family: Tahoma, Arial, sans-serif;
    text-align: -moz-center; 
    margin-left:auto;
    margin-right:auto;
	background-color: #FFFFFF;
}
INPUT,SELECT
{
    text-align:right;
    direction:rtl;
}
a
{
    text-decoration:none;
    color:#333333;
    font-weight:normal;
}
a:Hover
{
    text-decoration:none;
    color:#F87D06;
    font-weight:normal;
}
.ParagraphStyle
{
    text-align:justify;
    line-height:22px;
    padding:0px 10px 10px 10px;
    direction:rtl;
}
/*----------------------------------------  Master  ----------------------------------------------*/
.MasterContentWrapper
{
    width:1003px;
    height:100%;
    margin:auto;
    padding:0px 0px 0px 0px;
}
.MasterTopHeader
{
    background-image:url('Images/Header.jpg');
    background-repeat:no-repeat;
    width:1003px;
    height:140px;
}
/*-------------------------------------------*/
.MasterSidebarTopRight
{
    background-image:url('Images/TopRightBackground.gif');
    background-repeat:no-repeat;
    background-position:right;
    height:20px;
    width:150px;
}
.MasterSidebarTopCenter
{
    background-image:url('Images/TopCenterBackground.gif');
    background-repeat:repeat-x;
    height:20px;
    width:610px;
}
.MasterSidebarTopLeft
{
    background-image:url('Images/TopLeftBackground.gif');
    background-repeat:no-repeat;
    background-position:left;
    height:20px;
    width:150px;
}
/*-------------------------------------------*/
.MasterMiddelRight
{
    background-image:url('Images/RightSidebarBackground.gif');
    background-repeat:repeat-y;
    background-position:right;
    text-align:center;
    text-align: -moz-center; 
}
.MasterMiddelCenter
{
    background-color:#FFFFFF;
    height:500px;
    vertical-align:top;
    direction:rtl;
}
.MasterMiddelLeft
{
    background-image:url('Images/LeftSidebarBackground.gif');
    background-repeat:repeat-y;
    background-position:left;
    text-align:center;
    text-align: -moz-center; 
}
/*-------------------------------------------*/
.MasterSidebarDownRight
{
    background-image:url('Images/SidebarDownRight.gif');
    background-repeat:no-repeat;
    background-position:right;
    width:166px;
    height:98px;
}
.MasterSidebarDownCenter
{
    background-image:url('Images/FooterDownBackground.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
    width:671px;
    height:98px;
}
.MasterSidebarDownLeft
{
    background-image:url('Images/SidebarDownLeft.gif');
    background-repeat:repeat-y;
    background-position:left;
    width:166px;
    height:98px;
}
/*-------------------------------------------*/
.CopyRight
{
    background-image:url('Images/CopyRight.jpg');
    background-repeat:no-repeat;
    background-position:bottom;
    height:50px;
    width:350px;
    margin:auto;
}
.MasterFooterMenuItem
{
    background-image:url('images/FooterArrow.gif');
    background-repeat:no-repeat;
    background-position:right;
    width:80px;
    text-align:right;
    padding-right:12px;
    vertical-align:baseline;
    font-family:Tahoma;
    font-weight:normal;
    font-size:10px;
}
.MasterLangSwitch
{
    margin :0px 0px 0px 2px;
    border:0px;
}
.NavigationPath
{
    text-align:right;
    direction:rtl;
}
/*----------------------------------------  SideBar Link  ----------------------------------------------*/
.SidebarMenu
{
    width:140px;
    margin:auto;
}
.SideBarLinkBox
{
    background-image:url('images/SideBarButtomBackground.gif');
    background-position:bottom;
    background-repeat:no-repeat;
    background-color:#FFFFFF;
    border:solid 1px #9bb3bd;
    height:20px;
    width:140px;
    text-align:right;
}
.SideBarLinkBoxOn
{
    background-image:url('images/SideBarButtomBackground.gif');
    background-position:bottom;
    background-repeat:no-repeat;
    background-color:#FFFFFF;
    border:solid 1px #9bb3bd;
    height:20px;
    width:140px;
    text-align:right;
}
.SideBarLink
{
    font-family:Tahoma;
    font-size:11px;
    color:#737065;
    text-decoration:none;
}

.SideBarLink:Hover
{
    color:#F87D06;
}
.SideBarLinkOn
{
    font-family:Tahoma;
    font-size:11px;
    color:#F87D06;
    text-decoration:none;
}
.SideBarDivider
{
    border-style:solid;
    border-color:#ACADAD;
    border-width:1px;
    height:15px;
    text-align:right;
    direction:rtl;
}
.SideBarLinkContainer
{
    width:134px;
    padding-right:4px;
}
.SideBarLinkContainer:Hover
{
    cursor:pointer;
}
/*----------------------------------------  Gallery  ----------------------------------------------*/
.GalleryThumbnail
{
    background-image:url('images/default_highlight_image.gif');
    background-repeat:no-repeat;
    height:124px;
    width:127px;
    text-align:center;
}
.ImageCellContainer
{
    background-color:#F5F5F5;
    border-width:0px;
    text-align:center;
    height:120px;
    width:120px;
}
.ImageTumbnail
{
    background-image:url('images/image_background.gif');
    background-repeat:no-repeat;
    border-width:0px;
    height:111px;
    width:109px;
    text-align:center;
    vertical-align:middle;
}
.ImageThumbnailCell
{
    text-align:center;
}
/*----------------------------------------  News  ----------------------------------------------*/
.NewsTitleImage IMG
{
    padding:5px;
}
/*----------------------------------------  English Persian Special ----------------------------------------------*/
.RightAlignment
{
    text-align:right;
    direction:rtl;
}
.LeftAlignment
{
    text-align:left;
}
/********FireFox********/
.RightAlignment
{
    text-align: -moz-right;
    direction:rtl;
}
.LeftAlignment
{
    text-align: -moz-left;
}
/**********************/
.FieldValue
{
    font-weight:600;
    text-align:right;
}
.RtlOrLtr
{
    direction:rtl;
}
/*----------------------------------------  Free Box  ----------------------------------------------*/
.FreeBox
{
    width:600px;
}
/*----------------------------------------  Group Box  ----------------------------------------------*/
.GroupBox
{
    border:solid 1px #BFBFBF;
    background-color:#FFFFFF;
    width:579px;
}
.GroupBoxHead
{
    background-image:url('Images/GroupBoxHead.gif');
    background-repeat:no-repeat;
    background-color:#F9F9F9;
    border:solid 1px #C0C0C0;
    height:22px;
    text-align:right;
    direction:rtl;
    font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    color:#696F6F;
    padding-right:50px;
    padding-left:50px;
}
.GroupBoxBody
{
    border:solid 1px #C0C0C0;
    padding:2px 10px 2px 10px;
    background-color:#F5F5F5;
    font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    color:#696F6F;
    text-align:right;
    direction:rtl;
}

.GroupBoxInnerHead
{
    background-color:#D1D1D1;
    border:solid 1px #A0A0A0;
    text-align:right;
    direction:rtl;
    padding-right:20px;
    color:#555555;
}

.GroupBoxInnerContent
{
    background-color:#FFFFFF;
    padding-top:30px;
    padding-bottom:20px;
    border:solid 1px #C9C9C9;
}

.GroupSmallBox
{
    border:solid 1px #BFBFBF;
    background-color:#FFFFFF;
    width:288px;
}
.GroupSmallBoxHead
{
    background-image:url('Images/GroupBoxSmallHead.gif');
    background-repeat:no-repeat;
    background-color:#F9F9F9;
    border:solid 1px #C0C0C0;
    height:22px;
    text-align:right;
    direction:rtl;
    font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    color:#696F6F;
    padding-right:10px;
    padding-left:10px;
}
.GroupSmallBoxBody
{
    border:solid 1px #C0C0C0;
    padding:2px 10px 2px 10px;
    background-color:#F5F5F5;
    font-size:11px;
    text-align:right;
    direction:rtl;
}
/*----------------------------------------  Side Bar Tree  ----------------------------------------------*/
.SideBarTree
{
    background-color:#FFFFFF;
    border:solid 1px #9bb3bd;
    width:140px;
    text-align:right;
}
.SideBarTreeHead
{
    background-image:url('Images/SideBarTreeHead.jpg');
    background-position:top;
    background-repeat:no-repeat;
    height:18px;
    width:132px;
}
.SideBarTreeBody
{
    border-width:0px;
    height:15px;
    text-align:right;
    direction:rtl;
}
.TreeParrentNode
{
    font-family:Tahoma;
    font-size:11px;
    color:#555555;
    font-weight:normal;
}
.TreeNodeStyle
{
    font-family:Tahoma;
    font-size:10px;
    color:#555555;
    font-weight:normal;
}
.TreeHoverNode
{
    color:Red;
}
.TreeSelectedNode
{
    font-family:Tahoma;
    font-size:11px;
    color:#EB810B;
    font-weight:normal;
}
.TreeLeafNode
{
    padding-left:3px; 
    padding-right:3px;
}
/*-------------------------------- Navigation Path ---------------------*/
.SiteMap
{
  font-family: Tahoma; 
  font-size: 11px;
  color:Gray;
  margin-bottom:4px;
  width:600px;
}

.RootBreadcrumbsNode
{
  font-family: Tahoma; 
  font-size: 11px;
  padding:0px 3px 0px 3px;
} 

.LeafBreadcrumbsNode
{
  font-family: Tahoma; 
  font-size: 11px;
  padding:0px 3px 0px 3px;
} 

.ParentBreadcrumbsNode
{
  font-family: Tahoma; 
  font-size: 11px;
  padding:0px 3px 0px 3px;
} 
/*----------------------------------- Map -------------------------------------*/
.MapButtonContainer
{
    background-image:url('MapImages/ButtonBackground.gif'); 
    background-repeat:no-repeat; 
    direction:ltr; 
    width:62px; 
    height:63px; 
}
.MapButtonDivider
{
    background-image:url('MapImages/ButtonDivider.gif'); 
    background-repeat:no-repeat; 
    background-position:center; 
    width:64px; 
    height:35px;
}
/*----------------------------------- List & Grid -------------------------------------*/
.ThemedButton
{
    background-image:url('Images/BuletFlesh.gif');
    background-position:right;
    background-repeat:no-repeat;
    padding-right:23px;
    white-space:nowrap;
}
.GridInnerTable
{
    border:solid 1px #C0C0C0;
    padding:5px 5px 5px 5px;
}
/*----------------------------------- Travel Planning -----------------------------*/
.TravelPlanningTime
{
}
.TravelPlanningTimingTitle
{
	font-weight:600;
}
.TravelPlanningTimingNode
{
}
.TravelPlanningRoute
{
}
.TravelPlanningRoute UL
{
	list-style-image:url('images/bullet_gray.gif');
}
.TravelPlanningRoute LI
{
	font-weight:600;
}
.TravelPlanningStationNode
{
	padding-right:3px;
	font-weight:normal;
}
.TravelPlanningLine
{
	font-weight:normal;
}
.TravelPanningErrorMessage
{
	color:Red;
	font-size:9pt;
	padding:2px 2px 5px 2px;
	display:block;
	text-align:left;
}
/*----------------------------------- General -------------------------------------*/
.CenterTitleBar
{
    border-bottom:solid 1px #FF9600; 
    border-top:solid 1px #FF9600; 
    font-size:11px; 
    height:20px; 
    background-color:#FAFAFA;
    text-align:right;
    direction:rtl;
}

.FormRedStar
{
    font-family:Tahoma;
    font-size:11px;
    color:Red;
}
.SuccessMessage
{
    font-family:Tahoma;
    font-size:11px;
    color:Green;
}

.ParagraphStyle
{
    text-align:justify;
    line-height:22px;
    padding:0px 20px 10px 10px;
    direction:rtl;
}
/*-----------------------------------  Sidebar  -------------------------------------*/

.SidebarDynamicContent
{
    padding:2px 0px 2px 0px;
    text-align:right;
    direction:rtl;
    width:135px;
}