body
{
  background-color: white;
  border: 0px;
  font-family: 'Museo Sans 700', Tahoma, Helvetica, Verdana, Arial, 'Times New Roman', 'MS SansSerif', sans-serif !important;
  font-size: 12px;
  font-weight: normal;
}

.panel_header_top
{
  float: left;
  height: 83px;
  width: 100%;
  padding: 0px 0px 0px 0px;
  clear: left;
}
.panel_header_top_left
{
  float: left;
  font-weight: bold;
  height: 83px;
  text-align: left;
  width: 100%;
}
.panel_header_top_right
{
  color: #444444;
  float: right;
  font-weight: bold;
  height: 83px;
  padding-right: 20px;
  text-align: right;
}

.panel_banner {
    background: url('../Images/Layout/panel_banner.png') repeat-x;
    color: #FFFFFF;
    font-weight: bold;
    height: 45px;
    width: 100%;
    float: left;
}

.panel_header_bottom_right
{
  color: #C5A02E;
  float: right;
  font-weight: normal;
  font-style: italic;
  margin-top: 7px;
  text-align: right;
}

.panel_menu
{
  height: 36px;
  width: 100%;
  padding-left: 5px;
  float: left;
  clear: left;
}

.panel_tabmenubar
{
  background-color: white;
  height: 32px;
  width: 100%;
  padding-left: 1px;
  float: left;
  clear: left;
}

.panel_patientinfotable {
    background-color: #f2f2f2;
    height: 40px;
    width: 100%;
    float: left;
    clear: left;
}

.panel_content
{
  background-color: white;
  width: 100%;
  float: left;
  clear: left;
  margin-left: 3px;
  overflow: hidden;
}

.panel_sponsor
{
  background-color: white;
  height: 60px;
  width: 100%;
  float: left;
  margin-top: 0px;
  clear: left;
}

.panel-header-Orange {
    background-color: #A88200;
    color: white;
}
.panel-header-Blue {
    background-color: #B6C7DC;
    color: black;
}

