﻿body
{
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    font-size: small;
    font-family: Verdana, Arial;
}

.tdHeaderButton
{
    font-size: x-small;
    color: white;
    font-family: Verdana, Arial;
    text-align: center;
    font-weight: bold;
}

.SelectionList
{
    width: 350px;
    clear: left;
    float: left;
    padding: 4px;
}
.SelectionListRight
{
    width: 350px;
    clear: right;
    float: left;
    padding: 4px;
}

.SelectionItem
{
    background-color: #E0D5CF;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

.SelectionHeader
{
    padding: 4px;
    font-weight: bold;
    background-color: #5D232D;
    color: White;
}
.SelectionDetail
{
    padding: 4px;
}
.SelectionContact
{
    padding: 4px;
    margin: 4px;
    background-color: #f5f5f5;
    font-size: x-small;
}
.SelectionNotes
{
    padding: 4px;
   
}
.SelectionNotesTextbox
{
    font-family: Verdana, Arial;
    width: 90%;
    font-size: small;
}
.SelectionTable
{
    
}
.SelectionColumn1
{
    font-weight: bold;
}
.SelectionColumn2
{
    

}
.SelectionColumn2Detail
{
        padding: 4px;
    margin: 4px;
    background-color: #f5f5f5;
    font-size: x-small;

}
.SelectionColumn3
{
    
}
.SelectionColumnHeader
{
    font-weight: bold;
    background-color: #f5f5f5;
}
.panelChooser
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
.ChooserTitle
{
    background-color: #5D232D;
    color: White;
}
.ChooserBody
{
    background-color: #E0D5CF;
}
.ChooserItem
{
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    margin: 4px;
    float: left;
    clear: none;
}
.ChooserPanelItems
{
    text-align: center;
}
.DummyButton
{
    display: none;
    visibility: hidden;
}
.ModalHolder
{
    z-index:5;
    width:expression(documentElement.clientWidth);
    height:expression(documentElement.clientHeight);
    position:absolute; 
    top:0px;
    left:0px;
            vertical-align: middle;
    text-align: center;
}
html>body .ModalHolder
{
    z-index:5;
    width: 100%;
    height: 100%;
    position:fixed; 
    top:0px;
    left:0px;    
    vertical-align: middle;
    text-align: center;
}

.EditorPanelBG
{
    width:expression(documentElement.clientWidth);
    height:expression(documentElement.clientHeight);
    background-color:#000000;
    position:absolute; 
    top:0px;
    left:0px;
    z-index:20;
    filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}



html>body .EditorPanelBG
{
    width:100%;
    height:100%;
    background-color:#000000;
    position:absolute; 
    top:0px;
    left:0px;
    z-index:20;
    filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

.EditorContents
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 30;
    vertical-align: middle;
    text-align: center;
}
