    table tr.addressInfo {
    display: none;
    }
    table.showAddressInfo tr.addressInfo {
    display: table-row;
    }
    table tr.dailyInfo {
    display: none;
    }
    table.showDailyInfo tr.dailyInfo {
    display: table-row;
    }
    table tr.weeklyInfo {
    display: none;
    }
    table.showWeeklyInfo tr.weeklyInfo {
    display: table-row;
    }
    table tr.dateOfMonthInfo {
    display: none;
    }
    table.showDateOfMonthInfo tr.dateOfMonthInfo {
    display: table-row;
    }
    table tr.dayOfMonthInfo {
    display: none;
    }
    table.showDayOfMonthInfo tr.dayOfMonthInfo {
    display: table-row;
    }
    .btnstyle {
      font-family: Verdana, Geneva, sans-serif;
      font-size: 12px;
      color: black;
      padding: 5px 10px 5px 10px;
      border: solid 1px #CCC;
      background: #FFEBD9;
      text-shadow: 0px 1px 0px #000;
      width: 100px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      box-shadow: 0 1px 3px #111;
      -moz-box-shadow: 3px 3px 1px #999;
      -webkit-box-shadow: 3px 3px 1px #999;
      cursor: pointer;
    }
    .btnstyle:hover {
      background: #6F4E37;
      color: #FFF;
    }
    .rbtnstyle {
    }
    .chkboxstyle {
    }
    .textboxstyle {
    }
    .txareastyle {
    }
    .pulldownstyle {
    }
    div.pagecontainer {
      display:none;
    }
    div.head{
      padding-top: 50px;
      width: 900px;
      padding: 0px;
      border: 0px solid gray;
      background-color: #6F4E37;
      margin: 0px;
      text-align: center;
      box-shadow: 2px 0px 5px #888888;
    }
    div.foot{
      padding-bottom: 50px;
      width: 885px;
      padding: 0px;
      border: 0px solid gray;
      background-color: #6F4E37;
      margin: 0px;
      text-align: left;
      box-shadow: 2px 2px 5px #888888;
    }
    div.main{
      width: 900px;
      padding: 0px;
      border: 0px solid gray;
      background-color: #FFFEFD;
      margin: 0px;
      text-align: center;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 3px 0px 5px #888888;
    }
    div.copyrt{
      width: 900px;
      padding: 0px;
      border: 0px solid gray;
      margin: 0px;
      text-align: left;
      font-size: 10px;
      padding-top: 0px;
      margin-left: auto;
      margin-right: auto;
    }
    span.reqlbl{
      margin: 0px;
      text-align: left;
      color: #FF0000;
    }
    span.lbl{
      color: #000000;
      font: 14px/30px "Times New Roman",Times,serif;
    }
    span.titlelbl{
      padding: 0px;
      margin: 0px;
      text-align: top;
      color: #000000;
      font: normal bold 16px/30px "Times New Roman",Times,serif;
    }
    p{
      text-align: center;
      max-width: 900px;
      left: 50px;
      right: 50px;
    }
    p.clcopyrt{
      text-align: left;
      max-width: 900px;
    }

    .calendar-box {
    	display:none;
    	background-color:#fff;
    	border:1px solid #444;
    	position:absolute;
    	width:250px;
    	padding: 0 5px;
    }
    .calendar-box select.calendar-month {
            width:90px;
    }
    .calendar-box select.calendar-year {
            width:70px;
    }
    .calendar-box .calendar-cancel {
            width:100%;
    }
    .calendar-box table td {
            width:14%;
    }
    .calendar-box .calendar-title {
            text-align:center;
    }
    .calendar-box a {
            text-decoration:none;
    }
    .calendar-box .today a {
            padding:0 5px;
            margin-left:-5px;
            background-color:#ffe9c6;
    }
    .calendar-box .selected a {
            padding:0 5px;
            margin-left:-5px;
            background-color:#c9ff8b;
    }
