﻿
.DivMasterTitle {
    clear: both;
    width: 100%;
    border: solid;
    border-color: white;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, Red, Yellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, Red, Yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, Red, Yellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, Red , Yellow); /* Standard syntax */
}

.LabelMasterTitle {
    display: table-cell;
    font-size: 34px;
    font-weight: bold;
    color: White;
    height: 40px;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}

.DivPageTitle {
    clear: both;
    display: table-cell;
    width: 100%;
    background-color: #FFFFFF;
    border-left: solid;
    border-left-color: white;
    border-right: solid;
    border-right-color: white;
}

.LabelPageTitle {   
    display: table-cell;
    font-size: 20px;
    font-weight: bold;
    color: black;
    height: 30px;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}

.DivLabelInfoFormLarge {
    display: block !important;
    clear: both;
    width: 100%;
    background: #FF8040; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #FF8040, lightyellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #FF8040, lightyellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #FF8040, lightyellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #FF8040 , lightyellow); /* Standard syntax */
    /*border: 1px solid black;*/
}

.LabelInfoFormLarge {
    display: block;
    height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: blue;
    text-align: center;
    padding-top: 3px;
    /*border: 1px solid black;*/
}

.LabelInfoForm {
    display: table-cell !Important;
    font-size: 12px;
    height:20px;
    width: 100%;
    font-weight: bold;
    color: #FFFFFF;
    background: #FF8040;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

.DivLabelForm {
    display: table-cell;
    float: left;
    /*border: 1px solid black;*/
}

.LabelForm {
    display: table-cell !Important;
    font-size: 12px;
    height: 14px;
    vertical-align: middle;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
    /*border: 1px solid black;*/
}

.LabelFormLarge {
    display: table-cell;
    font-size: 16px;
    height: 21px;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    /*border: 1px solid black;*/
}

.MenuItemLabel {
    font-size:12px; 
    font-weight:bold;
    color:white;
}
