#AppHeader {
    color: #596F8F;
    font-size: 22px;
    font-weight: 200;
    padding: 8px 65px;
    text-shadow: 0 1px 0 #fff;
    background:url(logo.png) no-repeat 0 -5px;
    /*margin-left:-12px;
    /*padding:.1em 0 .4em 2em;*/
}
.settings {
    background:url(icons/folder_wrench.png) 0 1px;
    height:18px;
    /*background-image:url(icons/folder_wrench.png);*/
}
.scheduling {
    background:url(icons/calendar.png) 0 1px;
    height:18px;
}
.patients {
    background:url(icons/application_view_detail.png) 0 1px;
    height:18px;
}
.patdocs {
    background:url(icons/page_edit.png) 0 1px;
    height:18px;
}
.callcenter {
    background:url(icons/telephone.png) 0 1px;
    height:18px;
}
.reports {
    background:url(icons/chart_pie.png) 0 1px;
    height:18px;
}
.finance {
    background:url(icons/money_dollar.png) 0 1px;
    height:18px;
}
.vcard {
    background:url(icons/vcard.png) 0 1px;
    height:18px;
}
