.igdw_VEBControl
{
	background-color:Transparent;
	border-width:0px;
}


.igdw_VEBHeaderArea
{
	background-color:Transparent;
	font-weight:600;
	border-width:0px;
	height: 24px;
	cursor:default;
	color:White;
}


.igdw_VEBBodyContent
{
	border:solid 0px #999999;
}


.igdw_VEBHeaderButton
{
	margin:4px 3px 3px 3px;
	cursor:pointer;
}


.igdw_VEBHeaderButtonArea
{
	width: 120px;
	vertical-align:middle;
}


.igdw_VEBHeaderImage
{
	cursor:default;
}


.igdw_VEBHeaderCaption
{
	margin-top:16px;
	margin-left:6px;
	padding-top:10px;
	color:White;
}


.igdw_VEBModalBackground
{
	background-color:White;
	filter: alpha(opacity : 50);
	opacity: 0.5;
	z-index: 99999;
}


.igdw_VEBResizingHandle
{
	cursor:se-resize;
}


/* used only when header visible */
.igdw_VEBHeaderCornerLeft
{
	background-color:Transparent;
	background-position:top left ;
	background-image: url(./images/igdw_headercornerleft.gif);
	width: 9px;
}


/* used only when header visible */
.igdw_VEBHeaderContent
{
	background-image: url(./images/igdw_headercontent.gif);
}


/* used only when header visible */
.igdw_VEBHeaderCornerRight
{
	background-position:top right ;
	background-image: url(./images/igdw_headercornerright.gif);
	width: 9px;
}


.igdw_VEBBodyEdgeLeft
{
	background-color:WhiteSmoke;
	background-repeat:repeat-y;
	border-right:solid 1px #BBBBBB;
	border-left:solid 1px #666666;
	width: 6px;
}


.igdw_VEBBodyEdgeRight
{
	background-color:WhiteSmoke;
	border-right:solid 1px #666666;
	border-left:solid 1px #BBBBBB;
	width: 6px;
}


.igdw_VEBBodyCornerBottomLeft
{
	background-color:WhiteSmoke;
	background-repeat:no-repeat;
	background-image: url(./images/igdw_bodycornerbottomleft.gif);
	font-size:1px;
	height: 14px;
	width: 9px;
}


.igdw_VEBBodyContentArea
{
	background-color:White;
	vertical-align:top;
}


.igdw_VEBBodyCornerBottomRight
{
	background-color:Gainsboro;
	background-repeat:no-repeat;
	background-position:right top ;
	background-image: url(./images/igdw_bodycornerbottomright.gif);
	font-size:1px;
	height: 14px;
	width: 9px;
}


.igdw_VEBBodyEdgeBottom
{
	background-color:WhiteSmoke;
	background-repeat:repeat-x;
	background-image: url(./images/igdw_bodyedgebottom.gif);
	font-size:1px;
	border-top:solid 1px #BBBBBB;
	height: 15px;
}


/* used only when header hidden */
.igdw_VEBBodyCornerTopLeft
{
	background-repeat:no-repeat;
	background-image: url(./images/igdw_bodycornertopleft.gif);
	width: 6px;
}


/* used only when header hidden */
.igdw_VEBBodyEdgeTop
{
	background-repeat:repeat-x;
	background-image: url(./images/igdw_bodyedgetop.gif);
}


/* used only when header hidden */
.igdw_VEBBodyCornerTopRight
{
	background-repeat:no-repeat;
	background-position:right ;
	background-image: url(./images/igdw_bodycornertopright.gif);
	width: 6px;
}


