﻿.SaveSchemaPanel
{
    border-color: Blue;
    border-style: none;
    border-width: 1px;
    background-color: aliceblue;
}

.NoDisplay
{
    display: none;
}

.SplitterPanel
{
    background-color: lightgray;
    height: 100%;
}

.SplitterPanel table
{
    background-color: #D3D3D3;
}

.ErrorMessagePanel
{
    background-color: lightblue;
}

.SchemaInfoPanel
{
    background-color: #add8e6;
}

.SchemaInfoPanel table
{
    width: 100%;
}

.SchemaInfoPanel span
{
    font-size:medium;
}

.div_link_hidden
{
    display: none;
}

.div_link_visible
{
    
}

#div_link table
{
    width: 100%;
}

#div_link input
{
    width: 20em;
}

#div_link
{
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    position: absolute;
    z-index: 1000; 
    left: 100px;
}

.StoredFilters
{
     width:100%;
}

#ResultView
{
    width: 100%;
}

.EditFilterTable
{
    width : 100%;
}

.EditFilterTable a
{
    font-size: medium;
}


td.LightBlueCell
{
    background-color: lightblue;
}

OpenSchemaModalPopUp
{
    width: 300px;
}

OpenSchemaModalPopUp table
{
    width: 100%;
    height:100%;
}

.EditSchemaBorderedPanel
{
    background-color: aliceblue;
    border-color: Blue;
    border-style:none;
    border-width:1px;
}

.EditSchema_SmallCell3px
{
    height:3px;
}

.EditSchema_ListBox
{
     width: 100%;
     height:100%;
}

.SaveSchemaModalPopUp
{
    background-color: aliceblue;
    border-color:Blue;
    border-style:none;
    border-width:1px;
}

.DeleteSchemaModalPopUp
{
    background-color: aliceblue;
}

.ListFavoirtePackagedRows
{
   padding-left: 10px;  
}

/*********
* Export popdiv
*
**********/

#PopdivExport
{
    padding: 5px;
    font-size: 11px;
    color: #333333;
}

#PopdivExport select
{
    width: 80px;
    margin-right: 10px;
}

/*********
* Email incoming data dialog
*
**********/

.Margin5
{
    margin-left: 5px;
}

.PackageName
{
    font-weight: bolder;
}

.ScrollableDiv
{
    overflow: auto;
    max-height: 450px;
    max-width: 960px;
}

.BorderedCell
{
    border: solid 1px Black;
    padding: 2px;
}

.TextBoxExtender100
{
    max-height: 100px;
}

.MaxFilterNameWidth
{
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
}

.BasicGrid_Style > tbody > tr > td.DashedBottomBorder
{
    padding: 5px;
    
    border-left: solid 1px #CCCCCC;    
    border-right: solid 1px #CCCCCC;
    border-bottom: dashed 1px Black;    
    border-top: none 0px Black;    
}

.BasicGrid_Style > tbody > tr > td.NoTop
{
    padding: 5px;    
    border-left: solid 1px #CCCCCC;    
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;    
    border-top: none 0px Black;
}

.NoWrapContent
{
    white-space: nowrap;
}

.modalPopupFilterTable
{
    width: 100%;
}