﻿/* $Id: Default.css,v 1.3 2009-01-09 08:23:06 fer Exp $ */

/* This is the main StyleSheet for the Events List for public consumption */

.MainEventTable
{
    width: 100%;
    /* below float was needed for FireFox */
    float: right;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.EventsListMonthRow, .EventsListTopicRow
{
    clear: both;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: x-large;
    color: White;
    text-decoration: none;
    font-weight: bolder;
    text-align: center; 
    line-height: 1.6em;
    border: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin: 20px 0 0 0;
    background-color: #056 !important;
}

.EventsListSpeakerRow
{
    clear: both;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    color: White;
    text-decoration: none;
    font-weight: bolder;
    text-align: left; 
    line-height: 1.6em;
    border: 0;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #056 !important;
}

.EventsListRow
{
    clear: both;
    background-color: #FFFFFF;
    color: #284775;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

.EventsListAltRow
{
    clear: both;
    background-color: #E0FFFF;
    color: #333333;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

.EventsListDateCol
{
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    width: 36px;
}

.EventsListLongDateCol
{
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    width: 80px;
}

.EventsListIconCol
{

}

.EventsListDescCol
{
    cursor: pointer;
    vertical-align: middle;
}

.EventsListWarnCol
{
    vertical-align: middle;
    margin-left: 10px;
}

.EventsListRuralCol
{
    vertical-align: middle;
    margin-left: 10px;
}
/*
 *  $Log: Default.css,v $
 *  Revision 1.3  2009-01-09 08:23:06  fer
 *  Added EventsListSpeakerRow class for events_byspkr.aspx
 *
 *  Revision 1.2  2008-09-22 06:17:10  fer
 *  Changed cluster -> topic.
 *  As published Sept. 20, 2008
 *
 *  Revision 1.1  2008-09-20 19:28:06  fer
 *  As of March 29, 2008
 *
 */
