/*
NB: non cambiare i nomi degli stili
*/

/*  the outside of the dialog <div> */
.help-DialogBox {
    background: transparent;
}

.help-DialogBox table {
    border-collapse: collapse;
    width: 800px;
    height: 600px;
}

.help-DialogBox tr,
.help-DialogBox td {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/*  the top row <tr> */
.help-DialogBox .dialogTop {
    height: 40px;
    cursor: move;
    vertical-align: bottom;
}

/*  the top left cell <td> */
.help-DialogBox .dialogTopLeft {
    background: url(../images/dialog/dlgtl_20.png) top left no-repeat;
    width: 20px;
}

/*  the inner element of the cell <div> */
.help-DialogBox .dialogTopLeftInner {
}

/* the top center cell, where the caption is located <td>*/
.help-DialogBox .dialogTopCenter {
    background: url(../images/dialog/dlgtop_20.png) top left repeat-x;

}

/*  the inner element of the cell <div> */
.help-DialogBox .dialogTopCenterInner {
    padding: 4px;
}

/*  the caption <div> inside .dialogTopCenterInner */
.help-DialogBox .Caption {
    position: relative;
}

/*  the caption <div> inside .Caption */
.help-DialogBox .captionTitle {
    font-size: 14px;
    color: white;
    font-weight: bold;
}

/*  the caption <div> inside .Caption */
.help-DialogBox .captionClose {
    color: white;
    position: absolute;
    top: 0;
    right: 0;
}

/*  the caption <div> inside .Caption */
.help-DialogBox .captionClose a:link,
.help-DialogBox .captionClose a:active,
.help-DialogBox .captionClose a:hover,
.help-DialogBox .captionClose a:visited {
    color: white;
    font-weight: bold;
}

/*  the top right cell <td> */
.help-DialogBox .dialogTopRight {
    width: 20px;
    background: url(../images/dialog/dlgtr_20.png) top left no-repeat;
}

/*  the inner element of the cell <div> */
.help-DialogBox .dialogTopRightInner {
}

/*  the middle row  <tr>*/
.help-DialogBox .dialogMiddle {
}

/*  the middle left cell <td> */
.help-DialogBox .dialogMiddleLeft {
    width: 20px;
    background: url(../images/dialog/dlgleft.png) top left repeat-y;
}

/*  the inner element of the cell <div> */
.help-DialogBox .dialogMiddleLeftInner {
}

/* the middle center cell, where the content is located <td> */
.help-DialogBox .dialogMiddleCenter {
    background: #212121;
}

td.dialogMiddleCenter {
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/*  the inner element of the cell <div> */
.help-DialogBox .dialogMiddleCenterInner,
    /*  the wrapper around the content <div> inside .dialogMiddleCenterInner */
.help-DialogBox .dialogContent,
.help-DialogBox .uiPanel,
    /*  the wrapper around the content <div> inside .uiPanel */
.help-DialogBox .uiFrame {
    height: 100%;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/*  the middle right cell <td> */
.help-DialogBox .dialogMiddleRight {
    width: 20px;
    background: url(../images/dialog/dlgright.png) top left repeat-y;
}

/*  the inner element of the cell <div> */
.help-DialogBox .dialogMiddleRightInner {
}

/*  the bottom row <tr> */
.help-DialogBox .dialogBottom {
    height: 20px;
}

/*  the bottom left cell <td> */
.help-DialogBox .dialogBottomLeft {
    width: 20px;
    background: url(../images/dialog/dlgbl.png) top left no-repeat;
}

/*  the inner element of the cell <div> */
.help-DialogBox .dialogBottomLeftInner {
}

/*  the bottom center cell <td> */
.help-DialogBox .dialogBottomCenter {
    background: url(../images/dialog/dlgbottom.png) top left repeat-x;
}

/*  the inner element of the cell <div> */
.help-DialogBox .dialogBottomCenterInner {
}

/*  the bottom right cell <td> */
.help-DialogBox .dialogBottomRight {
    width: 20px;
    background: url(../images/dialog/dlgbr.png) top left no-repeat;
}

/*  the inner element of the cell <div> */
.help-DialogBox .dialogBottomRightInner {
}
