@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(../../images/qship_logo.png) no-repeat; height:102px; overflow:hidden;font-size:10px;}
/* Supplies */
.formAlternateRow
{
    background-color:#7d98b8;
    color:#000;
    
}   
.supplyCategory{
    background-color:#fff;
    color:#000;
}

.supplyCategorySelected{
    background-color:#0a246a;
    color:White;
}
.headerText
{
     color:#7d98b8;
}
  
.themeHeaderText
{
          color:rgb(153, 153, 255);
      font-size:large;
      font-family:Arial;
      font-weight:bold;
            padding-bottom:5px;
      border-bottom:1px solid black;
      width:100%;
      display:block;
}
