body {
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
}

/****************************************************************************/
/*                              LAYOUT                                      */
/****************************************************************************/
.DivMasterTitle {
    clear: both;
    width: 100%;
    height: 70px;
    border: none;
    background: #25a0da; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #25a0da, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #25a0da, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #25a0da, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #25a0da, white); /* Standard syntax */
    padding: 5px 0px 5px 5px;
    /*border: 1px solid black;*/
}

.DivPageTitle {
    clear: both;
    display: block;
    width: 100%;
    background-color: white;
    padding: 5px 0px 5px 5px;
    /*border: 1px solid black;*/
}

.DivControlsForm {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
}

.DivButtonForm {
    clear: both;
    width: 100%;
    padding-top: 5px;
    text-align: center;
}

.DivLabelDialogMsgForm { 
    padding-left: 10px;
    font-size: 18px !important;
}

.DivToolbar {
    clear: both;
    width: 100%;
    /*min-width:1024px;*/
    /*height: 35px;*/
    padding-top: 5px;
    border: 1px solid #e0e0e0;
    color: #000;
    background-color: #f9f9f9;
    /*background-image: linear-gradient(#c7c7c7,#6f6f6f);*/
    font-size: 10pt;
    overflow: auto;
}

/****************************************************************************/
/*                              LABELS                                      */
/****************************************************************************/
.LabelMasterTitle {
    font-size: 20px;
    /*font-weight: bold;*/
    color: darkblue;
    text-align: left;
    /*padding-top: 5px;*/
    padding-left: 5px;
}

.LabelBrandTitle {
    font-size: 36px;
    /*font-weight: bold;*/
    color: White;
    text-align: left;
    /*padding-top: 5px;*/
    padding-left: 5px;
}

.LabelPageTitle {
    /*display: block;*/
    font-size: 20px;
    /*font-weight: bold;*/
    color: darkblue;
    width: 100%;
    text-align: left;
}

/****************************************************************************/
/*                              BUTTONS                                     */
/****************************************************************************/
.rbText {
    text-align: left !important;
    padding-left: 10px !important;
    font-size: 14px !important;
}
