/* --------------------- STUDIO CONNECTIONS STYLE SHEET --------------------- */
/*                                                                            */
/*    Description: Styles for Lower frame                                     */
/*         Client: Studio Connections                                         */
/*         Author: Colin Abrahams                                             */
/*      Copyright: Colin Abrahams, Studio Connections                         */
/*       Location: Central Coast, NSW, Australia                              */
/*        Version: SC-5.8                                                     */
/*   Last Updated: 04-03-2011                                                 */


@media all {

  body {
    margin: 0px;
    background: url("../Styles/BgLower.gif") no-repeat;
  }

  .BottLogo {
    padding: 2px 0px 2px 0px;
    line-height: 11px;
    color: #F04900;
  }

  .QuikMenu {
    position: absolute;
    left: 11px;
    top: 12px;
  }

  .QuikButton {
    float: left;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #000000;
  }

  .QuikButton a {
    float: left;
    background: url("BTP17R.gif") no-repeat;
    background-position: 100% 0px;
    text-decoration: none;
  }

  .QuikButton a.Dep {
    background-position: 100% -15px;
  }

  .QuikButton a .Span1 {
    float: left;
    background: url("BTP17L.gif") no-repeat;
    background-position: 0px 0px;
    padding: 2px 10px 2px 10px;
    cursor: pointer;
  }

  .QuikButton a.Dep .Span1 {
    background-position: 0px -15px;
    padding: 3px 9px 1px 11x;
  }

  .QuikLogo small {                                 /* Small and Bold in HTML */
    margin: 0px 0px 0px 340px;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;
    color: #CC3300;
  }

  .QuikMenuSep {
    display: none;
  }

}
