﻿/*HealthTrust Brand*/

.companyHeaderImage
{
    margin: 10px 10px 10px 25px;
    padding: 10px 10px 10px 10px;
    min-height: 66px;
    max-height: 66px;
    width: 391px;
    height: 66px;
    background-repeat: no-repeat;
    background-image: url('HtLogo.png');
    background-size:contain;
}

.headerTable
{
    width: 100%;
}

.headerSpacer
{
    background-color: #001641;
    height: 5px;
}

body
{
    background-color: white;
    color: black;
}

#submit {
    background-color: #001641;
}

/*#submit:active{
    background-color: #001641;
}

#submit:disabled{
    background-color: #001741;
}*/

.welcome-banner {
    font-size: 13pt;
    font-weight: bold;
}

.tool-tip {
    color: #4373a7;
}

/*.factorListItem :focus{
    background-color: #001641;
    color: white;
}

.factorListItem :active{
    background-color: #001641;
    color: white;
}*/

.factorListItem :hover{
    background-color: lightgrey;
}