﻿#Main
{
    text-align: center;
    width: 100%;
    background-color: Black;
    background-repeat: no-repeat;
}
#HeadBar
{
    width: 520px;
    vertical-align: bottom;
    height: 20px;
    background-image: url(Images/Humatrix5Bar.png);
    background-repeat: no-repeat;
    margin: auto;
}
#HeadBar2
{
    width: 520px;
    vertical-align: bottom;
    height: 63px;
    background-image: url(Images/headerLoginbgHumatrix.png);
    background-position: 14px 13px;
    margin: auto;
}
#MainDetail
{
    width: 520px;
    vertical-align: bottom;
    height: 400px;
    background-color: White;
    margin: auto;
}
#FootBar
{
    width: 520px;
    vertical-align: bottom;
    height: 50px;
    background-color: White;
    margin: auto;
    text-align: center;
    margin-top: 1px;
    color: #909090;
}
#MainDetail
{
    padding-top: 42px;
}
#DetailTitle
{
    color: #009ea0;
    font-weight: bold;
    font-size: 11px;
    margin-left: 45px;
}
#ShowDetail
{
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    height: 100%;
    color: #009ea0;
    text-align: justify;
}
