.dhtmlwindow{
	position: absolute;
	visibility: hidden;
}

td {
	padding-right: 5px;
	color: #244da1;
}

td#wotc_annual_tax_credit {
	font-weight: bold;
	padding-bottom: 5px;
}

.drag-handle{ /*CSS for Drag Handle*/
	padding: 10px;
	text-indent: 3px;
	font: bold 14px Arial;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	background: url(../images/calc-head-back.png) repeat-x 0 top;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: hand;
	cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
	background-color: white;
	color: black;
	height: 150px;
	padding: 20px;
	overflow: auto;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	border-top: 1px solid gray;
	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;
}