﻿/* a */
a
{
	text-decoration: none;
}

/* Textbox */
.TxtBox
{
	font-family: Tahoma;
	font-size: 9pt;
}


/* Textbox Search */
.TxtSrch
{
	font-family: Tahoma;
	font-size: 9pt;
}

/* Textbox Search */
.Calender
{
	direction: ltr;
	font-family: Tahoma;
	font-size: 9pt;
	width: 80px;
}

.CalenderYear
{
	direction: ltr;
	font-family: Tahoma;
	font-size: 9pt;
	width: 80px;
}

.Year
{
	direction: ltr;
	font-family: Tahoma;
	font-size: 9pt;
	width: 50px;
}
.Time
{
	direction: ltr;
	font-family: Tahoma;
	font-size: 9pt;
	width: 50px;
}
/* Labels */
.Lbl
{
	font-family: Tahoma;
	font-size: 9pt;
}

.LblTitle
{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
}
.LblHeaderItm
{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 7pt;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.LblBold
{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 9pt;
	text-align: center;
	text-decoration: none;
}

.LblMarque
{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
}
/* Payment*/
.LblPayment
{
	font-family: Tahoma;
	font-size: 12pt;
}

.LblTitlePayment
{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11pt;
	text-align: center;
	text-decoration: none;
}
.ChkBxPayment
{
	font-family: Tahoma;
	font-size: 14pt;
	color: #ac0b00;
}

.body
{
	background-image: url(../Images/FarsIdn/Logo.png);
	background-repeat: repeat;
}
.LblMsg
{
	font-family: Tahoma;
	font-size: 9pt;
	color: Maroon;
}

.NewsTitle
{
	color: #4c4c4c;
	text-decoration: none;
	font-size: 8pt;
	font-family: tahoma;
	font-weight: bold;
}
.LblErr
{
	font-family: Tahoma;
	font-size: 9pt;
	color: #d61b1b;
	direction: ltr;
}

.LblSucces
{
	font-family: Tahoma;
	font-size: 9pt;
	color: #006a00;
}
.LblMrn
{
	background-color: Maroon;
	font-family: Tahoma;
	font-size: 12px;
}

/* linkButton */
.LnkBtn
{
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration: none;
}

.Div
{
	font-family: Tahoma;
	font-size: 9pt;
}

/* ImageButton */
.ImgBtn
{
}

/* HyperLink */
.Lnk
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 9pt;
}

/* DropDownList */
.DDL
{
	font-family: Tahoma;
	font-size: 9pt;
	width: 150px;
}

/* ListBox */
.LstBx
{
	font-family: Tahoma;
	font-size: 9pt;
}

/* CheckBox && CheckBoxList */
.ChkBx
{
	font-family: Tahoma;
	font-size: 9pt;
}

.ChkBxAcpt
{
	font-family: Tahoma;
	font-size: 9pt;
	color: #ac0b00;
}

