/* Note: No STYLE tags required in file - implicit in LINK REL  */
/*    StyleSpinnersUK - folders - Graphics & Styles                                            */
/*    image url ../Graphics/etc../SSMenu.jpg   (../ = root folder  i.e. SiteSpinnersUK  */
/*    Stylesheet url (in html page) - Styles/SSstylesheet.css                                   */

HTML
      {
       scrollbar-face-color: white;
       scrollbar-arrow-color: #EE9200;
       scrollbar-base-color: white;
       scrollbar-shadow-color: black;
       scrollbar-dark-shadow-color: white;
       scrollbar-highlight-color: black;
       scrollbar-track-color: white;
       scrollbar-3d-light-color: white;
      }

BODY
      {
       background-color: white;
       background-image: none;
       background-repeat: norepeat;
       background-attachment: scroll;   /* fixed will hold the image on screen */
       background-position: 0% 0%;    /* see reference */
       }

.leftmenu 
      { 
       background-color:  #FFFFFF;      /* can also use colour name */ 
       background-image: url(../Graphics/All/SSMenu.jpg); /* Full Path if different directory */
       background-repeat: no-repeat;     /* default is repeat */ 
       background-position: 0px 0px;     /* top left */ 
       font-size: 10pt;
       }

.leftfill 
      { 
       background-color:  #FFFFFF;      /* can also use colour name */ 
       background-image: url(../Graphics/All/SSLeftFill.jpg); /* Full Path if different directory */
       background-repeat: repeat;
       }

.telephone 
      { 
       background-color:  #FFFFFF;      /* can also use colour name */ 
       background-image: url(../Graphics/All/SSLeftFill.jpg); /* Full Path if different directory */
       background-repeat: repeat;
       color: #ffffff;
       font-size: 12px;
       font-weight: bold;
       }

.trailer 
      { 
       background-color:  #E0F45C;      /* can also use colour name */ 
       color: red;
       font-size: 10px;
       }

a.menu:link { color: #4C4C06; font-weight: bold; text-decoration: none; }
a.menu:visited { color: #4C4C06; font-weight: bold; text-decoration: none; }
a.menu:hover { color: red; font-weight: bold; text-decoration: none; }
a.menu:active { color: red; font-weight: bold; text-decoration: none; }

a.guidelink:link { color: #000000; font-size: 8pt; text-decoration: none; }
a.guidelink:visited { color: #000000; font-size: 8pt; text-decoration: none; }
a.guidelink:hover { color: #FF0000; font-size: 8pt; text-decoration: none; }
a.guidelink:active { color: #FF0000; font-size: 8pt; text-decoration: none; }

a:link { color: #0000FF; font-weight: normal; }
a:visited { color: #0000FF; font-weight: normal; }
a:hover { color: red; font-weight: normal; }
a:active { color: red; font-weight: normal; }

.headtext
       {
       color: #CCCC00;
       margin-top: -28px;
       margin-left: 0px;
       font-size: 24px;
       font-family: Arial Narrow;
       }

.headshadow
       {
       color: black;
       margin-left: 2px;
       font-size: 24px;
       font-family: Arial Narrow;
       }

.headtxsmall
       {
       color: #CCCC00;
       margin-top: -21px;
       margin-left: 0px;
       font-size: 18px;
       font-weight: bold;
       font-family: Arial Narrow;
       }

.headshsmall
       {
       color: black;
       margin-left: 1px;
       font-size: 18px;
       font-weight: bold;
       font-family: Arial Narrow;
       }

.labeltext
      { 
       background-color:  #B7BF48;      /* can also use colour name */ 
       background-position: 0px 0px;     /* top left */ 
       font-size: 8pt;
       }

.parabox
      { 
       border-style: solid;
       border-width: 1px;
       border-color: black;
       color: black;
       font-size: 8pt;
       }

.guidebg
      { 
       background-color:  #FFFFFF;      /* can also use colour name */ 
       background-image: url(../Graphics/All/GuideBG.gif); /* Full Path if different directory */
       background-repeat: no-repeat;
       color: black;
       font-size: 8pt;
       font-weight: bold;
       }

.attention
      { 
       border-style: solid;
       border-width: 1px;
       border-color: black;
       font-size: 8pt;
       font-weight: bold;
       background-color:  #B7BF48; 
      }

.inputbox
      {
       font-size: 9pt;
       color: black;
       font-weight: bold;
       font-family: Arial;
       height: 20px;
       background-color: #DBEB41;
      }

.RateItBtn
      {
       font-size: 9pt;
       color: black;
       background-color: #DDEB41;
       font-weight: bold;
       font-family: Arial;
       height: 20px;
      }