﻿#InfoContainer
{
    position: relative;
    margin-top: 0px;
    overflow: hidden;
}


#InfoContainer .Left
{
    float: left;
    width: 222px;
}

#InfoContainer .Right
{
    float: right;
    width: 222px;
}

.InfoBoxContainer
{
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
    width: 586px;
    position: relative;
    min-height: 76px;
}


.InfoBoxContainer2
{
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
    width:182px;
    position: relative;
    min-height: 76px;
}
.InfoBoxContainer div.Title
{
    background-image: url('../Media/Images/Box/SubSectionTopWide.png');
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 38px;
}

.InfoBoxContainer2 div.Title2
{
    background-image: url('../Media/Images/Box/SubSectionTop.png');
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 30px;
}

.InfoBoxContainer h2
{
    margin: 0px;
    font-weight: normal;
    font-size: .88em;
    font-weight: bold;
    color: black;
    overflow: visible;
    padding: 7px 7px 7px 10px;
    text-align: left;
    width: 200px;
}

.InfoBoxContainer p
{
    color: #636363;
    font-size: .88em;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}

.InfoBoxContainer2 h2
{
    margin: 0px;
    font-weight: normal;
    font-size: .88em;
    font-weight: bold;
    color: #005B7F;
    overflow: visible;
    padding: 7px 7px 7px 10px;
    text-align: left;
    width: 200px;
}

.InfoBoxContainer2 p
{
    color: #636363;
    font-size: .88em;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}

.InfoBoxContainer ul
{
}

.InfoBoxContainer ul li
{
}

.InfoBoxContainer ul li a
{
  font-size: .88em;
}

.DropDownList
{
    font-size: .88em;
}

.WideInput {
    margin-bottom: 0;
    margin-left: 0;
    width: 250px;
}

.ListItems
{
    font-size: 10pt;
    font-family: Arial;
}

.ErrorMessage
{
    font-size: 8pt;
}

.LinkContainerFooter
{
    height: 8px;
    width: 100%;
    background-image: url('../Media/Images/Box/SubSectionBottom.png');
    background-position: bottom;
    background-repeat: no-repeat;
   
}

.FlexContain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 20px 0;
}

  .FlexContain .FlexBlock {
    flex: 1;
    margin-right: 10px;
  }

    .FlexContain .FlexBlock .BlockHeader {
      display: block;
      background: #F1F5F6;
      margin: 0;
      padding: 7px 10px;
      border: 1px solid #dae2e6;
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      border-bottom: 1px solid #dae2e6;
    }


.BlockBody {
  margin-top: 0;
  border-right: 1px solid #dae2e6;
  border-left: 1px solid #dae2e6;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dae2e6), to (0)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#dae2e6, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(#dae2e6, rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(#dae2e6, rgba(0, 0, 0, 0)) 1 100%;
  border-image: linear-gradient(to bottom, #dae2e6, rgba(0, 0, 0, 0)) 1 100%;
  padding: 12px 10px;
}

.BlockHeader h2,
.BlockHeader > *,
.BlockHeader > * > a {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.BlockBody .FnlFancyList{
  padding: 0;
  margin: 0;
}

.BlockBody h3:first-child{
  margin: 0;
}