@charset "UTF-8";


body,td,th {
  color: #0f2c67;
}
body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 20px;  
  background-color: #FFF;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}


#logout{
  float: right;
  margin-right: 81px; 
  margin-top: 9px;
}



#mainskin {
  padding: 0px;
  width: 1024px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  min-height: 700px;
  background-image: url(images/club_bt_tpms/blue_waves_background.jpg);
  background-repeat: no-repeat;
  position: relative;
}
#mainskin #btlogo {
  position: absolute;
  left: 34px;
  top: 33px;
  height: 77px;
  width: 162px;
  background-image: url(images/club_bt_tpms/btlogo.gif);
}



/* The Styles for the 7 main progress Stages */

#mainskin #stages {
  position: absolute;
  height: 55px;
  width: 745px;
  left: 245px;
  top: 49px;
}
#mainskin #stages table {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
}
#mainskin #stages table tr td #stage1 {
  height: 44px;
  width: 44px;
  background-image:url(images/club_bt_tpms/stage1.gif);
  background-repeat: no-repeat;
}
#mainskin #stages table tr td #stage2 {
  height: 44px;
  width: 44px;
  background-image:url(images/club_bt_tpms/stage2.gif);
  background-repeat: no-repeat;
}
#mainskin #stages table tr td #stage3 {
  height: 44px;
  width: 44px;
  background-image:url(images/club_bt_tpms/stage3.gif);
  background-repeat: no-repeat;
}
#mainskin #stages table tr td #stage4 {
  height: 44px;
  width: 44px;
  background-image:url(images/club_bt_tpms/stage4.gif);
  background-repeat: no-repeat;
}
#mainskin #stages table tr td #stage5 {
  height: 44px;
  width: 44px;
  background-image:url(images/club_bt_tpms/stage5.gif);
  background-repeat: no-repeat;
}
#mainskin #stages table tr td #stage6 {
  height: 44px;
  width: 44px;
  background-image:url(images/club_bt_tpms/stage6.gif);
  background-repeat: no-repeat;
}
#mainskin #stages table tr td #stage7 {
  height: 44px;
  width: 44px;
  background-image:url(images/club_bt_tpms/stage7.gif);
  background-repeat: no-repeat;
}
#mainskin #stages table tr td #stage1 img {
  visibility: visible;
}
#mainskin #stages table tr td #stage2 img {
  visibility: visible;
}
#mainskin #stages table tr td #stage3 img {
  visibility: visible;
}
#mainskin #stages table tr td #stage4 img {
  visibility: visible;
}
#mainskin #stages table tr td #stage5 img {
  visibility: visible;
}
#mainskin #stages table tr td #stage6 img {
  visibility: visible;
}
#mainskin #stages table tr td #stage7 img {
  visibility: visible;
}

/* Above - End of Stages Styles */



/* Styling for Lefthand Flash Movie */

#mainskin #lefthandmovie {
  position: absolute;
  min-height: 279px;
  width: 254px;
  left: 8px;
  top: 125px;
  padding: 4px;
  text-align: center;
}
#mainskin #lefthandmovie #player {
  border: 4px solid #666;
}
#mainskin #lefthandmovie p {
  margin: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

/* End of Flash Movie above */



/* Main online form body area of page */

#mainskin #onlineform {
  width: 722px;
  padding-top: 128px;
  padding-left: 285px;
}
#mainskin #onlineform h2 {
  font-weight: bold;
  font-size: 19px;
  margin-top: 0px;
  padding-top: 0px;
}
#mainskin #onlineform table {
  font-size: 12px;
  line-height: 20px;
}
#mainskin #onlineform td{
  padding-left: 1px;
}
#mainskin #onlineform form table td {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 6px;
}
#mainskin #onlineform form table tr td table tr td {
  padding-left: 6px;
}
#mainskin #onlineform h3 {
  font-size: 14px;
}
table tr #leftpadding {
  padding-left: 3px;
}

.inputError ul{
  color: red;
  padding-left: 12px;
}

#continueButton{
  width:120px;
  height:43px;
  border:0; 
}

.singleMessage{
  padding-top: 160px;
  text-align: center;
  font-size: 2em;
  font-style: bold;
}
