﻿@import url("/RichWidgets/Theme.Chicago.css?6164");

body, select, textarea, input, table {
    font-size: 14px;
    line-height: 1.43;
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
}

.TableRecords_Header {
    color: #999;
    border-bottom: 1px solid #DDD;
    padding: 5px 0 5px 10px;
     background-color:#002163;
   
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:12px;
    font-family:Verdana;
    font-weight:bold;
    color:#ffffff;
  
}


.TableRecords_Header_PA {
    color: #999;
    border-bottom: 1px solid #DDD;
    padding: 5px 0 5px 10px;
     background-color:#007099;
   
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:12px;
    font-family:Verdana;
    font-weight:bold;
    color:#ffffff;
  
}


.Heading3 {
    font-size: 14px;
    line-height: 1.11;
    color: #002163;
    margin-top: 20px;
    font-weight:bold;
    font-family: Helvetica, Arial, sans-serif;
}

.Heading3_PA {
    font-size: 14px;
    line-height: 1.11;
    color: #007099;
    margin-top: 20px;
    font-weight:bold;
    font-family: Helvetica, Arial, sans-serif;
}
.MainContent {
    background: #fff;
    min-height: 230px;
    padding-bottom: 30px;
}

.Content {
    background: #fff;
    padding-top: 30px;
    min-height:250px;
}