/* Login theme for prototype window */

.wf_dialog_nw,
.wf_dialog_n,
.wf_dialog_ne,
.wf_dialog_w,
.wf_dialog_e,
.wf_dialog_sw,
.wf_dialog_s,
.wf_dialog_se,
.wf_dialog_content {
  background-image: url("wf/dialog.png");
  background-repeat: no-repeat;
}


/* North-West corner */
.wf_dialog_nw {
  width:10px;
  height:28px;
  background-position: 0 0;
}

/* North border */
.wf_dialog_n {
  background-position: -10px 0;
  height:28px;
}

/* North-East corner */
.wf_dialog_ne {
  background-position: right top;
  width:10px;
  height:28px;
}

/* West border */
.wf_dialog_w {
  background-image: url("wf/dialogLeftBorder.png");
  background-repeat: repeat-y;
  width:7px;
}

/* East border */
.wf_dialog_e {
  background-image: url("wf/dialogRightBorder.png");
  background-repeat: repeat-y;
  width:7px;
}

.wf_dialog_content{
    background-image: url("wf/dialogContentBg.png");
    background-repeat: repeat-y;
}

.wf_dialog_title {
	float:left;
	height:14px;
	font-family: verdana;
    font-weight: bold; 
    font-size:11px;
	text-align:center;
	width:100%;
	color:#000;
}

/* South-West corner */
.wf_dialog_sw {
  background-position: left bottom;
  width:7px;
  height:15px;
}

/* South border */
.wf_dialog_s {
  background-position: -10px bottom;
  height:15px;
}

/* South-East corner */
.wf_dialog_se {
  background-position: right bottom;
  width:7px;
  height:15px;
  vertical-align:top;
}

/* Resize button */
.wf_dialog_sizer {
  width:7px;
  height:7px;
    background: transparent url(wf/resize.gif) no-repeat 0 0;
    cursor:se-resize;
}

/* Close button */
.wf_dialog_close {
    width: 23px;
    height: 28px;
    background: transparent url(wf/close.png) no-repeat center center;
    position:absolute;
    top:0px;
    right:11px;
    cursor:pointer;
    z-index:1000;
}

/* Minimize button */
.wf_dialog_minimize {
    width: 23px;
    height: 23px;
    background: transparent url(wf/minimize.gif) no-repeat 0 0;
    position:absolute;
    top:0px;
    right:55px;
    cursor:pointer;
    z-index:1000;
}

/* Maximize button */
.wf_dialog_maximize {
    width: 23px;
    height: 28px;
    background: url(wf/maximize.gif) no-repeat 0 0;
    position:absolute;
    top:0px;
    right:33px;
    cursor:pointer;
    z-index:1000;
}

/* Title bar */
.wf_dialog_title {
    float:left;
    font-weight: bold;
    height:14px;
    font-size:12px;
    font-family: verdana, Tahoma, Arial, sans-serif;
    text-align: center;
    margin-top:2px;
    width:100%;
    color:#123456;
}


.wf_dialog_content {
	overflow: hidden;
    font-size: 11px;
	background-color:#123456;
    background-position: -10px -28px;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* Overlay for modal window, sp?cify color and opacity (three times to work on all browsers */
.overlay_dialog {
  background-color: #85BBEF;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}


.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th {
  padding: 0;
}

.dialog .title_window {
  -moz-user-select:none;
}

