/**
 * This is the css style sheet for the Bible in a day home page
 */
    .header
    {
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: large;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
    }
    
    .oldStyle
    {
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    }
    
    .oldStyleSmall
    {
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 14px;
    }

    .oldStyleSmallR
    {
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 14px;
        text-align: right; padding-right: 40px
    }

    .oldStyleXSmall
    {
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 12px;
    }
    
    .presHeaderSet {
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 12px;
        text-align: center;
        background-color: #ffffcc;
        font-weight: bold;
        
        /*
        border-top: thin solid #000000;
        border-left: thin solid #000000;
        border-right: thin solid #000000;
        */
    }
    
    .presHeaderNotSet {
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 12px;
        text-align: center; 
        background-color: #CCCCCC;
        cursor:pointer;
        /*
        border-top: thin solid #000000;
        border-left: thin solid #000000;
        border-right: thin solid #000000;
        border-bottom: thin solid #000000;
        */
   }
    
    .presNoHeader{
        /*
        border-bottom: thin solid #000000;
        */
    }
    
    .presMain {
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 12px;
        background-color: #ffffcc;
        /*
        border-left: thin solid #000000;
        border-right: thin solid #000000;
        border-bottom: thin solid #000000;
        */
    }
    
    .headingBackround {
        background-color: #2A477f; 
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        color: white;
    }
    .headingBackround a:link {text-decoration: none; color: #FFFFFF;}
    .headingBackround a:visited {text-decoration: none; color: #FFFFFF;}
    .headingBackround a:hoverink {text-decoration: none; color: #FFFFFF;}
    .headingBackround a:active {text-decoration: none; color: #FFFFFF;}
    
    .headingDate {
        color: #E5C078;
        font-weight: bold;
        text-align: center;
        font-family: arial, "lucida console", sans-serif;
        font-size: 18px;
    }
    
    .headingTime {
        color: white;
        font-weight: bold;
        text-align: center;
        font-family: arial, "lucida console", sans-serif;
        font-size: 14px;
    }
    
    .headingLoc {
        color: white;
        text-align: center;
        font-family: arial, "lucida console", sans-serif;
        font-size: 16px;
    }
