

div.window_gizmos{
	height:500px;
	margin:0px;
	margin-left:1%;
	margin-top:0px;
	width:98%;
	border:0px solid #000000;
	background-color: #FFFF00;
	position:relative;
}
div.window_gizmo{
 	position:absolute;
 	width:150px;
 	height:200px;
 	overflow:hidden;
 	border:1px solid #000000;
 	background-color:#FFFFEE;
 	z-index: 10;
}
div.window_gizmo_focus{
 	border:1px solid #FF0000;
}
div.window_gizmo .designer_button
{
	width:25px;
	height:25px;
	border:1px solid #CFCFCF;
	background-color: #CFCFCF;
	float:left;
}
div.window_gizmo .field_faux_link
{
	text-decoration: underline;
	cursor: pointer;
	color: #0000FF;
	font-weight: bold;
}
div.window_gizmo .designer_button_highlight
{
	border: 1px outset #CFCFCF;
	background-color: #EFEFEF;
}
div.window_gizmo .designer_button_spacer
{
	height:25px;
	width:1px;
	margin-right: 5px;
	border-left: 0px inset #909090;
	border-right: 1px inset #909090;
	float:left;
}
div.window_gizmo select
{
	font: normal 8pt Arial;
	margin:0px;
	padding:0px;
}
div.window_gizmo h1
{
	margin:0px;
	padding:0px;
	font: normal 16pt Arial;
	color: #9999FF;
}
div.window_gizmo h2
{
	margin:0px;
	padding:0px;
	font: normal 14pt Arial;
	color: #9999FF;
}
div.window_gizmo h3
{
	margin:0px;
	padding:0px;
	font: normal 12pt Arial;
	color: #9999FF;
}
div.window_gizmo_frame{
 	position:absolute;
 	display:none;
 	top:0px;
 	left:0px;
 	height:50px;
 	width:50px;
 	border: 1px outset #000000;
}
div.gizmo_screen
{
	border : 0px solid #000000;
   	filter : Alpha(Opacity=50);
	opacity : .50; 
	position : absolute;
	top: 0px;
	left: 0px;
	/*background : url(/projects/engine/demonstrations/demonstration_17/screen.gif);*/
	background-color: #FFFFEE;
	z-index:15;
}
div.window_title{
	height:20px;
	background-color: #CFCFCF;
	color: #505050;
	border-bottom: 1px solid #C0C0C0;
}
div.window_title_focus{
	height:20px;
	color: #000000;
	border-bottom: 1px solid #FF0000;
}

div.window_status{
	position:absolute;
	bottom:0px;
	height:20px;
	width:100%;
	color: #505050;
	background-color: #CFCFCF;
	border-top: 1px solid #C0C0C0;
}
div.window_status_focus{
	color: #000000;
	border-top: 1px solid #FF0000;
}
div.button_resize{
	padding:0px;
	font:8pt Times;
	text-align:center;
	position:absolute;
	bottom:0px;
	right:0px;
	cursor:nw-resize;
	width:16px;
	height:16px;
	border-width:0px;
	overflow:hidden;
	background:url(/projects/engine/demonstrations/demonstration_17/mill_resize_ico.gif) #CFCFCF bottom right no-repeat;
}
div.button_close{
	padding:0px;
	font:8pt Times;
	text-align:center;
	position:absolute;
	top:0px;right:0px;
	width:16px;
	height:16px;
	border:1px solid #505050;
	overflow:hidden;
	background:url(/projects/engine/demonstrations/demonstration_17/mill_end_ico.gif) #CFCFCF center no-repeat;
}
div.button_minimize{
	padding:0px;
	font:8pt Times;
	text-align:center;
	position:absolute;
	top:0px;
	right:32px;
	width:16px;
	height:16px;
	border:1px solid #505050;
	overflow:hidden;
	background:url(/projects/engine/demonstrations/demonstration_17/mill_min_ico.gif) #CFCFCF center no-repeat;
}
div.button_maximize{
	padding:0px;
	font:8pt Times;
	text-align:center;
	position:absolute;
	top:0px;
	right:16px;
	width:16px;
	height:16px;
	border:1px solid #505050;
	overflow:hidden;
	background:url(/projects/engine/demonstrations/demonstration_17/mill_max_ico.gif) #CFCFCF center no-repeat;
}
div.window_body{
	overflow:auto;
	background-color:#FFFFFF;
	padding: 0px;
	margin: 0px;
}
div.window_body p{
	margin:0px;
	padding:0px;
}
div{
	padding:0px;
	margin:0px;
	font: 10pt Arial;
}
div._spot p{
	font: 8pt Arial;
	margin:0px;
}

div.window_gizmo div.field
{
	width: 250px;
	clear:both;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom:0px;
}
div.window_gizmo div.field_description{
	clear: both;
	padding-left:110px;
	color: #505050;
	font: 8pt Arial;
}

div.window_gizmo div.field_label
{
	width: 100px;
	float:left;
	text-align:right;
	font: 10pt Arial normal;
	color: #ac9162;
}
div.window_gizmo div.field .field_input
{
	width: 180px;
	float:left;
	margin-left: 5px;
}
div.window_gizmo div.field .field_input p
{
	margin-top:0px;
	margin-bottom:0px;
}
div.window_gizmo div.field .field_input .input_text
{
	width: 180px;
	border: 1px solid #909090;
}
div.window_gizmo div.field .field_input .input_textarea
{
	width: 180px;
	height:100px;
	overflow:auto;
	border: 1px solid #909090;
}
