﻿/* GRID VIEW COMMONS*/

.tc-painel-grid-view
{
    width:98%;
}

.tc-row-grid
{
    background-color: White;
}

.tc-alternate-row-grid
{
    background-color: #F2F2F2;
}

.tc-header-grid-view
{
    border: 1px Solid #B8B8B8;
    background-image:url('images/background_table.png'); 
    height: 37px; 
    background-repeat:repeat-x;
    background-color: #E3E3E3;
}

.tc-header-grid-view a
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.tc-header-grid-view span
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.tc-item-checkbox-grid-view
{
    border: 1px Solid rgb(184,184,184);
}

.tc-item-text-grid-view
{
    border: 1px Solid rgb(184,184,184); 
    margin-left:2%;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.tc-item-text-grid-view span
{
    margin-left:2%;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.tc-item-link-grid-view
{
    border: 1px Solid rgb(184,184,184);
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(255, 102, 0);
}

.tc-item-link-grid-view a
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(255, 102, 0);
}

.tc-grid-data
{
    width:100%;
    text-align:left;
}

.tc-grid-data span
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.tc-grid-data label
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.tc-grid-title-black-bold
{
    font-weight:bold;
}