﻿p {
  font-family: Arial, Helvetica, sans-serif;
  color: #005393;
}

.radiobutton {
  font-family: Arial, Helvetica, sans-serif;
  color: #005393;
  font-size: 10pt;
}

.asplabel {
  font-family: Arial, Helvetica, sans-serif;
  color: #005393;
  font-size: 10pt;
}

.rentalgridfooter {
  background-color: #F7DFB5;
  color: #8C4510;
}

.rentalgridheader {
  background-color: #A55129;
  font-weight: bold;
  font-size: 10px;
  Color: White;
  text-align: center;
}

.rentalgridrow {
  color: #8C4510;
  background-color: #FFF7E7;
}

.rentalgridselectedrow {
  color: white;
  background-color: #738A9C;
  font-weight: bold;
}

.ModalPopupBG {
  background-color: #666699;
  filter: alpha(opacity=50);
  opacity: 0.7;
}

a:active {
  font-weight: bold;
  text-decoration: none;
  color: #005393;
}

a:link {
  font-weight: bold;
  text-decoration: none;
  color: #005393;
}

a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #005393;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #005393;
}



a img {
  border: none;
}

body {
  color: #005393;
  border-right: 0px;
  border-top: 0px;
  background: #fff fixed no-repeat center center;
  margin: 0px;
  border-left: 0px;
  border-bottom: 0px;
  letter-spacing: 0px;
}

.topline {
  width: 980px;
  margin: 0 auto;
  display: block;
  position: static;
  background: #FCFCFE;
  height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #005393;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tbprofile {
  border-style: Solid;
  border-width: 1px;
  border-color: #A90911;
}

.imgshadow_light {
  background: #FFFFFF;
  padding: 4px;
  border: 1px solid #777777;
  margin-top: 5px;
  -moz-box-shadow: 0px 0px 5px #666666;
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
  text-align: center;
}

#sunridge_content {
  width: 980px;
  background: #ffffff;
  margin: 0 auto;
  display: block;
  position:static;
}

#sunridge_footer {
  width: 980px;
  background: #ffffff;
  margin: 0 auto;
  display: block;
  position: static;
}

.validationError {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Red;
}

.footer {
  float: left;
  position: relative;
  width: 958px;
  background: #ffffff;
  border: 1px solid #E2E0EA;
  margin: 0px auto 0px auto;
  padding: 0px 10px 0px 10px;
}

  .footer p {
    font-family: Arial, Helvetica, sans-serif;
    color: #005393;
  }

  .footer .leftcol {
    float: left;
    border: 0px;
    position: relative;
    margin-left: 5px;
    width: 49%;
  }

  .footer .rightcol {
    float: right;
    border: 0px;
    position: relative;
    margin-left: 5px;
    width: 49%;
    z-index: 1;
  }


.suncontent {
  float: left;
  position: relative;
  width: 968px;
  background: #FCFCFE;
  border: 1px solid #E2E0EA;
  margin: 0px auto 0px auto;
  padding: 5px 5px 10px 5px;
}

  .suncontent p, .suncontent ul, .suncontent li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #005393;
    text-align: left;
  }



.suncontent_h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #005393;
  text-shadow: 1px 1px 1px #FFFFFF;
  border-bottom: 1px solid #005393;
  text-align: left;
  margin-top: 7px;
}

.suncontent_h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #005393;
  text-shadow: 1px 1px 1px #FFFFFF;
  border-bottom: 1px solid #005393;
  text-align: left;
  margin-top: 4px;
}


.suncontent label {
  float: left;
  display: block;
  text-align: left;
}
/* Column Sizes 
 
  
*/

