/* --------------------- STUDIO CONNECTIONS STYLE SHEET --------------------- */
/*                                                                            */
/*    Description: Styles common to all main pages                            */
/*         Client: Studio Connections                                         */
/*         Author: Colin Abrahams                                             */
/*      Copyright: Colin Abrahams, Studio Connections                         */
/*       Location: Central Coast, NSW, Australia                              */
/*        Version: SC-5.8                                                     */
/*   Last Updated: 01-11-2011                                                 */


@media all {

  body {
    background-color: #FFFFFF;
  }

  hr {
    display: none;
  }

  h1 {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 4px 0px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #000000;
    font-size: 24px;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    color: #666C99;
  }

  h2 {
    margin: 0px 0px 1.5em 0px;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #CC9900;
  }

  h3 {
    margin: 0px 0px 0.5em 0px;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 0.81em;
    font-weight: bold;
    color: #264CBF;
    color: #CC3300;
  }

  h4 {
    margin: 0px 0px 0.5em 0px;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 0.69em;
    font-weight: bold;
    color: #000000;
  }

  p, li {
    margin: 0px 0px 0.5em 0px;
  }

  p, .Norm {
    font-family: "Palatino Linotype", tahoma, arial, helvetica, sans-serif;
    font-size: 0.75em;
    color: #000000;
  }

  big {
    font-size: 120%;
  }

  small {
    font-size: 83%;
  }

  p a, blockquote a, .Norm a {
    font-size: 0.9em;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-weight: bold;                            /* Normal weight by default */
    text-decoration: none;                           /* Underlined by default */
    color: #666C99;
  }

  p a:hover, blockquote a:hover, .Norm a:hover, .Caption a:hover,
   .Waffle a:hover {
    text-decoration: underline;
    color: #CC9900;
  }

  ol, ul {
    margin: 0px 0px 0px 20px;
  }

  ul {
    list-style-image: url("DotGold.gif");
  }

  blockquote {
    margin: 1.5em 0px 0.5em 0px;
    background: url("../Styles/BgBlockquote.gif") no-repeat;
    background-position: 22px 0px;
    padding: 9px 30px 15px 60px;
    font-family: "comic sans ms", cursive;
    font-size: 0.75em;
    color: #806040;
  }

  pre {
    margin:  0.5em 0px 1em 0px;
    background-color: #E0E0E0;
    padding: 0.5em 15px 0.5em 15px;
    font-family: "courier new", courier, monospace;
    font-size: 0.75em;
    color: #1F3D99;
  }

  form {
    margin: 0;
    padding: 0;
  }

  code {
    font-family: "courier new", courier, monospace;
    color: #1F3D99;
  }

  .Button {
    float: left;
  }

  .Button a {
    float: left;
    text-decoration: none;
    cursor: pointer;
  }

  .Button a .Span1 {
    float: left;
    background: url("../Styles/BTRP16L.gif") no-repeat;
    background-position: 0px 0px;
    padding-left: 7px;
  }

  .Button a.Sel .Span1 {
  }

  .Button a.Dep .Span1 {
    background-position: 0px -16px;
  }

  .Button a .Span2 {
    float: left;
    background: url("../Styles/BTRP16R.gif") no-repeat;
    background-position: 100% 0px;
    padding: 2px 7px 2px 0px;
    line-height: 12px;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666C99;
  }

  .Button a.Sel .Span2 {
    color: #000000;
  }

  .Button a.Dep .Span2 {
    background-position: 100% -16px;
    padding: 3px 6px 1px 1px;
    color: #000000;
  }

  .Caption b {                                                /* Bold in HTML */
    font-family: "arial narrow", tahoma, arial, helvetica, sans-serif;
    font-size: 0.69em;
    font-weight: bold;
    color: #000000;
  }

  .CaptionBullet b {                                          /* Bold in HTML */
    line-height: 0.83em;
    font-family: "arial narrow", tahoma, arial, helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #CC3300
  }

  .Caption a, CaptionBullet a {
    font-weight: bold;                            /* Normal weight by default */
    text-decoration: none;                           /* Underlined by default */
    color: #666C99;
  }

  .Data {
    font-family: "lucida console", "courier new", courier, monospace;
    font-size: 0.75em;
    color: #000000;
  }

  .Footer {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #000000;
    padding-top: 5px;
  }

  .FootWaffle small b {                                       /* Bold in HTML */
    font-family: "arial narrow", tahoma, arial, helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px; 
    color: #000000;
  }

  .FootInfo small {                                         /* Italic in HTML */
    font-family: "arial narrow", tahoma, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 11px; 
    color: #1F3D99;
  }

  .FootLogo small {                                           /* Bold in HTML */
    margin: 5px 0px 0px 0px;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    color: #CC3300;
  }

  .FootSpace {
    line-height: 5px;
  }

  .Hilite b {                                                 /* Bold in HTML */
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 0.75em;
    color: #806040;
  }

  .LineSpHalf {
    font-size: 0.35em;
  }

  .Info small {                                             /* Italic in HTML */
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 9px;
    color: #0033CC;
  }

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

  .NavGuts {
    float: left;
    width: 671px;
    background: url("NavBar.gif") no-repeat;
  }

  .NavInfo {
    float: left;
  }

  .NavInfo a {
    float: left;
    text-decoration: none;
    cursor: pointer;
  }

  .NavInfo a span {
    float: left;
    padding: 2px 2px 2px 5px;
    line-height: 11px;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #666C99;
  }

  .NavInfo a.Sel span {
    color: #CC9900;
  }

  .NavInfo a.Dep span {
    padding: 3px 1px 1px 6px;
    color: #806040;
  }

  .NavInfo a.Act span {
    color: #806040;
  }

  .NavArrow {
    float: left;
    padding: 2px 0px 2px 0px;
    line-height: 11px;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #CC9900;
  }

  .NavPage {
    float: left;
    padding: 2px 0px 2px 1px;
    line-height: 11px;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #CC9900;
  }

  .NavMenu {
    float: right;
  }

  .NavFill {
    float: left;
    width: 5px;
    background: url("BTP17R.gif") no-repeat;
    background-position: 100% 0px;
    line-height: 15px;
    font-size: 5px;
  } 

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

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

  .NavButton a.Sel {
  }

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

  .NavButton a.Act {
  }

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

  .NavButton a.Sel .Span1 {
  }

  .NavButton a.Dep .Span1 {
    background-position: 0px -15px;
    padding: 3px 4px 1px 6px;
  }

  .NavButton a.Act .Span1 {
  }

  .NavButton a .Span2 {
    float: left;
    line-height: 11px;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #666C99;
  }

  .NavButton a.Sel .Span2 {
    color: #000000;
  }

  .NavButton a.Dep .Span2 {
    color: #000000;
  }

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

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

  .NavItem a.Sel {
  }

  .NavItem a.Dep {
    background-position: 100% -30px;
  }

  .NavItem a.Act {
    background-position: 100% -15px;
  }

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

  .NavItem a.Sel .Span1 {
  }

  .NavItem a.Dep .Span1 {
    background-position: 0px -30px;
    padding: 3px 4px 1px 6px;
  }

  .NavItem a.Act .Span1 {
    background-position: 0px -15px;
  }

  .NavItem a .Span2 {
    float: left;
    line-height: 11px;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #666C99;
  }

  .NavItem a.Sel .Span2 {
    color: #000000;
  }

  .NavItem a.Dep .Span2 {
    color: #000000;
  }

  .NavItem a.Act .Span2 {
    color: #000000;
  }

  .NavSep {
    display: none;
  }

  .NoteHead {                                                 /* Bold in HTML */
    background-color: #607960;
    padding: 3px 9px 2px 9px;
    font-family: "arial narrow", tahoma, arial, helvetica, sans-serif;
    font-size: 0.83em;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
  }

  .NoteBox {
    border-width: 1px;
    border-style: solid;
    border-color: #606960;
    background: url('FlyLight.gif');
    padding: 9px 9px 9px 9px;
  }

  .NoteBox p, .NoteBox .Norm, .NoteBox li {
    font-family: "comic sans ms", cursive;
    color: #606960;
  }

  .Notice b {                                                 /* Bold in HTML */
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #CC3300;
    padding: 5px 5px 5px 5px;
    font-family: "arial narrow", tahoma, arial, helvetica, sans-serif;
    font-size: 0.83em;
    font-weight: bold;
    color: #000000;
  }

  .Opening {
    font-size: 0.81em;
  }

  .Opening:first-letter {
    float: left;
    vertical-align: baseline;
    line-height: 32px;
    font-size: 42px;
    color: #CC3300;
  }

  .PanelHead {                                                /* Bold in HTML */
    background-color: #999999;
    padding: 3px 10px 3px 10px;
    font-family: "arial narrow", tahoma, arial, helvetica, sans-serif;
    font-size: 0.83em;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
  }

  .Panel {
    background-color: #E0E0E0;
    padding: 10px 10px 10px 10px;
  }

  .Panel h4 {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-family: "arial narrow", tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
  }

  .Panel p, .Panel .Norm, .Panel li {
    font-family: "arial narrow", tahoma, arial, helvetica, sans-serif;
    font-size: 0.69em;
    color: #000000;
  }

  .SCLogo big b {
    line-height: 19px;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    color: #0033CC;
  }

  .SC_ABN small b {
    line-height: 16px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
  }

  .SCName b {
    line-height: 16px;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
  }

  .Space5 {
    line-height: 5px;
    font-size: 3px;
  }

  .Space10 {
    line-height: 10px;
    font-size: 9px;
  }

  .Space15 {
    line-height: 15px;
    font-size: 12px;
  }

  .Space20 {
    line-height: 20px;
    font-size: 18px;
  }

  .Waffle small b {                                 /* Bold and small in HTML */
    font-family: "arial narrow", tahoma, arial, helvetica, sans-serif;
    font-size: 0.83em;
    font-weight: bold;
    color: #000000;
  }

   .WaffleBullet b {                                          /* Bold in HTML */
    line-height: 0.83em;
    font-family: "arial narrow", tahoma, arial, helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #CC3300
  }

  .Waffle a, WaffleBullet a {
    font-weight: bold;                            /* Normal weight by default */
    text-decoration: none;                           /* Underlined by default */
    color: #666C99;
  }

  .WrapRight {
    float: left;
    margin: 0px 15px 0px 0px;
  }

  .WrapLeft {
    float: right;
    margin: 0px 0px 0px 15px;
  }

}


/* Screen only styles ------------------------------------------------------- */

@media screen {

  .FootLogo {
    display: none;
  }

}


/* Print only styles ------------------------------------------------------- */

@media print {

  body {
    margin: 0;
  }

  #FootLink {
    display: none;
  }

  .NavBar {
    display: none;
  }

}
