/* <RadMenu / Areshta> */

.RadMenu_Areshta .rmRootGroup,
.RadMenu_Areshta .rmLink,
.RadMenu_Areshta .rmText,
.RadMenu_Areshta .rmLeftArrow,
.RadMenu_Areshta .rmRightArrow,
.RadMenu_Areshta .rmTopArrow,
.RadMenu_Areshta .rmBottomArrow
{
	background-image: url(images/Telerik.Web.UI.Skins.Areshta.Menu.rmSprite.png);
	background-color: transparent;
}
/* <Root items> */

.RadMenu_Areshta,
.RadMenu_Areshta .rmLink
{
	font: normal 11px/23px Tahoma, "Segoe UI", Arial, sans-serif;
	color: #000;
	text-decoration: none;
}

.RadMenu_Areshta .rmLink,
.RadMenu_Areshta .rmText
{
	background-position: 0 1050px;
	background-repeat: no-repeat;
}

.RadMenu_Areshta .rmLink:hover,
.RadMenu_Areshta .rmFocused,
.RadMenu_Areshta .rmSelected
{
	color: #000;
	background-position: 0 -72px;
	text-decoration: none;
}

.RadMenu_Areshta .rmLink:hover .rmText,
.RadMenu_Areshta .rmFocused .rmText,
.RadMenu_Areshta .rmSelected .rmText
{
	background-position: 100% -96px;
}

.RadMenu_Areshta .rmExpanded,
.RadMenu_Areshta .rmExpanded:hover
{
	color: #fff;
	background-position: 0 -120px;
	text-decoration: none;
}

.RadMenu_Areshta .rmExpanded .rmText,
.RadMenu_Areshta .rmExpanded:hover .rmText
{
	background-position: 100% -144px;
}

.RadMenu_Areshta .rmDisabled,
.RadMenu_Areshta .rmDisabled:hover
{
	color: #8d8d8d;
}

