﻿
table
{
    border-style: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
table.td
{
    padding:0px;
}
table.full-width
{
    width: 100%;
}
td#logo
{
    text-align: left;
    vertical-align: middle;
    width: 40%;
}
td#logo img
{
    max-width: 40%;
}
td#description-cell
{
    /*width: 10%;*/
    background-color: #999999;
}
td#description-cell div
{
    font-family: arial,helvetica,sans-serif;
    color: #FFFFFF;
}
table#main_content
{
    width: 99%;
    margin: 2px;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    color: #111111;
}
table#main_content th
{
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-style: none;
    text-align: left;
    font-weight: normal;
}
table#main_content td
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    /*border-top: solid 1px #999999;
    border-right-style: none;
    border-bottom-style: none;
    border-left: solid 0 #999999;*/
}
table#main_content th.event-time
{
    color: #800000;
}
table#main_content td.event-time
{
    color: #800000;
    /*border-left: solid 1px #999999;*/
}
table#main_content td.event-date
{
	background-color: #D8D8DC;
	color: #333;
}
table#main_content td.divider
{
    background-color: #999999;
    border: solid 1px #999999;
    height: 1px;
}

.event-table
{
	border: #add1ff 1px solid;
	vertical-align: top;
}

hr
{
	color: #B5E6FF;
	background-color: #B5E6FF;
}

a:link
{
    text-decoration: none;
    color: #444444;
}
a:visited
{
    text-decoration: none;
    color: #444444;
}
a:hover
{
    text-decoration: none;
    color: #444444;
}
a:active
{
    text-decoration: none;
    color: #444444;
}
ul
{
    padding:0px;    
}
p
{
     padding:0px;        
}