﻿body {Font-Size: 9pt;
      Font-Family: Arial;
}
table {Font-Size: 9pt;
       font-family: Arial;
}

select {Font-Size: 9pt;
        font-family: Arial;
}

input {Font-Size: 9pt;
       font-family: Arial;
}
.blank {position: relative;
}

.header {background-color: #FFD24F;
         color: #EC1C24;
         font-weight: bold;
         height: 20px;
}

tr.hilite,
.DIYCombo:hover td {
  background-color: highlight;
  color: white;
}

TR.DIYComboHeadingGray {background-color:#F5F5F5 ; font-weight:bold}
TR.DIYComboHeadingBold {font-weight:bold}
TR.DIYComboSelectedItem {background-color:highlight; color: white}
 
div.DIYComboDivGroups {cursor:default;} 
table.DIYComboTable {Font-Size:9pt;}
table.DIYComboTableSmall {Font-Size:8pt;}

div.registerlabel
{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 15px;
  font-size: 8pt;
}

.modalBackground
      {
        background-color: gray;
        display: none;
        position: absolute;
        filter: alpha(opacity=10);
        opacity: 0.10;
        text-align: center;
      }

.nowrap
{
  cursor: default;
  text-decoration: none;
  font-size: 8pt;
}

span.mouseover
{
  cursor: pointer;
  text-decoration: underline;
  font-size: 8pt;
}

.typeaheadBusy 
      {
          background-color:Transparent;
          display:none;
          position:absolute;
          vertical-align:middle;
          text-align:center;
      }
      
