﻿* {
	font-family: IRANSans,FontAwesome,SamimFD,Tahoma;
}
.Close
{
   	width: 22px;
	height: 22px;
	background-image: url(/dl/classes/ShowClass/images/closebtn_select_out.png);
  	position: relative;
	top: -10px;
	right: -12px;
	display: block;
	cursor: pointer;
}
.MessageTable
{
   	border: solid 1px gray;
	background-color: #f6f6ff;
	overflow:auto;
	padding: 10px 10px 10px 10px;
	/*font-family : Tahoma;*/
	font-size : 12px;
	height : 100%;
	width :100%;
    /*padding: 0 0 0;*/
}
.PageTable
{
   	border: solid 1px gray;
	background-color: #f6f6ff;
	overflow:auto;
	padding: 10px 0px;
	/*font-family : Tahoma;*/
	font-size : 12px;
	/*padding: 0 0 0;*/
	width :100%;
	height:100%;
}
.ContentTable
{
   	/*border: solid 2px gray;
	background-color: #f6f6ff;*/
	overflow:auto;
	padding: 1px 1px 1px 1px;
	/*font-family : Tahoma;*/
	font-size : 12px;
	/*padding: 0 0 0;*/
}
.no-close .ui-dialog-titlebar-close {display: none }

.closed
{
   	width: 22px;
	height: 22px;
	position: relative;
	/*background-image: url(/DL/Classes/ButtonStyle/images/cancel.png);
  	top: -3px;
	right: -3px;*/
	display: block;
	cursor: pointer;
	background-position: center;
    background-repeat: no-repeat;
    background-image: url(/DL/Classes/CStyle/img/closebtn_select_out.png);
    top: 12px;
    right: -4px; /*-10px;*/
}
.ui-dialog-titlebar-buttonpane
{
    left:0.3em !important;
    right:inherit !important;
}
.ui-corner-all
{
    /*margin:0px 5px;*/
}