﻿label { width: 15%; float: left; font-weight: bold; }
input[type="text"].search, textarea.search, select.search { width: 25%; float: left; margin-right: 20px; }

label.email { width: 33%; }
label.clear { width: 100%; float: none; }

input[type="text"].search.email { width: 60%; margin: 0 20px 0 0; } 
textarea.search.email  
{
    clear: both;
    float: none;
    width: 92%;
    height: 150px;
    margin: 10px 0;
}

input[type="submit"] { margin: 1em 0; }
input[type="submit"].email { margin: 0.5em 0 0 0; }

span#txtMessage { top: -0.5em; }

/* SEARCH PAGE */

.search-page #links, .department-search-page #links 
{
    text-align: center;
    border: 1px solid #AAA;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.search-page #links a, .department-search-page #links a
{
    margin-right: 10px;
}

.search-page label.long, .department-search-page label.long 
{
    width: 22%;
}

.search-page span.radio, .department-search-page span.radio 
{
    float: left;
    width: 5%;
    padding-top: 3px;
}

.search-page label.field, .department-search-page label.field 
{
    width: 15%;
}

.search-page label.field.long, .department-search-page label.field.long 
{
    width: 25%;
}

br.clear { line-height: 3em; }
br.clear.short { line-height: 2.5em; }

.search-page input[type="submit"], .department-search-page input[type="submit"] 
{
    margin-top: .5em;
}

/* PERSON RESULTS */
#people .personContactInfo, #departments .departmentInfo 
{
    border-top: 1px solid #AAA;
    line-height: 1.5em;
    padding: 1em 0;
}

#people .personContactInfo .personInfo 
{
    padding-bottom: 0.5em;
    min-width: 50%;
}

#people .personContactInfo .personInfo .name { font-weight:bold; margin-bottom: 0.5em; }
#people .personContactInfo .personInfo .name .email { font-weight: normal; }

/* DIRECTORY RESULTS */
#departments .departmentInfo .title { font-weight:bold; }
#departments .departmentInfo .title .directory { font-weight: normal; }

/* BODY */

body {
}
