/*

    This style sheet contains sections for:

    1. General Layout of the page
    2. AMP Form Content Specific content (system generated)
    3. Navigation Specific 
    
*/

/* Begin General Layout & Non-AMP Specific */    
/* End General Layout & Non-AMP Specific */
/* Begin AMP Form Content Specific */
#AMP p, td
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#AMP input, select
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
div#EventSurvey div#SurveyEmail
{
display: none;
}
div#AccountSurvey div#SurveyEmail
{
display: none;
}
#AMP .systemError
{
    color: #CC6600;
    font-weight: bold;
    background: #FFFFCC url(alert.gif) no-repeat;
    padding-left: 20px;
    padding-bottom: 2px;
}
#AMP .eventSummary
{
/*	display:none; */
    width: 450px;
}
div#EventDetail div#EventTitleDiv
{
    text-align:center;
    color: #1f669c;
    font-size: 14px;
}
div#EventTimeDiv
{
    text-align:center;
    font-size: 10px;
    color: #1f669c;
}
div#EventTimezone
{
    text-align:center;
    font-size: 10px;
    color: #1f669c;
}
div#EventRegistration div#EventTitleDiv
{
    text-align:center;
    color: #1f669c;
    font-size: 14px;
}
div#RegistrationThankYou div#EventTitleDiv
{
    text-align:center;
    color: #1f669c;
    font-size: 14px;
}
/* The below two tags place display:none; if you need these to not be displayed on pages */
div#EventRegisterDivBottom
{
}
div#EventRegisterDivTop
{
}
#AMP .systemHelp
{
    color: #333333;
    background: #FFFFCC url(info.gif) no-repeat;
    padding-left: 20px;
    padding-bottom: 2px;
}
#AMP .systemHelp a, a:visited
{
    color: #2175BC;
    text-decoration: none;
}
#AMP .systemHelp a:hover
{
    background: #FFFF33;
}
#AMP .requiredStyle
{
    color: #000000;
    font-weight: bold;
}
#AMP .requiredStylePostBack
{
    color: #000000;
    font-weight: bold;
    background: #FFCCCC;
}
#AMP .nonRequiredStyle
{
    color: #000000;
    font-weight: normal;
}
#AMP .requiredPost
{
    background: url(stop.gif) no-repeat;
    padding-right: 10px;
    padding-bottom: 2px;
}
#AMP .registerLink
{
    background: url(bullet_reg.gif) no-repeat;
    background-position: top left;
    padding-left: 20px;
    padding-bottom: 20px;
    vertical-align: top;
}
#AMP .registerLink a
{
    color: #339933;
    text-decoration: none;
}
#AMP .registerLink a:visted
{
    color: #339933;
    text-decoration: none;
}
#AMP .registerLink a:hover
{
    background: #339933;
    color: #FFFFFF;
}
#AMP .unregisterLink
{
    background: url(stop.gif) no-repeat;
    background-position: center left;
    padding-left: 20px;
    padding-bottom: 2px;
}
#AMP .unregisterLink a, a:visted
{
    color: #DE7B7B;
    text-decoration: none;
}
#AMP .unregisterLink a:hover
{
    background: #DE7B7B;
    color: #FFFFFF;
}
#AMP .eventDescLink
{
    background: url(comment.gif) no-repeat;
    padding-left: 20px;
    padding-bottom: 2px;
}
#AMP .eventDescLink a, a:visited
{
    color: #000066;
    text-decoration: none;
}
#AMP .eventDescLink a:hover
{
    background: #;
    color: #FFFFFF;
}
#AMP .eventTitleHeader
{
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    border-bottom: solid 1px #cccccc;
}
#AMP .eventTitle
{
    font-size: 14px;
    font-weight: bold;
    color: #1F669C;
}
div#EventTitleDiv
{
    text-align:center;
    color: #1f669c;
    font-size: 14px;
}
div#icalLink
{
    font-size: 11px;
    font-weight: normal;
    color: #000066;
    padding-top: 20px;
    padding-bottom: 20px;
} 
/*
#AMP .eventTitle a {
	color: #000066;
	text-decoration: none;
}
#AMP .eventTitle a:hover {
    background-color: #D0DDED;
}
#AMP .eventTitle a:visited {
    text-decoration: none;
}
*/
#AMP .eventDateHeader
{
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    border-bottom: solid 1px #cccccc;
}
#AMP .eventDate
{
    font-size: 11px;
    color: #333333;
    vertical-align: top;
}
#AMP .eventDesc
{
    font-size: 11px;
}
#AMP .controlTitle
{
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    font-family: Arial;
}
#AMP .controlHeader
{
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    color: #000000;
    padding-top: 0px;
    font-family: Arial;
    letter-spacing: -0.04em;
}
#AMP .AlternateRow
{
    background-color: #ffffff;
}
/* End AMP Form Content Specific */

/* Begin AMP Navigation Content Specific 
#navcontainer
{
    width: 13em;
    padding: 0 0 1em 0;
    margin-bottom: 1em;
    font-family: Arial,Helvetica, sans-serif;
    background-color: #90bade;
    color: #333;
}
#navcontainer ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
#navcontainer li
{
    border-bottom: 1px solid #90bade;
    margin: 0;
}
#navcontainer li a
{
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 10px solid #1958b7;
    border-right: 10px solid #508fc4;
    background-color: #2175bc;
    color: #fff;
    text-decoration: none;
    width: 100%;
}
html > body #navcontainer li a
{
    width: auto;
}

#navcontainer li a:hover
{
    border-left: 10px solid #1c64d1;
    border-right: 10px solid #5ba3e0;
    background-color: #2586d7;
    color: #fff;
} End AMP Navigation Content Specific */
div#EventTimezone div#EventTimeDiv
{
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    text-align:center;
}
.eventSummary
{
color: #666;
}
