/******************************************************************************

  Script    :   harrys_std_styles.css
  Author    :   C.E. Berry
  Version   :   1.0
  Notes     :   CSS Stylesheet for harrys website

                All material contained within is the intellectual property of
                SysExcel Ltd. and as such may not be reproduced in any way
                shape or form without the prior consent of SysExcel Ltd.

******************************************************************************/

/*  Styles for default page elements e.g. anchors, body etc.  */

body                               {background-color: #FAEBBE;
                                    color: #000000;
                                    font-family: Verdana, Helvetica, sans-serif;
                                    font-size: 8pt;
                                    margin-top: 0px;
                                    margin-bottom: 0px;
                                    margin-left: 0px;
                                    margin-right: 0px;}

h3                                 {color: #000000;
                                    font-family: Arial, Helvetica, sans-serif;
                                    font-size: 14pt;
                                    margin-bottom: 5px;}

h4                                 {color: #970303;
                                    font-family: Arial, Helvetica, sans-serif;
                                    font-size: 12pt;
                                    margin-bottom: 5px;
                                    margin-top: 5px;}

b                                  {color: #000000;
                                    font-weight: bold;}

table,td                           {color: #000000;
                                    font-family: Verdana, Helvetica, sans-serif;
                                    font-size: 8pt;}

a                                  {color: #600216;
                                    font-family: Verdana, Helvetica, sans-serif;
                                    font-weight: normal;
                                    font-size: 8pt;}

a:link                             {color: #600216;
                                    text-decoration: none;}

a:active                           {color: #600216;
                                    text-decoration: none;}

a:visited                          {color: #600216;
                                    text-decoration: none;}

a:hover                            {color: #600216;
                                    text-decoration: underline;}

form                               {margin-top: 0px;
                                    margin-bottom: 0px;}

input,textarea,select              {background-color: #1C3901;
                                    color: #FFFFFF;
                                    font-family: Verdana, Helvetica, sans-serif;
                                    font-size: 8pt;
                                    border-width: 1px 1px 1px 1px;
                                    border-color: #000000;}

/*  Common styles  */

.harrysdarktext                    {color: #000000;}

.harrysblackline                   {background-color: #000000;}

.harryspagebackground              {background-color: #5B6E49;}

.harryspanelbackground             {color: #000000;
                                    background-color: #FADC82;}

.harrysjustifiedtext               {color: #000000;
                                    text-align: justify;}

.harrysjustifiedtextleft           {color: #000000;
                                    text-align: left;
                                    list-style-type: disc;}

.harrysjustifiedtexttight          {color: #000000;
                                    text-align: justify;
                                    margin-top: 0px;
                                    margin-bottom: 4px;}

a.harryslargelink                  {color: #000000;
                                    font-family: Verdana, Helvetica, sans-serif;
                                    font-weight: bold;
                                    font-size: 10pt;}

a.harryslargelink:link             {color: #000000;
                                    text-decoration: none;}

a.harryslargelink:active           {color: #000000;
                                    text-decoration: none;}

a.harryslargelink:visited          {color: #000000;
                                    text-decoration: none;}

a.harryslargelink:hover            {color: #000000;
                                    text-decoration: underline;}

.harrysborderedimage               {border-color: #000000;
                                    border-width: 1px;
                                    border-type: solid;}

.harrysborderedimagepad            {border-color: #000000;
                                    border-width: 1px;
                                    border-type: solid;
                                    margin-left: 10px;
                                    margin-right: 10px;}

/*  Article styles  */

.harrysarticletitle                {color: #000000;
                                    font-family: Arial, Helvetica, sans-serif;
                                    font-weight: bold;
                                    font-size: 18pt;}

.harrysarticletitletd              {padding-bottom: 10px;}

/*  Footer styles  */

.harrysfootertext                  {color: #FFFFFF;
                                    font-family: Verdana, Helvetica, sans-serif;
                                    font-size: 8pt;
                                    margin-bottom: 0px;
                                    margin-top: 0px;}

a.harrysfootertext                 {color: #FFFFFF;
                                    font-family: Verdana, Helvetica, sans-serif;
                                    font-weight: normal;
                                    font-size: 8pt;}

a.harrysfootertext:link            {color: #FFFFFF;
                                    text-decoration: none;}

a.harrysfootertext:active          {color: #FFFFFF;
                                    text-decoration: none;}

a.harrysfootertext:visited         {color: #FFFFFF;
                                    text-decoration: none;}

a.harrysfootertext:hover           {color: #FFFFFF;
                                    text-decoration: underline;}

/*  Booking form  */

.harrysbookingformlabel            {font-family: Verdana, Helvetica, sans-serif;
                                    font-size: 11pt;
                                    font-weight: bold;
                                    color: #000000;
                                    padding-top: 7px;}