﻿.input
{
    width: 100px;
    height: 14px;
    font-size: 12px;
    border: solid 1px #c8c8c8;
}

.input_no_border
{
    width: 110px;
    height: 14px;
    font-size: 11px;
    border: solid 0px #c8c8c8;
}

.button
{
    height: 20px;
    font-size: 10px;
    color: #696969;
    background-color:inherit;
}

.buttonreturn
{
    height: 22px;
    font-size: 8pt;
    font-weight: bold;
    color: #32CD32; /*#4169E1; /*#EC008C;*/
    
}

.ddlist
{
    height: 19px;
    font-size: 11px;
}

.lista
{
    font-size: 11px;
    padding-left: 5px;
}

.lista_right
{
    font-size: 11px;
    padding-right: 5px;
    text-align: right;
}

.lista_left
{
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    width:540px;
}

.lista_center
{
    font-size: 11px;
    text-align: center;
    font-weight:normal;
}

.lbl
{
    font-size: 11px;
}

.redlbl
{
	font-size: 11px;
	color: red;
}

.GridView_main
{
    color: inherit;
    background-color: #E7E7E7;
}

.GridView_row
{
    color: inherit;
    background-color: #F5F5F5;
}

.GridView_header
{
    color: inherit;
    background-color: #B0C4DE;
    font-weight: bold;
    text-align: left;
}

.DataGrid_main
{
    color: inherit;
    background-color: #E7E7E7;
    width: 100%
}

.DataGrid_item
{
    color: inherit;
    background-color: #F5F5F5;
}

.DataGrid_header
{
    color: inherit;
    background-color: #B0C4DE;
    font-weight: bold;
    text-align: center;
}

.ListBox_main
{
    font-size: 10px;
}

.menu_tree
{
    font-size: 20px;
}

.text_box_right
{
    text-align: right;
    height: 14px;
    font-size: 11px;
    border: solid 0px #c8c8c8;
}

.textarea_inf
{
	word-wrap: break-word;
    width: 100%;
}

.DropDownList
{
    width: 99%;  
    height: 20px;
    font-size: 11px;      
}

.DropDownListShort
{
    width: 200px;  
    height: 20px;
    font-size: 11px;      
}
    
@media print 
{
        .button
    {
        
        height: 20px;
        font-size: 10px;
        color: #696969;
        background-color:inherit;
    }
        .lista
    {
        font-size: 8px;
        padding-left: 5px;
    }

    .lista_right
    {
        font-size: 8px;
        padding-right: 5px;
        text-align: right;
    }

    .lista_left
    {
        font-size: 8px;
        padding-left: 5px;
        text-align: left;
    }

    .lista_center
    {
        font-size: 8px;
        text-align: center;
        font-weight:normal;
    }
        .lbl
    {
        font-size: 8px;
    }
}

