﻿.DBSection 
{
    margin: 20px auto;
    padding: 10px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
    box-shadow: 0 1px 1px rgba(0,0,0,0.45), inner 0 0 30px rgba(0,0,0,0.07);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.plain
{
    border:none;
}
        
.BigInfo
{            
    font-size:24px;
    font-weight:600;
    padding: 0 15px 0 15px;
}
.BigInfoNumber
{            
    font-size:24px;
    font-weight: normal !important ;
    text-align:center  !important;
}
.InfoNumber
{            
    font-weight: normal !important ;
    text-align:center !important;
}
.MediumInfo td
{    
    text-align:right;
}
td.MediumInfo.Left
{    
    text-align:left;
}
th.MediumInfo.Spanned
{    
    text-align:center;
    text-decoration:underline;
}
.InfoText
{ 
    font-size:14px;
    font-weight:normal;
    text-align:left !important;
}
        
.MediumInfo
{            
    font-size:15px;
    font-weight:400;
}

    .MediumInfo th {
        font-weight: bold;
    }

        
.DBTitle
{
    color: #2B8ABE;
    font-size:38px;
    font-weight:500;
    padding-bottom: 20px;
}
.DBTitle,
.DBDescription
{
    display: inline-block;
    margin:0;
}
.DBDescription
{
    font-size: 18px;
    font-weight: 300;
    color: #1A364A;
}
.DBTitle,
.DBDescription
{
    font-family: 'Open Sans Condensed', Verdana, sans-serif;
}  
.DBPeriodPicker
{
    float:right; 
    display: inline-block;
}      
