.igdw_Control
{
	background:none;
	border:0px;
	font-family : Arial;
	font-size : 12px;
}

.igdw_HeaderArea
{
	font-weight:bold;
	color:white;
	height:24px;
	cursor:default;
	border:0px;
}

.igdw_BodyContent
{
	
	border:1px solid #BFBFBF;
	
	
	
}

.igdw_HeaderButton
{
	cursor:pointer;
	margin-left:6px;
	
}

.igdw_HeaderCaption
{
	
	margin-top:3px;
	color:#666666;
	vertical-align:top;
}

.igdw_HeaderButtonArea
{
	vertical-align:top;
	padding-top:3px;
	width:120px;
}

.igdw_HeaderImage
{
	cursor:default;
}

.igdw_ModalBackground
{
	background:white;
	filter:alpha(opacity:50);
	opacity:0.5;
	z-index:99999;
}

.igdw_ResizingHandle
{
	cursor:se-resize;
}

/* used only when header visible */
.igdw_HeaderCornerLeft
{
	font-size:1px;
	width:9px;
	background:url(./images/igdw_Topleft.gif) top left;
}
/* used only when header visible */
.igdw_HeaderContent
{
	background:url(./images/igdw_top.gif);
	vertical-align:top;
	padding-top:5px;
}
/* used only when header visible */
.igdw_HeaderCornerRight
{
	font-size:1px;
	width:9px;
	background:url(./images/igdw_TopRight.gif) top right;
}

/* used only when header hidden */
.igdw_BodyCornerTopLeft
{
	font-size:1px;
	height:14px;
	width:9px;
	background:url(./images/igdw_TopLeftHidden.gif) top left;
}
/* used only when header hidden */
.igdw_BodyEdgeTop
{
	font-size:1px;
	height:14px;
	background:url(./images/igdw_topHidden.gif);
}
/* used only when header hidden */
.igdw_BodyCornerTopRight
{
	font-size:1px;
	height:14px;
	width:9px;
	background:url(./images/igdw_TopRightHidden.gif) top right;
}

.igdw_BodyEdgeLeft
{
	font-size:1px;
	width:6px;
	background:url(./images/igdw_EdgeLeft.gif) top left;
}
.igdw_BodyEdgeRight
{
	font-size:1px;
	width:6px;
	background:url(./images/igdw_EdgeRight.gif) top right;
}
.igdw_BodyCornerBottomLeft
{
	font-size:1px;
	width:9px;
	height:14px;
	background:url(./images/igdw_BottomLeft.gif) bottom left;
}
.igdw_BodyContentArea
{
	vertical-align:top;
}
.igdw_BodyCornerBottomRight
{
	font-size:1px;
	width:9px;
	height:14px;
	background:url(./images/igdw_BottomRight.gif) bottom right;
}
.igdw_BodyEdgeBottom
{
	font-size:1px;
	height:14px;
	background:url(./images/igdw_Bottom.gif) bottom;
}

