@import "nebui.panel.user.css";

/************************************   nebui panel   *****************************************/
div.nebui-panel{
	width:300px;
	height:200px;
	border: 2px #999999 outset;
	padding: 0px;
	margin:0px;
	background-color: #ffffff;
	z-index:999;
	overflow:visible;
	position: absolute;
}
div.nebui-panel *{
	padding: 0px;
	margin:0px;
}
table.nebui-panel{
	border: 0px #999999 outset;
	padding: 0px;
	margin:0px;
	height:100%;
	width:100%;
}


/*head*/
td.nebui-panel-head{
	text-align: left;
	vertical-align: top;
	height:1px;
	padding-right:16px;
	background-color: #ccc;
	border-bottom: 1px #999999 outset;
}
div.nebui-panel-head{
	margin:0px;
	padding:0px;
	cursor: move;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	/*height:24px;*/
}
button.nebui-panel-close{
	margin:5px 3px;
	padding:0px;
	width:16px;
	height:14px;
	background-image: url(/Images/DubInterviewer/close.gif);
	background-position: -1px -2px;
	background-repeat: no-repeat;
	position: absolute;
	right:0px;
	top:0px;
	/*xmargin-top:-6px;*/
	cursor: default;
}
html>body button.nebui-panel-close{
	background-position: 0px 0px;
}

/*body*/
td.nebui-panel-body{
	text-align: left;
	vertical-align: top;
	height:99%;
}
td.nebui-panel-body div.textcontent{
	padding:10px;
}
td.nebui-panel-body iframe{
	width:100%;
	height:100%;
	border-width:0px;
}

/*buttons*/
td.nebui-panel-buttons{
	vertical-align: middle;
	height:0px;
	text-align: right;
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
}
td.nebui-panel-buttons input.button{
	background-color: #d8d8d8;
	margin:  0px 1px;
	width: 70px;
}

/*foot*/
td.nebui-panel-foot{
	vertical-align: top;
	height:1px;	
}
div.nebui-panel-foot{
	margin:0px;
	padding:0px;
	height:12px;
}
div.nebui-panel-foot input.button{
	position: relative;
}
div.nebui-panel-corner{
	margin:0px;
	padding:0px;
	width:12px;
	height:12px;
	background: url(/Images/DubInterviewer/resizecorner.gif) right bottom no-repeat;
	position: relative;
	bottom:0px;
	cursor: se-resize;
	margin-top:-6px;
}
html>body div.nebui-panel-corner{
	margin-top:0px;
}





div.dd_dragged{
}
.dd_mask_corner{
	background-color:  #dddddd;
	cursor: se-resize;
	filter:alpha(opacity:20);
	opacity:0.2;
	-moz-opacity:0.2;
}




.resize{
	cursor: se-resize;
}
.move{
	cursor: move;
}

div.nebui-mask{
	filter:alpha(opacity:70);
	opacity:0.7;
	-moz-opacity:0.7;
	background-color: #000000;
}

div.transparent-mask{
	filter:alpha(opacity:0);
	opacity:0.0;
	-moz-opacity:0.0;
	background-color: #ffff0f;
}
div.dark-transparent-mask{
	filter:alpha(opacity:70);
	opacity:0.7;
	-moz-opacity:0.7;
	background-color: #000000;
}


