.overlay_dialog {
	background-color: #666666;
	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_nw {
	width: 9px;
	height: 23px;
	background: transparent url(popup/default/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(popup/default/top_mid.gif) repeat-x 0 0;	
	height: 23px;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(popup/default/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	background: transparent url(popup/default/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	background: transparent url(popup/default/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(popup/default/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(popup/default/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(popup/default/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(popup/default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(popup/default/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(popup/default/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(popup/default/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

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

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* 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;
}                                                    

/* Focused windows */
.overlay_mac_os_x {
	background-color: #444444;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.8;
}

.mac_os_x_nw {
	background: transparent url(/webektest/imgs/popup/TL_Main.png) no-repeat 0 0;			
  width:24px;
  height:40px;
}

.mac_os_x_n {
  background: transparent url(/webektest/imgs/popup/T_Main.png) repeat-x 0 0;			
  height:40px;
}

.mac_os_x_ne {
  background: transparent url(/webektest/imgs/popup/TR_Main.png) no-repeat 0 0;			
  width:31px;	  
  height:40px;
}

.mac_os_x_w {
  background: transparent url(/webektest/imgs/popup/L_Main.png) repeat-y top left;			
  width:18px;
}

.mac_os_x_e {
  background: transparent url(/webektest/imgs/popup/R_Main.png) repeat-y top right;			
  width:18px;	  
}

.mac_os_x_sw {
  background: transparent url(/webektest/imgs/popup/BL_Main.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.mac_os_x_s {
  background: transparent url(/webektest/imgs/popup/B_Main.png) repeat-x 0 0;			
  height:40px;
}

.mac_os_x_se, .mac_os_x_sizer {
  background: transparent url(/webektest/imgs/popup/BR_Main.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.mac_os_x_sizer {
	cursor:se-resize;	
}

.mac_os_x_close {
	width: 22px;
	height: 24px;
	background: transparent url(/webektest/imgs/popup/close.gif) no-repeat 0 0;			
	position:absolute;
	top:16px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.mac_os_x_minimize {
	width: 22px;
	height: 24px;
	background: transparent url(/webektest/imgs/popup/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:16px;
	right:45px;
	cursor:pointer;
	z-index:1000;
}

.mac_os_x_maximize {
	width: 22px;
	height: 24px;
	background: transparent url(/webektest/imgs/popup/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:16px;
	right:65px;
	cursor:pointer;
	z-index:1000;
}

.mac_os_x_title {
	float:left;
	height:24px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	text-align:center;
  margin-top:12px;
	width:70%;
	color:#545454;
	padding:0 0 3px;
}

.mac_os_x_content {
	overflow:auto;
	color: #222;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	background:#FFF;
}
.mac_os_x_s .status_bar {
  padding-bottom:24px;
}

/* FOR IE */
* html .mac_os_x_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webektest/imgs/popup/TL_Main.png", sizingMethod="crop");
}

* html .mac_os_x_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webektest/imgs/popup/T_Main.png", sizingMethod="scale");
}

* html .mac_os_x_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webektest/imgs/popup/TR_Main.png", sizingMethod="crop");
}

* html .mac_os_x_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webektest/imgs/popup/L_Main.png", sizingMethod="scale");
}

* html .mac_os_x_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webektest/imgs/popup/R_Main.png", sizingMethod="scale");
}

* html .mac_os_x_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webektest/imgs/popup/BL_Main.png", sizingMethod="crop");
}

* html .mac_os_x_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webektest/imgs/popup/B_Main.png", sizingMethod="scale");
}

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

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


/* Focused windows */
.overlay_blur_os_x {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.blur_os_x_nw {
	background: transparent url(/webektest/imgs/popup/TL.png) no-repeat 0 0;
  width:24px;
  height:40px;
}

.blur_os_x_n {
  background: transparent url(/webektest/imgs/popup/T.png) repeat-x 0 0;
  height:40px;
}

.blur_os_x_ne {
  background: transparent url(/webektest/imgs/popup/TR.png) no-repeat 0 0;
  width:31px;	  
  height:40px;
}

.blur_os_x_w {
  background: transparent url(/webektest/imgs/popup/L.png) repeat-y top left;
  width:18px;
}

.blur_os_x_e {
  background: transparent url(/webektest/imgs/popup/R.png) repeat-y top right;
  width:18px;	  
}

.blur_os_x_sw {
  background: transparent url(/webektest/imgs/popup/BL.png) no-repeat 0 0;
  width:31px;
  height:40px;
}

.blur_os_x_s {
  background: transparent url(/webektest/imgs/popup/B.png) repeat-x 0 0;
  height:40px;
}

.blur_os_x_se, .blur_os_x_sizer {
  background: transparent url(/webektest/imgs/popup/BR.png) no-repeat 0 0;
  width:31px;
  height:40px;
}

.blur_os_x_sizer {
	cursor:se-resize;	
}

.blur_os_x_close {
	width: 24px;
	height: 24px;
	background: transparent url(/webektest/imgs/popup/close.gif) no-repeat 0 0;
	position:absolute;
	top:16px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.blur_os_x_minimize {
	width: 24px;
	height: 24px;
	background: transparent url(/webektest/imgs/popup/minimize.gif) no-repeat 0 0;
	position:absolute;
	top:16px;
	right:45px;
	cursor:pointer;
	z-index:1000;
}

.blur_os_x_maximize {
	width: 24px;
	height: 24px;
	background: transparent url(/webektest/imgs/popup/maximize.gif) no-repeat 0 0;
	position:absolute;
	top:16px;
	right:65px;
	cursor:pointer;
	z-index:1000;
}
.blur_os_x_title {
	float:left;
	height:24px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	text-align:center;
  margin-top:12px;
	width:70%;
	color:#545454;
	padding:0 0 3px;

}

/*.blur_os_x_title{
border-bottom:1px solid #878787;
color:#878787;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:110%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:130%;
margin:0;
padding:0 0 3px;
}*/

.blur_os_x_content {
	overflow:auto;
	color: #222;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	background:#FFF;
}
.blur_os_x_s .status_bar {
  padding-bottom:24px;
}

/* FOR IE */
* html .blur_os_x_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webektest/imgs/popup/TL.png", sizingMethod="crop");
}

* html .blur_os_x_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webektest/imgs/popup/T.png", sizingMethod="scale");
}

* html .blur_os_x_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webektest/imgs/popup/TR.png", sizingMethod="crop");
}

* html .blur_os_x_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webektest/imgs/popup/L.png", sizingMethod="scale");
}

* html .blur_os_x_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webektest/imgs/popup/R.png", sizingMethod="scale");
}

* html .blur_os_x_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webektest/imgs/popup/BL.png", sizingMethod="crop");
}

* html .blur_os_x_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webektest/imgs/popup/B.png", sizingMethod="scale");
}

* html .blur_os_x_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webektest/imgs/popup/BR.png", sizingMethod="crop");
}

* html .blur_os_x_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webektest/imgs/popup/BR.png", sizingMethod="crop");
}

/* CSS Document */

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(/webektest/imgs/television/select_bg.png) repeat-x left top;
	float:left;
	margin-right:20px;
	margin-top: 15px;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(/webektest/imgs/television/select_left.png) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(/webektest/imgs/television/select_right.png) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:300px;
	color:#333;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:500px;
	background:#eee;
	padding:2px;
	font-size:11px;
	z-index:20;
	overflow:auto;
	height:120px;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#0d0d0d;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border-bottom:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}