div.section 
{
    padding:1px;
    background-color:Maroon;
    width:100%;
}
div.sectionTitle
{
    background-color:Maroon;
    font-family:Verdana,Arial,SansSerif;
    font-weight:bold;
    font-size:13px;
    color:White;
    width:100%;
}
div.sectionBody
{
    background:White;
    color:Black;
    font-family:Verdana,Arial,SansSerif;
    font-weight:normal;
    font-size:small;
    width:100%;
}
div.sectionError 
{
    padding:1px;
    background-color:Red;
    width:100%;
}
div.sectionTitleError
{
    background-color:Red;
    font-family:Verdana,Arial,SansSerif;
    font-weight:bold;
    font-size:13px;
    color:White;
    width:100%;
}
div.sectionBodyError
{
    background:#FFFFE1;
    color:Black;
    font-family:Verdana,Arial,SansSerif;
    font-weight:normal;
    font-size:10px;
    width:100%;
}
hr.divider
{
    background-color:White;
    color:White;
    border-top-width:1px;
    border-top-style:dashed;
    border-top-color:Silver;
}
input.button
{
    font-family:Verdana,Arial,SansSerif;
    font-weight:bold;
    font-size:10px;
    color:White;
    background-color:Maroon;
}

.event-table
{
	table-layout:auto;
}
