.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 115px; /*default  width of main box */
border: 0px solid #948683;
position: relative;
text-indent: 0px;
padding: 1px 0;
cursor: hand;
cursor: pointer;
background-color: #241d13;
color:#948683; text-decoration:underline
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: -25px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
width: 120px; /*default width of drop down menu - changed from 95px*/
border: 1px solid #948683;
border-bottom-width: 0;
display: none;
z-index: 5;
font-weight: normal;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
line-height:16px;
display: block;
background: #241d13;
border-bottom: 0px solid #948683;
padding: 1px 0;
text-indent: 3px;
text-decoration: none;
color:#948683;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
color:#847248;
}

.dhtmlwindow{
position: absolute;
border: 4px solid #61524e;
visibility: hidden;
background-color: #fbfbf3;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #fbfbf3;
color: #fbfbf3;
cursor: move;
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: 1px;
top: 2px;
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%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid #fbfbf3;
background-color: #fbfbf3;
color: #fbfbf3;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid #61524e;
background-color: #fbfbf3;
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;
}
