/* @override 
  http://www.coexistonline.com/stylesheets/themes/detail.css
*/
img, div { behavior: url(http://www.coexistonline.com/iepngfix.htc) }

.overlay_alphacube {
  background-color: #cccccc;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* North-West corner */
.alphacube_nw {
 background: transparent url(detail/top-left-c.png) no-repeat 0 0;   
  width:42px;
  height:42px;
}

/* North border */
.alphacube_n {
  background: transparent url(detail/top-middle.png) repeat-x 0 0;     
  height:42px;
}

/* North-East corner */
.alphacube_ne {
  background: transparent url(detail/right-top.png) no-repeat 0 0;    
  width:42px;   
  height:42px;
/*  background: red;*/
}

/* West border */
.alphacube_w {
  background: transparent url(detail/frame-left.png) repeat-y top left;      
  width:42px;
}

/* East border */
.alphacube_e {
  background: transparent url(detail/frame-right.png) repeat-y top right;      
  width:42px;    
}

/* South-West corner */
.alphacube_sw {
  background: transparent url(detail/bottom-left-c.png) no-repeat 0 0;      
  width:42px;
  height:42px;
/*  background: red;*/
}

/* South border */
.alphacube_s {
  background: transparent url(detail/bottom-middle.png) repeat-x 0 0;      
  height:42px;
}


/* South-East corner */
.alphacube_se, .alphacube_sizer  {
   background: transparent url(detail/bottom-right-c.png) no-repeat 0 0;      
  width:42px;
  height:42px;
}

/* Resize button */
.alphacube_sizer {
  cursor:se-resize; 
}

/* Close button */
.alphacube_close {
  width: 23px;
  height: 23px;
  background: transparent url(detail/close.png) no-repeat 0 0;      
  position:absolute;
  top:0px;
  right:0px;
  cursor:pointer;
  z-index:1000;
  border:1px;
}

/* Minimize button */
/* Maximize button */
/*
.alphacube_minimize {
  width: 23px;
  height: 23px;
  background: transparent url(detail/button-min-focus.png) no-repeat 0 0;      
  position:absolute;
  top:0px;
  right:55px;
  cursor:pointer;
  z-index:1000;
}


.alphacube_maximize {
  width: 23px;
  height: 23px;
  background: transparent url(detail/button-max-focus.png) no-repeat 0 0;      
  position:absolute;
  top:0px;
  right:33px;
  cursor:pointer;
  z-index:1000;
}
*/

/* Title bar */
.alphacube_title {
  float:left;
  height:14px;
  font-size:14px;
  text-align:center;
  margin-top:2px;
  width:100%;
  color:#123456;
}

/* Content div (not used for url) */
.alphacube_content {
  overflow:auto;
  color: #000;
  font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
  background:#fff;
}

/* For alert/confirm dialog */
.alphacube_window {
  border:1px solid #F00;  
  background: #FFF;
  padding:20px;
  margin-left:auto;
  margin-right:auto;
  width:400px;
}

.alphacube_message {
  font: 12px arial;
  text-align:center;
  width:100%;
}

.alphacube_buttons {
  text-align:center;
  width:100%;
}

.alphacube_buttons input {
  width:20%;
  margin:10px;
}

.alphacube_progress {
  float:left;
  margin:auto;
  text-align:center;
  width:100%;
  height:16px;
  background: #FFF url('alert/progress.gif') no-repeat center center
}

.alphacube_wired_frame {
  background: #ccc;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6; 
}

.popup_effect1 {
  background:#aaa;
  opacity: 0.5;
}

/*.table_window td iframe {
	padding-left: 12px;
	padding-top: 13px;
}*/