/* This file skins dialog */

.ui-resizable { position: relative; }

/* Global handle styles */
.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
.ui-resizable .ui-resizable-handle { display: block; }
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */

.ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(i/resizable-n.gif) repeat scroll center top; }
.ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background: transparent url(i/resizable-s.gif) repeat scroll center top; }

.ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background: transparent url(i/resizable-e.gif) repeat scroll right center; }
.ui-resizable-w { cursor: w-resize; width: 6px; left: 0px; top: 0px; height: 100%; background: transparent url(i/resizable-w.gif) repeat scroll right center; }

.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(i/resizable-se.gif); }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(i/resizable-sw.gif); }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(i/resizable-nw.gif); }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(i/resizable-ne.gif); }


.news .ui-dialog,
.news.ui-dialog {
  background:#fff url(images/sub_bg.png) repeat-x top left;
  background-position:0 -157px;   
}

.news .ui-dialog .ui-dialog-titlebar,
.news.ui-dialog .ui-dialog-titlebar {
  border-bottom: 1px solid #d8d2aa;
  background: #ff9900 url(i/dialog-title.gif) repeat-x;
  padding: 0px;
  height: 28px;
  _height: 29px;
  text-align: center;
}

.news .ui-dialog.ui-draggable .ui-dialog-titlebar,
.news.ui-dialog.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.news .ui-dialog .ui-dialog-titlebar-close,
.news.ui-dialog .ui-dialog-titlebar-close {
  width: 16px;
  height: 16px;
  background: url(i/dialog-titlebar-close.png) no-repeat;
  position:absolute;
  top: 6px;
  right: 7px;
  cursor: default;
}

.news .ui-dialog .ui-dialog-titlebar-close span,
.news.ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}

.news .ui-dialog .ui-dialog-titlebar-close-hover,
.news.ui-dialog .ui-dialog-titlebar-close-hover {
  background: url(i/dialog-titlebar-close-hover.png) no-repeat;
}

.news .ui-dialog .ui-dialog-title,
.news.ui-dialog .ui-dialog-title {
  margin-left: 5px;
  font-size: 16px;
  color: white;
  font-weight: bold;
  position: relative;
  top: 3px;
}

.news .ui-dialog .ui-dialog-content,
.news.ui-dialog .ui-dialog-content {
  margin: 10px 20px;
  font-size: 13px;
  text-align: justify;
  overflow: auto;
}

.news .ui-dialog .ui-dialog-buttonpane,
.news.ui-dialog .ui-dialog-buttonpane {
  position: absolute;
  bottom: 8px;
  right: 12px;
  width: 100%;
  text-align: right;
}

.news .ui-dialog .ui-dialog-buttonpane button,
.news.ui-dialog .ui-dialog-buttonpane button {
  margin: 6px;
}

/* Dialog handle styles */
.news .ui-dialog .ui-resizable-n,
.news.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(i/dialog-n.gif) repeat scroll center top; }

.news .ui-dialog .ui-resizable-s,
.news.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; background: transparent url(i/dialog-s.gif) repeat scroll center top; }

.news .ui-dialog .ui-resizable-e,
.news.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; background: transparent url(i/dialog-e.gif) repeat scroll right center; }

.news .ui-dialog .ui-resizable-w,
.news.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; background: transparent url(i/dialog-w.gif) repeat scroll right center; }

.news .ui-dialog .ui-resizable-se,
.news.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(i/dialog-se.gif); }

.news .ui-dialog .ui-resizable-sw,
.news.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(i/dialog-sw.gif); }

.news .ui-dialog .ui-resizable-nw,
.news.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; background: transparent url(i/dialog-nw.gif); }

.news .ui-dialog .ui-resizable-ne,
.news.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background: transparent url(i/dialog-ne.gif); }
