
/* ====== common ====== */

body , ul, li, div, span, img{
	margin:0;
	padding:0;
	/*font: normal 13px Verdana,sans-serif;*/
}
#close
{
	float:left; cursor:pointer; 
	margin-top:0px;
	margin-left:4px;
	height:11px; width:11px; 
	background:url(images/close.gif) ;
	background-repeat:no-repeat;
}

#close_dlg 
{
	cursor:pointer;
	float:left;
	margin-top:8px;
	margin-left:2px;
	height:11px; width:11px; 
	background:url(images/close-neg.gif);
	background-repeat:no-repeat;
}

.popbox_loading 
{
	 margin:0; 
	 height:40px; 
	 width:200px; 
	 background:url(images/loading.gif) no-repeat;
	 background-position:center center;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000;/* hack for #000000*/
border:1px solid #cecece;
z-index:1;
}

.title 
{
/*	direction:rtl;
	text-align:right;
	margin-top:0px;
	font-size:14px; font-weight:bold;
	padding:2px 1px 5px 1px; 
*/
 
	height:24px; 
    background:url(images/header.png) repeat-x;
    color:#fff; border:1px solid #60a174; 
}
.caption 
{
	float:right;
	direction:rtl;
	text-align:right;
	margin-top:0px;
	padding:2px 1px 5px 1px; 
	width:80%; height:20px; 
	font-size:14px; font-weight:bold;
    color:#fff; 
}

/* ====== end common ====== */

#popbox  .b {
  background:url(images/b.png);
}

#popbox  .tl {
  background:url(images/tl.png);
}

#popbox .tr {
  background:url(images/tr.png);
}

#popbox .bl {
  background:url(images/bl.png);
}

#popbox .br {
  background:url(images/br.png);
}

#popbox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: right;
  direction:rtl;
}

#popbox .popup {
  position: relative;
}

#popbox table {
  margin: auto;
  border-collapse: collapse;
}

#popbox .body {
  padding:0 10px 0 10px;
  background: #ffffdd;
}
#popbox .body_border 
{
  display:table;
  /*padding: 4px 6px 6px 8px;*/
  padding:2px;
  background: #fff;
  border-left:solid 1px #808080;
  border-top:solid 1px #808080;
  border-bottom:solid 6px #808080;
  border-right:solid 6px #808080;
}

#popbox .loading {
  text-align: center;
}

#popbox .image {
  text-align: center;
}

#popbox img {
  border: 0;
}

#popbox .footer
{
/*  padding-top: 5px;
  margin-top: 10px;
*/
  border-top: 1px solid #DDDDDD;
  text-align: left;
}

#popbox .tl, #popbox .tr, #popbox .bl, #popbox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#popbox .content
{
  width:100%;
  display:table;
}


/*====== dldbox ==========*/

#dlgbox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: right;
  direction:rtl;
}

#dlgbox .popup {
  position: relative;
}

#dlgbox table {
  margin: auto;
  border-collapse: collapse;
}

#dlgbox .body {
  padding: 10px;
  background: #ffffdd;
}
#dlgbox .body_border 
{
  display:table;
  /*padding: 4px 6px 6px 8px;*/
  padding:2px;
  background: #ffffdd;
  border-left:solid 6px #808080;
  border-top:solid 6px #808080;
  border-bottom:solid 6px #808080;
  border-right:solid 6px #808080;
}

#dlgbox .loading {
  text-align: center;
}

#dlgbox .image {
  text-align: center;
}

#dlgbox img {
  border: 0;
}

#dlgbox .footer
{
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: left;
}

#dlgbox .content
{
  margin:10px;
  width:100%;
  display:table;
}



/* ======= end dlgbox ======*/


/* ====== msg box =======*/

#msgbox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: right;
  direction:rtl;
}

#msgbox .popup {
  position: relative;

}

#msgbox table {
  margin: auto;
  border-collapse: collapse;

}

#msgbox .body {
  padding: 10px;
  background: #fff;
}
#msgbox .body_border 
{
  width:380px;
  height:180px;

  display:table;
  /*padding: 4px 6px 6px 8px;*/
  padding:2px;
  background: #ffffdd;
  border-left:solid 1px #808080;
  border-top:solid 1px #808080;
  border-bottom:solid 6px #808080;
  border-right:solid 6px #808080;
}

#msgbox .content
{
 margin:10px;
 
}

#msgbox .loading {
  text-align: center;
}

#msgbox .image {
  text-align: center;
}

#msgbox img {
  border: 0;
}

#msgbox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: left;
}

#backgroundMsgbox{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:transparent;
/*border:1px solid #cecece;*/
z-index:1;
}


