/* $Id: event_display.css,v 1.4 2008-09-28 01:04:20 fer Exp $ */

div.innerTable
{
    margin: 0 5% 0 5%;
    float: none;
    font-size: 8pt;
    clear: right;
}
.innerLabel
{
    display: inline;
    font-weight: 700;
    float: left;
}

.dataOutput
{
    list-style-type: none;
    display: block;
    margin-left: 15%;
    font-weight: normal;
    padding-bottom: 5px;
    height: 1%; /* Amazingly this fixes IE bug where first line had some indentation */
    /* See "Holly" fix: www.positioniseverything.net */
}

.dataOutput li
{
    list-style-type: none;
    list-style-image: none;
    padding: 0 0 0 0;
    margin-left: -4%;
}

.bodyText
{   
    display: block;
    width: 90%;
    margin-left: 1em;
    padding-bottom: 1em;
    clear: right;
}

ul
{
    padding: 0 0 0 16px;
    margin: 0;
}

.formRegister
{
    position: relative;
    left: 100px;
    padding-top: 2em;
    width: 590px;
}

.errorMessage
{
    display: block;
    font : 700 10px Arial, Helvetica, Geneva, sans-serif;
    color: Red;
    background-color: White;
    border: solid thin Red;
    padding: 1em;
    width: 575px;
}
span.registerLabel
{
    /*display: inline-block;*/
    float: left;
    font-weight: 700;
    width: 14%;
    line-height: 20px;
    height: 21px;
}


.largerFont
{
    font-size:larger;
}

table#DateList
{   
    padding-bottom: 1em;
}
div#ThankYou
{
    padding: 30% 20% 30% 20%;
}

/* Registration Page Classes */
.RegTable
{
    width: 100%;
    /* below float was needed for FireFox */
    float: right;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.RegRow
{
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}

.RegLabelCol
{
    float: left;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    width: 100px;
    font-weight: bold;
}

.RegInputCol
{
    float: left;
    white-space: nowrap;
    vertical-align: middle;
}

.RegSeminarCol
{
    float:left;
    font: 700 12px Arial, Helvetica, Geneva, sans-serif;
/*
    display: block;
    position:relative;
    margin-left: 18%;
    line-height: 20px;
    height: 1%;
    */
}

/*
    $Log: event_display.css,v $
    Revision 1.4  2008-09-28 01:04:20  fer
    Support for Speaker Description

    Revision 1.3  2008-09-20 19:24:11  fer
    As of March 29, 2008

    Revision 1.2  2008-03-25 08:56:10  fer
    Support for CLF2 on public pages

    Revision 1.1  2008-03-07 21:03:34  fer
    Initial Entry into Repository

    Revision 1.2  2007/07/27 09:29:12  fer
    Added CVS Keywords


*/
.subHeading
{
    padding-bottom: 0px;
    font-size: larger;
    font-weight: bolder;
    padding-top: 20px;
    margin-bottom: 0px;
    Clear: right;
}

