﻿@charset "UTF-8";
/* Levy Container Set styles */


.WFContainer_Sidebar 
{
  
    margin-top:5px;
    padding-left:5px;
    padding-right:5px;
    width:100%;
}

.WFContainer_Sidebar h1
{
    background-color: #26417e;
    color:#fff;
    font-size:14px;
    height: 15px;
    line-height:175%; 
    text-align:left;
    width:290px;
    background-size:100%;
    padding-left:5px;
    margin-bottom:0px;
}

.WFContainer_SideBarNoTitle 
{
    border-bottom: 1px dotted grey;
    padding:5px;
    padding-left:15px;
}
/* NoTitle */
.WFContainer_noTitle 
{

}


/*Right Sidebar*/

.WFContainer
{
    width:100%;
      color: #ffffff;
        font-weight: bold;
        margin-top: 10px;
     
}


.WFContainer table h3{
        color: #6a1f2b;
        font-size: 15px;
        font-weight: bold;
        
   
    }

.WFContainer_Title_h1_Center h1 {
    text-align: center;
}


.WFContainer p {
        color: white;
        font-size: 12px;
        margin-left: 15px;
        margin-bottom: 10px;
        line-height: 120%;
        
    }

.WFContainer a:link {
        color: #3c4e61;
        font-size: 12px;
        margin-left: 15px;
        margin-bottom: 10px;
        line-height: 120%;
        
    }

.WFContainer table {
    margin-top: 10px;
    align-content: center;
    padding: 0;
    max-width: 10px;
    border-collapse: collapse;
  
}

    .WFContainer td, .WF_Container th, .WFContainer tr .WFContainer tbody {
        padding: 5px;
        
    }

.events h1 {
    background-color: blue;
    color: white;
}
/*tr:nth-child(odd)		{ background-color:#ece2a3; }
tr:nth-child(even)		{ background-color:#d6ca83; }*/

