
/*@font-face {
    font-family: 'b_zarbold';
    src: url('fonts/bzarbold.eot');
    src: url('fonts/bzarbold.eot?#iefix') format('embedded-opentype'),
         url('fonts/bzarbold.woff') format('woff'),
         url('fonts/bzarbold.ttf') format('truetype'),
         url('fonts/bzarbold.svg#b_zarbold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


/*
@font-face {
    font-family: 'BYekan';
    src: url('/DesktopModules/PopUp/css/fonts/BYekan.eot');
    src: url('/DesktopModules/PopUp/css/fonts/BYekan.eot?#iefix') format('embedded-opentype'),
         url('/DesktopModules/PopUp/css/fonts/BYekan.woff') format('woff'),
         url('/DesktopModules/PopUp/css/fonts/BYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
*/
.ui-widget-overlay {
	background: #777777;
	opacity: 0.6;
    -moz-opacity: 0.60;
    opacity:0.60;
    filter: alpha(opacity=60) !important;
    height: 100%;
    left: 0;
    /*position: absolute;*/
    /*top:10px;*/
    top: 0;
    width: 100%;
    /*jQuery1257312441701:35;*/
}
.ui-front {
    z-index: 100;
}
.ui-widget-content {
    background: url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% 0 #eeeeee ;
    color: #333;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: right;	
	padding: 5px;
    
}
.ui-widget {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

.ui-dialog {
    background: url("images/popup-border.png");
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: absolute;
    top: 0;
}


.ui-resizable {
    position: relative;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {

}

.ui-widget-header {
    /*background: url("images/popup-header.png") repeat-x;
    border: 1px solid #ddd;*/
	border: none;
	background: rgba(0,0,0,0.7);
	border-radius: 3px 3px 0 0;
}

.ui-helper-clearfix:after {
  content: "";
  display: table;
  clear: both;
}


.ui-dialog .ui-dialog-titlebar {
    /*padding: 0.5em 1em;*/
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: right;
    margin: 0.1em 0;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
	font-size: 13px;
	font-family : 'BYekan', tahoma;
	color: white;
    z-index: 10000 !important;
	margin-right: 5px;
}
.ui-button {
    cursor: pointer;
    display: block;
    line-height: normal;
    margin-right: 0.1em;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
	margin: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    /*
    background: url("images/popup-close.png") no-repeat ;
    border: none;
    cursor: pointer;
    height: 27px;
	width: 27px;
    outline: none;
    position: absolute;
    top: 17px;
	right: 101%;*/
    z-index: 9;
    background: rgba(0, 0, 0, 0) url("images/popup-close.png") no-repeat scroll center;
    cursor: pointer;
    border: none;
    outline: none;
    height: 36px;
    margin-right: -18px;
    margin-top: -18px;
    opacity: 0.8;
    position: absolute;
    width: 36px;
    top: 23px;
    right: 104.3%;
}
/*	Mohammad GhadimiAzad	*/
.ui-dialog {
	border: none;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 0.2em 1em;
	top: -24px;
	left: 14px;
	background: transparent !important;
}
.ui-dialog-title {
	background: url("images/popup-header.png") center center repeat-x;
	width: auto !important;
	padding: 5px 15px;
	border-radius: 20px;
	cursor: default;
}