﻿div.ListBoxContainer
{
    position: relative;
    width: 800px;
}

div.ListBoxHeading
{
    background-color: #003883;
    border-left: #003883 solid 1px;
    border-right: #003883 solid 1px;
    font-family: Verdana;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 8pt;
    padding-top: 2px;
    padding-bottom: 2px;
    z-index: 20;
}

div.ListBoxHeadingRow
{
    padding: 4px 4px 4px 4px;   
}

div.ListBoxContent
{
    overflow-y: scroll;
    height: 350px;
    width: 100%;
    position:relative;
    word-wrap: break-word;
    white-space: normal;   
    border: solid 1px black;
    background-color: White;
    padding: 0px 0px 0px 0px;
}

div.ListBoxMessage
{
    height: auto;
    padding: 10px 4px 10px 4px;
}

div.ListBoxContentItem
{
    color: Black;
    height: auto;
    padding: 10px 4px 10px 4px;
    border-bottom: dotted 1px #003883;
}

div.ButtonContainer
{
    float: right;
    padding: 6px 4px 6px 4px;   
}

.ListBoxContainerButton
{
    padding: 0px 2px 0px 2px;
    vertical-align: middle;    
}

div.ListBoxContentItemHover
{
    background-color: #EFEFEF;
}

span.SelectAll
{
    font-style: italic; 
    position: absolute; 
    right: 3px;
}

div.ui-selecting {
    background: #EFEFEF;
}

div.ui-selected  
{
    background: #97b1d0;
    color: Black;
}
	
