﻿.pageTitle {
    font-family: sans-serif;
    font-size: 24pt;
    font-weight: normal;
    background-color: Transparent;
    color: gray;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
}
.Header {
    font-family: Tahoma;
    font-size: 14pt;
    font-weight: bold;
    background-color: Transparent;
    color: gray;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-left: 7px;
}
.DescriptionField {
    text-align: right;
    height: 24px;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 5px;
}

.showCRLF {
    white-space: pre-line;
}
.leftAligned {
    text-align: left;
}

.rightAligned {
    text-align: right;
}
.centerAligned {
    text-align: center;
}

.centerAlignedInnerDiv { /* This is the item to center... */
    display: inline-block;
}
.inlineControl {
    display: inline-block;
    vertical-align: middle;
}
/*.inlineBlock {
    display: inline-block;
}*/

.topAligned {
    vertical-align: top;
}
.middleAlign {
    vertical-align: middle;
}
.bottomAlign {
    vertical-align: bottom;
}
.bold {
    font-weight: bold;
}
.underlined {
    border-bottom: 1px solid;
}
.strikethrough {
    text-decoration: line-through;
}
.nowrap {
    white-space: nowrap;
}
.middleAlignLabelDivWithComboBox {
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
}
.siteText {
    /*font-family: Tahoma;
    font-size: 10pt;*/
    font-family: "Segoe UI", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
    font-size: 12px;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;    
}
.topPanel {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    background-color: white;
    z-index: 100;
    width: 100%;
}

.topPanelWrapper {
    height: 150px;
}
.middlePanel {
    position: fixed;
    top: 150px;
    bottom: 75px;
    left: 0;
    right: 0;
    overflow: auto;
}
.bottomPanel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 99;
    height: 80px;
    width: 100%;
    overflow: auto;
}
.paddingLeft5 {
    padding-left: 5px !important;
}
.paddingRight5 {
    padding-right: 5px !important;
}
.paddingLeft20 {
    padding-left: 20px !important;    
}
.paddingRight20 {
    padding-right: 20px !important;
}
.paddingTop4 {
    padding-top: 4px !important;
}
.paddingTop10 {
    padding-top: 10px !important;
}
.paddingTop20 {
    padding-top: 20px !important;
}
.paddingTop30 {
    padding-top: 30px !important;
}
.paddingTop40 {
    padding-top: 40px !important;
}
.paddingTop50 {
    padding-top: 50px !important;
}
.paddingBottom5 {
    padding-bottom: 5px !important;
}
.paddingBottom10 {
    padding-bottom: 10px !important;
}
.paddingBottom20 {
    padding-bottom: 20px !important;
}
.borderBlack {
    border: 1px solid black;
}
.noborder {
    border-collapse: collapse;
}
.Height20 {
    height: 20px;
}
.Height24 {
    height: 24px;
}
.Height50 {
    height: 50px;
}
.Width10Percent {
    width: 10%;
}
.Width15Percent {
    width: 15%;
}
.Width20Percent {
    width: 20%;
}
.Width25Percent {
    width: 25%;
}
.Width33Percent {
    width: 33%;
}
.Width35Percent {
    width: 35%;
}
.Width50Percent {
    width: 50%;
}
.Width100Percent {
    width: 100%;
}
.Width25 {
    width: 25px;
}
.Width50 {
    width: 50px;
}
.Width75 {
    width: 75px;
}
.Width100 {
    width: 100px;
}
.Width120 {
    width: 120px;
}
.Width150 {
    width: 150px;
}
.Width200 {
    width: 200px;
}
.Width250 {
    width: 250px;
}
.Width300 {
    width: 300px;
}
.Width320 {
    width: 320px;
}
.Width350 {
    width: 350px;
}
.Width400 {
    width: 400px;
}
.Width500 {
    width: 500px;
}
.Width600 {
    width: 600px;
}
.marginTop0 {
    margin-top: 0px !important;
}
.marginLeft0 {
    margin-left: 0px !important;
}
.marginLeft20 {
    margin-left: 20px !important;
}
.marginRight20 {
    margin-right: 20px !important;
}
.marginLeft50 {
    margin-left: 50px !important;
}
.marginRight50 {
    margin-right: 50px !important;
}
.MenuRow {
    width: 100%;
    text-align: center;
    font-family: Tahoma;
    font-size: 9pt;
    color: White;
}
.MenuRow td {
    /*background-color: red !important;*/
    white-space: nowrap;
    height: 22px;
}
.backgroundLightGray {
    background-color: lightgray;
}

.backgroundLightYellow {
    background-color: lightyellow;
}

.CaseNurseHeader a:link {
    color: #000080;
    text-decoration: none;
}