/* North-West corner */
.modal_idahoan_nw {
  background: url(../images/modal/modal_top_left.png) no-repeat 0 0;         
  width:25px;
  height:30px;
}

/* North border */
.modal_idahoan_n {
  background: url(../images/modal/modal_top.png) repeat-x 0 0;           
  height:30px;
}

/* North-East corner */
.modal_idahoan_ne {
  background: transparent url(../images/modal/modal_top_right.png) no-repeat 0 0;            
  width:26px;     
  height:30px;
}

/* West border */
.modal_idahoan_w {
  background: transparent url(../images/modal/modal_left.png) repeat-y top left;         
  width:25px;
}

/* East border */
.modal_idahoan_e {
  background: transparent url(../images/modal/modal_right.png) repeat-y top right;           
  width:26px;      
}

/* South-West corner */
.modal_idahoan_sw {
  background: transparent url(../images/modal/modal_bottom_left.png) no-repeat 0 0;          
  width:25px;
  height:41px;
}

/* South border */
.modal_idahoan_s {
  background: transparent url(../images/modal/modal_bottom.png) repeat-x 0 0;            
  height:41px;
}

/* South-East corner */
.modal_idahoan_se, .modal_idahoan_sizer{
  background: transparent url(../images/modal/modal_bottom_right.png) no-repeat 0 0;         
  width:26px;
  height:41px;
}

/* Close button */
.modal_idahoan_close {
    width: 35px;
    height: 7px;
    background: transparent url(../images/modal/close.jpg) no-repeat 0 0;
    position:absolute;
    top:20px;
    right: 30px;
    cursor:pointer;
    z-index:1000;
}

/* Content div (not used for url) */
.modal_idahoan_content {
	position: relative;
    background:#f8ecc9;
}

/* Overlay for modal window, spŽcify color and opacity (three times to work on all browsers */
.overlay_modal_idahoan {
  background-color: white;
  filter:alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.overlay___invisible__ {
  background-color: white;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

/* DO NOT CHANGE THESE VALUES*/
.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;
} 