body {margin:0; padding:0;}
.dhtmlwindow{
position: absolute;
border: 1px solid #dbdbdb;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: Arial;
font-weight:bold;
font-size:14px; 
/*background-color: #FF9900;*/
color: #666;
cursor: move;
/*height:15px;*/
/*overflow: hidden;*/
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 0px;
top: 0px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
background:#FFFFFF;
border:none;

}


.drag-contentarea{ /*CSS for Content Display Area div*/
/*border-top: 1px solid brown;*/
background:#FFFFFF;
color: black;
height: 150px;
/*padding: 2px;*/
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
/*border-top: 1px solid gray;*/
background:#FFFFFF;
/*background-color: #F8F8F8;*/
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
border:none;
}

/*#iframe {border:none;}*/

input.input_textP { border:1px solid #dbdbdb; background:#FFFFFF;}

input.input_textP_yellow { border:1px solid #dbdbdb; background:#FFFF99;}

select.popddown{ margin:0px; padding:0px;}

select.popddown_reg{ background:#FFFF99; }

input.pcheck_b { padding:0px; margin:0px;}

input.pop_btnC { background:url(../../images/pop_btn2.gif) no-repeat center; width:94px; height:22px; text-align:center; color:#666; font-size:12px; font-weight:bold; border:none; padding:0px; }



/*.................... popup expandable button .................*/ 

.pop_left{background: url(../../images/popup_l.gif) no-repeat left top; width:3px; float:left; height:23px;}

input.pop_middle{ background:url(../../images/popup_m.gif) repeat-x; text-align:center; color:#666; font-weight:bold; border:none; padding:0px 5px 6px 5px; margin:0px; height:23px; font-size:12px; float:left;}

.button_pop{background:url(../../images/popup_r.gif) no-repeat top right; padding:0px 4px 0px 0px;  height:23px; float:left; width:auto; text-align:center; margin:0 auto 0 auto;}
