.igdw_AlphaRubyControl
{
	background-color:Transparent;
}


.igdw_AlphaRubyHeaderArea
{
	background-color:Transparent;
	font-weight:bold;
	border-width:0px;
	height: 24px;
	cursor:default;
	color:White;
}


.igdw_AlphaRubyBodyContent
{
	border:solid 0px #999999;
}


.igdw_AlphaRubyHeaderButton
{
	margin:4px 3px 3px 3px;
	cursor:pointer;
}


.igdw_AlphaRubyHeaderButtonArea
{
	width: 120px;
	vertical-align:middle;
}


.igdw_AlphaRubyHeaderImage
{
	cursor:default;
}


.igdw_AlphaRubyHeaderCaption
{
	margin-top:16px;
	margin-left:6px;
	padding-top:10px;
	color:White;
}


.igdw_AlphaRubyModalBackground
{
	background-color:White;
	filter: alpha(opacity : 50);
	opacity: 0.5;
	z-index: 99999;
}


.igdw_AlphaRubyResizingHandle
{
	cursor:se-resize;
}


/* used only when header visible */
.igdw_AlphaRubyHeaderCornerLeft
{
	background-position:top left ;
	background-image: url(images/igdw_topleft.gif);
	width: 9px;
}


/* used only when header visible */
.igdw_AlphaRubyHeaderContent
{
	background-image: url(images/igdw_edgetop.gif);
}


/* used only when header visible */
.igdw_AlphaRubyHeaderCornerRight
{
	background-color:Transparent;
	background-repeat:no-repeat;
	background-position:top right ;
	background-image: url(images/igdw_topright.gif);
	width: 9px;
}


.igdw_AlphaRubyBodyEdgeLeft
{
	background-image: url(images/igdw_edgeleft.gif);
	border-right:solid 1px #999999;
	width: 6px;
}


.igdw_AlphaRubyBodyEdgeRight
{
	background-position:right ;
	background-image: url(images/igdw_edgeright.gif);
	border-left:solid 1px #999999;
	width: 6px;
}


.igdw_AlphaRubyBodyCornerBottomLeft
{
	background-color:IndianRed;
	background-image: url(images/igdw_bottomleft.gif);
	font-size:1px;
	height: 14px;
	width: 7px;
}


.igdw_AlphaRubyBodyContentArea
{
	background-color:White;
	vertical-align:top;
}


.igdw_AlphaRubyBodyCornerBottomRight
{
	background-color:Gainsboro;
	background-position:right top ;
	background-image: url(images/igdw_bottomright.gif);
	font-size:1px;
	height: 14px;
	width: 9px;
}


.igdw_AlphaRubyBodyEdgeBottom
{
	background-color:Gainsboro;
	background-image: url(images/igdw_edgebottom.gif);
	border-top:solid 1px #999999;
	height: 14px;
}


/* used only when header hidden */
.igdw_AlphaRubyBodyCornerTopLeft
{
	background-repeat:no-repeat;
	background-image: url(images/igdw_bodycornertopleft.gif);
	width: 6px;
}


/* used only when header hidden */
.igdw_AlphaRubyBodyEdgeTop
{
	background-repeat:repeat-x;
	background-image: url(images/igdw_bodyedgetop.gif);
}


/* used only when header hidden */
.igdw_AlphaRubyBodyCornerTopRight
{
	background-repeat:no-repeat;
	background-position:top right ;
	background-image: url(images/igdw_bodycornertopright.gif);
	width: 6px;
}