/* Button  */
.Btn
{
	font: bold 8pt tahoma;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #014a81;
	border-bottom: solid 2px #0a526d;
	border-right: solid 2px #0a526d;
	border-top: solid 1px #0d6a8e;
	border-left: solid 1px #0d6a8e;
	background-position: left;
	margin: 2 2 2 2;
}
.BtnSave
{
	font: bold 8pt tahoma;
	color: #fff;
	width: 145px;
	height: 30px;
	background-color: #014a81;
	border-bottom: solid 2px #0a526d;
	border-right: solid 2px #0a526d;
	border-top: solid 1px #0d6a8e;
	border-left: solid 1px #0d6a8e;
	background-image: url(../Images/icons/save.png);
	background-position: left;
	background-repeat: no-repeat;
}
.BtnEdit
{
	font: bold 8pt tahoma;
	color: #fff;
	width: 145px;
	height: 30px;
	background-color: #014a81;
	border-bottom: solid 2px #0a526d;
	border-right: solid 2px #0a526d;
	border-top: solid 1px #0d6a8e;
	border-left: solid 1px #0d6a8e;
	background-image: url(../Images/icons/Edit.png);
	background-position: left;
	background-repeat: no-repeat;
}
.BtnCancel
{
	font: bold 8pt tahoma;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #014a81;
	border-bottom: solid 2px #0a526d;
	border-right: solid 2px #0a526d;
	border-top: solid 1px #0d6a8e;
	border-left: solid 1px #0d6a8e;
	background-image: url(../Images/icons/enseraf.png);
	background-position: left;
	background-repeat: no-repeat;
}
.BtnAddGroup
{
	font: bold 8pt tahoma;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #014a81;
	border-bottom: solid 2px #0a526d;
	border-right: solid 2px #0a526d;
	border-top: solid 1px #0d6a8e;
	border-left: solid 1px #0d6a8e;
	background-image: url(../Images/icons/Addgroup.png);
	background-position: left;
	background-repeat: no-repeat;
}
.BtnAddUser
{
	font: bold 8pt tahoma;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #014a81;
	border-bottom: solid 2px #0a526d;
	border-right: solid 2px #0a526d;
	border-top: solid 1px #0d6a8e;
	border-left: solid 1px #0d6a8e;
	background-image: url(../Images/icons/Adduser.png);
	background-position: left;
	background-repeat: no-repeat;
}
.BtnRestore
{
	font: bold 8pt tahoma;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #014a81;
	border-bottom: solid 2px #0a526d;
	border-right: solid 2px #0a526d;
	border-top: solid 1px #0d6a8e;
	border-left: solid 1px #0d6a8e;
	background-image: url(../Images/icons/bazyabi.png);
	background-position: left;
	background-repeat: no-repeat;
}
.BtnDelete
{
	font: bold 8pt tahoma;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #014a81;
	border-bottom: solid 2px #0a526d;
	border-right: solid 2px #0a526d;
	border-top: solid 1px #0d6a8e;
	border-left: solid 1px #0d6a8e;
	background-image: url(../Images/icons/Delete.png);
	background-position: left;
	background-repeat: no-repeat;
}
.BtnLogin
{
	font: bold 8pt tahoma;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #014a81;
	border-bottom: solid 2px #0a526d;
	border-right: solid 2px #0a526d;
	border-top: solid 1px #0d6a8e;
	border-left: solid 1px #0d6a8e;
	background-image: url(../Images/icons/vorod.png);
	background-position: left;
	background-repeat: no-repeat;
}
.BtnAlbom
{
	font: bold 8pt tahoma;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #014a81;
	border-bottom: solid 2px #0a526d;
	border-right: solid 2px #0a526d;
	border-top: solid 1px #0d6a8e;
	border-left: solid 1px #0d6a8e;
	background-image: url(../Images/icons/albom.png);
	background-position: left;
	background-repeat: no-repeat;
}
.Btnpishnamyesh
{
	font: bold 8pt tahoma;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #014a81;
	border-bottom: solid 2px #0a526d;
	border-right: solid 2px #0a526d;
	border-top: solid 1px #0d6a8e;
	border-left: solid 1px #0d6a8e;
	background-image: url(../Images/icons/pishnamyesh.png);
	background-position: left;
	background-repeat: no-repeat;
}
.BtnConfirm
{
	font: bold 8pt tahoma;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #014a81;
	border-bottom: solid 2px #0a526d;
	border-right: solid 2px #0a526d;
	border-top: solid 1px #0d6a8e;
	border-left: solid 1px #0d6a8e;
	background-image: url(../Images/icons/Ok.png);
	background-position: left;
	background-repeat: no-repeat;
}

/* RadioButon && RadioButtonList */
.RBtn
{
	font-family: Tahoma;
	font-size: 9pt;
}
/* Legend*/
.Lgnd
{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 9pt;
}
/* FieldSet*/
.FldSt
{
	font-family: Tahoma;
	font-size: 9pt;
}

/* Image */
.Img
{
}

/* FileUpload */
.FlUpld
{
}

/* MultiView */
.MltViw
{
	font-family: Tahoma;
	font-size: 9pt;
}

/* View */
.Viw
{
	font-family: Tahoma;
	font-size: 9pt;
}

/* Panel */
.Pnl
{
}

/* TableGrid */
.TblGrd
{
	color: #000;
	font-family: Tahoma;
	font-size: 9pt;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0px;
}

.TblGrdHdr
{
	font-weight: bold;
	font-family: Tahoma;
	color: #FFF;
	background-color: #000;
	font-size: 9pt;
	height: 25px;
	margin: 0;
	padding: 0;
}

