﻿div.title-panel
{
    padding: 1px 1px 1px 1px;
    margin: 0px 1px 1px 1px;
}


div.title-panel > div.title
{
    height: 23px;
    text-align: center;
    padding: 8px 0 0 0;
    color: #293640;
    border: 1px solid;
    border-color: #d3d3d3;
    border-left: none;
    border-right: none;
   
background-color: transparent;
margin-top:0px;
background-image: url(Images/baseline_header_title.png);
}

div.title-panel > div.content
{
    background-color: #f8f8f8;
    border-left: 0px solid #b1b1b1;
    border-right: 0px solid #b1b1b1;
    overflow: auto;
}

div.title-panel > div.footer
{
clear: both;
height: 20px;
margin: 1px 0 0 0;
padding: 5px 3px 0 3px;
text-align: center;
border-bottom: 1px solid #A09F9F;
border-top: 1px solid #A09F9F;
background-image: url(Images/baseline_header_title.png);
}