.RadMenu_Areshta .rmDisabled:hover,
.RadMenu_Areshta .rmDisabled:hover .rmText
{
	background: none;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_Areshta .rmGroup,
.RadMenu_Areshta .rmGroup .rmVertical
{
	border: 1px solid #868686;
	background: #f4f8fc url(images/Telerik.Web.UI.Skins.Areshta.Menu.rmVSprite.png) repeat-y -1px 0;
}

.RadMenu_Areshta .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu_Areshta_rtl .rmGroup,
.RadMenu_Areshta_rtl .rmGroup .rmVertical
{
	background-position: 101% 0;
}

.RadMenu_Areshta .rmRootGroup .rmHorizontal
{
	background-image: none;
}

.RadMenu_Areshta .rmScrollWrap .rmVertical
{
	border: 0;
}

.RadMenu_Areshta .rmGroup .rmFirst,
.RadMenu_Areshta .rmGroup .rmLast
{
	background: none;
}

.RadMenu_Areshta .rmGroup .rmLast
{
	padding-bottom: 1px;
}

.RadMenu_Areshta .rmGroup .rmLink:hover,
.RadMenu_Areshta .rmGroup .rmFocused,
.RadMenu_Areshta .rmGroup .rmSelected,
.RadMenu_Areshta .rmGroup .rmExpanded
{
	background-position: 0 -168px;
}

.RadMenu_Areshta .rmGroup .rmLink:hover .rmText,
.RadMenu_Areshta .rmGroup .rmFocused .rmText,
.RadMenu_Areshta .rmGroup .rmSelected .rmText,
.RadMenu_Areshta .rmGroup .rmExpanded .rmText
{
	background-position: 100% -192px;
}

/* <expand arrows> */

.RadMenu_Areshta .rmGroup .rmExpandRight,
.RadMenu_Areshta .rmGroup .rmExpandDown
{
	background-position: 100% -216px;
}

.RadMenu_Areshta .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Areshta .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Areshta .rmGroup .rmSelected .rmExpandRight,
.RadMenu_Areshta .rmGroup .rmExpanded .rmExpandRight,
.RadMenu_Areshta .rmGroup .rmLink:hover .rmExpandDown,
.RadMenu_Areshta .rmGroup .rmFocused .rmExpandDown,
.RadMenu_Areshta .rmGroup .rmSelected .rmExpandDown,
.RadMenu_Areshta .rmGroup .rmExpanded .rmExpandDown
{
	background-position: 100% -240px;
}

.RadMenu_Areshta .rmGroup .rmDisabled:hover .rmExpandRight,
.RadMenu_Areshta .rmGroup .rmDisabled:hover .rmExpandDown
{
	background-image: url(images/Telerik.Web.UI.Skins.Areshta.Menu.rmSprite.png);
	background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Areshta_rtl .rmGroup .rmLink:hover,
.RadMenu_Areshta_rtl .rmGroup .rmFocused,
.RadMenu_Areshta_rtl .rmGroup .rmSelected,
.RadMenu_Areshta_rtl .rmGroup .rmExpanded
{
	background-position: 100% -264px;
}

.RadMenu_Areshta_rtl .rmGroup .rmLink:hover .rmText,
.RadMenu_Areshta_rtl .rmGroup .rmFocused .rmText,
.RadMenu_Areshta_rtl .rmGroup .rmSelected .rmText,
.RadMenu_Areshta_rtl .rmGroup .rmExpanded .rmText
{
	background-position: 0 -288px;
}

.RadMenu_Areshta_rtl .rmGroup .rmExpandLeft
{
	background-position: 0 -312px;
}

.RadMenu_Areshta_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Areshta_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Areshta_rtl .rmGroup .rmSelected .rmExpandLeft,
.RadMenu_Areshta_rtl .rmGroup .rmExpanded .rmExpandLeft
{
	background-position: 0 -336px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Areshta - specific, overlapping submenus)> */

.RadMenu_Areshta .rmSlide
{
	margin: -3px 0 0 3px;
}

.RadMenu_Areshta .rmVertical .rmSlide,
.RadMenu_Areshta .rmSlide .rmSlide,
.RadMenu_Areshta_Context .rmGroup .rmSlide
{
	margin: 0 0 0 -5px;
}

.RadMenu_Areshta_rtl .rmSlide
{
	margin: -3px 0 0 -3px;
}

.RadMenu_Areshta_rtl .rmVertical .rmSlide,
.RadMenu_Areshta_rtl .rmSlide .rmSlide,
.RadMenu_Areshta_Context_rtl .rmGroup .rmSlide
{
	margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Areshta .rmLeftArrow,
.RadMenu_Areshta .rmRightArrow
{
	background-color: #f6f6e8;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Areshta .rmLeftArrow,
.RadMenu_Areshta .rmRightArrow
{
	background-color: #E0E5F5;
}

.RadMenu_Areshta .rmLeftArrow { background-position: -8px -312px; border-right: 1px solid #B7BDCD; }
.RadMenu_Areshta .rmRightArrow { background-position: -482px -216px; border-left: 1px solid #B7BDCD; }

.RadMenu_Areshta .rmTopArrow,
.RadMenu_Areshta .rmBottomArrow,
.RadMenu_Areshta .rmGroup .rmLeftArrow,
.RadMenu_Areshta .rmGroup .rmRightArrow
{
	background-color: #f0f0f0;
}

.RadMenu_Areshta .rmTopArrow { background-position: 50% -367px; border-bottom: 1px solid #B7BDCD; }
.RadMenu_Areshta .rmBottomArrow { background-position: 50% -391px; border-top: 1px solid #B7BDCD; }

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Areshta .rmVertical .rmSeparator .rmText,
.RadMenu_Areshta .rmHorizontal .rmVertical .rmSeparator .rmText
{
	background-position: 0 -406px;
}

.RadMenu_Areshta .rmHorizontal .rmSeparator .rmText,
.RadMenu_Areshta .rmVertical .rmHorizontal .rmSeparator .rmText
{
	background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / Areshta> */
body{background: #e7e7e7;}
table, tr, td, p, div{font-family: tahoma;font-size: 11px;line-height: 1.4em;}
.topTD{background: url(images/bg_top.jpg) no-repeat bottom center;height: 273;width: 944px;text-align: right;font-size: 11px;}
.middleTD{background: url(images/bg_table_main.jpg) center repeat-y;padding: 0px 0px 0 0;font-size: 11px;width: 944px;display: table;text-align: right;vertical-align: top;}
.TBSpace{background: url(images/bg_table_main.jpg) center repeat-y;font-size: 0px;width: 944px;height: 20px;display: table;text-align: right;vertical-align: top;}
.bottomTD{background: url(images/bg_footer.jpg) no-repeat bottom center;height: 120px;width: 944px;padding: 0px 0px 0px 0px;color: #fff;text-align: right;font-size: 11px;white-space: nowrap;vertical-align: bottom;}
label, .normal, .Normal{font-family: tahoma;font-size: 11px;}
.containerHEADL{background: url(images/header_cap_left.gif) bottom left no-repeat;width: 15px;padding: 0;}
.containerHEADR{background: url(images/header_cap_right.gif) bottom left no-repeat;width: 15px;padding: 0;}
.containerHEADC{background: url(images/header_bg.gif) repeat-x bottom;padding: 0 0 17px 5px;}
.containerTD{padding: 10px 25px 35px 25px;}
table, div{padding: 0;}
select, input{font-family: tahoma;font-size: 11px;color: #333;}
h3{font-family: tahoma;font-size: 12px;font-weight: bold;color: #f6f6f6;padding: 2px 0 1px 7px;background: #888;margin-top: 20px;margin-left: 0;margin-right: 0;margin-bottom: 5px;letter-spacing: 3px;text-transform: uppercase;}
p{margin-top: 10px;margin-bottom: 10px;padding-left: 10px;padding-right: 10px;font-size: 11px;}
.header
{
	background: url(images/header.jpg) top center no-repeat;
	width: 990px;
	height: 184px;
	vertical-align: top;
}
.footer_parseh
{
	background: url(images/footer.gif) top center no-repeat;
	height: 50px;
	width: 238px;
}
/* ------------------------------------------- */
.TopPane_full
{
	width: 100%;
	background-color: transparent;
}
/* ------------------------------------------------------------ */
.CLeftPane_full
{
	width: 175px;
	background-color: transparent;
}
/* ------------------------------------------------------------ */
.CContentPane_full
{
	width: 100%;
	background-color: transparent;
}
/* ------------------------------------------------------------ */
.CrightPane_full
{
	width: 175px;
	background-color: transparent;
}
/* ------------------------------------------------------------ */
.CPane_full
{
	width: 220px;
	background-color: transparent;
}
/* ------------------------------------------------------------ */
.BottomPane_full
{
	width: 100%;
	background-color: transparent;
}

/* ------------------------------------------------------------ */
.LeftPane_min
{
	width: 175px;
	background-color: transparent;
	padding: 5px;
}
/* ------------------------------------------------------------ */
.Pane_1
{
	width: 175px;
	background-color: transparent;
	padding: 5px;
}
/* ------------------------------------------------------------ */
.RightPane_min
{
	width: 175px;
	background-color: transparent;
	padding: 5px;
}
/* ------------------------------------------------------------ */
.ContentPane_min
{
	width: 100%;
	background-color: transparent;
	padding: 5px;
}
/* ============================================================================================================== */
/*														Menu Area
/* ============================================================================================================== */
/* Menu Bar Background Color */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
/* ------------------------------------------- */
.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 20px;
	background-color: Transparent;
}
/* ------------------------------------------- */
.MainMenu_MenuItem
{
	margin-top: 0px;
	margin-right: 5px;
	cursor: hand;
	color: #000;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	border: #82b5c8 1px solid;
}
/* ------------------------------------------- */
.MainMenu_MenuIcon
{
	background-color: #82b5c8;
	border: 1px solid #82b5c8;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: auto;
}
/* ------------------------------------------- */
.MainMenu_SubMenu
{
	margin-top: 1px;
	background-color: #82b5c8;
	z-index: 1000;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=   '#202020' , Direction=150, Strength=5);
}
/* ------------------------------------------- */
.MainMenu_MenuBreak
{
}
/* ------------------------------------------- */
.MainMenu_MenuItemSel
{
	background-color: #036c94;
	cursor: hand;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}
/* ------------------------------------------- */
.MainMenu_MenuArrow
{
	border: #82b5c8 1px solid;
	font-family: Tahoma, webdings;
	font-size: 8pt;
	cursor: hand;
	height: auto;
}
/* ------------------------------------------- */
.MainMenu_RootMenuArrow
{
	font-family: Tahoma, webdings;
	font-size: 8pt;
	cursor: hand;
}
/* ------------------------------------------- */
.NormalTextBox
{
	border: #9f9f9f 1px solid;
	background: #f9f9f9 none;
	color: black;
	font-family: Tahoma,verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
/* ------------------------------------------- */
.StandardButton
{
	border: 1px solid #ffffff;
	background: #cecece none;
	color: #ffffff;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/* ------------------------------------------------------------ */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
}
/* ------------------------------------------------------------ */
.CurrDate
{
	color: #000;
	font-family: Tahoma,verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
.Normal
{
	color: #000;
	font-family: Tahoma,verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
/* ------------------------------------------- */
A.Normal:link
{
	text-decoration: none;
	color: #000;
}
/* ------------------------------------------- */
A.Normal:hover
{
	text-decoration: none;
	color: red;
}
/* ------------------------------------------- */
A.Normal:active
{
	text-decoration: none;
	color: #000;
}
/* ------------------------------------------- */
A.Normal:visited
{
	text-decoration: none;
	color: #000;
}
/* ------------------------------------------- */
.CommandButton
{
	color: #000020;
	font-family: Tahoma,verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
/* ------------------------------------------- */
.SubHead
{
	color: #000020;
	font-family: Tahoma,verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
/* ------------------------------------------- */
.SkinObject
{
	color: #000;
	font-family: Tahoma,verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
/* ------------------------------------------- */
A.SkinObject:link
{
	text-decoration: none;
	color: #000;
}
/* ------------------------------------------- */
A.SkinObject:visited
{
	text-decoration: none;
	color: #000;
}
/* ------------------------------------------- */
A.SkinObject:active
{
	text-decoration: none;
	color: #000;
}
/* ------------------------------------------- */
A.SkinObject:hover
{
	text-decoration: none;
	color: red;
}
/* ------------------------------------------- */
/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border: blue 0px solid;
}
/* ------------------------------------------- */
.ModuleTitle_MenuBar
{
	cursor: hand;
	height: 25px;
	background-color: Transparent;
}
/* ------------------------------------------- */
.ModuleTitle_MenuItem
{
	cursor: hand;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	border-left: #82b5c8 0px solid;
	border-bottom: #82b5c8 1px solid;
	border-top: #82b5c8 1px solid;
	border-right: #82b5c8 0px solid;
	background-color: #82b5c8;
}
/* ------------------------------------------- */
.ModuleTitle_MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color: #82b5c8;
	border-left: #82b5c8 1px solid;
	border-bottom: #82b5c8 1px solid;
	border-top: #82b5c8 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
/* ------------------------------------------- */
.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #82b5c8;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=   'DimGray' , Direction=135, Strength=3);
	border-bottom: #82b5c8 0px solid;
	border-left: #82b5c8 0px solid;
	border-top: #82b5c8 0px solid;
	border-right: #82b5c8 0px solid;
}
/* ------------------------------------------- */
.ModuleTitle_MenuBreak
{
	border-bottom: #82b5c8 1px solid;
	border-left: #82b5c8 0px solid;
	border-top: #82b5c8 1px solid;
	border-right: #82b5c8 0px solid;
	background-color: #82b5c8;
	height: 1px;
}
/* ------------------------------------------- */
.ModuleTitle_MenuItemSel
{
	cursor: hand;
	cursor: pointer;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	background-color: #036c94;
}
/* ------------------------------------------- */
.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 8pt;
	cursor: hand;
	cursor: pointer;
	border-right: #82b5c8 1px solid;
	border-bottom: #82b5c8 1px solid;
	border-top: #82b5c8 0px solid;
}
/* ------------------------------------------- */
.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 8pt;
	cursor: hand;
	cursor: pointer;
}
/* ----------------------------------------------------- Parseh Form Generator -------------------------------------------------------------------- */
.ParsehFormGenerator_DBField
{
	color: #A00000;
	width: auto;
	background-color: #C5EDFF;
	font-family: Tahoma;
	font-size: 12px;
	height: 10px;
	border: 1px solid #0000A0;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 0px;
	border-style: dashed;
}
/* ----------------------------------------------------- Parseh List Tabel -------------------------------------------------------------------- */
.ParsehListTable_Header
{
	background-color: #dff0f8;
	height: 29px;
	vertical-align: middle;
	font-family: Tahoma, "Courier New" , Arial;
	font-size: 12px;
	color: white;
	text-align: center;
}

.ParsehListTable_HeaderBG
{
	background-image: url(ListTableImages/HeaderBG.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 29px;
	vertical-align: middle;
	font-family: Tahoma, "Courier New" , Arial;
	font-size: 12px;
	color: white;
	text-align: center;
}

.ParsehListTable_ItemStyle
{
	height: 20px;
	background-color: #f7f7f7;
	border: 1px solid #d8d8d8;
	vertical-align: middle;
	font-family: Tahoma, "Courier New" , Arial;
	font-size: 12px;
	color: black;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.ParsehListTable_AlterItemStyle
{
	height: 20px;
	background-color: #dff0f8;
	border: 1px solid #d8d8d8;
	font-family: Tahoma, "Courier New" , Arial;
	font-size: 12px;
	color: black;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.ParsehListTable_FooterLeft
{
	background-image: url(ListTableImages/FooterLeft.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 8px;
	height: 27px;
}

.ParsehListTable_FooterBG
{
	background-image: url(ListTableImages/FooterBG.gif);
	background-repeat: repeat-x;
	height: 27px;
}

.ParsehListTable_FooterRight
{
	background-image: url(ListTableImages/FooterRight.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 27px;
	background-position: right;
}
/* ----------------------------------------------------- Parseh Details Tabel -------------------------------------------------------------------- */
/* ============ Top Area ============ */
.ParsehDetailTable_TopBG
{
	background: url(DetailTableImages/TopBG.gif) top Right repeat-x;
}
.ParsehDetailTable_TopLeft
{
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(DetailTableImages/TopLeft.gif);
	width: 20px;
}
.ParsehDetailTable_TopRight
{
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(DetailTableImages/TopRight.gif);
	width: 20px;
}
/* =========== Header Area =========== */
.ParsehDetailTable_HeaderBG
{
	vertical-align: top;
	padding: 5px 5px 0px 5px;
	border-collapse: collapse;
	background-color: #92d1eb;
	background-image: url(DetailTableImages/HeaderBG.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.ParsehDetailTable_HeaderRightBG
{
	background: url(DetailTableImages/HeaderRightBG.gif) top right repeat-y;
	text-align: right;
	vertical-align: top;
	width: 20px;
}
.ParsehDetailTable_HeaderLeftBG
{
	background: url(DetailTableImages/HeaderLeftBG.gif) top left repeat-y;
	text-align: left;
	vertical-align: top;
	width: 20px;
}
.ParsehDetailTable_HeaderRightFade
{
	background: url(DetailTableImages/HeaderRightFade.gif) top right no-repeat;
	width: 20px;
	height: 55px;
}
.ParsehDetailTable_HeaderLeftFade
{
	background: url(DetailTableImages/HeaderLeftFade.gif) top left no-repeat;
	width: 20px;
	height: 55px;
}
/* =========== Footer Area =========== */
.ParsehDetailTable_FooterBG
{
	background: url(DetailTableImages/FooterBG.gif) top LEFT repeat-x;
	height: 31px;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	color: White;
}
.ParsehDetailTable_FooterRight
{
	background: url(DetailTableImages/FooterRight.gif) top right no-repeat;
	width: 20px;
	height: 31px;
}
.ParsehDetailTable_FooterLeft
{
	background: url(DetailTableImages/FooterLeft.gif) top left no-repeat;
	width: 20px;
	height: 31px;
}
/* =========== Title Fade Area =========== */
.ParsehDetailTable_TitleFade
{
	background-image: url(DetailTableImages/TitleFade.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 99%;
}
/* متن */
.ParsehDetailTable_ContentArea
{
	text-align: justify;
	padding: 5px 5px 5px 5px;
	font-family: Tahoma;
	font-size: 12px;
	color: #3f3f3f;
	border-left: 1px solid #A4C4C4;
	border-right: 1px solid #A4C4C4;
	background-color: White;
	text-align: center;
}
/* عنوان متن */
.ParsehDetailTable_TitleArea
{
	font-weight: bold;
	background-color: #28a7dc;
	height: 18px;
	text-align: center;
	font-size: 12px;
	color: White;
	font-family: Tahoma;
	padding-left: 5px;
	padding-right: 5px;
}
/* کلیک */
.ParsehDetailTable_ItemArea
{
	margin-top: 1px;
	margin-bottom: 2px;
	font-family: Tahoma;
	color: #FF0000;
	font-size: 12px;
	width: 50%;
	height: 20px;
}
/* ----------------------------------------------------- Parseh Pesian Div Calendar -------------------------------------------------------------------- */
/* the div that holds the date picker calendar */
.DatePickerHolderDiv
{
}

/* the table (within the div) that holds the date picker calendar */
.DatePickerTable
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #fde6c4;
	border: 1px solid #9b8867;
}


/* a table row that holds date numbers (either blank or 1-31) */
.DatePickerDaysRows
{
}


/* the top table row that holds the month, year, and forward/backward buttons */
.DatePickerTitleRow
{
}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.DatePickerDayNamesRow
{
}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR /* StandardButton */
{
}


/* a table cell that holds a date number (either blank or 1-31) */
.DatePickerDayCell
{
	border: 1px solid #9b8867;
}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.DatePickerDayHighlight
{
	color: #000000;
	font-weight: bold;
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.DatePickerDayHighlightCell
{
	background-color: #ffffff;
	border: 1px solid #1288cf;
}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.DatePickerDayCellHover
{
	background-color: #9b8867;
	border: 1px solid #202080;
	cursor: pointer;
	color: white;
}


/* the table cell that holds the name of the month and the year */
.DatePickerMonthesCell
{
}

/* additional style information for the text that indicates the month and year */
.DatePickerTitleText
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