.TblGrdFtr
{
	background-color: #868686;
	font-family: Tahoma;
	font-size: 9pt;
	text-align: center;
	color: Black;
	height: 25px;
}

.TblGrdTr
{
	color: #000;
	background-color: #FFF;
	font: 9pt "Tahoma";
	height: 25px;
}

.TblGrdTrEvn
{
	color: #FFF;
	background-color: #d3d3d3;
	font: 9pt "Tahoma";
	padding: 5px;
	height: 25px;
}



/* FormViewer */
.FrmViw
{
	font-family: Tahoma;
	font-size: 9pt;
}


/* RepeatViewer */
.RptViw
{
}
/* Validator */
.Validation
{
	font-family: Tahoma;
	font-size: 9pt;
}

/* Update Panel */
.UpPnl
{
}


/* Table */
.Tbl
{
	font-family: Tahoma;
	font-size: 9pt;
	margin-top: 3px;
}
/* TR */
.Tbl tr
{
	/*height: 30px;*/
	font-family: Tahoma;
	font-size: 9pt;
}

/* TD */
.Tbl tr td
{
	font-family: Tahoma;
	font-size: 9pt;
	direction: rtl;
}

/* Tab */
.Tab
{
}

/* Form */
.Frm
{
	font-family: Tahoma;
	font-size: 9pt;
}

/* Accordion */
.Acrdin
{
}

.Rptr
{
	font: 9pt "Tahoma";
	vertical-align: middle;
	text-align: center;
	color: #000;
}
.RptrTr
{
	font: 9pt "Tahoma";
	background-color: #FFF;
	color: #000;
	padding: 4px;
}

.RptrTrEven
{
	background-color: #d3d3d3;
	color: #FFF;
	font: 9pt "Tahoma";
	padding: 4px;
}

.RptrHdr
{
	font: 9pt "Tahoma";
	color: #FFF;
	background-color: #000;
	font-weight: bold;
	text-align: center;
}

.RptrFtr
{
	color: Black;
	background-color: #868686;
	font: 9pt "Tahoma";
	text-align: center;
}

.RptrHdr a
{
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.RptrItm :hover td
{
	background-color: #FFF;
	cursor: pointer;
}

.RptrItmEven :hover td
{
	background-color: #FFF;
	cursor: hand;
}

.RptrItm
{
	color: #000;
	background-color: #FFF;
}
.RptrItm td
{
	background-color: #FFF;
	color: #000;
	font: 9pt "Tahoma";
}

.RptrItmEvn td
{
	background-color: #d3d3d3;
	color: #FFF;
	font: 9pt "Tahoma";
}
.RptrItmEvn
{
	background-color: #d3d3d3;
	color: #FFF;
	font: 9pt "Tahoma";
}
.RptrInpt td input
{
	font: 9pt "Tahoma";
}
.RptrInptItm td
{
	background-color: #FFF;
	color: #000;
	font: 9pt "Tahoma";
}

.RptrItmEvn td a
{
	color: #3f3f3f;
	font: 9pt "Tahoma";
	text-decoration: none;
}
.RptrItm td a
{
	color: #3f3f3f;
	font: 9pt "Tahoma";
	text-decoration: none;
}
.RptrItmEvn td a:hover
{
	cursor: pointer;
	text-decoration: none;
}

.TreViw
{
	font-family: Tahoma;
	font-size: 13px;
	color: #014a81;
}

.DatLst
{
	color: #4c4c4c;
	background-color: #e5faff;
	font-family: Tahoma;
	font-size: 13pt;
	text-align: right;
}

.DtList
{
	color: #023866;
	background-color: #fff;
	font-family: Tahoma;
	font-size: 10pt;
	text-align: right;
	padding: 20px;
	border: solid 1px #0d6a8e;
	position: relative;
	z-index: 1;
}
.DtListAlt
{
	color: #023866;
	background-color: #e5f6f6;
	font-family: Tahoma;
	font-size: 10pt;
	text-align: right;
	padding: 20px;
	border: solid 1px #0d6a8e;
	position: relative;
	z-index: 1;
}


.DtList:before, .DtList:after
{
	position: absolute;
	z-index: -5;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px; /*padding-top:100px;*/
}
.TdDtLis
{
	padding: 8px;
}


