﻿/* TABLES
----------------------------------------------------------*/

.table_title   
{
   /*  border-bottom-style: solid; 
    border-bottom-width: thin; 
    border-bottom-color: #343E46; */
    background-color: #52626f; 
    font-family: arial, Helvetica, sans-serif; 
    color: #FFFFFF; 
    font-size: small; 
    font-weight: bold;
    border-collapse: collapse; 
    border-spacing: 0px;
    empty-cells: show;
}

.table_subtitle
{
/*     border-bottom-style: solid; 
    border-bottom-width: thin; 
    border-bottom-color: #343E46; */
background-color: #DBDFE3; 
font-family: Arial, Helvetica, sans-serif; 
color: #CA2D1E; 
font-size: small; 
font-weight: bold; 
 border-collapse: collapse; 
    border-spacing: 0px;
    empty-cells: show;
}

.table_subtitle_left   
{
 /*    border-bottom-style: solid; 
    border-bottom-width:  1px;; 
    border-bottom-color: #343E46; */
background-color: #dce5e8; 
font-family: Arial, Helvetica, sans-serif; 
color: #343E46; 
font-size: small;
 border-collapse: collapse; 
    border-spacing: 0px;
    empty-cells: show;
}

.table_cell   
{
/*     border-bottom-style: solid; 
    border-bottom-width:  1px; 
    border-bottom-color: #343E46; */
background-color: #F2F2F2; 
font-family: Arial, Helvetica, sans-serif; 
font-size: small; 
color: #ECEEF0;
 border-collapse: collapse; 
    border-spacing: 0px;
    empty-cells: show;
}

.text_menu   
{
font-family: Arial, Helvetica, sans-serif; 
font-size: small; font-weight: 
bold; color: #DF1A07;
}

.text_main   
{
font-family: 'Segoe UI'; 
font-size: small; 
font-weight: normal; 
color: #233039;
}