@charset "utf-8";
/* CSS Document */

td.bio
{
width: 32%;
vertical-align: top;
background-color: #c9d787;
padding-left: 10px;
line-height: 18px;
font-size: 12px;
}

td.info
{
width: 60%;
vertical-align: top;
padding-left: 30px;
padding-right: 30px;
line-height: 20px;
}

img.realtor
{
border: 1px solid #000000;
}

div.expert-details
{
font-family: arial;
font-size: 13px;
}

/* main expert image editor */
.ExpertMainImage_editDiv
{
    width: 415px;
    height: 210px;
    padding: 5px;
}

.ExpertMainImage_imageEditDiv
{
    position: absolute;
    
    top: 0px;
    width: 200px;
    left: 210px;
    height: 200px;
}

.ExpertMainImage_cropRect
{
    border: 2px dashed red !important;
    background: white;
    
    filter:alpha(opacity=50);   /* Internet Explorer       */
    -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
    opacity: 0.5;               /* newer Mozilla and CSS-3 */
}

.ExpertMainImage_editControlsDiv
{
    width: 200px;
    height: 200px;
}

.ExpertMainImage_editControlsDiv SELECT
{
    width: 200px;
}

/* Web-content editors */
.SideBarWebContentEditor
{
    font-family: arial;
    background-color: #c9d787;
    line-height: 18px;
    font-size: 12px;
}

.MainWebContentEditor
{
    width: 100%;
    
    line-height: 20px;
    font-family: arial;
    font-size: 13px;
    background-color: transparent;
}
