﻿@media print
{
	/* Label Styles */
.Headerlabel
{	/* all Header Labels Properties */
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
}
.LegendLabel
{	/* Legend Label in FielSet*/
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: #0000FF;
	padding-right: 4px;
	padding-left: 8px;
}
.OneColLabel
{	/* Label Properties */
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	vertical-align: top;
}
.TwoColLabel
{	/* Label Properties */
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	vertical-align: top;
}
.ThreeColLabel
{	/* Label Properties */
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	vertical-align: top;
}
.FourColLabel
{	/* Label Properties */
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	vertical-align: top;
}
.OneColLabelWhite
{
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: #FFFFFF;
	vertical-align: top;
}
.OneColLabelDarkGreen
{
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: #303A0B;
	vertical-align: top;
}
/************************/
/* TextBox Styles */
.OneColTextBox
{	/* TextBox Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 140px;
}
.TwoColTextBox
{	/* TextBox Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 130px;
}
.ThreeColTextBox
{	/* TextBox Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 120px;
}
.OneColTextBoxWide
{	/* TextBox Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 100%;
	margin-left: 90px;
}
.TwoColTextBoxWide
{	/* TextBox Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 100%;
	margin-left: 72px;
}
.ThreeColTextBoxWide
{	/* TextBox Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 100%;
}
/************************/
/* TextArea Styles */
.OneColTextArea
{	/* TextArea (html) Propertie and TextBox MultiLines (asp) Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	text-align: justify;
	width: 140px;
	height: 65px;
}
.TwoColTextArea
{	/* TextArea (html) Propertie and TextBox MultiLines (asp) Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	text-align: justify;
	width: 130px;
	height: 65px;
}
.ThreeColTextArea
{	/* TextArea (html) Propertie and TextBox MultiLines (asp) Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	text-align: justify;
	width: 120px;
	height: 65px;
}
.OneColTextAreaWide
{	/* TextArea (html) Propertie and TextBox MultiLines (asp) Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	text-align: justify;
	width: 100%;
	height: 65px;
}
.TwoColTextAreaWide
{	/* TextArea (html) Propertie and TextBox MultiLines (asp) Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	text-align: justify;
	width: 100%;
	height: 65px;
	margin-left: 74px;
}
.ThreeColTextAreaWide
{	/* TextArea (html) Propertie and TextBox MultiLines (asp) Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	text-align: justify;
	width: 100%;
	height: 65px;
}
/************************/
/* DropDownList Styles */
.OneColDropDownList
{	/* Drop Down List Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 140px;
}
.TwoColDropDownList
{	/* Drop Down List Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 130px;
}
.ThreeColDropDownList
{	/* Drop Down List Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: ltr;
	width: 120px;
}
.FourColDropDownList
{	/* Drop Down List Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 65px;
}
/************************/
/* All Links Styles [HyperLink & Link Button] */
.HyperLink
{	/**/
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: Blue;
	vertical-align: top;
	cursor: hand;
	text-decoration: none;
}
.HyperLink:hover
{	/**/
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: Blue;
	cursor: hand;
	vertical-align: top;
	text-decoration: underline;
}
.HyperLinkBlue
{	/**/
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: Blue;
	cursor: hand;
	vertical-align: top;
}
.HyperLinkBlue:hover
{	/**/
	direction: rtl;
	cursor: pointer;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: Blue;
	cursor: hand;
	vertical-align: top;
	text-decoration: underline;
}
.LinkButton
{	/**/
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: Blue;
	cursor: hand;
	vertical-align: top;
	text-decoration: none;
}
.LinkButton:hover
{	/**/
	direction: rtl;
	cursor: pointer;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: Blue;
	cursor: hand;
	vertical-align: top;
	text-decoration: underline;
}
.PreviousWeeks
{	/**/
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: Gray;
	vertical-align: top;
	text-decoration: none;
}
.SelectedWeek
{	/**/
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: #FFF799;
	border: solid 1px black;
	background-color: #F26C4E;
	padding: 0px 3px 0px 3px;
	vertical-align: top;
	text-decoration: none;
}

/************************/
/* Button Styles */
.Button
{	/* all Button Properties But Date Button */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	text-align: -moz-center;
	!text-align: center;
	direction: rtl;
	padding-left: 7px;
	padding-right: 9px;
}
/************************/
/* CheckBox & CheckBoxList Styles */
.CheckBox
{	/* CheckBox Properties */
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	vertical-align: top;
}
.CheckBoxList
{	/* CheckBox Properties */
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	vertical-align: top;
	margin-right: -6px;
	margin-top: -5px;
}
/************************/
/* RadioButton & RadioButtonList Styles */
.RadioButton
{	/* RadioButton Properties */
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	vertical-align: top;
}
/************************/
/* Upload & Input Styles */
.Upload
{
	width: 140px;
	color: Black;
	height: 18px;
	font-family: Tahoma;
	font-size: xx-small;
}
.OneColUpload
{
	width: 140px;
	color: Black;
	height: 18px;
	font-family: Tahoma;
	font-size: xx-small;
}
.TwoColUpload
{
	width: 130px;
	color: Black;
	height: 18px;
	font-family: Tahoma;
	font-size: xx-small;
}
.ThreeUpload
{
	width: 120px;
	color: Black;
	height: 18px;
	font-family: Tahoma;
	font-size: xx-small;
}
.OneColBrowseTextBox
{	/* Html File Input Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 140px;
}
.TwoColBrowseTextBox
{	/* Html File Input Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 130px;
}
.ThreeColBrowseTextBox
{	/* Html File Input Properties */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 120px;
}
/************************/
/* Grid Styles */
.GridWithSideBarScroller
{	/* Grid Scroll in Active Sidebar Mode Used in All Report Pages in Application Page */
	width: 798px;
	height:auto;
	overflow: auto;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 18px;
	
}
.GridWithOutSideBarScroller
{	/* Grid Scroll in DeActive Sidebar Mode Used in All Report Pages in Application Page */
	width: 973px;
	height:auto;
	overflow: auto;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 18px;
}
.GridTopHeaderMergedTable
{
	background-color: #a6d7df;
	border: 1px soid #6091ba;
	width: 100%;
	height: 20px;
}
.GridMainStyle
{
	padding: 2px;
	width: 100%;
	color: #6C744E;
	border: 1px solid #6091ba;
	background-color: #c3e0ee;
}
.GridHeaderStyle
{
	direction: rtl;
	width: 100%;
	color: #2d283c;
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	height: 20px;
	border: 0px;
	text-align: right; /*background-image: url('../images/ListHeader.gif'); 	background-repeat:repeat-x; 	*/
	background-color: #c3e0ee;
	white-space: nowrap;
}
.GridRowStyle
{
	background-color: #ecf3fb;
	color: #2d283c;
	font-family: Tahoma;
	height: 18px;
	font-size: xx-small;
}
.GridSelectedRowStyle
{
	background-color: #d5effc;
	font-weight: bold;
	color: #2d283c;
	font-family: Tahoma;
	height: 18px;
	font-size: xx-small;
}
.GridEditRowStyle
{
	height: auto;
	background-color: #fcfcd8;
}
.GridAlternatingRowStyle
{
	background-color: #ffffff;
	color: #2d283c;
	height: 18px;
	font-family: Tahoma;
	font-size: xx-small;
}
.GridPagerStyle
{
	direction: rtl;
	text-align: right;
	width: 100%;
	color: #2d283c;
	font-family: Tahoma;
	font-size: xx-small;
	border: 0px; /*background-image: url('../images/ListFooter.gif'); 	background-repeat:repeat-x; 	*/
	height: 18px;
	background-color: #c6e3f1;
}
.GridFooterStyle
{
	height: 18px;
	background-color: #c6e3f1;
	color: #2d283c;
}
.EmptyDataRowStyle
{
	height: 18px;
	background-color: #c6e3f1;
	color: #2d283c;
}
/* Favorite Grid Styles */
.FavoriteGridViewScroller
{
	height: 115px;
	width: 100%;
	overflow: auto;
	padding: 5px;
}
.FavoriteGridMainStyle
{
	padding: 2px;
	width: 100%;
	color: #6C744E;
	border: 1px solid #6091ba;
	background-color: #c3e0ee;
}
.FavoriteGridHeaderStyle
{
	direction: rtl;
	width: 100%;
	color: #2d283c;
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	height: 20px;
	border: 0px;
	text-align: right; /*background-image: url('../images/ListHeader.gif'); 	background-repeat:repeat-x; 	*/
	background-color: #c3e0ee;
	white-space: nowrap;
}
.FavoriteGridRowStyle
{
	background-color: #ecf3fb;
	color: #2d283c;
	font-family: Tahoma;
	height: 18px;
	font-size: xx-small;
}
.FavoriteGridSelectedRowStyle
{
	background-color: #d5effc;
	font-weight: bold;
	color: #2d283c;
	font-family: Tahoma;
	height: 18px;
	font-size: xx-small;
}
.FavoriteGridEditRowStyle
{
	height: auto;
	background-color: #fcfcd8;
}
.FavoriteGridAlternatingRowStyle
{
	background-color: #ffffff;
	color: #2d283c;
	height: 18px;
	font-family: Tahoma;
	font-size: xx-small;
}
.FavoriteGridPagerStyle
{
	direction: rtl;
	text-align: right;
	width: 100%;
	font-family: Tahoma;
	font-size: xx-small;
	border: 0px; /*background-image: url('../images/ListFooter.gif'); 	background-repeat:repeat-x; 	*/
	height: 18px;
	color: #2d283c;
	background-color: #c6e3f1;
}
.FavoriteGridFooterStyle
{
	height: 18px;
	background-color: #c6e3f1;
	color: #2d283c;
}
.FavoriteEmptyDataRowStyle
{
	height: 18px;
	background-color: #c6e3f1;
	color: #2d283c;
}
/************************/
/* Data List Styles */
.DataListMainStyle
{
	padding: 2px;
	width: 100%;
	color: #6C744E;
	border: 1px solid #6091ba;
	background-color: #c3e0ee;
}
.DataListHeaderStyle
{
	direction: rtl;
	width: 100%;
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	height: 20px;
	border: 0px;
	background-color: #04CAFF;
	color: #2d283c;
	background-color: #c3e0ee;
	white-space: nowrap;
}
.DataListItemStyle
{
	background-color: #ecf3fb;
	color: #2d283c;
	font-family: Tahoma;
	font-size: xx-small;
}
.DataListSelectedItemStyle
{
	background-color: #d5effc;
	font-weight: bold;
	color: #2d283c;
	font-family: Tahoma;
	font-size: xx-small;
}
.DataListAddItemStyle
{
	background-color: #d5effc;
	color: #2d283c;
	font-family: Tahoma;
	font-size: xx-small;
}
.DataListAlternatingItemStyle
{
	background-color: #ffffff;
	color: #2d283c;
	font-family: Tahoma;
	font-size: xx-small;
}
.DataListPagerStyle
{
	direction: rtl;
	text-align: right;
	width: 100%;
	color: #2d283c;
	background-color: #c6e3f1;
	font-family: Tahoma;
	font-size: xx-small;
	height: 20px;
	border: 0px;
	background-repeat: repeat-x;
}
.DataListFooterStyle
{
	direction: rtl;
	text-align: right;
	background-color: #c6e3f1;
	color: #2d283c;
	font-family: Tahoma;
	font-size: xx-small;
	height: 20px;
	width: 100%;
}
.DataListEditItemStyle
{
	direction: rtl;
	text-align: right;
	background-color: #c6e3f1;
	color: #2d283c;
	font-family: Tahoma;
	font-size: xx-small;
	height: 20px;
	width: 100%;
}
.DataListTopHeaderMergedTable
{
	color: #2d283c;
	background-color: #c3e0ee;
	border: 1px soid #6091ba;
	width: 100%;
	height: 20px;
}
.DataListMergedHeaderTable
{
	width: 100%;
	direction: rtl;
	border-collapse: collapse;
	text-align: right;
	color: #2d283c;
	background-color: #c3e0ee;
}
/************************/
/* All ToolBar and Menu Styles [Toolbar , MenuBar & Menu , SitePathBar , ] */
.SiteMapPathContainer
{
	padding: 0px;
	height:25px; 
	margin: 0px;
}
.FloatLeft
{
	float: left;
}
.FloatRight
{
	float: right;
}
.FloatNone
{
	float: none;
}
.ToolBarMain
{
	height: 20px;
	/*background-image: url('../images/ToolBarBG.gif');
	background-repeat: repeat-x;*/
}
.MenuBarMain
{
	width: 100%;
	height: 28px; 
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	background-color: #dcdcdc;
	border-collapse: collapse; 
	border: 0px;
	height: auto;
}
.ToolBar
{
	float:right;
	padding: 2px 5px 0px 5px;
	vertical-align: middle;
	position: relative;
	text-align: right;
	width: 80px;
}
.Menu
{
	visibility: hidden;
	display: none;
}
.MenuMain
{
	visibility: hidden;
	display: none;
}
.StaticMenuItemStyle
{
	visibility: hidden;
	display: none;
}
.IRISLStaticMenuItemStyle
{
	visibility: hidden;
	display: none;
}
.StaticMenuItemHoverStyle
{
	visibility: hidden;
	display: none;
}
.IRISLStaticMenuItemHoverStyle
{
	visibility: hidden;
	display: none;
}
.DynamicMenuItemStyle
{
	visibility: hidden;
	display: none;
}
.DynamicMenuItemHoverStyle
{
	visibility: hidden;
	display: none;
}
.SitePath
{
	padding-top: 5px;
	float: right;
	height: 20px;
	right: 80px;
	position: relative;
	color: #ffffff;
	white-space: nowrap;
}
.SiteMapPathCurrentNodeStyle
{
	color: #FFFFFF;
}
.SiteMapPathNodeStyle
{
	color: #FFFFFF;
}
.SiteMapPathRootNodeStyle
{
	
}
.SiteMapPathSeparatorStyle
{
	color: #FFF799;
}
.IRISLLoginStatusContainer
{
	text-align: left;
	width: auto;
}
.SitePathContainer
{
	width: auto;
	text-align: right;
}
.LoginStatusNameTop
{
	visibility: hidden;
	display: none;
}
.OnlineStatusContainer
{
	width:45px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.OnlineStatus
{
	width: 40px;
	height: 28px;
	float: left;
	cursor: hand;
	background-color: #ffffff;
	background-image: url('../images/OnlineTopLeftStatus.gif');
	background-repeat: no-repeat;
	background-position-x: right;
}
.IRISLLoginStatusTop
{
	visibility: hidden;
	display: none;
}
.HelpIcon
{
	visibility: hidden;
	display: none;
}
/************************/
/* All Login Controls Styles [*Name , *Status , Login ] */
.LoginMain
{
	visibility: hidden;
	display: none;
}
.LoginTitle
{
	visibility: hidden;
	display: none;
}
.LoginInstruction
{
	visibility: hidden;
	display: none;
}
.LoginTextBox
{
	visibility: hidden;
	display: none;
}
.LoginButton
{
	visibility: hidden;
	display: none;
}
.LoginName
{
	visibility: hidden;
	display: none;
}
.LoginStatus
{	/**/
	visibility: hidden;
	display: none;
}
.LoginStatus:hover
{	/**/
	visibility: hidden;
	display: none;
}
.HomeLoginStatus
{
	visibility: hidden;
	display: none;
}
/************************/
/* Create user Style */
.CreateUser
{
	visibility: hidden;
	display: none;
}
.CreateUserSideBar
{
	visibility: hidden;
	display: none;
}
.CreateUserTitleText
{
	visibility: hidden;
	display: none;
}
.CreateUserSideBarButon
{
	visibility: hidden;
	display: none;
}
.CreateUserNavigationButton
{
	visibility: hidden;
	display: none;
}
.CreateUserHeader
{
	visibility: hidden;
	display: none;
}
.CreateUserButton
{
	visibility: hidden;
	display: none;
}
.CreateUserContinueButton
{
	visibility: hidden;
	display: none;
}
.CreateUserStep
{
	visibility: hidden;
	display: none;
}
/************************/
/* Change Password */
.ChangePasswordMainStyle
{
	visibility: hidden;
	display: none;
}
.CancelButtonStyle
{
	visibility: hidden;
	display: none;
}
.ChangePasswordButtonStyle
{
	visibility: hidden;
	display: none;
}
.ContinueButtonStyle
{
	visibility: hidden;
	display: none;
}
.FailureTextStyle
{
	visibility: hidden;
	display: none;
}
.HyperLinkStyle
{
	visibility: hidden;
	display: none;
}
.InstructionTextStyle
{
	visibility: hidden;
	display: none;
}
.LabelStyle
{
	visibility: hidden;
	display: none;
}
.PasswordHintStyle
{
	visibility: hidden;
	display: none;
}
.SuccessTextStyle
{
	visibility: hidden;
	display: none;
}
.TextBoxStyle
{
	visibility: hidden;
	display: none;
}
.TitleTextStyle
{
	visibility: hidden;
	display: none;
}
.ValidatorTextStyle
{
	visibility: hidden;
	display: none;
}
.MBOChangePasswordMainStyle
{
	visibility: hidden;
	display: none;
}
.MBOCancelButtonStyle
{
	visibility: hidden;
	display: none;
}
.MBOChangePasswordButtonStyle
{
	visibility: hidden;
	display: none;
}
.MBOContinueButtonStyle
{
	visibility: hidden;
	display: none;
}
.MBOFailureTextStyle
{
	visibility: hidden;
	display: none;
}
.MBOHyperLinkStyle
{
	visibility: hidden;
	display: none;
}
.MBOInstructionTextStyle
{
	visibility: hidden;
	display: none;
}
.MBOLabelStyle
{
	visibility: hidden;
	display: none;
}
.MBOPasswordHintStyle
{
	visibility: hidden;
	display: none;
}
.MBOSuccessTextStyle
{
	visibility: hidden;
	display: none;
}
.MBOTextBoxStyle
{
	visibility: hidden;
	display: none;
}
.MBOTitleTextStyle
{
	visibility: hidden;
	display: none;
}
.MBOValidatorTextStyle
{
	visibility: hidden;
	display: none;
}
/************************/
/* Password Recovery Style */
.PasswordRecovery
{
	visibility: hidden;
	display: none;
}
.PasswordRecoveryInstruction
{
	visibility: hidden;
	display: none;
}
.PasswordRecoverySuccess
{
	visibility: hidden;
	display: none;
}
.PasswordRecoveryTextBox
{
	visibility: hidden;
	display: none;
}
.PasswordRecoveryTitle
{
	visibility: hidden;
	display: none;
}
.PasswordRecoverySubmitButton
{
	visibility: hidden;
	display: none;
}
/************************/
/* Data List Properties */
.DataListAddHeaderLabel
{	/* Emse control ha too datalist*/
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: #6C744E;
	vertical-align:top;
}
.DataListItemLabel
{	/* Emse control ha too datalist*/
	direction: rtl;
	/*text-align: justify;*/
	text-align: right;
	font-family: Tahoma;
	font-size: xx-small;
	color: #6C744E;
	vertical-align: top;
}
.DataListEditHeaderLabel
{	/* Emse control ha too datalist*/
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: #6C744E;
	vertical-align: top;
}
.DataListTextBox
{	/* text Box haye tooye Halate edit */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 150px;
}
.DataListSearchBox
{	/* text Box haye tooye Halate edit */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 120px; /*background-position: left center; 	background-attachment: fixed; 	background-image: url(../images/SearchPerson.gif); 	background-repeat: no-repeat;*/
}
.DataListradioButton
{	/* radio Button haye tooye halate edit */
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	vertical-align: top;
	margin-right: 25px;
}
.DataListDropDownList
{	/* drop Down List haye too halate edit */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 150px;
}
.DataListTextArea
{	/* Text Area haye too halate Edit */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	text-align: justify;
	width: 85%;
	height: 35px;
}
.DataListCheckBox
{	/* Check Box Haye halate Edit */
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	font-weight: lighter;
}
.DataListNumericBox
{	/* Numeric Box haye Halate Edit */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 150px;
}
.DataListDateBox
{	/* Date Box haye Halate Edit */
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 135px;
	text-align: left;
}
.DataListHeaderItemOne
{	/* this Class should be override for each Data list in Local CSS files */
	width: 40px;
	text-align: right;
}
.DataListHeaderItemTwo
{	/* this Class should be override for each Data list in Local CSS files */
	width: 40px;
	text-align: right;
}
.DataListHeaderItemThree
{	/* this Class should be override for each Data list in Local CSS files */
	width: 150px;
	text-align: right;
}
.DataListHeaderItemFour
{	/* this Class should be override for each Data list in Local CSS files */
	width: 80px;
	text-align: right;
}
.DataListHeaderItemFive
{	/* this Class should be override for each Data list in Local CSS files */
	width: 80px;
	text-align: right;
}
.DataListHeaderItemSix
{	/* this Class should be override for each Data list in Local CSS files */
	width: 100px;
	text-align: right;
}
.DataListHeaderItemSeven
{	/* this Class should be override for each Data list in Local CSS files */
	width: auto;
	text-align: right;
}
/************************/
/* Detail View Styles */
.DetailTitle
{	/* DetailView Header Properties */
	direction: rtl;
	width: 100px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: xx-small;
	border: 1px solid #BDC88E;
	background-color: #A3B07B;
}
.DetailRow
{	/* Detail View even row Properties */
	direction: rtl;
	width: 100%;
	color: #000000;
	font-family: Tahoma;
	font-size: xx-small;
	background-color: #DBDFCF;
}
.DetailAlternateRow
{	/* Detail View odd row Properties */
	direction: rtl;
	width: 100%;
	color: #000000;
	font-family: Tahoma;
	font-size: xx-small;
	background-color: #B5BAA5;
}
.DetailCommandRow
{
	direction: rtl;
	text-align: left;
	width: 100%;
	color: #000000;
	font-family: Tahoma;
	font-size: xx-small;
	height: 20px;
	background-image: url('../images/ListFooter.gif');
	background-color: #87A81E;
	background-repeat: repeat-x;
	vertical-align: bottom;
}
.DetailsTitleLabel
{
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
}
.DetailsLabel
{
	direction: rtl;
	text-align: justify;
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	vertical-align: top;
}
.DetailsTextBox
{
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 300px;
	height: 15px;
	vertical-align: middle;
}
.DetailsTextArea
{
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 300px;
	height: 65px;
	vertical-align: middle;
}
.DetailsDropDownList
{
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: ltr;
	width: 300px;
}
.DetailsNumericBox
{
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 300px;
}
/************************/
/* Uknwon Styles [ Should be checked where these styles has been used ] */
.Image
{
	border: solid 2px Black;
	background-color: #dcdcdc;
	padding: 2px;
	margin: 0px;
	vertical-align: middle;
	text-align: -moz-center;
	!text-align: center;
}
.ImageButton
{
	margin: 0px;
	vertical-align: middle;
	text-align: -moz-center;
	!text-align: center;
	cursor: hand;
}
.UploadTextbox
{
	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
	direction: rtl;
	width: 140px;
	direction: ltr;
}
} /* end @media print