﻿body {
    font-family: 'Arial Narrow', Arial, Sans-Serif;
    color: #4F4E4E;
}
.navy {
    color: #003366;
}
.navyBackground {
    background-color: #003366;
}
.blue {
    color: #00539F;
}
.blueBackground {
    background-color: #00539F !important;
}
.blueBackgroundGradient
 {
    background-color: #00539F;
    background: linear-gradient(to bottom, #00539F, rgba(0, 83, 159, 0.9));
 }
.lightBlueBackground {
    background-color: #1196d4;
}
.green {
    color: #2abdc7;
}
.greenBackground {
    background-color: #2abdc7;
}
.darkgreen {
   color: #2abdc7;
}
.grey {
    color: #AEB0B2;
}
.greyBackground {
    background-color: #AEB0B2;
}
.lightgreyBackground {
    background-color: #e5e6e5;
}
.white {
    color: White;
}
.red {
    color: #EF3E42;
}
.redBackground {
    background-color: #EF3E42;
}
.lightRedBackground {
    background-color: rgba(246,98,76,.5);
}
.orange {
    color: #FF9933;
}
.orangeBackground {
    background-color: #FF9933;
}
.yellow {
    color: #FFCD03;
}
.yellowBackground {
    background-color: #FFE471;
}

.size12 {
    font-size: 12px;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.floatright {
    float: right;
}
.floatleft {
    float: left;
}
.bold {
    font-weight: bold;
}

.nobold {
    font-weight: normal;
}

.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline !important;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding20 {
    padding: 20px;
}

.padding25 {
    padding: 25px;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

hr
{
    background-color: #00539F;
    border:  1px #00539F solid;
    width: 90%;
    margin-top: 25px;
    margin-bottom: 25px;
}
p {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

img {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}
img.arrow {
    width: 20px;
}

.rounded-top-left
{
    border-top-left-radius: 10px;
}
.rounded-top-right
{
    border-top-right-radius: 10px;
}
.roundedbottom {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rounded
{
    border-radius: 10px;
}
.nodisplay {
    display: none;
}
.clear
{
    clear: both;
}
label {
    font-weight: normal;
}
/*Validation*/
.field-validation-error, .validation-summary-errors {
    color: #EF3E42;
    font-weight: bold;
    font-size: 110%;
}
.input-validation-error {
    background-color: #EF3E42;
}



.validation-summary-errors ul li {
    list-style-type: none;
}

/*LAYOUT CSS*/
#HospiceLogo, #portalHospiceLogo {
    width: 250px;
}
.Outer, .portalOuter {
    /*padding-top: 30px;*/
    width: 1050px;
    margin: auto;
}
.Inner {
    min-height: 250px;
}
footer {
    width: 1050px;
}
#MedTrakLogo, #portalMedTrakLogo {
    text-align: right;
    padding-right: 15px;
    float: right;
    width: 150px;
}
address {
    padding-left: 25px;
    font-size: 14px;
    font-style: normal;
    vertical-align: bottom;
}
address a {
    font-weight: normal;
}
