﻿
.SectionDisplayChange
{
    cursor: pointer;
}
.SectionDisplayChange:hover
{
    text-decoration: underline;
}
.SectionDisplayIndicator
{
}
.SectionExecuteChange
{
    cursor: pointer;
}
.SectionHeaderText
{
    cursor: pointer;
}
.SectionHeaderText:hover
{
    text-decoration: underline;
}
.SectionExecuteIndicator
{
}
.SectionExecute
{
    font-weight: bold;
}

/********************************************************************/

.Detail
{
    width:100%;
}
.DetailTitle
{
    padding-right: .5em;
    padding-top: .25em;
    padding-bottom: .25em;
}
.DetailSubTitle
{
    padding-left: 1em;
    font-size:  smaller;
}
.DetailEntry
{
    padding-right: .5em;
    padding-top: .25em;
    padding-bottom: .25em;
}
.DetailDivider
{
    min-width: 1em;
    min-height: 1em;
}

.DetailEntry > input[type="checkbox"]
{
    padding: 0em;
}
.DetailEntry > div > .List
{
    padding: 0em;
}
.DetailEntry > input[type="image"]
{
    padding: 0em;
    margin: 0em;
}
.DetailEntry *[disabled="disabled"]
{
    background-color: #e7f3fb;
}

/********************************************************************/

.EntryWithIconEntry
{
    padding-right: 0em;
    margin-right: 0em;
    vertical-align: middle;
}
.EntryWithIconIcon
{
    padding-left: 0em;
    margin-left: 0em;
    vertical-align: middle;
}
.EntryGroup
{
    border: thin solid #6f8fa5;
    
    padding: .5em;
}

.AutoComplete
{
}
.NumericEntry
{
    text-align: right;
    
    width: 8em;
}
.DateEntry
{
    width: 8em;
}
.SearchControl
{
    font-style: italic
}

input[disabled=disabled][type=image]
{
    opacity: 0.4;
    filter: alpha(opacity=40);
}
img[disabled=disabled]
{
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.DividerBar
{
    margin-left: .5em;
    margin-right: .5em;
    
    height: 1px;
}

/********************************************************************/

.ListIcon
{
}
.ListText
{
    width: 100%;
}
.List
{
    background-color: #CAE4F7;
    
    width: 100%;
}

.ListItem
{
}
.ListItem td > a
{
    text-decoration: none;

    margin-right: .5em;
    margin-left: .5em;
}
.ListItem td > a:hover
{
    text-decoration: underline;
}

.ListSelectedItem
{
}
.ListSelectedItem td
{
    color: Blue;
}

#DrugList, #AllergyList, #ConditionList
{
    vertical-align: top;
}

/********************************************************************/

.ScenarioMaintenance
{
}
#CopyToSectionDetail > td
{
    padding-bottom: 1em;
    padding-top: 1em;
}

/********************************************************************/

.InteractionsExecuteIndicator
{
}

/********************************************************************/
/* JQuery UI                                                        */
/********************************************************************/

.ui-datepicker-trigger 
{ 
    width: 1.5em;
    height: 1.5em;
    
    vertical-align: middle; 
}

.ui-autocomplete
{
    white-space: nowrap;
}
.ui-autocomplete-loading
{
	background: url('../images/Working.gif') right center no-repeat;
}
