div.pagecontent .tabs {
    position: relative;
}

div.pagecontent form {
    margin: 0;
}

div.pagecontent input[type="checkbox"] + label {
    display: block;
    margin-left: 2em;
    margin-top: -1.5em;
}

div.pagecontent input[type="text"] {
    max-width: 280px;
}

div.pagecontent * html .tabs {
    padding-bottom: 0;
}

div.pagecontent .tabs a {
    background: url(/static/images/left_off.gif) no-repeat top left #afdbe8;
    float: left;
    text-decoration: none !important;
    font-weight: bold;
    color: #004a7e !important;
    position: relative;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    margin-right: 2px;
}

    div.pagecontent .tabs a span {
        background: url(/static/images/right_off.gif) no-repeat top right #afdbe8;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 9px;
    }

    div.pagecontent .tabs a.active, div.pagecontent .tabs a:hover {
        background: url(/static/images/left_on.gif) no-repeat top left black;
        color: white !important;
    }

        div.pagecontent .tabs a.active span, div.pagecontent .tabs a:hover span {
            background: url(/static/images/right_on.gif) no-repeat top right black;
        }

div.pagecontent .tabcontent {
    border: 1px solid black;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    clear: left;
    background-color: white;
}

    div.pagecontent .tabcontent h3 {
        margin-top: 1em;
    }

div.pagecontent #researchsearch th {
    width: 110px;
}

div.pagecontent .researchlabel {
    width: 118px;
}

div.pagecontent * html .researchlabel {
    width: 126px;
}

div.pagecontent .treelist li {
    list-style: none;
    background: none !important;
    padding: 0 !important;
}

div.pagecontent .treelist .treelist {
    padding-left: 0.5em !important;
    margin: 0;
}

div.pagecontent .research.directory_results h3, div.pagecontent .referencelistsearch h3 {
    background-color: #EFE8CE;
    padding: 0.25em 0 0.25em 1em;
    border-right: 9px solid #7AC4D9;
}

div.pagecontent .toggler {
    cursor: pointer;
}

div.pagecontent .directory_results h4 img {
    margin-right: 0 !important;
    padding: 0 !important;
    margin-top: 10px !important;
    position: relative;
    left: -7px;
}

div.pagecontent .sections {
    border-right: 9px solid #EEF4ED;
    background-color: #FBF9EF;
    padding-left: 20px;
    margin-bottom: 0;
}

div.pagecontent .directory_results h3 span, div.pagecontent .referencelistsearch h3 span {
    background: url(//static/images/white_arrow_closed.gif) right center no-repeat;
    float: right;
    position: relative;
    right: -7px;
}

div.pagecontent .directory_results div {
    margin-bottom: 0 !important;
}

div.pagecontent .expand_all {
    text-align: right;
    padding-bottom: 5px;
}

div.pagecontent .flag_hidden {
    color: red;
}

div.pagecontent .email_address {
    text-transform: lowercase;
}

div.pagecontent .research table {
    width: 99%;
    padding-bottom: 1em;
}

div.pagecontent .research .name {
    width: 40%;
}

div.pagecontent .research .phone {
    width: 20%;
}

div.pagecontent .research .email {
    width: 40%;
}

@media screen and (max-width: 400px) {
    div.pagecontent form input[type="text"] {
        width: 100%;
    }
}

/*# sourceMappingURL=directory.css.map */
