﻿.Close
{
   	width: 22px;
	height: 22px;
	background-image: url(/National_Library/20160526010038oe_/http://digitallib.aut.ac.ir/dl/classes/ShowClass/images/closebtn_select_out.png);
  	position: relative;
	top: -10px;
	right: -12px;
	display: block;
	cursor: pointer;
}
.MessageTable
{
   	border: solid 2px gray;
	background-color: #f6f6ff;
	overflow:auto;
	padding: 20px 10px 10px 10px;
	font-family : Tahoma;
	font-size : 12px;
	height : 100%;
	width :100%;
    /*padding: 0 0 0;*/
}
.PageTable
{
   	border: solid 2px gray;
	background-color: #f6f6ff;
	overflow:auto;
	padding: 20px 10px 10px 10px;
	font-family : Tahoma;
	font-size : 12px;
	padding: 0 0 0;
}
.ContentTable
{
   	border: solid 2px gray;
	background-color: #f6f6ff;
	overflow:auto;
	padding: 20px 10px 10px 10px;
	font-family : Tahoma;
	font-size : 12px;
	/*padding: 0 0 0;*/
}
.no-close .ui-dialog-titlebar-close {display: none }

.closed
{
   	width: 22px;
	height: 22px;
	background-image: url(/National_Library/20160526010038oe_/http://digitallib.aut.ac.ir/DL/Classes/ButtonStyle/images/cancel.png);
  	position: relative;
	top: -3px;
	right: -3px;
	display: block;
	cursor: pointer;
	background-position: center;
    background-repeat: no-repeat;
}