@import "menu.css";
@import "ui.base.css";
@import "ui.theme.css";
@import "jquery.autocomplete.css";
@import "../styles.css";
body{ font: 90.5% "Trebuchet MS", sans-serif; }
.headerQship {width:950px; margin:auto; background:url(/content/images/qship_logoOE.png) no-repeat; height:102px; overflow:hidden;}
/* Supplies */
.formAlternateRow
{
    background-color:#FFFFCC;
    color:#000;
    
}   
.supplyCategory{
    background-color:#fff;
    color:#000;
}

.supplyCategorySelected{
    background-color:yellow;
}
.headerText
{
     color:#000;
}
 .themeHeaderText
  {
      color:#000;
      font-size:large;
      font-family:Arial;
      font-weight:bold;
      padding-bottom:5px;
      border-bottom:1px solid black;
      width:100%;
      display:block;
  }