﻿body 
{
    background-color:#FFFFFF;
    font-family:Tahoma Verdana Arial;
    font-size:12pt;
}

.HeaderText 
{
    font-family:Tahoma Verdana Arial;
    font-size:14pt;
    font-color:black;
}

.MessageText 
{
    font-family:Tahoma Verdana Arial;
    font-size:14pt;
    font-color:black;
}

.layoutTable
{ 
    vertical-align:top;
    border-collapse:collapse;
    width:950px;
    height:700px;
}
td.layoutHeader
{
    border-width:0px;
    border-style:solid;
    border-color:black;
    
    width:950px;
    height:140px;
}
td.layoutMenu
{
    border-width:0px;
    border-style:solid;
   
    width:100px;
    height:530px;
    text-align:left;
    vertical-align:top;
}
td.layoutBody
{
    border:0px solid 9b8f2;
    width:860px;
    height:530px;
    vertical-align:top;
    text-align:left;
    padding:3px
}


.MenuTable
{
    text-align:left;
    vertical-align:top;
    width:100%;
}

td.menuCell
{
    background-color:#2E241B;
    height:10px;
    width:100px;
}

td.menuCellSelected
{
    background-color:#BBBBAA;
    height:10px;
    width:100px;
}

a.menuLink
{
    text-decoration:none;
    color:#FFFFFF;
}

a.menuLink:hover
{
    text-decoration:bold;
    color:gray;
}

.bodyTable
{
    height:100%;
    width:100%;
    vertical-align:top;
}

.bodyCell
{
    text-align:left;
    vertical-align:top;
    height:100%;
}

.bodyTableSpacer
{
    width:100%;
    background-color:#FFFFFF;
    text-align:left;
    vertical-align:top;
    height:430px;
}


.bodyCellSpacer
{
    
    background-color:#FFFFFF;
    text-align:left;
    vertical-align:top;
    height:100%;
}

.sermonTable
{
    background-color:#FFFFFF;
    border:collapse;
    width:100%;
    vertical-align:top;
}

.sermonNameCell
{
    background-color:#FFFFFF;
    width:200px;
    text-align:left;
    vertical-align:top;
    height:10px;
}

.sermonCell
{
    background-color:#FFFFFF;
    text-align:left;
    vertical-align:top;
    height:10px;
}

.TAN
{
    background-color:#ffffff;
}