.dhtmlwindow { position: absolute; border: 2px solid black; visibility:visible; background-color: white; }
.drag-handle { padding: 1px; text-indent: 3px; font: bold 14px Arial; background-color: #CA0000; color: white; cursor: move; overflow: hidden; width: auto; filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; opacity: 1; }
.drag-handle .drag-controls { position: absolute; right: 1px; top: 2px; cursor: hand; cursor: pointer; }
/*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
* html .drag-handle { width : 100%; }
.drag-contentarea { border-top: 1px solid brown; background-color: white; color: black; height: 150px; padding: 2px; overflow: auto; }
.drag-statusarea { border-top: 1px solid gray; background-color: #F8F8F8; height: 13px; }
.drag-resizearea { float: right; width: 13px; height: 13px; cursor: nw-resize; font-size: 0; }


.CorrDialog        { position: absolute; background-color: #000088; overflow: hidden; margin: 0px; padding: 0px; border:solid 1px #ff6600; }
.CorrDialogFrame   { background-color:#ff6600; border-collapse:collapse; width:100%; height:100%; }
.CorrDialogContent { background-color:white;width:1px; padding-left:3px; overflow:auto; }
.CorrDialogHeader  { width:100%; height:1px; }
.CorrDialogTitle   { padding-left:3px; }
.CorrDialogMinimize, .CorrDialogMaximize, .CorrDialogClose { cursor:pointer; }

.CorrFileSelector         { margin:4px; padding:0px; overflow:visible; }
.CorrFileSelectorFrame    { margin:0px; padding:0px; overflow:visible; }
.CorrFileSelectorButtons  { }
.CorrFileSelectorButton   { margin:2px;  }

.CorrDatePickerFrame      { background-color:#ffffff; border: solid 1px black; }
.CorrDatePicker           { background-color:#ffffff; font-family: arial; font-size: 24px; border-width: 1; border-style: solid; border-color: #a0a0a0; }
.CorrDatePickerTitleBar   { background-color:#0000aa; }
.CorrDatePickerContent    { background-color:#ffffff; font-family: arial; font-size: 11px; }
.CorrDatePickerWeek       { background-color:#d0d0d0; padding:0px; }
.CorrDatePickerBtn        { border: solid 1px #3366FF; color: white; cursor: hand; }
.CorrDatePickerBtnOver    { border: solid 1px #88AAFF; color: white; cursor: hand; }
.CorrDatePickerSelector   { background-color:#FFFFDD; font-family: arial; font-size: 11px; border: solid 1px #a0a0a0; cursor: hand; } 
.CorrDatePickerSelect     { cursor:pointer; } 
.CorrDatePickerSelectOver { background-color:#BBCEFF; cursor:pointer; } 

/**** WYSIWYG EDITOR ******************************************************************************************\
/* Toolbar */
.toolbar1   { border: 1px solid #666666; height: 26px; background-image: url(../icons/background_silver.jpg); }
.toolbar2   { border: 1px solid #666666; height: 24px; background-image: url(../icons/background_silver.jpg); border-bottom: 0px; border-top: 0px; }
/* Command Buttons */
.button     { width: 20px; height: 20px; border: 0px solid transparent; margin: 1px; padding: 0px; background: transparent; }
.buttonOver { width: 20px; height: 20px; border: 1px solid #999999; margin: 0; padding: 0px; }
/* Font Type and Size Drop Down */
.dropdown          { background-color: #FFFFFF; border: 1px solid #333333; height: 140px; overflow: auto; padding: 1px; }
button.mouseOver   { background-color: #EEEEEE; border: 1px solid #CCCCCC; padding: 3px; cursor: default; text-align: left;}
button.mouseOut    { background-color: #FFFFFF; border: 1px solid #FFFFFF; padding: 3px; cursor: default; text-align: left;}
/* CREATE TABLE POPUP */
/* Select Border Width/Type */
.on   { background-color: #EEEEEE; border: 1px solid #CCCCCC; padding: 6px; width: 140px; cursor: default; height: 5px;}
.off  { background-color: #FFFFFF; border: 1px solid #FFFFFF; padding: 6px; width: 140px; cursor: default; height: 5px;}
/* Select Shading/Border Color */
.selectColorTable  { border: 1px solid #7E7E81; background-color: #F7F7F7; padding: 1px; }
.selectColorBorder { border: 1px solid #F7F7F7; }
.selectColorOn     { border: 1px solid #999999; background-color: #CCCCCC; }
.selectColorOff    { border: 1px solid #F7F7F7; background-color: #F7F7F7; }
.selectColorBox    { border: 1px solid #FFFFFF; font-size: 1px; height: 13px; width: 13px; }
/*****************************************************************************************************************/

.CorrPictureSelector       { margin:4px; padding:0px; overflow:visible; }
.CorrPictureSelectorFrame  { margin:0px; padding:0px; overflow:visible; }
.CorrRndTL { width:5px; height:5px; background: url(App_Images/nw.gif) no-repeat; }
.CorrRndT  {            height:5px; background: url(App_Images/n.gif) repeat-x;   }
.CorrRndTR { width:5px; height:5px; background: url(App_Images/ne.gif) no-repeat; }
.CorrRndL  { width:5px;             background: url(App_Images/w.gif) repeat-y;   }
.CorrRndR  { width:5px;             background: url(App_Images/e.gif) repeat-y;   }
.CorrRndBL { width:5px; height:5px; background: url(App_Images/sw.gif) no-repeat; }
.CorrRndB  {            height:5px; background: url(App_Images/s.gif) repeat-x;   }
.CorrRndBR { width:5px; height:5px; background: url(App_Images/se.gif) no-repeat; }
.CorrRndSP { width:5px; }

.box           { background: #000000; }
.boxtop        { background: url(ne.gif) no-repeat top right; }
.boxtop div    { font-size: 0; height: 8px; background: url(nw.gif) no-repeat top left; }
.boxbottom     { background: url(se.gif) no-repeat bottom right; }
.boxbottom div { font-size: 0; height: 8px; background: url(sw.gif) no-repeat bottom left; }
.boxcontent    { padding: 0px 8px 0px 8px; }

