/*******************************************************************************
    Layout and Design Definitions for content type Home
*******************************************************************************/

.contentType {
    padding-top: 1px;
}

#containerStaffOverviewLeft {
    float: left;
    width: 359px;
}

#containerStaffOverviewRight {
    width: 359px;
    margin-left: 380px;
}

div.staffGroupName h1{
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #FF6600;
    color: white;
    border-bottom: 1px solid #FF6600;
    padding-left: 5px;
    font-size: 12pt;
    font-weight: bold;
}

div.staffMember {
    margin-top: 5px;
    border-bottom: 1px solid #FF6600;
    min-height: 120px;
    padding-bottom: 5px;
}

span.email {
    display: none;
}

div.lastEntry {
    border: 0;
}

div.staffMemberShortDescription {
    padding: 0px;
    margin: 0px;
    font-size: 9pt;
    width: 274px;
}

div.staffImage {
    float: right;
    width: 80px;
}

div.staffMemberShortDescription a{
    text-decoration: underline;
}

div.staffMemberShortDescription a:hover{
    text-decoration: none;
}

table, th, td {
    padding: 0px;
    margin: 0px;
}

th {
    padding-right: 5px;
    text-align: right;
}

.fullName th{
    font-size: 10pt;
    text-align: left;
}

