/* 
  -----------------------------------
  Standard Theme : DHTML Windows
  -----------------------------------
*/

/* GENERAL ELEMENTS
--------------------------------------------------------- */

/* 
   Revised 21-11-2007
*/

.dhtmlwindow {
	max-width: 825px;
	max-height: 825px;
	float:left;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	background-color: transparent;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	position: absolute;
	visibility: hidden;
	}

/* Main container 
   See IE fix in Search/index2.php
*/
.inner-window {
	border-top: 2px solid #FF9F1D;
	border-right: 2px solid #FF9F1D;
	border-bottom: 10px solid #FF9F1D;
	border-left: 2px solid #FF9F1D;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #FFF;
	}

/* Drag handle - top bar */
.drag-handle {
	padding: 6px 8px 8px 2px;
	text-indent: 3px;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FF9F1D;
	background-image: url(drag_bg_orange.gif);
	background-repeat: repeat-x;
	color: #FFF;
	cursor: move;
	overflow: hidden;
	width: auto;
	text-align: left;
	}

/*Controls (min, close etc) within drag handle */
.drag-handle .drag-controls {
	position: absolute;
	right: 6px;
	top: 4px;
	cursor: hand;
	cursor: pointer;
	}

.drag-controls img {
	padding-right: 2px;
	}

.drag-contentarea {
	border: 0;
	background-color: #FFF;
	color: #333;
	height: 550px;
	overflow: auto;
	}

/* Status bar div (includes resizearea) */
.drag-statusarea{ 
	border-top: 1px solid #FF990F;
	background-color: #FF9F1D;
	height: 13px; /*height of resize image*/
	}

/* Resize area itself*/
.drag-resizearea {
	float: right;
	width: 13px; /*width of resize image*/
	height: 13px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
	}

iframe {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	}