﻿#timetable
{
    width: 400px;
    overflow:hidden;
    display: block;
}
.day
{
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana;
    color: #33CC33;
}
#timetable table
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    border-collapse: collapse;
}
#timetable table tr
{
    margin-bottom: 5px;
}
#timetable table tr:hover
{
    background-color: #CCCCCC;
}
.news_panel
{
    height: auto;
    width: 400px;
    overflow: hidden;
    display:block;
}
.news_item
{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 394px;
    padding: 0px 3px 0px 3px;
    cursor: pointer;
    overflow: hidden;
    clear:both;
    margin-bottom: 3px;
}
.news_item p
{
    margin:3px;
}
.news_item:hover
{
    background-color: #CCCCCC;
    color: Black;
}
.news_date
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FF6600;
}
.sermon_panel
{
    display:block;
    height: auto;
    width: 400px;
    overflow: hidden;
}
.desc .desc_title
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
}
.desc
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}