﻿/*  This file contains the common style elements for the entire site */

.link_as_button {
    font: bold 14px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    }

.schedule_time_filler {
       background-color:Aqua;
        text-align: center;
}
.schedule_image {
    background-color: Aqua;
    height: 37px;
}

.schedule_start_time {
    width: 10%;
    background-color: Aqua;
}

.schedule_program {
    width: 80%;
    background-color: Aqua;
}

.schedule_thumbnail {
    width: 10%;
    background-color: Aqua;
    align-items: center;
}
.schedule_heading_div {
    text-align: center;
}

.schedule_heading_WeekDay {
    font-size: medium;
    font-weight: bold;
    text-decoration: underline;
}

.schedule_heading_Day {
    font-size: x-large;
    font-weight: bold;
    text-decoration: none;
}

.donate_table_pictures {
    width: 100%;
}

.nav_col1 {
    width: 70px;
}

.world_colored_col {
    width: 70px;
    height: 70px;
}

.ltw_col2 {
    width: 329px;
}

.ltw_unerline {
    text-decoration: underline;
}



   