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

.overlay_dimm_window {
	background-color: #666666;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
	
/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
	z-index: 10;
}

.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;
}                                                    

iframe {
  margin:0px;
  padding:0px;
}

.overlay_dialogbox {
	/*background-color: #121212;
	filter:alpha(opacity=46);
	-moz-opacity: 0.46;
	opacity: 0.46;*/
	z-index:5;
	background: transparent url(dialogbox/textur.png);
}

.dialogbox_nw { /* oben links */

  background: transparent url(dialogbox/oben_links.png) no-repeat ;
  height: 24px;
  width: 26px;
  *line-height: 24px;
  *font-size: 24px;  
}

.dialogbox_n {	/* oben mitte */
  background: transparent url(dialogbox/oben_mitte.png) repeat-x;
  height: 24px;/*30*/
  *line-height: 24px;
  *font-size: 24px;  
}

.dialogbox_ne { /* oben rechts */
  position: relative;
  background: transparent url(dialogbox/oben_rechts.png) no-repeat ;	
  width: 27px;	/*31*/
  *width: 28px;	/*31*/   
  height: 24px;/*30*/
  *line-height: 24px;
  *font-size: 24px;  
}

.dialogbox_w { /* mitte links */
  background: transparent url(dialogbox/mitte_links.png) repeat-y top right;				
  width: 15px;/*16*/
}

.dialogbox_e { /* mitte rechts */	
  background: transparent url(dialogbox/mitte_rechts.png) repeat-y top left;			
  width:16px;/*16*/
}

.dialogbox_sw { /* unten links */
  background: transparent url(dialogbox/unten_links.png);			
  width: 26px; /*31px*/
  height: 23px;/*40px*/
  *line-height: 15px;
  *font-size: 15px;  
}

.dialogbox_s { /* unten mitte */
  background: transparent url(dialogbox/unten_mitte.png) repeat-x 0 0;			
  height: 15px;/*40px*/
  *line-height: 15px;
  *font-size: 15px;  
}

.dialogbox_se, .dialogbox_sizer { /* unten rechts */
  background: transparent url(dialogbox/unten_rechts.png);			
  width: 26px; /*31px*/
  height: 23px;/*40px*/
  *line-height: 15px;
  *font-size: 15px;  
}

.dialogbox_sizer {
	cursor:se-resize;	
}

.dialogbox_close {
	width: 26px;
	height: 26px;
	background: transparent url(dialogbox/img/closebutton.png) no-repeat 0 0;	
	position:absolute;
	top: 10px;
	right: 4px;
	*right: 3px;
	cursor:pointer;
	z-index:10000;
}

.dialogbox_minimize {
	width: 19px;
	height: 19px;
	background: transparent url(dialogbox/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:45px;
	cursor:pointer;
	z-index:10000;
}

.dialogbox_maximize {
	width: 19px;
	height: 19px;
	background: transparent url(dialogbox/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:65px;
	cursor:pointer;
	z-index:1000;
}

.dialogbox_title {
  line-height:2px;
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	margin-top:8px;
	width:100%;
	color:#000;
}

.dialogbox_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	padding: 15px 1px 15px 0px; /*padding: 15px 7px 15px 0px;*/
	background-color: #ffffff;
	background-image: url(dialogbox/img/lightbox_background.png);
	background-position: bottom right;
	background-repeat: repeat-x;

}
.dialogbox_s .status_bar {
  padding-bottom:0px;
}

* html .overlay_dialogbox {
	background-color: #121212;
	filter:alpha(opacity=46);
	-moz-opacity: 0.46;
	opacity: 0.46;
	/*background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/dialogbox/textur.png", sizingMethod="scale");*/
}

* html .dialogbox_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/dialogbox/oben_links.png", sizingMethod="scale");
}



* html .dialogbox_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/dialogbox/oben_mitte.png", sizingMethod="scale");
}

* html .dialogbox_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/dialogbox/oben_rechts.png", sizingMethod="scale");
}

* html .dialogbox_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/dialogbox/img/closebutton.png", sizingMethod="crop");		
}

* html .dialogbox_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/dialogbox/mitte_rechts.png", sizingMethod="scale");
}

* html .dialogbox_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/dialogbox/unten_links.png", sizingMethod="scale");
}

* html .dialogbox_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/dialogbox/mitte_links.png", sizingMethod="scale");
}

* html .dialogbox_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/dialogbox/unten_mitte.png", sizingMethod="scale");
}

* html .dialogbox_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/dialogbox/unten_rechts.png", sizingMethod="scale");
}

* html .dialogbox_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/dialogbox/BR_Main.png", sizingMethod="crop");
}



