﻿
.staffList {
    vertical-align: top;
    width: 124px;
    background-color: #f3efc0;
}

.staffBioBox {
    vertical-align: top;
    width: 450px;
}

.staffImage {
    width: 140px;
    height: 140px;
    vertical-align: middle;
}

.ALstaffImage {
    width: 90px;
    height: 90px;
    vertical-align: middle;
}

.staffName {
    width: 250px;
    height: 140px;
    vertical-align: middle;
    font-size: 13px;
    font-family: arial;
}

.staffBio {
    width: 450px;
    font-size: 13px;
    font-family: arial;
}

.AgilePointTable td {
    padding: 2px;
    font-family: Calibri;
    font-size: 10pt;
}

.AgilePointTable {
    border-spacing: 0px;
    border-collapse: initial;
    border-width: 2px;
    border-style: solid;
    border-color: #2D5F8B;
    padding: 2px;
    border-radius: 20px !important;
    line-height: 1.1 !important;
}

.selectionBox {
    background-color: #ffffff;
    border-right: 1px solid #295D8C;
    border-top: 1px solid #295D8C;
    border-left: 1px solid #295D8C;
    border-bottom: 1px solid #295D8C;
    padding-left: 13px;
    padding-bottom: 13px;
}

.infoTableLightLine td {
    padding: 5px;
}

.criteriaContentHead {
    font-weight: bold;
    font-size: 15px;
    color: red;
    padding-top: 10px;
}