.suncontent .col_1, .suncontent .col_2, .suncontent .col_3, .suncontent .col_4, .suncontent .col_5, .suncontent .col_6, .suncontent .col_75, .suncontent .col_25, .suncontent .col_20, .suncontent .col_30, .suncontent .col_05 {
  float: left;
  border: 0px;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.suncontent .col_20 {
  width: 20%;
}

.suncontent .col_05 {
  width: 1%;
}

.suncontent .col_30 {
  width: 32%;
}

.suncontent .col_25 {
  width: 25%;
}

.suncontent .col_75 {
  width: 75%;
}

.suncontent .col_1 {
  width: 16%;
}

.suncontent .col_2 {
  width: 33%;
}

.suncontent .col_3 {
  width: 50%;
}

.suncontent .col_4 {
  width: 66%;
}

.suncontent .col_5 {
  width: 83%;
}

.suncontent .col_6 {
  width: 100%;
}

.fullWithBorder {
  float: left;
  position: relative;
  width: 98%;
  border: 1px solid #E2E0EA;
  margin: 4px auto 4px auto;
  padding: 4px 6px 4px 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.suncontent .columnContent {
  border-style: none;
  border-color: inherit;
  border-width: 0px;
  width: 95%;
  float: left;
  position: relative;
  margin: 5px 5px 5px 5px;
  padding: 2px 2px 2px 2px;
  top: 0px;
  left: 0px;
  text-align: center;
}

/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge  */
.suncontent .firstcolumn {
  margin-left: 0; /* Clearing margin & left */
  clear: left;
}

/* Box styles */

.light_grey_box, .black_box, .dark_grey_box, .light_blue_box, .light_yellow_box, .dark_yellow_box, .off_white_box {
  color: #eeeeee;
  padding: 4px 6px 4px 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.off_white_box {
  background-color: #f6f6fd;
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}

.black_box {
  background-color: #000080;
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}

.light_grey_box {
  background-color: #E0E2FC;
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}

.dark_grey_box {
  background-color: #005393;
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}

.light_blue_box {
  background-color: #DADBFE;
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}

.light_yellow_box {
  background-color: #FFFFC0;
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}

.dark_yellow_box {
  background-color: #FDFE82;
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}


.light_grey_box, .black_box, .dark_grey_box p {
  font-size: 12px;
  line-height: 18px;
  margin: 4px 4px 4px 4px;
  margin-bottom: 10px;
  color: White;
}

.dark_yellow_box, .off_white_box p {
  font-size: 12px;
  line-height: 16px;
  margin: 2px 2px 2px 2px;
  margin-bottom: 6px;
  color: #005393;
}


.light_blue_box, .light_yellow_box p {
  font-size: 10px;
  line-height: 12px;
  margin: 2px 2px 2px 2px;
  margin-bottom: 6px;
}

table.PriceTable, table.PassTable {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
  border-color: #DDE0F1;
  border-width: 1px;
  border-style: solid;
  border-collapse: collapse;
  background-color: #FEFEEC;
}

  table.PriceTable td, table.PassTable td {
    border: 1px solid #DDE0F1;
    text-align: center;
  }

    table.PriceTable td p {
      margin-left: 3px;
      margin-right: 3px;
      margin-top: 0px;
      margin-bottom: 0px;
    }

    table.PassTable td p {
      margin-left: 3px;
      margin-right: 3px;
      margin-top: 0px;
      margin-bottom: 0px;
      font-size: 9pt;
      text-align: center;
      font-weight: bold;
    }


table.LessonTable {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
  border-color: #DDE0F1;
  border-width: 1px;
  border-spacing:;
  border-style: solid;
  border-collapse: collapse;
  background-color: #F4F8FC;
}

  table.LessonTable td {
    border-color: #DDE0F1;
    border-style: solid;
    border-width: 1px;
  }

    table.LessonTable td p {
      MARGIN-LEFT: 3px;
      MARGIN-RIGHT: 3px;
      MARGIN-TOP: 0px;
      MARGIN-BOTTOM: 0px;
    }

#loading-div-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  width: 100%;
  height: 100%;
}

#loading-div {
  width: 300px;
  height: 200px;
  background-color: #0c0b0b;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -100px;
}


.divLoading {
  left: 0;
  position: absolute;
  top: expression(window.scrollTop);
  width: 100%;
  height: 100%;
  z-index: 900;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  text-align: center;
  display: block;
}

.divCentre
{
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.dxRbList {
            border: none;
            margin: 1px;
        } 

