﻿h1
{
    margin:0px 0px 10px 0px;
    font-family:Georgia;
    font-weight:normal;
    font-size:24px;
    color:#374b72;
}

h2
{
    background-color:#dfa83d;
    padding:5px;
    margin:0px 0px 5px 0px;
    font-family:Georgia;
    font-weight:normal;
    font-size:18px;
    color:White; 
    width:auto;
    border-bottom:solid 2px #374b72;  
}
h3
{
    margin:0px 0px 0px 0px;
    font-family:Georgia;
    font-weight:normal;
    font-size:18px;
    color:#374b72;
}

p.collapsibleHeader
{
    background-color:#dfa83d;
    padding:5px;
    margin:0px 0px 5px 0px;
    font-family:Georgia;
    font-weight:normal;
    font-size:16px;
    color:White; 
    width:auto;
    border-bottom:solid 1px #374b72;  
}

h2.accHeader
{
    /*background-image:url('images/h2_yellow_gradient.jpg');
    background-repeat:repeat-x;*/
    background-color:#dfa83d;
    padding:5px;
    margin:0px 0px 5px 0px;
    font-family:Georgia;
    font-weight:normal;
    font-size:16px;
    color:White; 
    width:auto;
    border-bottom:solid 1px #374b72;  
}

h2.accHeader:hover
{
    cursor:pointer;
}

h2.sessionName
{
    background-color:#003366;
    padding:3px;
    margin:0px 0px 5px 0px;
    font-family:Georgia;
    font-size:13px;
    color:white;
    width:auto;
    border-bottom:solid 1px #d2d2d2;
}

.tablecell_Label
{
    font-family:Arial;
    font-size:11px;
    color:#374b72;
    line-height:normal;
}

.date
{
    font-family:Arial;
    font-size:13px;
    color:Gray;   
}

.info
{
    font-family:Arial;
    font-size:11px;
    color:#003366;
}

p.link_Box
{
    text-align:center;
    padding:5px 0px;
    background-color:Silver;
}

p.link_Box a
{
    font-family:Arial;
    font-size:12px;
    color:#003366;
    text-decoration:underline;
}

.membersOnly
{
    padding:3px;
    font-family:Arial;
    color:#003366;
    font-size:13px;
}