﻿@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 */
	.GridTopHeaderMergedTable
	{
		background-color: #D1E09B;
		border: 1px soid #9FC129;
		width: 100%;
		height: 20px;
	}
	.GridMainStyle
	{
		padding: 2px;
		width: 100%;
		color: #6C744E;
		border: 1px solid #9FC129;
		background-color: #D1E09B;
	}
	.GridHeaderStyle
	{
		direction: rtl;
		width: 100%;
		color: #6C744E;
		font-family: Tahoma;
		font-size: xx-small;
		font-weight: bold;
		height: 20px;
		border: 0px;
		text-align: right; /*background-image: url('../images/ListHeader.gif'); 	background-repeat:repeat-x; 	*/
		background-color: #D1E09B;
		white-space: nowrap;
	}
	.GridRowStyle
	{
		background-color: #F0F8D3;
		color: #6C744E;
		font-family: Tahoma;
		height: 18px;
		font-size: xx-small;
		border: 1px solid #E8F4BD;
	}
	.GridSelectedRowStyle
	{
		background-color: #E8F4BD;
		font-weight: bold;
		color: #6C744E;
		font-family: Tahoma;
		height: 18px;
		font-size: xx-small;
	}
	.GridEditRowStyle
	{
		height: auto;
		background-color: #E8F4BD;
	}
	.GridAlternatingRowStyle
	{
		background-color: #ffffff;
		color: #6C744E;
		height: 18px;
		font-family: Tahoma;
		font-size: xx-small;
		border: 1px solid #E8F4BD;
	}
	.GridPagerStyle
	{
		direction: rtl;
		text-align: right;
		width: 100%;
		color: #6C744E;
		font-family: Tahoma;
		font-size: xx-small;
		border: 0px; /*background-image: url('../images/ListFooter.gif'); 	background-repeat:repeat-x; 	*/
		height: 18px;
		background-color: #D1E09B;
	}
	.GridFooterStyle
	{
		height: 18px;
		background-color: #D1E09B;
		color: #6C744E;
	}
	.EmptyDataRowStyle
	{
		height: 18px;
		background-color: #D1E09B;
		color: #6C744E;
	}
	/************************/
	/* Data List Styles */
	.DataListMainStyle
	{
		padding: 2px;
		width: 100%;
		color: #6C744E;
		border: 1px soid #9FC129;
	}
	.DataListHeaderStyle
	{
		direction: rtl;
		width: 100%;
		font-family: Tahoma;
		font-size: x-small;
		font-weight: bold;
		height: 20px;
		border: 0px;
		background-image: url('../images/ListHeader.gif');
		background-repeat: repeat-x;
		background-color: #04CAFF;
		color: #6C744E;
		background-color: #BAC88E;
	}
	.DataListItemStyle
	{
		background-color: #F0F8D3;
		color: #6C744E;
		font-family: Tahoma;
		font-size: xx-small;
	}
	.DataListSelectedItemStyle
	{
		background-color: #E8F4BD;
		font-weight: bold;
		color: #6C744E;
		font-family: Tahoma;
		font-size: xx-small;
	}
	.DataListAddItemStyle
	{
		background-color: #F0F8D3;
		color: #6C744E;
		font-family: Tahoma;
		font-size: xx-small;
	}
	.DataListAlternatingItemStyle
	{
		background-color: #ffffff;
		color: #6C744E;
		font-family: Tahoma;
		font-size: xx-small;
	}
	.DataListPagerStyle
	{
		direction: rtl;
		text-align: right;
		width: 100%;
		color: #6C744E;
		font-family: Tahoma;
		font-size: xx-small;
		height: 20px;
		border: 0px;
		background-image: url('../images/ListFooter.gif');
		background-repeat: repeat-x;
		background-color: #036BFF;
	}
	.DataListFooterStyle
	{
		direction: rtl;
		text-align: right;
		background-image: url('../images/ListFooter.gif');
		background-repeat: repeat-x;
		background-color: #E2F3A5;
		color: #6C744E;
		font-family: Tahoma;
		font-size: xx-small;
		height: 20px;
		width: 100%;
	}
	.DataListEditItemStyle
	{
		background-color: #E8F4BD;
		direction: rtl;
		text-align: right;
		color: #6C744E;
		font-family: Tahoma;
		font-size: xx-small;
		height: 20px;
		width: 100%;
	}
	.DataListTopHeaderMergedTable
	{
		background-color: #D1E09B;
		border: 1px soid #9FC129;
		width: 100%;
		height: 20px;
	}
	.DataListMergedHeaderTable
	{
		width: 100%;
		direction: rtl;
		border-collapse: collapse;
		text-align: right;
		color: #6C744E;
		background-color: #D1E09B;
	}
	/************************/
	/* All Login Controls Styles [*Name , *Status , Login ] */
	.LoginMain
	{
		background-color: #EFF3FB;
		border: 1px solid #B5C7DE;
		padding: 8px;
		font-family: Tahoma;
		font-size: xx-small;
		color: #333333;
		width: 145px;
		height: 245px;
	}
	.LoginTitle
	{
		background-color: #507CD1;
		font-weight: bold;
		font-size: xx-small;
		color: White;
	}
	.LoginInstruction
	{
		text-decoration: underline;
		color: Black;
	}
	.LoginTextBox
	{
		width: 115px;
		font-size: xx-small;
		margin-bottom: 5px;
	}
	.LoginButton
	{
		background-color: White;
		border: 1px solid #507CD1;
		font-family: Tahoma;
		font-size: xx-small;
		color: #284E98;
		padding: 0px 5px 0px 5px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.LoginName
	{
		direction: rtl;
		text-align: justify;
		font-family: Tahoma;
		font-size: xx-small;
		color: #FFFFFF;
		vertical-align: top;
	}
	.LoginStatus
	{	/**/
		direction: rtl;
		text-align: justify;
		font-family: Tahoma;
		font-size: xx-small;
		color: #FFFFFF;
		vertical-align: top;
		text-decoration: none;
	}
	.LoginStatus:hover
	{	/**/
		direction: rtl;
		text-align: justify;
		font-family: Tahoma;
		font-size: xx-small;
		color: #E8C249;
		vertical-align: top;
	}
	/************************/
	/* Create user Style */
	.CreateUser
	{
		background-color: #EFF3FB;
		border: 1px solid #B5C7DE;
		font-family: Tahoma;
		font-size: xx-small;
	}
	.CreateUserSideBar
	{
		background-color: #507CD1;
		font-size: xx-small;
		vertical-align: top;
	}
	.CreateUserTitleText
	{
		background-color: #507CD1;
		font-weight: bold;
		color: White;
	}
	.CreateUserSideBarButon
	{
		background-color: #507CD1;
		font-family: Tahoma;
		color: White;
	}
	.CreateUserNavigationButton
	{
		background-color: White;
		border: 1px solid #507CD1;
		font-family: Tahoma;
		color: #284E98;
	}
	.CreateUserHeader
	{
		background-color: #284E98;
		border: 2px solid #EFF3FB;
		font-weight: bold;
		font-size: xx-small;
		color: White;
		text-align: -moz-center;
		!text-align: center;
	}
	.CreateUserButton
	{
		background-color: White;
		border: 1PX SOLID #507CD1;
		font-family: Tahoma;
		color: #284E98;
	}
	.CreateUserContinueButton
	{
		background-color: White;
		border: 1px solid #507CD1;
		font-family: Tahoma;
		color: #284E98;
	}
	.CreateUserStep
	{
		font-size: xx-small;
	}
	/************************/
	/* Password Recovery Style */
	.PasswordRecovery
	{
		background-color: #EFF3FB;
		border: 1px solid #B5C7DE;
		padding: 4px;
		font-family: Tahoma;
		font-size: xx-small;
		width: 230px;
		height: 120px;
	}
	.PasswordRecoveryInstruction
	{
		padding-top: 5px;
		padding-bottom: 5px;
		text-decoration: none;
		color: Black;
		font-family: Tahoma;
		font-size: xx-small;
	}
	.PasswordRecoverySuccess
	{
		font-family: Tahoma;
		font-size: xx-small;
		font-weight: bold;
		color: #507CD1;
	}
	.PasswordRecoveryTextBox
	{
		font-family: Tahoma;
		font-size: xx-small;
		width: 210px;
		font-size: xx-small;
		
	}
	.PasswordRecoveryTitle
	{
		font-family: Tahoma;
		font-size: xx-small;
		background-color: #507CD1;
		font-weight: bold;
		color: White;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.PasswordRecoverySubmitButton
	{
		background-color: White;
		border: 1px solid #507CD1;
		font-family: Tahoma;
		font-size: xx-small;
		color: #284E98;
		padding-left: 5px;
		padding-right: 5px;
	}
	/************************/
	/* 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: 130px; /*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