﻿html, body
{
    padding: 0;
    margin: 0;
    font-family: Segoe UI, Arial, Helvetica, sans-serif, Times New Roman;
    font-size: small;
}

table
{
    border-collapse: collapse;
}

.popupBody
{
    padding: 5px;
    min-width: 450px;
}

.watermark
{
    color: #CCCCCC;
}

.MainSplitter
{
    position: absolute;
    top: auto;
    width: 100%;
    -moz-box-flex: 1;
}

.EllipseText
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ToolBarGrip_Left
{
    background-image: url('images/LeftToolBarGrip.png');
    background-position: left;
    background-repeat: no-repeat;
    height: 26px;
    width: 13px;
    float: left;
    cursor: move;
}


.ReadOnlyView
{
    float: left;
}
.ReadOnlyView:hover
{
    background-color: #CFF7FF;
}

.EditView
{
    float: left;
    background-color: #77EFCB;
}


.SearchPanel
{
    border: solid 1px #EEEEEE;
    border-bottom: 0px;
    background-color: #FAF9FF;
}



.RadWindowCSSAutoHeight 
{
    height: auto !important;
}

.RadWindowCSSAutoHeight .rwTable
{
    height: auto !important;
}
    
.RadWindowCSSAutoHeight .rwWindowContent > div:first-child
{
    height: auto !important;
}


.RadWindowCSSAutoWidth
{
    height: auto !important;
}

.RadWindowCSSAutoWidth .rwTable
{
    height: auto !important;
}

.RadWindowCSSAutoWidth .rwWindowContent > div:first-child
{
    width: auto !important;
}
