﻿/*.HeaderDefault
{
    height:20px;
    margin-bottom:5px;
    width:100%;
    margin-top:10px;
}
.HeaderDefault:after
{
    clear:both;
    content:" ";
}

.HeaderDefault .icon
{
    float:left;
    margin-right:10px;
    height:20px;
    background-position:left center;
    background-repeat:no-repeat;
}

.HeaderDefault .title
{
    color: rgb(34, 34, 34);
    font-size: 16px;
    line-height: 24px;
    float:left;
    text-rendering: optimizelegibility;
    font-family:Arial;
}

.HeaderDefault .controls
{
    float:right;
    display:none;
    -moz-box-shadow:-2px -2px 2px  #ddd, 2px -2px 2px  #eee;    
    -webkit-box-shadow: -2px -2px 2px  #ddd, 2px -2px 2px  #eee;    
    box-shadow:-2px -2px 2px  #ddd, 2px -2px 2px  #ddd;    
    border-top-right-radius:3px;
    border-top-left-radius:3px;
}


.HeaderDefault .trigger
{
    float:right;
    margin-left:5px;
    margin-right:3px;
    opacity: 0.3;
    transition: opacity 0.2s ease 0s;   
    color: rgb(136, 136, 136);
    font-size: 10px;
    font-weight: 600;
    text-transform: none;
    text-shadow: 0px 1px 0px rgb(255, 255, 255);  
    height:20px;
    line-height:20px;   
    cursor:pointer;
    width:30px;
    text-align:right;
}

.HeaderDefault:hover .trigger
{
    opacity: 1;
}

.HeaderDefault .controls .control
{
    display: inline-block;
    color: rgb(68, 68, 68);
    background-color: rgb(255, 255, 255);
    background-repeat: repeat-x;
    border: 1px solid rgb(240, 240, 240);
    border-bottom: 1px solid rgb(255, 255, 255);
    outline: 0px none;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0px;
    text-decoration: none;
    margin-left: -1px;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255));
    font-size:1.04em;
    padding-right:5px;
}
.HeaderDefault .controls .control a
{
    display: inline-block;
    padding: 0px 6px;
    color: rgb(120, 120, 120);
    text-decoration: none;
    line-height: 24px;
}

.HeaderDefault .controls .control:first-child
{
    margin-left: 0px;
    border-top-left-radius: 3px;
}

.HeaderDefault .controls .control:last-child
{
    border-top-right-radius: 3px;
}

.HeaderDefault .controls .control:hover
{
    color: rgb(80, 80, 80);
    background-color: rgb(240, 240, 240);
    text-decoration: none;
    background-position: 0px -24px;
    transition: background-position 0.1s linear 0s;    
}

.HeaderDefault .controls .control:hover a
{
}
*/
/*Icon Classes */

.HeaderDefault .icon-welcome
{
    background-image:url(images/icons/title-icons/HouseBlack16x16.png);
    width:16px;
}

.HeaderDefault .icon-moreinfo
{
    background-image:url(images/icons/title-icons/info-icon.png);
    width:16px;
    height:25px;
}

.HeaderDefault .icon-news
{
    background-image:url(images/icons/title-icons/news-icon.png);
    width:16px;
    height:25px;
}
.HeaderDefault .icon-patients
{
    background-image:url(images/icons/title-icons/patients-icon.png);
    width:17px;
}
.HeaderDefault .icon-results
{
    background-image:url(images/icons/title-icons/results-icon.png);
    width:17px;
    background-position:bottom;
}
.HeaderDefault .icon-appointments
{
    background-image:url(images/icons/title-icons/appointments-icon.png);
    width:17px;
    background-position:bottom;
}
.HeaderDefault .icon-clinictimes
{
    background-image:url(images/icons/title-icons/clinictimes-icon.png);
    width:17px;
    background-position:bottom;
}
.HeaderDefault .icon-staff
{
    background-image:url(images/icons/title-icons/staff-icon.png);
    width:17px;
    background-position:bottom;
}

.HeaderDefault .icon-patient-status-active
{
    background-image:url(images/On.gif);
    width:16px;
    background-position:bottom;
}

.HeaderDefault .icon-patient-status-inactive
{
    background-image:url(images/Off.gif);
    width:16px;
    background-position:bottom;
}
.HeaderDefault .icon-patient-status-movedaway
{
    background-image:url(images/MovedAway.gif);
    width:16px;
    background-position:bottom;
}
.HeaderDefault .icon-patient-status-deceased
{
    background-image:url(images/Deseased.gif);
    width:16px;
    background-position:bottom;
}
.HeaderDefault .icon-patient-status-discharged
{
    background-image:url(images/Discharge.gif);
    width:16px;
    background-position:bottom;
}
.HeaderDefault .icon-patient-status-unassigned
{
    background-image:url(images/UnAssigned.gif);
    width:16px;
    background-position:bottom;
}
