﻿.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #CA0000;
}

{
controlBarBackgroundColor: #555555;
showVolumeSlider: false;
controlsOverVideo: 'locked';
controlBarGloss: 'none'
} 

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
/*background: black url(/images/blackdot.gif); */
background-color: 666666;
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}


.dhtmlwindow{
position: absolute;
border: 0px;
visibility: hidden;
background-color: black;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 4px;
font: bold 12px Arial;
background-color: #CA0000;
color:#ffffff;
padding-left: 18px;
cursor: move;
overflow: hidden;
border-top: 1px solid #A0A0A0;
border-right: 1px solid #A0A0A0;
border-left: 1px solid #A0A0A0;
width: auto;
BACKGROUND-IMAGE: url(/images/back-video.gif);
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 5px;
top: 5px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
background-color: inherit;
color: #000000;
/*height: 40px; */
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background-color: #000000;
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;
}

