﻿#content H1, H2, H3, H4
{
    margin: 0;
    font-family: Myriad Web Pro, Frutiger, Arial, Sans-Serif;
}
#content H3 SMALL
{
    /* font-style: italic; */
}
H3 A
{

}
#content H2.persontype
{
    margin: 10px 0;
}
DIV.profile_block
{
    background-color: #efefef;
    padding: 5px 10px;
    margin-top: 5px;
    min-height: 120px;

}
DIV.student_block
{
    background-color: #efefef;
    padding: 5px 10px;
    margin-top: 5px;
    /* min-height: 120px; */

}
DIV#center_wrapper
{
    width: 512px;
}
DIV#search_block
{
    width: 200px;
    float: right;
    border: 1px solid #666666;
    padding: 5px;
    background-color: White;
}

DIV#search_block UL
{
    list-style-type: none;
    padding-left: 5px;
    margin: 3px 0;
}

DIV#search_block LI
{
    font-family: Myriad Web Pro, Frutiger, Arial, Sans-serif;
    font-size: 11px;
}

IMG.photo
{
    float: right;
    margin: 5px;
}
TABLE.person_data TD
{
    vertical-align: top;
    font-size: 11px;
}

TABLE.person_data TD.label
{
    font-weight: bold;
    text-align: right;
}

UL#expertiseFilter LI
{
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 2px;
}

LI.selected
{
    background-color: #eeeeff;
}

LI.current, UL.group LI.current
{
    font-weight: bold;
    background-color: #eeeeee;
}

SELECT, OPTION
{
    background-color: White;
}

DIV.RadTreeView
{
   white-space:normal; 
}

DIV.RadTreeView UL LI DIV SPAN
{
    font-weight:bold;
    color: #666666
}

DIV.RadTreeView UL LI UL LI DIV SPAN
{
    font-weight:normal;
    color: #333333;
}
