


/* 
*****************************************************************************
8. switch = toggle datagrid values 0.00-auto
*****************************************************************************
*/

/* ie containing .row needs a positive z-index to keep dialog ontop */

/* set the row to have a very high z index so that embedded JS drop down menus overlay any divs below.*/
/* This is required for IE7, not FF*/
.high-z {
	z-index: 9999;
	}
.swt{
	position:relative;
	z-index:10;
}
.swt-selected{
	z-index:11;
}
.swt-inner{
	position:relative;
	z-index:12;
	right:-3px;
	top:-1px;
	background:url(../../images/sgef/arr_swt.gif) 4px 6px no-repeat;
	
}
.swt-selected .swt-inner { background-position: -300px -300px; }
.swt-value{
	padding:1px 3px 1px 14px;
	background:url(../../images/sgef/arr_tb_show.gif) 4px -16px no-repeat;
	
}
.swt-selected .swt-value{
	background-position:4px 6px;
}
.swt-dialog{
	position: absolute;
	border:1px solid #999;
	background:#fff;
	display:none;
}
.swt-selected .swt-dialog{
	display:block;
}
.swt-opt{
	padding:1px 4px 2px 13px;
}
.swt-dialog .swt-opt:hover{
	background-color:#ccc;
}
.swt .selected{
	background:url(../../images/sgef/arr_sml_lr.gif) 5px 6px no-repeat;
	padding:2px 4px 1px 13px;
}

.swt-selected input {
  background-color:#e5e5e5 ! important;
}

/* 
*****************************************************************************
9. Dialog Boxes
*****************************************************************************
*/

.dL-moire {  position:absolute;width:100%; height:100%; z-index:9999; background: #000; display: none;}

.dL-box { position:absolute; z-index:10000; display: none; }

.dL-box .panel .mid{
	padding-top:0;
}
.dL-box .panel .mid .inner{
	margin-top:0; 
	border-top-color:#fff;
	background:#fff;
}

.dL-box .panel .ttl{
	position:static;
	margin:0 4px;
	background:#fff;
}
.dL-box .panel h3{
	color:#000;
	padding:2px 1px 6px;
	margin:0 8px 0;
	border-bottom:1px solid #d9d9d9;
}
.dL-box .t{
	background:url(../../images/sgef/prop_t.png);
}
.dL-box .b{
	background:url(../../images/sgef/prop_b.png);
}
.dL-box .t .l{
	background:url(../../images/sgef/prop_tl.png);
}
.dL-box .t .r{
	background:url(../../images/sgef/prop_tr.png);
}
.dL-box .b .l{
	background:url(../../images/sgef/prop_bl.png);
}
.dL-box .b .r{
	background:url(../../images/sgef/prop_br.png);
}

