/* Minification failed. Returning unminified contents.
(47,16): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
@charset "utf-8";
/*__ Masoud ___________________________________start____*/

body
{
 direction  : rtl;
}

input:-webkit-autofill, textarea:-webkit-autofill {
    background: none;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
.gridBtn {
    width: 85px;
    text-align: center;
}
.multi-line {
    width: 450px;
    height: 100px;
}
.personImg img {
    width: 133px;
    height: 200px;
}
.organizationImg img {
    width: 131px;
    height: 131px;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.deleted{}
/*__ Masoud ___________________________________end______*/

/*__ styles for validation helpers ___________________________________start____*/
.field-validation-error {
     color: #b94a48;
    display: block;
    clear: both;
    padding-top: 5px
/* ReSharper disable once UnexpectedValue */
    margin-left: 15px;
}
.field-validation-valid { display: none; }
input.input-validation-error { border: 1px solid #b94a48; }
input[type="checkbox"].input-validation-error { border: 0 none; }
.validation-summary-errors { color: #b94a48; }
.validation-summary-errors ul { list-style: none; }
.validation-summary-valid { display: none; }
/*__ styles for validation helpersr ___________________________________end____*/
/*__ ProgressBar ___________________________________start______*/
.loaderoverlay
{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #AAA;
	text-align: center;
	left: 0%;
}
.loaderloading
{
	top: 43%;
	position: fixed;
	padding: 5px;
	direction:rtl;
	width:250px;
	left: 43%;
	border: 1px inset #666666;
	background-color: #FCF0E2;
}
.loaderloadingtop
{
	clear:both;
	padding: 5px;
}
.loaderloadingbottom
{
	clear:both;
	padding: 5px;
}
/*__ ProgressBar ___________________________________end______*/
/*__ SideMenu ______________________________________start____*/
.sidemenu
{
	margin:0px;
	padding:0px;
}
.sidemenuitem
{
	direction:rtl;
	text-align:center;
}
.sidemenumain
{
	margin:0px;
	text-align:center;
	padding-top:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#9D9D9D;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#9D9D9D;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#9D9D9D;
}
.sidemenumain ul
{
	border:none;
	list-style: none;
	margin:0px;
	padding:0px;
}
.sidemenumain li
{
	border:none;
	margin:0px 1px 1px 1px;
	
}
.sidemenumain li a
{
	border:none;
	font-size:11px;
}
.sidemenumain li a:link, .sidemenumain li a:visited
{
	display: block;
	color: #fff;
	text-decoration: none;
	border: none;
	line-height: 22px;
}
.sidemenumain li a:hover, .sidemenumain li a:active
{
	color: #212932;
}
/*__ SideMenu ______________________________________end______*/
/*__ TopMenuBox ____________________________________start____*/
.topmenubox
{
	float: right;
	margin-right:6px;
}
.topmenuboxitem
{
	margin:4px 0px 4px 0px;
	float:right;
	display:inline;
	min-height:24px;
	color:#373737;
}
.topmenuboxitem:hover
{
	color: #171717;
}
.topmenuboxitem a
{
	font-size:11px;
	font-weight:bold;
	line-height:26px;
	color:inherit;
	margin:2px;
	text-decoration:none;
}
.topmenuboxitem a:hover
{
	
}
.topmenuboxitem img
{
	position:relative;
	top:5px;
	float:right;
	width:16px;
	height:16px;
}
/*__ TopMenuBox ____________________________________end______*/
/*__ SubHeader _____________________________________start____*/
.subheaderverticalline
{
	margin:2px 4px 2px 4px;
	display:inline;
	border-right-color:#586B72;
	border-right-style:inset;
	border-width:2px;
	position:relative;
	top:2px;
	height:30px;
}
/*__ SubHeader _____________________________________end______*/
/*__ Body __________________________________________start____*/
body
{
	text-align: center; 
	margin:0px;
	padding: 0;
	background-attachment: fixed;
	background:#fff url(Images/msbodybackground.png) 50% 0%;
	text-align: justify;

}
/*__ Body __________________________________________end______*/
/*__ Table _________________________________________start____*/
.Table
{
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: hide;
	caption-side: bottom;
}
/*__ Table _________________________________________end______*/
/*__ Float _________________________________________start____*/
.fpl
{
	float: left;
}
.fpr
{
	float: right;
}
/*__ Float _________________________________________end______*/
/*__ FontBold ______________________________________start____*/
.fntb
{
	font-weight: bold;
}
/*__ FontBold ______________________________________end______*/
/*__ Clear _________________________________________start____*/
.clr
{
	clear: both;
	padding :5px 5px 5px 14px;
}
/*__ Clear _________________________________________end______*/
/*__ Margin ________________________________________start____*/
.mgprvs
{
	margin-right:5px;
}
.mgprs
{
	margin-right:15px;
}
.mgprm
{
	margin-right:55px;
}
.mgprl
{
	margin-right:170px;
}
.mgprvl
{
	margin-right:240px;
}
.mgplvs
{
	margin-left:4px;
}
.mgpls
{
	margin-left:15px;
}
.mgplm
{
	margin-left:55px;
}
.mgpll
{
	margin-left:170px;
}
.mgplvl
{
	margin-left:240px;
}
.mgtvs
{
	margin-top:5px;
}
.mgts
{
	margin-top:10px;
}
.mgtm
{
	margin-top:20px;
}

.mgtl
{
	margin-top:40px;
}
.mgtvl
{
	margin-top:80px;
}
.mgbvs
{
	margin-bottom:5px;
}
.mgbs
{
	margin-bottom:10px;
}
.mgbm
{
	margin-bottom:20px;
}
.mgbl
{
	margin-bottom:40px;
}
.mgbvl
{
	margin-bottom:80px;
}
/*__ Margin ________________________________________end______*/
/*__ BackgroundColor _______________________________start____*/
.bgcinherit
{
	background-color:inherit;
}
.bgcdefault
{
	background-color:#fff;
}
.bgctheme
{
	background-color:#EBEBEB;
}
/*__ BackgroundColor _______________________________end______*/
/*__ TextColor _____________________________________start____*/
.tcdefault
{
	color: #494949;
}
.tcblack
{
	color: #000000;
}
.tcwhite
{
	color: #fff;
}
.tclgray
{
	color: #B0B0B0;
}
.tcmgray
{
	color: #494949;
}
.tcdgray
{
	color: #3E3E3E;
}
.tclblue
{
	color: #99CCFF;
}
.tcmblue
{
	color: #0C6FD1;
}
.tcdblue
{
	color: #003399;
}
.tclgreen
{
	color: #99FFCC;
}
.tcmgreen
{
	color: #009933;
}
.tcdgreen
{
	color: #006400;
}
.tclred
{
	color: #FF9595;
}
.tcmred
{
	color: #FF3300;
}
.tcdred
{
	color: #990000;
}
.tclbrown
{
	color: #E4CAAF;
}
.tcmbrown
{
	color: #996633;
}
.tcdbrown
{
	color: #663300;
}
.tclorange
{
	color: #FFC082;
}
.tcmorange
{
	color: #FF9933;
}
.tcdorange
{
	color: #D56A00;
}
.tclpurple
{
	color: #FFCCFF;
}
.tcmpurple
{
	color: #CC33FF;
}
.tcdpurple
{
	color: #660066;
}
/*__ TextColor _____________________________________end______*/
/*__ SmartGridControl __________________________________________________start____*/
/*__ SmartGrid (smgrd) _____________________________start____*/
.smgrd
{
	padding: 5px;
	border: 1px solid #000000;
	margin:10px 8px 15px 8px;
	width: 770px;
	font-size: 12px;
	background-color: #DFDFDF;
}
.smgrd *
{
	outline: none;
}
/*__ SmartGrid (smgrd) _____________________________end______*/
/*__ SmartGridHeaderBlock (smgrdhb) ________________start____*/
.smgrdhb
{
	padding-top: 6px;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	border: 1px inset #000000;
	background-color: #BFBFBF;
}
.smgrdhb span
{
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
}
/*__ SmartGridHeaderBlock (smgrdhb) ________________end______*/
/*__ SmartGridTopMainBlock (smgrdtmb) ______________start____*/
.smgrdtmb
{
	margin-top: 2px;
	border: 1px solid #000000;
}
/*__ SmartGridTopMainBlock (smgrdtmb) ______________end______*/
/*__ SmartGridSearchBlock (smgrdsb) ________________start____*/
.smgrdsb
{
	text-align: right;
	background-color: #E9E9E9;
	direction: rtl;
	overflow: hidden;
}
/*__ SmartGridSearchBlock (smgrdsb) ________________end______*/
/*__ SmartGridSearchBlockHeader (smgrdsbh) _________start____*/
.smgrdsbh
{
	margin-top: 2px;
}
.smgrdsbh img
{
	width: 24px;
	height: 24px;
	padding-left: 2px;
	margin-right: 5px;
}
.smgrdsbh span
{
	font-size: 13px;
	font-weight: bold;
	color: #13639D;
	margin-top: 5px;
	padding-top: 4px;
	position: relative;
	top: -2px;
}
.smgrdsbhline
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-left: 530px;
	border-color: #59AAEC;
	border-top-style: solid;
	border-top-width: 1px;
}
/*__ SmartGridSearchBlockHeader (smgrdsbh) _________end______*/
/*__ SmartGridSearchBlockType (smgrdsbt) ___________start____*/
.smgrdsbt
{
	margin-top: 4px;
	float: right;
	padding-top: 5px;
	width: 49%;
	height: 30px;
}
/*__ SmartGridSearchBlockType (smgrdsbt) ___________end______*/
/*__ SmartGridSearchBlockString (smgrdsbs) _________start____*/
.smgrdsbs
{
	margin:5px 0px 10px 0px;
	float: right;
	padding:3px 0px 2px 0px;
	width: 49%;
	height: 30px;
}
/*__ SmartGridSearchBlockString (smgrdsbs) _________end______*/
/*__ SmartGridRestricthBlock(smgrdrb) ______________start____*/
.smgrdrb
{
	text-align: right;
	background-color: #E9E9E9;
	direction: rtl;
	overflow: hidden;
	padding-bottom: 10px;
}
/*__ SmartGridRestricthBlock(smgrdrb) ______________end______*/
/*__ SmartGridRestricthBlockHeader(smgrdrbh) _______start____*/
.smgrdrbh
{
	margin-top: 2px;
}
.smgrdrbh img
{
	width: 24px;
	height: 24px;
	padding-left: 2px;
	margin-right: 5px;
}
.smgrdrbh span
{
	font-size: 13px;
	font-weight: bold;
	color: #13639D;
	margin-top: 5px;
	padding-top: 4px;
	position: relative;
	top: -2px;
}
.smgrdrbhline
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-left: 530px;
	border-color: #59AAEC;
	border-top-style: solid;
	border-top-width: 1px;
}
/*__ SmartGridRestricthBlockHeader(smgrdrbh) _______end______*/
/*__ SmartGridRestricthBlockItem(smgrdrbitm) _______start____*/
.smgrdrbitm
{
	margin:5px 0px 10px 0px;
	float: right;
	padding:3px 0px 2px 0px;
	width: 49%;
	height: 30px;
}
/*__ SmartGridRestricthBlockItem(smgrdrbitm) _______end______*/
/*__ SmartGridTable(smgrdtbl) ______________________start____*/
.smgrdtbl
{
	margin-top: 2px;
	border: 1px solid #808080;
	background-color: #E2E2E2;
}
.smgrdtbl table
{
	direction: rtl;
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: hide;
	caption-side: bottom;
	font-size: 0.9em;
}
.smgrdtbl tr
{

}
.smgrdtbl th
{
	padding: 6px 4px 6px 4px;
	color: #fff;
	background: #949494;
	border: solid 1px #525252;
}
.smgrdtbl td
{
	text-align: right;
	border: 1px solid #C0C0C0;
}
.smgrdtbl .center
{
	text-align: center;
}
.smgrdtbl .left
{
	text-align: left;
}
.smgrdtbl .right
{
	text-align: right;
}
.smgrdtbl td a
{
	text-decoration: none;
}
.smgrdtbl td a img
{
	border-style: none;
}
.smgrdtbl .gridalt1
{
	
}
.smgrdtbl .gridalt2
{
	
}
.smgrdtbl .gridalt3
{
	
}
.smgrdtbl .gridalt4
{
	
}
.smgrdtbl .gridalt5
{
	
}
.smgrdtbl .gridalt6
{
	
}
.smgrdtbl .gridalt7
{
	
}
.smgrdtbl .gridalt8
{
	
}
.smgrdtbl .gridalt9
{
	
}
/*__ SmartGridTable(smgrdtbl) ______________________end______*/
/*__ SmartGridPagerMode(smgrdpgmd) _________________start____*/
.smgrdpgmd
{
	margin-top: 2px;
	border: 1px solid #000000;
	overflow: hidden;
	background-color: #BFBFBF;
}
.smgrdpgmd img
{
	width: 12px;
	height: 12px;
	padding-left: 1px;
	float: right;
	position: relative;
	top: 2px;
}
/*__ SmartGridPagerMode(smgrdpgmd) _________________end______*/
/*__ SmartGridMode(smgrdmd) ________________________start____*/
.smgrdmd
{
	margin-top: 2px;
	float: left;
}
.smgrdmdimg
{
	float: left;
	padding: 2px;
}
.smgrdmdimg div
{
	float: left;
	margin: 3px 1px 0px 1px;
	display: inline;
}
.smgrdmdimgline
{
	padding-left: 1px;
	float: left;
	display: inline;
	border-right-color: #666666;
	border-right-style: solid;
	border-width: 2px;
	position: relative;
	top: 5px;
	height: 23px;
}
.smgrdmdimg .current
{
	cursor: pointer;
}
.smgrdmdimg img
{
	width: 28px;
	height: 28px;
}
.smgrdmdspan
{
	float: right;
	display: inline;
	margin-left: 8px;
}
.smgrdmdspanswline
{
	margin: 5px 5px 3px 5px;
	border-color: #666666;
	border-top-style: solid;
	border-top-width: 2px;
}
.smgrdmdspanmwline
{
	margin: 5px 9px 3px 9px;
	border-color: #666666;
	border-top-style: solid;
	border-top-width: 2px;
}
.smgrdmdspanlwline
{
	margin: 5px 13px 3px 13px;
	border-color: #666666;
	border-top-style: solid;
	border-top-width: 2px;
}
/*__ SmartGridMode(smgrdmd) ________________________end______*/
/*__ SmartGridPager(smgrdpg) _______________________start____*/
.smgrdpg
{
	margin-top: 2px;
	float: right;
	padding: 2px;
}
.smgrdpgitemsimlpe, .smgrdpgiteminactive, .smgrdpgitemcurrent
{
	border-width: 0;
	padding: 0 6px;
	border-left: solid 1px #666;
	font-weight: bold;
	font-size: 10px;
	border-left-color: #000000;
	display: inline;
}
.smgrdpgitemsimlpe a, .smgrdpgiteminactive a, .smgrdpgitemcurrent a
{
    font-weight: normal;
}
.smgrdpgitemsimlpe
{
	color: #333333;
}
.smgrdpgiteminactive
{
	color: #646464;
}
.smgrdpgitemcurrent
{
	color: #FF3300;
}
.smgrdpgitemlast
{
	border-left: none;
}
.smgrdpgitemsimlpe span:hover, .smgrdpgitemsimlpe a:hover
{
	color: #3399FF;
	cursor: pointer;
}
.smgrdpgline
{
	margin: 5px 5px 0px 5px;
	border-color: #666666;
	border-top-style: solid;
	border-top-width: 2px;
}
.smgrdpglinecounter
{
	margin: 2px;
}
/*__ SmartGridPager(smgrdpg) _______________________end______*/
/*__ SmartGridEmpty(smgrdemp) ______________________start____*/
.smgrdemp
{
	border: 1px solid #333333;
	padding: 6px;
	margin-top:4px;
	color: #CC0000;
	text-align: right;
	direction: rtl;
	font-size: 1.1em;
}
/*__ SmartGridEmpty(smgrdemp) ______________________end______*/
.smgrdselitem :hover
{
	color: #3399FF;
	cursor: pointer;
}
/*__ SmartGridControl __________________________________________________end______*/
/*__ DataFileUploaderControl ___________________________________________start____*/
/*__ DataFileUploader(dfup) ________________________start____*/
.dfup
{
	text-align:right;
	display:inline;
	float:right;
	overflow:hidden;
	color: #666;
	padding:1px 0px 1px 0px;
	/*__ Language __*/
	border: 1px inset #999; 
}
.dfupvsw
{
	
}
.dfupsw
{
	
}
.dfupmw
{
	width:320px;
}
.dfuplw
{
	width:420px;
}
.dfupvlw
{
	
}
/*__ DataFileUploader(dfup) ________________________end______*/
/*__ DataFileUploaderMainBlock(dfupmb) _____________start____*/
.dfupmb
{
	clear:both;
	overflow:hidden;
	min-height: 22px;
}
/*__ DataFileUploaderMainBlock(dfupmb) _____________end______*/

/*__ DataFileUploaderlinkBlock(dfuplb) _____________start____*/
.dfuplb
{
	float:right;
	display:block;
	overflow:hidden;
}
.dfuplb img {
    border: 1px solid #9D9D9D;
    margin:3px
}
/*__ DataFileUploaderlinkBlock(dfuplb) _____________end______*/

/*__ DataFileUploaderUpdateBlock(dfupupdb) _________start____*/
.dfupupdb
{
	clear:both;
	overflow:hidden;
    height: 22px
}
.dfupupdb input[type="text"]
{
	position: relative;
	top:1px;
	border:none;
	outline: none;
	display: inline;
	float: left;
	overflow: hidden;
	width: 245px;
	height: 17px;
	text-align: left;
	background-color: #DBDBDB;
}
/*__ DataFileUploaderUpdateBlock(dfupupdb) _________end______*/

/*__ DataFileUploaderButtonBlock(dfupbtnb) _________start____*/
.dfupbtnb
{	
	padding-right:1px;
	display:inline;
	overflow:hidden;
	width:25%;
	height: 22px; 
	overflow: hidden;
}
.dfupbtnb input[type="button"]
{
	margin-top:2px;
	border:thin inset #000080;
	position: relative;
	top:-2px;
	background:#fff url('Images/tempuploaderbuttonbackground.png') repeat-x;
	color: #FFFFFF;
	/*width:85px;*/
}
/*__ DataFileUploaderButtonBlock(dfupbtnb) _________end______*/

/*__ DataFileUploaderButtonBlockHidden(dfupbtnbh) __start____*/
.dfupbtnbh
{
	position: relative; 
	right:0px; 
	top:-23px;
	width:23%; 
}
/*__ DataFileUploaderButtonBlockHidden(dfupbtnbh) __end______*/

/*__ DataFileUploaderButtonBlockLast(dfupbtnbl) ____start____*/
.dfupbtnbl
{
	clear:both;
	overflow:hidden;
}
/*__ DataFileUploaderButtonBlockLast(dfupbtnbl) ____end______*/

/*__ DataFileUploaderError(dfuper) _________________start____*/
.dfuper
{
	clear:both;
	overflow:hidden;
	margin:3px;
}
/*__ DataFileUploaderError(dfuper) _________________end______*/
/*__ DataFileUploaderControl ___________________________________________end______*/








/*__ UserOrgRoleChooserBox (uorcb)_____start____*/
.userorgrolechoose
{
	display: block;
	text-align:right;
	margin:4px;
}
.userorgrolechooserole
{
	display: inline;
	float: right;
	clear :both;
}
.userorgrolechooserole img
{
	width: 18px;
	height: 18px;
	padding-left: 2px;
}
.userorgrolechooseorg
{
	display: inline;
	float: right;
}
.userorgrolechooseorg img
{
	width: 18px;
	height: 18px;
	padding-left: 2px;
}
.userorgrolechoosetilte
{
	display: inline;
	float: right;
	direction: rtl;
}
.uorclass
{
	margin-left:20px;
	border: 2px groove #666666;
	width: 790px;
	display: block;
	text-align: center;
	overflow: hidden;
	 
}
/*__ UserOrgRoleChooserBox (uorcb)_____end______*/


/*__ xxxxxxxxxxx ______________________start____*/
.datepicker
{
	display:block;
	overflow :hidden;
}
.datepickermain
{
	display:inline;
	float:right;
}
.datepickerday
{
	width:93px;
	height: 22px;
	border: 1px solid #999;
	border-left-width:0px;
}
.datepickermonth
{
	margin-right:-4px;
	padding-right:3px;
	margin-left:-1px;
	width:111px;
	height: 22px;
	border: 1px solid #999;
	border-left-width:0px;
}
.datepickeryear
{
	margin-right:-3px;
	width:108px;
	height: 22px;
	border: 1px solid #999;
	border-right-width:0px;
}
.datepickercheck
{
	float:right;
	
	display:inline;
	background:#EBEBEB url(Images/sflash.gif) no-repeat right;
	margin-right:-2px;
	position:relative;
}
.span
{
	float:right;
}
.edit
{
	text-align:left;
	padding-left:20px;
}
/*__ xxxxxxxxxxx ______________________end______*/


/*__ BgImgControl ________________________________________________________________start____*/
/*__ BgImgLbl _____________________________________________start____*/
/*__ xxxxxxxxxxx ______________________start____*/
.bgimglbl
{
	/*background-color:#EBEBEB;*/
}
.bgimglbl span, .bgimglbl label
{
	color:inherit;
	overflow:hidden;
	font-weight:inherit;
	/*__ Language __*/
	float: left;
	text-align:justify;
	padding:1px;
	direction:rtl;
}
/*__ xxxxxxxxxxx ______________________end______*/
/*__ xxxxxxxxxxx ______________________start____*/
/*__ bgimglblvsw ______________________start____*/
.bgimglblvsw
{
	width:100px;
}
.bgimglblvsw span
{
	width:100px;
}
.bgimglblvswhi span
{
	width:82px;
}
/*__ bgimglblvsw ______________________end______*/
/*__ bgimglblsw _______________________start____*/
.bgimglblsw
{
	width:200px;
}
.bgimglblsw span
{
	width:200px;
}
.bgimglblswhi span, .bgimglblswhi label
{
	width:182px;
}
/*__ bgimglblsw _______________________end______*/
/*__ bgimglblmw _______________________start____*/
.bgimglblmw
{
	width:300px;
}
.bgimglblmw span
{
	width:300px;
}
.bgimglblmwhi span
{
	width:282px;
}
/*__ bgimglblmw _______________________end______*/
/*__ bgimglbllw _______________________start____*/
.bgimglbllw
{
	width:450px;
}
.bgimglbllw span
{
	width:450px;
}
.bgimglbllwhi span
{
	width:432px;
}
/*__ bgimglbllw _______________________end______*/
/*__ bgimglblvlw ______________________start____*/
.bgimglblvlw
{
	width:600px;
}
.bgimglblvlw span
{
	width:600px;
}
.bgimglblvlwhi span
{
	width:582px;
}
/*__ bgimglblvlw ______________________end______*/
/*__ BgImgLbl _____________________________________________end______*/

/*__ BgImgTxt _____________________________________________start____*/
.bgimgtxt
{
	border: 1px inset #999;
	height:18px;
}
.bgimgtxt input
{
	color:inherit;
	border: none;
	outline: none;
	font-weight:inherit;
	/*__ Language __*/
	float: left;
	text-align: right;
	direction:rtl;
}
.bgimgtxtarea
{
	color:inherit;
	border: 1px inset #999;
	display: block;
	overflow:hidden;
	/*__ Language __*/
	margin-right: 10px;
}
.bgimgtxtarea textarea
{
	border: none;
	resize: none;
	outline:none;
	font-weight:inherit;
	/*__ Language __*/
	float: left;
	direction:rtl;
}
/*__ share ________________________________________________end______*/
/*__ bgimgtxt width _______________________________________start____*/
/*__ bgimgtxtvsw ______________________start____*/
.bgimgtxtvsw
{
	width:80px;
}
.bgimgtxtvsw input,textarea
{
	width:80px;
}
.bgimgtxtvswhi input
{
	width:62px;
}
/*__ bgimgtxtvsw ______________________end______*/
/*__ bgimgtxtsw _______________________start____*/
.bgimgtxtsw
{
	width:200px;
}
.bgimgtxtsw input,textarea
{
	width:200px;
}
.bgimgtxtswhi input
{
	width:182px;
}
/*__ bgimgtxtsw _______________________end______*/
/*__ bgimgtxtmw _______________________start____*/
.bgimgtxtmw
{
	width:320px;
}
.bgimgtxtmw input,textarea
{
	width:320px;
}
.bgimgtxtmwhi input
{
	width:302px;
}
/*__ bgimgtxtmw _______________________end______*/
/*__ bgimgtxtlw _______________________start____*/
.bgimgtxtlw
{
	width:440px;
}
.bgimgtxtlw input,textarea
{
	width:440px;
}
.bgimgtxtlwhi input
{
	width:422px;
}
/*__ bgimgtxtlw _______________________end______*/
/*__ bgimgtxtvlw ______________________start____*/
.bgimgtxtvlw
{
	width:560px;
}
.bgimgtxtvlw input,textarea
{
	width:560px;
}
.bgimgtxtvlwhi input
{
	width:542px;
}
/*__ bgimgtxtvlw ______________________end______*/
/*__ bgimgtxt width _______________________________________end______*/
/*__ bgimgtxt height _______________________________________start____*/
/*__ bgimgtxtvsh ______________________start____*/
.bgimgtxtvsh
{
	height:40px;
}
.bgimgtxtvsh textarea
{
	height:36px;
}
/*__ bgimgtxtvsh ______________________end______*/
/*__ bgimgtxtsh _______________________start____*/
.bgimgtxtsh
{
	height:80px;
}
.bgimgtxtsh textarea
{
	height:76px;
}
/*__ bgimgtxtsh _______________________end______*/
/*__ bgimgtxtmh _______________________start____*/
.bgimgtxtmh
{
	height:160px;
}
.bgimgtxtmh textarea
{
	height:156px;
}
/*__ bgimgtxtmh _______________________end______*/
/*__ bgimgtxtlh _______________________start____*/
.bgimgtxtlh
{
	height:320px;
}
.bgimgtxtlh textarea
{
	height:316px;
}
/*__ bgimgtxtlh _______________________end______*/
/*__ bgimgtxtvlh ______________________start____*/
.bgimgtxtvlh
{
	height:640px;
}
.bgimgtxtvlh textarea
{
	height:636px;
}
/*__ bgimgtxtvlh ______________________end______*/
/*__ BgImgTxt _____________________________________________end______*/

/*__ BgImgDdl _____________________________________________start____*/
.bgimgddl
{
	border:1px inset #999;
}
.bgimgddl select
{
	color:inherit;
	border:medium none;
	outline-style:none;
	height:18px;
	font-weight:inherit;
	/*__ Language __*/
	float:left;
	text-align:right;
	direction:rtl;
}
/*__ share ________________________________________________end______*/
/*__ bgimgddl width _______________________________________start____*/
/*__ bgimgddlvsw ______________________start____*/
.bgimgddlvsw
{
	width:80px;
}
.bgimgddlvsw select
{
	width:80px;
}
.bgimgddlvswhi select
{
	width:62px;
}
/*__ bgimgddlvsw ______________________end______*/
/*__ bgimgddlsw _______________________start____*/
.bgimgddlsw
{
	width:200px;
}
.bgimgddlsw select
{
	width:200px;
}
.bgimgddlswhi select
{
	width:182px;
}
/*__ bgimgddlsw _______________________end______*/
/*__ bgimgddlmw _______________________start____*/
.bgimgddlmw
{
	width:320px;
}
.bgimgddlmw select
{
	width:320px;
}
.bgimgddlmwhi select
{
	width:302px;
}
/*__ bgimgddlmw _______________________end______*/
/*__ bgimgddllw _______________________start____*/
.bgimgddllw
{
	width:440px;
}
.bgimgddllw select
{
	width:440px;
}
.bgimgddllwhi select
{
	width:422px;
}
/*__ bgimgddllw _______________________end______*/
/*__ bgimgddlvlw ______________________start____*/
.bgimgddlvlw
{
	width:560px;
}
.bgimgddlvlw select
{
	width:560px;
}
.bgimgddlvlwhi select
{
	width:542px;
}
/*__ BgImgDdl _____________________________________________end______*/

/*__ BgImgBtn _____________________________________________start____*/
.bgimgbtn
{
	/*__ Language __*/
	padding:1px 2px 1px 4px;
    margin-right: 5px;
}

.bgimgbtn span,a
{
	font-weight:inherit;
	color:inherit;
	border: none;
	text-decoration:none;
}
.bgimgbtnhi
{	
	padding-right: 18px;
}

/*__ share ________________________________________________end______*/
/*__ bgimgbtn other _______________________________________start____*/
/*__ bgimgbtnthick ____________________start____*/
.bgimgbtnthick
{
	border: 2px solid #666666;
	line-height: 20px;
	color: #000000;
	min-height: 18px;
}

    

.bgimgbtnthick:hover
{
	
}
.bgimgbtnthick span,a
{

}
.bgimgbtnthick span,a:hover
{
	
}
.bgimgbtnthickenable
{

}
.bgimgbtnthickenable:hover
{
	background-color: #DFDFDF !important;
	cursor: pointer;
}
.bgimgbtnthickdisable
{
	background-color: #808080 !important;
	/*color: #999999 !important;*/
}
.bgimgbtnthickdisable:hover
{
	cursor:default;
}
/*__ bgimgbtnthick ____________________end______*/
/*__ bgimgbtnthin _____________________start____*/
.bgimgbtnthin
{
	border: 1px solid black;
	line-height: 16px;
	/*color: #000000;*/
	min-height: 12px;
}
.bgimgbtnthin:hover
{
	
}
.bgimgbtnthin span,a
{
	
}
.bgimgbtnthin span,a:hover
{
	
}
.bgimgbtnthinenable
{
	
}
.bgimgbtnthinenable:hover
{
	background-color: #BCBCBC !important;
	cursor: pointer;
}
.bgimgbtnthindisable
{
	background-color: #808080 !important;
	/*color: #999999 !important;*/
}
.bgimgbtnthindisable:hover
{
	cursor:default;
}
/*__ bgimgbtnthin _____________________end______*/
/*__ bgimgbtnspecial __________________start____*/
.bgimgbtnspecial
{
	border: 2px solid #666666;
	line-height: 20px;
	/*color: #333333;*/
	min-height: 12px;
}
.bgimgbtnspecial:hover
{
	border-color: #000000;
	/*color: #FFFFFF;*/
}
.bgimgbtnspecial span,a
{
	
}
.bgimgbtnspecial span,a:hover
{
	
}
.bgimgbtnspecialenable
{

}
.bgimgbtnspecialenable:hover
{
	background-color: #666666 !important;
	cursor: pointer;
}
.bgimgbtnspecialdisable
{
	background-color: #808080 !important;
	/*color: #999999 !important;*/
}
.bgimgbtnspecialdisable:hover
{
	cursor:default;
}
/*__ bgimgbtnspecial __________________end______*/
/*__ bgimgbtnlink _____________________start____*/
.bgimgbtnlink
{
	border: none;
	line-height: 12px;
	/*color: #1399E1;*/
	min-height: 12px;
}
.bgimgbtnlink a:hover
{
	/*color: #FE6929;
	text-decoration:underline;*/
}
.bgimgbtnlink span,.bgimgbtnlink a
{
	
}
.bgimgbtnlink span:hover,.bgimgbtnlink a:hover
{
	
}
.bgimgbtnlinkenable
{
	
}
.bgimgbtnlinkenable:hover
{
	/*background-color: inherit !important;*/
	cursor: pointer;
}
.bgimgbtnlinkdisable
{
	/*background-color: #808080 !important;*/
	text-decoration: none !important
}
.bgimgbtnlinkdisable:hover
{
	cursor:default !important;
}
/*__ bgimgbtnlink _____________________end______*/
/*__ bgimgbtnlinkborder _______________start____*/
.bgimgbtnlinkborder
{
	border: 1px solid #BFC5C8;
	line-height: 22px;
	/*color: #333333;*/
	min-height: 16px;
}
.bgimgbtnlinkborder:hover
{
	
}
.bgimgbtnlinkborder span,.bgimgbtnlink a
{
	
}
.bgimgbtnlinkborder span:hover,.bgimgbtnlinkborder a:hover
{
	
}
.bgimgbtnlinkborderenable
{
	
}
.bgimgbtnlinkborderenable:hover
{
	background-color: #DFDFDF !important;
	color: #5F6C76;
	cursor: pointer;
}
.bgimgbtnlinkborderdisable
{
	/*background-color: #DFDFDF !important;*/
}
.bgimgbtnlinkborderdisable:hover
{
	cursor:default;
}
/*__ BgImgBtn _____________________________________________end______*/


















/*__ BgImgPsc _____________________________________________start____*/
.bgimgpsc
{
	border:1px inset #999;
	padding-top:1px;
}
.bgimgpsc input
{
	color:inherit;
	border: none;
	outline: none;
	font-weight:inherit;
	/*__ Language __*/
	float: left;
	text-align: right;
	direction:rtl;
	background-color:inherit;
	margin-top:-.5px;
}
/*__ share ________________________________________________end______*/
/*__ bgimgpsc width _______________________________________start____*/
/*__ bgimgpscvsw ______________________start____*/
.bgimgpscvsw
{
	width:80px;
}
.bgimgpscvsw input
{
	width:40px;
}
/*__ bgimgpscvsw ______________________end______*/
/*__ bgimgpscsw _______________________start____*/
.bgimgpscsw
{
	width:200px;
}
.bgimgpscsw input
{
	width:160px;
}
/*__ bgimgpscsw _______________________end______*/
/*__ bgimgpscmw _______________________start____*/
.bgimgpscmw
{
	width:320px;
}
.bgimgpscmw input
{
	width:280px;
}
/*__ bgimgpscmw _______________________end______*/
/*__ bgimgpsclw _______________________start____*/
.bgimgpsclw
{
	width:440px;
}
.bgimgpsclw input
{
	width:400px;
}
/*__ bgimgpsclw _______________________end______*/
/*__ bgimgpscvlw ______________________start____*/
.bgimgpscvlw
{
	width:560px;
}
.bgimgpscvlw input
{
	width:420px;
}
/*__ BgImgPsc _____________________________________________end______*/
























/*__ BgImgControl ________________________________________________________________end______*/



/*__ xxxxxxxxxxx ______________________start____*/
#root
{
	width: 990px;
	margin: 14px auto;
	padding: 5px;
	overflow: hidden;
	background: #E5E5E5; /*E6E9EC*/
}
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
#header
{ 
	height: 162px;
}
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
#subheader
{
	height:36px;
	margin-top:5px;
	padding:0px;
}
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
#centerpanel
{
	width:80%;
	padding:0px 4px 20px 4px;
	margin:5px 0px 5px 0px;
	min-height:600px;
	overflow:hidden;
	background:#E5E5E5;	/*E6E9EC*/
	text-align:center;	
}
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
#rightpanel
{
	width: 18%;
	padding:0px 0px 20px 4px;
	margin:5px 0px 5px 0px;
	overflow:hidden;
	background:#E5E5E5;	/*E6E9EC*/
}
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
#footer
{
	clear: both;
	margin: 0px auto 0px auto;
	text-align:center;
	padding:10px 10px 5px 10px;
}
#footer span
{
	color: #6B6B6B;
}
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
.themechooserbox
{
	margin-top:3px;
}
.themechooserbox a
{
	text-decoration:none;
	border-style:none;
	border-width:0px;
	position:relative;
	top:4px;
}
.themechooserbox a img
{
	text-decoration:none;
	border-style:none;
	border-width:0px;
}
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
.culturechooserbox
{	
	margin:4px 0px 4px 0px;
	float:left;
	display:inline;
	min-height:24px;
}
.culturechooserbox a
{
	font-size:11px;
	font-weight:bold;
	line-height:28px;
	text-decoration:none;
	color:inherit;
}
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
#centerheader
{
	margin:0px -4px 20px -4px;
	text-align:center;
	height:35px;
}
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
.userstatbox
{
	text-align:center;
	font-size: 14px;
	height:35px;
	padding-top:7px;
}
.userstatbox a
{
	text-decoration:none;
    position:relative;
}
.userstatboxuserprofile
{
	color: #399;
}
.userstatboxrole
{
	color: #990000;
}
.userstatboxlogin
{
	color: #953;
}
.userstatboxlogout
{
	color:#953;
}
.userstatboxregistration
{
	color:#491;
}
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
.pagerootbox
{
	font-size: 12px;
	text-align:right;
	direction:ltr;
	
	/*_ Page Border _*/
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#9D9D9D;
}
.pagerootboxsw
{
	width: 482px;
	margin:10px 153px 15px 153px;
}
.pagerootboxmw
{
	width: 632px;
	margin:10px 83px 15px 83px;
}
.pagerootboxlw
{
	width: 782px;
	margin:10px 8px 15px 8px;
}
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
.pagerootitemboxcontainer
{
	margin:0px;
	overflow:hidden;

	/*_ page padding _*/
	padding:4px 1% 4px 1%;
		
	/*_ Page Border _*/
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #9D9D9D;
	border-left-color: #9D9D9D;
}
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
.pagerootitembox
{
	/*_ page margin _*/
	margin:8px 0px 4px 0px;
	 
		
	overflow:hidden;
	clear:both;
	direction:rtl;
	
	/*_ Temp _
	border: 1px solid #CC00CC;*/
}
.pagerootitembox span img
{
	margin:3px 2px 1px 1px;
}
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
.pagebuttonbox
{
	overflow:hidden;
	clear:both;

	/*_ page padding _*/
	padding:8px 6% 8px 6%;
		
/*	/*_ Page Border _!1! _*/
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #9D9D9D;
	border-left-color: #9D9D9D;
}

.pagebuttonbox span
{
	margin-top:18px;
}
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
/*__ xxxxxxxxxxx ______________________end______*/

/*__ xxxxxxxxxxx ______________________start____*/
/*__ xxxxxxxxxxx ______________________end______*/



/*__ gridchildbox (gcb)___________________________________________________________start____*/
/*__ gcb __________________________________________________start____*/
.gcb
{
	direction:ltr;/*__ Be Khatere Ax __*/
	font-size: 12px;
	text-align:right;

	width:758px;
	/*margin:2px;*/
	
	overflow:hidden;
	
	border-style: solid;
	border-color: #858585;
}
/*__ gcb __________________________________________________end______*/
/*__ gcbblock _____________________________________________start____*/
.gcbblock
{
	overflow:hidden;
}
/*__ gcbblock _____________________________________________end______*/
/*__ gcbblockmain _________________________________________start____*/
.gcbblockmain
{
	margin:5px 5px 2px 5px;
	display:inline;
	float:right;
	overflow:hidden;
	width:100%;
}
/*__ gcbblockmain _________________________________________end______*/
/*__ gcbblockmainheader ___________________________________start____*/
.gcbblockmainheader
{
	clear:both;
	overflow:hidden;
	padding:2px;
}
.gcbblockmainheader span span
{
	color:#3C546C;
	padding-bottom:5px;
}
/*__ gcbblockheader _______________________________________end______*/
/*__ gcbblockmainheaderline _______________________________start____*/
.gcbblockmainheaderline
{
	clear:both;
	margin:0px 5px 2px 5px;
	width:420px;
	height:2px;
	float:right;

	border-top: 1px solid #9FA4AA;
	border-bottom: 1px dashed #C9C9C9;
}
/*__ gcbblockmainheaderline _______________________________end______*/
/*__ gcbblockcontent ______________________________________start____*/
.gcbblockmaincontent
{
	clear:both;
	overflow:hidden;
}
/*__ gcbblockcontent ______________________________________end______*/
/*__ gcbblockimage ________________________________________start____*/
.gcbblockimage
{
	width:20%;
	clear:both;
	position:absolute;
	margin-top:-25px;
}
.gcbblockimage img
{
	padding:0px 15px 10px 15px;
	float:left;
}
.gcbblockimagevertical
{
	width: 90px;
	height: 120px;
}
.gcbblockimagesquare
{
	width: 120px; 
	height: 120px; 
}
.gcbblockimagehorizontal
{
	width: 120px;
	height: 90px;
}
/*__ gcbblockimage ________________________________________end______*/
/*__ gcbblockmaincontentitem ______________________________start____*/
.gcbblockmaincontentitem
{
	width:100%;
	float:right;
	padding:2px;
}
/*__ gcbblockmaincontentitem ______________________________end______*/
/*__ gcbblockmaincontentitemline __________________________start____*/
.gcbblockmaincontentitemline
{
	clear:both;
	margin:1px 50px 1px 1px;
	width:320px;
	height:1px;
	float:right;

	border-bottom: 1px solid #CDCFD6;
}
/*__ gcbblockmaincontentitemline __________________________end______*/
/*__ gcbfooter ____________________________________________start____*/
.gcbfooter
{
	width:98%;
	float:right;
	margin:0px 5px 2px 5px;
	padding:2px;
	overflow:hidden;
}
/*__ gcbfooter ____________________________________________end______*/
/*__ gridchildbox (gcb)___________________________________________________________end______*/




































/*__ messageviewbox (mvb)_________________________________________________________start____*/
.mvb
{
	font-size: 12px;
	text-align:right;
	
	/*_ Message Border _*/
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#9D9D9D;
	
	width:632px;
	margin:10px 83px 120px 83px;
}
/*__ mvbheader ____________________________________________start____*/
.mvbheader
{
	margin: 0px;
	height: 27px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #C9D6DE;
}
/*__ mvbheader ____________________________________________end______*/
/*__ mvbbody ______________________________________________start____*/
.mvbbody
{
	overflow:hidden;
	direction:rtl;
	
	/*_ Message padding _*/
	padding:8px 16px 4px 8px;
		
	/*_ Message Border _*/
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #9D9D9D;
	border-left-color: #9D9D9D;
}
.mvbbody span
{
	font-size:14px !important;
}
.mvbbodyhi span
{
	float:right;
	display:inline;
	width:88%;
	text-align:justify;
}
/*__ mvbbody ______________________________________________end______*/
/*__ mvbsuccess ___________________________________________start____*/
.mvbsuccess
{
	color:#228622;
}
/*__ mvbsuccess ___________________________________________end______*/
/*__ mvberror _____________________________________________start____*/
.mvberror
{
	color:#FF0000;
}
/*__ mvberror _____________________________________________end______*/
/*__ mvbwarning ___________________________________________start____*/
.mvbwarning
{
	color:#FF9122;
}
/*__ mvbwarning ___________________________________________end______*/
/*__ mvbquestion __________________________________________start____*/
.mvbquestion
{
	color:#FFCC00;
}
/*__ mvbquestion __________________________________________end______*/
/*__ mvbinformation _______________________________________start____*/
.mvbinformation
{
	color:#2B44F7;
}
/*__ mvbinformation _______________________________________end______*/
/*__ mvbbodyimage _________________________________________start____*/
.mvbbodyimage
{
	float:left;
	display:inline;
	width:60px;
	height:60px;
}
/*__ mvbbodyimage _________________________________________end______*/
/*__ mvblink ______________________________________________start____*/
.mvblink
{
	overflow:hidden;
	clear:both;
	
	/*_ Message padding _*/
	padding:14px 8px 8px 8px;

	/*_ Message Border _*/
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #9D9D9D;
	border-left-color: #9D9D9D;
}

.mvblink span a
{
	font-size:11px;
	font-weight:bold;
}
/*__ mvblink ______________________________________________end______*/
/*__ messageviewbox (mvb)_________________________________________________________end______*/




/*__ UserOrgRoleInfoBox (uorib)___________________________________________________________start____*/
/*__ uorib __________________________________________________start____*/
.uorib
{
	font-size: 12px;
	background:#EBEBEB;
	text-align:right;

	margin:5px;
	
	overflow:hidden;
	
	border-style: solid;
	border-width: thin;
	border-color: #858585;
}
.uoribcurrent
{
	background: #BCCCD8 !important;
}
/*__ uorib __________________________________________________end______*/
/*__ uoribrtblock ___________________________________start____*/
.uoribrtblock
{
	padding-top:4px;
	margin:3px;
	display:block;
	float:right;
	overflow:hidden;
	width:99%;
}
/*__ uoribrtblock _______________________________________end______*/
/*__ uoribrtblockline _______________________________start____*/
.uoribrtblockline
{
	clear:both;
	margin:3px;
	width:40%;
	height:2px;
	float:right;

	border-top: 1px dotted #9FA4AA;
	border-bottom: 1px solid #858585;
}
/*__ uoribrtblockline _______________________________end______*/
/*__ uoriborblockline _______________________________start____*/
.uoriborblockline
{
	clear:both;
	margin:1px;
	width:100%;
	height:2px;
	float:right;

	border-top: 1px dotted #9FA4AA;
	border-bottom: 1px solid #C9C9C9;
}
/*__ uoriborblockline _______________________________end______*/
/*__ uoriborblock ______________________________________start____*/
.uoriborblock
{
	margin:3px;
	overflow:hidden;
	width:99%;
}
/*__ uoriborblock ______________________________________end______*/
/*__ uoriborblockorg ______________________________________start____*/
.uoriborblockorg
{
	display:inline;
	float:left;
	overflow:hidden;
	width:49%;
}
/*__ uoriborblockorg ______________________________________end______*/
/*__ uoriborblockrol ______________________________________start____*/
.uoriborblockrol
{
	display:inline;
	float:right;
	overflow:hidden;
	width:49%;
}
/*__ uoriborblockrol ______________________________________end______*/
/*__ uoriborblockimage ________________________________________start____*/
.uoriborblockimage
{
	margin:1px;
	display:inline;
	float:right;
	overflow:hidden;
	width:10%;
}
.uoriborblockimage img
{
	padding:1px;
	width:30px; 
	height:30px; 
}
/*__ uoriborblockimage ________________________________________end______*/
/*__ uoriborblocktitle ______________________________start____*/
.uoriborblocktitle
{
	margin:9px 2px 2px 2px;
	display:inline;
	float:right;
	overflow:hidden;
	width:87%;
}
/*__ uoriborblocktitle ______________________________end______*/
/*__ UserOrgRoleInfoBox (uorib)___________________________________________________________end______*/





/*__ RootItemFakeBlockBox (rifbb) ________________________________________________start____*/
/*__ rifbb ________________________________________________start____*/
.rifbb
{
	clear:both;
	overflow:hidden;
	padding:2px;
}
.rifbbnofirst
{
	margin-top:30px;
}
.rifbb span span
{
	color:#3C546C;
	padding-bottom:5px;
}
/*__ rifbb ________________________________________________end______*/
/*__ rifbbline ____________________________________________start____*/
.rifbbline
{
	clear:both;
	margin:0px 5px 2px 5px;
	width:420px;
	height:2px;
	float:right;
	border-top: 1px solid #9FA4AA;
	border-bottom: 1px dashed #C9C9C9;
}
/*__ rifbbline ____________________________________________end______*/
/*__ RootItemFakeBlockBox (rifbb) ________________________________________________end______*/


/*__ RootItemFakeSeperator (rifs) ________________________________________________start____*/
/*__ rifs _________________________________________________start____*/
.rifs
{
	clear:both;
	margin:6px 60px 1px 3px;
	width:320px;
	height:1px;
	float:right;

	border-bottom: 1px solid #CDCFD6;
}
/*__ rifs _________________________________________________end______*/
/*__ RootItemFakeSeperator (rifs) ________________________________________________end______*/








/*__ EntityViewBox (evb) _________________________________________________________start____*/
/*__ evb __________________________________________________start____*/
.evb
{
	font-size: 12px;
	text-align:right;
	overflow:hidden;
	
	/*_ Page Border _*/
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #9D9D9D;
	border-left-color: #9D9D9D;
	
	
	padding-bottom:30px;
}
/*__ evb __________________________________________________end______*/
/*__ evbblock _____________________________________________start____*/
.evbblock
{
	overflow:hidden;
}
/*__ evbblock _____________________________________________end______*/
/*__ evbblockmain _________________________________________start____*/
.evbblockmain
{
	margin:10px 5px 10px 5px;
	display:inline;
	float:right;
	overflow:hidden;
	width:98.7%;
}
/*__ evbblockmain _________________________________________end______*/
/*__ evbblockmainheader ___________________________________start____*/
.evbblockmainheader
{
	clear:both;
	overflow:hidden;
	padding:2px;
}
.evbblockmainheader span span
{
	color:#3C546C;
	padding-bottom:5px;
}
/*__ evbblockheader _______________________________________end______*/
/*__ evbblockmainheaderline _______________________________start____*/
.evbblockmainheaderline
{
	clear:both;
	margin:0px 5px 2px 5px;
	width:420px;
	height:2px;
	float:right;

	border-top: 1px solid #9FA4AA;
	border-bottom: 1px dashed #C9C9C9;
}
/*__ evbblockmainheaderline _______________________________end______*/
/*__ evbblockcontent ______________________________________start____*/
.evbblockmaincontent
{
	clear:both;
	overflow:hidden;
	min-height:40px;
}
/*__ evbblockcontent ______________________________________end______*/
/*__ evbblockimage ________________________________________start____*/
.evbblockimage
{
	width:16%;
	clear:both;
	position:absolute;
}
.evbblockimage img
{
	float:left;
    border: 1px solid #9D9D9D;
}
.evbblockimagevertical
{
	width: 135px;
	height: 180px;
}
.evbblockimagesquare
{
	width: 145px; 
	height: 145px; 
}
.evbblockimagehorizontal
{
	width: 180px;
	height: 135px;
}
/*__ evbblockimage ________________________________________end______*/
/*__ evbblockmaincontentitem ______________________________start____*/
.evbblockmaincontentitem
{
	width:100%;
	float:right;
	padding:6px;
}
/*__ evbblockmaincontentitem ______________________________end______*/
/*__ evbblockmaincontentitemline __________________________start____*/
.evbblockmaincontentitemline
{
	clear:both;
	margin:2px 60px 2px 2px;
	width:320px;
	height:1px;
	float:right;

	border-bottom: 1px solid #CDCFD6;
}
/*__ evbblockmaincontentitemline __________________________end______*/
/*__ EntityViewBox (evb) _________________________________________________________end______*/


/*__ SelFullViewBox (sfvb) _______________________________________________________start____*/
/*__ bgimgsfv _________________________start____*/
.bgimgsfv
{
	
}
.bgimgsfv *
{
	outline: none;
}
.bgimgsfvvsw
{
	width:100px;
}
.bgimgsfvsw
{
	width:200px;
}
.bgimgsfvmw
{
	width:300px;
}
.bgimgsfvlw
{
	width:100%;
    clear: both;
    margin-top: 10px
}
.bgimgsfvlw .bgimgsfvtable {
    	width:100%;
        background: transparent
}
.bgimgsfvlw .bgimgsfvtable table{
    width: 80%;
    margin: 0 auto;
    background: #F4F4F4;
}
.bgimgsfvvlw
{
	width:500px;
}
/*__ bgimgsfv _________________________end______*/
/*__ bgimgsfvtable ____________________start____*/
.bgimgsfvtable 
{
	color:inherit;
	overflow:hidden;
	font-weight:inherit;
	/*__ Language __*/
	float: left;
	text-align: right;
	padding:1px;
	direction:rtl;
	background-color: #F4F4F4;
}
.bgimgsfvtable table
{
	direction:rtl;
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: hide;
	caption-side: bottom;
	font-size: 0.9em;
}
.bgimgsfvtable tr
{

}
.bgimgsfvtable th
{
	text-align: center;
	padding: 2px 2px 4px 2px;
	color: #fff;
	background: #949494;
	border: solid 1px #525252;
}
.bgimgsfvtable td
{
	text-align: right;
	border: 1px solid #333333;
}
.bgimgsfvtable .center
{
	text-align: center;
}
.bgimgsfvtable .left
{
	text-align: left;
}
.bgimgsfvtable .right
{
	text-align: right;
}
.bgimgsfvtable td a
{
	text-decoration: none;
}
.bgimgsfvtable td a img
{
	border-style: none;
}
/*__ bgimgsfvtable ____________________end______*/
/*__ SelFullViewBox (bgimgsfv) ___________________________________________________end______*/



/*__ Special Classes _____________________________________________________________Start____*/
/*__ edrlistspecialdiv ____________________________________start____*/
.edrlistspecialdiv
{	
	text-align:right;
	display:inline;
	float:right;
	overflow:hidden;
	color: #666;
	padding:1px 0px 1px 0px;
	/*__ Language __*/
	border: 1px solid #DFE1DD; 
}
.edrlistspecialdiv *
{
	font-size:11px;
}
/*__ edrlistspecialdiv ____________________________________End______*/
/*__ edrcb ________________________________________________start____*/
.edrcb
{
	clear:both;
	float:none;
	overflow:hidden;
	clear:right;
	display:block;
}
/*__ edrcb ________________________________________________End______*/
/*__ Special Classes _____________________________________________________________end______*/


/*______________newsshortcutbox______________*/

.newsshortcutbox
{
	margin-right: 37px;
	margin-left: 20px;
	margin-top:-5px;
}
.newsshortcutbox li
{
	direction: rtl;
	text-align: right;
}
.newsshortcutboxdate
{
	display: inline;
	margin-left: 5px;
	font-size: 12px;
}
.newsshortcutboxtitle
{
	font-size: 12px;
	display: inline;
}
.newsshortcutboxend
{
	clear: both;
}

/*______________newsshortcutbox______________*/


/*______________newsshortcutbox______________*/

.newsshortcutbox
{
	margin-right: 37px;
	margin-left: 20px;
	float:right;
	direction:rtl;
}
.newsshortcut li
{
	direction:rtl;
	text-align:right;
}
.newsshortcutboxdate
{
	margin-left:5px;
}

/*______________newsshortcutbox______________*/


/*________________newsshortcutbox________________*/
.newsshortcutbox li
{
	direction:ltr;
	text-align:left;
}
/*________________newsshortcutbox________________*/



.defaultpagetop
{
	font-size: 12px;
	text-align:center;
	direction:rtl;
}

.defaultpagetop span
{
	font-size: 16px;
	color:Teal; 
}

.defaultpagecenter
{
	text-align:center;
	margin:10px;
}

.defaultpagecenter img
{
	width:600px;
	height:384px;
	border-style:solid;
	border-width:1px;
	border-color:#9D9D9D;
}
defaultpageabout
{
	text-align:center;
}
.defaultpageabout img
{
	margin:3px;
	float:right;
	width:10px;
	height:10px;
}
.defaultpageabout label,.c1,.c2,.c3
{
	font-size: 13px;
}
.defaultpageabout label
{
	color:#353535;
	direction:rtl;
	float:right;
	display:inline;
	width:96%;
	text-align:justify;
	margin:20px 15px 10px 15px;
}
.defaultpageabout label .c1
{
	color: #BC0E31;
}
.defaultpageabout label .c2
{
	color: #2D6FEA;
}
.defaultpageabout label .c3
{
	color: #17920A;
}
.defaultpageaboutdetailmain
{
	margin-bottom:20px;
}
.defaultpageaboutdetail
{
	padding:5px 35px 5px 35px;
	direction:rtl;
	text-align:justify;
}
.defaultpageaboutdetail img
{
	margin:3px -12px 3px 3px;
	position:relative;
	top:1px;
	float:right;
	width:8px;
	height:8px;
}
.defaultpageaboutdetail label
{
	direction:rtl;
	display:inline;
	text-align:justify;
	color: #484848;
}
.defaultpageaboutdetail label .c1
{
	color: #BC0E31;
}











/*__ headerbox ____________________________________________Start____*/
.hdb
{
	height: 27px;
	font-weight: bold;
	color: #F3F3F3;
}
.hdbc
{
	width:16px;
	padding:0px;
	margin:0px;
	height:27px;
	float:left;
	display:inline;
}
.hdbr
{
	padding:0px;
	margin: 0px;
	height:27px;
	display:inline;
	text-align:right;
	float:right;
}
.hdbrmnw
{
	width: 162.11px;
	color: #DFDFDF;
}
.hdbrmvw
{
	width: 616px;
	color: #DFDFDF;
}
.hdbrsw
{
	width: 466px;
}
.hdbrmw
{
	width: 616px;
}
.hdbrlw
{
	width: 766px;
}
.hdb span
{
	direction:rtl;
	float:right;
	font-weight:bold;
	text-align:center;
	
	position:relative;
	top:5px;
}
.hdb img
{
	float:right;
	padding:3px 3px 0px 3px;
	width:20px;
	height:20px;
}
/*__ headerbox ____________________________________________end______*/



















.teambox
{
	text-align:center;
	font-size: 12px;
}
.teambox a
{
	text-decoration:none;
}
.teamboxtop
{
	color: #6B0521;
}
.teamboxtop span
{
	
}
.teamboxtop a
{
	color: #116A04;
}
.teamboxbottom
{
	margin-top:2px;
	color: #0B5506;
}
.teamboxbottom span
{
	
}
.teamboxbottom a
{
	color: #3399FF;
}











/*__ xxxxxxxxxxxxxxxx _________________________________________________________________________start____*/
/*__ xxxxxxxxxxxxxxxx _________________________________________________________________________end______*/
/*__ xxxxxxxxxxxxxxxx _________________________________________________________________________start____*/
/*__ xxxxxxxxxxxxxxxx _________________________________________________________________________end______*/
/*__ xxxxxxxxxxxxxxxx _________________________________________________________________________start____*/
/*__ xxxxxxxxxxxxxxxx _________________________________________________________________________end______*/
/*__ xxxxxxxxxxxxxxxx __________________________________________________start____*/
/*__ xxxxxxxxxxxxxxxx __________________________________________________end______*/
/*__ xxxxxxxxxxxxxxxx __________________________________________________start____*/
/*__ xxxxxxxxxxxxxxxx __________________________________________________start____*/
/*__ xxxxxxxxxxxxxxxx ______________________________start____*/
/*__ xxxxxxxxxxxxxxxx ______________________________end______*/
/*__ xxxxxxxxxxxxxxxx ______________________________start____*/
/*__ xxxxxxxxxxxxxxxx ______________________________end______*/
/*__ xxxxxxxxxxxxxxxx __________________________________________________start____*/
/*__ xxxxxxxxxxxxxxxx __________________________________________________end______*/
/*__ xxxxxxxxxxxxxxxx __________________________________________________start____*/
/*__ xxxxxxxxxxxxxxxx __________________________________________________start____*/
/*__ xxxxxxxxxxxxxxxx ______________________________start____*/
/*__ xxxxxxxxxxxxxxxx ______________________________end______*/
/*__ xxxxxxxxxxxxxxxx ______________________________start____*/
/*__ xxxxxxxxxxxxxxxx ______________________________end______*/
/*__ xxxxxxxxxxxxxxxx __________________________________________________start____*/
/*__ xxxxxxxxxxxxxxxx __________________________________________________end______*/
/*__ xxxxxxxxxxxxxxxx __________________________________________________start____*/
/*__ xxxxxxxxxxxxxxxx __________________________________________________start____*/
/*__ xxxxxxxxxxxxxxxx ______________________________start____*/
/*__ xxxxxxxxxxxxxxxx ______________________________end______*/
/*__ xxxxxxxxxxxxxxxx ______________________________start____*/
/*__ xxxxxxxxxxxxxxxx ______________________________end______*/
/*__ xxxxxxxxxxxxxxxx __________________________________________________start____*/
/*__ xxxxxxxxxxxxxxxx __________________________________________________end______*/
/*__ xxxxxxxxxxxxxxxx __________________________________________________start____*/
/*__ xxxxxxxxxxxxxxxx __________________________________________________start____*/
/*__ xxxxxxxxxxxxxxxx ______________________________start____*/
/*__ xxxxxxxxxxxxxxxx ______________________________end______*/
/*__ xxxxxxxxxxxxxxxx ______________________________start____*/
/*__ xxxxxxxxxxxxxxxx ______________________________end______*/


@charset "utf-8";
/*__ styles for validation helpers ___________________________________start____*/
.field-validation-error, .validation-summary-errors {
    margin-right: 15px;
    direction: rtl;
}
/*__ styles for validation helpersr ___________________________________end____*/
/*___________________body___________________*/
body,p,ol,textarea,input,*
{
	font:12px  Tahoma, Geneva, sans-serif;
}
textarea, input {
    text-align: right
}
/*___________________body___________________*/
/*__________header__________*/
div#header
{
	background:#fff url(../images/header.png) no-repeat;
}
/*__________header__________*/
/*__________subheader__________*/
.topmenu li div.button
{
	background-position:1% 60% ;
}
.topmenu li
{
	float: right;
}
/*__________subheader__________*/
/*__________themechooserbox__________*/
.themechooserbox
{
	float: left;
}
/*__________themechooserbox__________*/
/*______________culturechooserbox______________*/
.culturechooserbox
{	
	float: left;
	background-position:100% 50% ;
}
/*______________culturechooserbox______________*/
/*__________leftpanel__________*/
#leftpanel
{
	float: left;
}
/*__________leftpanel__________*/
/*__________centerpanel__________*/
#centerpanel
{
	float: left;
}
/*__________centerpanel__________*/
/*__________rightpanel__________*/
#rightpanel
{
	float: right;
}
/*__________rightpanel__________*/

/*=================================================Master=================================================*/























 

@model Semat.Web.Entities.SpAppBasSelOrganization_Result

@using (Html.BeginPageRootItemBox("اطلاعات سازمان"))
{
    @Html.DisplayFor(m => m.ImageUrl)
    @Html.SematDisplayFor(m => m.OrganizationPName)
    @Html.SematDisplayFor(m => m.OrganizationEName)
    @Html.SematDisplayFor(m => m.OrgPersonName)
    @Html.SematDisplayFor(m => m.ParentOrganizationName)
}

@using (Html.BeginPageRootItemBox("وضعیت سازمان"))
{
    @Html.SematDisplayFor(m => m.ParamOrgTypeValue)
    @Html.SematDisplayFor(m => m.ParamOrgStatusValue)
    @Html.SematDisplayFor(m => m.ParamOrgGoverStateValue)
    @Html.SematDisplayFor(m => m.ParamInstitutionStatusValue)

}

 @using (Html.BeginPageRootItemBox("اعتبارات و مالی سال " + Model.FinincialYear + " (میلیون ریال)"))
 {
     if (Model.ResearchCredit > 0 )
     {
        @Html.SematDisplayFor(m => m.ResearchCredit)
        @Html.SematDisplayFor(m => m.ResearchCreditAllocate)
     }

    @Html.SematDisplayFor(m => m.ParamOperationPermissionValue)

 
.ui-dialog .ui-dialog-title {
float: right !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: left !important;
}
