.igdw_Control
{
    background-color: Transparent;
    border-width: 0px !important;
}


.igdw_HeaderArea
{
    background-color: Transparent !important;
    font-weight: bold;
    border-width: 0px;
    height: 24px;
    cursor: default;
    color: White;
}


.igdw_BodyContent
{
    border: solid 0px #999999;
}


.igdw_HeaderButton
{
    margin: 4px 3px 3px 3px;
    cursor: pointer;
}


.igdw_HeaderCaption
{
    margin-top: 16px;
    margin-left: 6px;
    padding-top: 10px;
    color: White;
}


.igdw_HeaderButtonArea
{
    width: 120px;
    vertical-align: middle;
}


.igdw_HeaderImage
{
    cursor: default;
}


.igdw_ModalBackground
{
    background-color: White;
    filter: alpha(opacity : 50);
    opacity: 0.5;
    z-index: 99999;
}


.igdw_ResizingHandle
{
    cursor: se-resize;
}


/* used only when header visible */
.igdw_HeaderCornerLeft
{
    background-color: Transparent;
    background-image: url("images/igdw_HeaderCornerLeft.gif");
    background-position: left top;
    background-repeat: no-repeat;
    width: 6px;
}


/* used only when header visible */
.igdw_HeaderContent
{
    background-image: url(images/igdw_headercontent.gif);
}


/* used only when header visible */
.igdw_HeaderCornerRight
{
    background-position: top right;
    background-image: url(images/igdw_headercornerright.gif);
    width: 9px;
}


/* used only when header hidden */
.igdw_BodyCornerTopLeft
{
    background-repeat: no-repeat;
    background-image: url(images/igdw_bodycornertopleft.gif);
    width: 6px;
}


/* used only when header hidden */
.igdw_BodyEdgeTop
{
    background-repeat: repeat-x;
    background-image: url(images/igdw_bodyedgetop.gif);
}


/* used only when header hidden */
.igdw_BodyCornerTopRight
{
    background-image: url("images/igdw_BodyCornerTopRight.gif");
    background-position: right center;
    background-repeat: no-repeat;
    width: 6px;
}


.igdw_BodyEdgeLeft
{
    background-color: #DDDDDD;
    opacity: 0.7;
    background-position: left bottom;
    background-repeat: repeat-x;
    border-left: 1px solid #9B9B9B;
    border-right: 1px solid #B1B1B1;
    font-size: 1px;
    width: 3px;
}


.igdw_BodyEdgeRight
{
    background-color: #DDDDDD;
    opacity: 0.7;
    background-position: right bottom;
    background-repeat: repeat-x;
    border-left: 1px solid #B1B1B1;
    border-right: 1px solid #9B9B9B;
    font-size: 1px;
    width: 3px;
}


.igdw_BodyCornerBottomLeft
{
    background-color: rgb(221, 221, 221);
    opacity: 0.7;
    background-repeat: no-repeat;
    font-size: 1px;
    border-left: 1px solid #9B9B9B;
    border-bottom: 1px solid #9B9B9B;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    height: 3px;
    width: 3px;
}


.igdw_BodyContentArea
{
    background: White;
    vertical-align: top;
}


.igdw_BodyCornerBottomRight
{
    background-color: rgb(221, 221, 221);
    opacity: 0.7;
    background-position: right top;
    border-right: 1px solid #9B9B9B;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom: 1px solid #9B9B9B;
    background-repeat: no-repeat;
    font-size: 1px;
    height: 3px;
    width: 3px;
}


.igdw_BodyEdgeBottom
{
    background-color: rgb(221, 221, 221);
    opacity: 0.7;
    background-repeat: repeat-x;
    border-top: 1px solid #B1B1B1;
    border-bottom: 1px solid #9B9B9B;
    font-size: 1px;
    height: 3px;
}


