/* 
    Document   : prodconfig
    Created on : 21/03/2015, 09:47:05 PM
    Author     : Marko.Chu
    Description:
        Estilos personalizados.
*/



/* Estilos del control GridContainer */

.menuPrincipal_GridContainer_Table
{    
    border-style: solid;
    border-width: thin;
    border-color: lightgray;
    font-weight:normal;
    font-size:13px;
    padding: 5px;
    background-repeat: repeat-x;
    background-size: cover;
}

.menuPrincipal_GridContainer_LabelCell
{    
    border-style: solid;
    border-width: thin;
    border-color: lightgray;
    font-weight:normal;
    font-size:18px;
    color:#444444;
    background-color: #DDDDDD;
    background-image: url('../images/labels_background.png');
    padding: 15px;
    background-repeat: repeat-x;
    background-size: cover;
}

.menuPrincipal_GridContainer_ControlCell
{    
    border-style: none;
    border-width: thin;
    border-color: #555555;
    font-weight:normal;
    font-size:18px;
    color: #444444;
    vertical-align: top;
    padding: 20px;
}