﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
.table_cell, .alt_table_cell, .ttc, .tatc, .fls {
    padding: 5px;
    color: #000000;
    vertical-align: top;
    font-family: Arial, Geneva, ms sans serif;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    /* border-right: 1px #cccccc solid; */
    border-bottom: 1px #cccccc solid;
    background-color: #efebde;
}

 .biggerfls {
 padding: 5px;
 color: #000000;
 vertical-align: top;
 font-family: Arial, Geneva, ms sans serif;
 font-size: 17px;
 font-weight: bold;
 text-align: left;
 border-right: 1px #cccccc solid;
 border-bottom: 1px #cccccc solid;
 background-color: #efebde;
 }

.tatcinvisable {
 padding: 5px;
 color: #C0C0C0;
 vertical-align: top;
 font-family: Arial, Geneva, ms sans serif;
 font-size: 13px;
 font-weight: 000;
 text-align: left;
 border-right: 1px #cccccc solid;
 border-bottom: 1px #cccccc solid;
 background-color: #efebde;
 }