/* Modifications to this specific web page, as supplied by Analytical Systems Pty. Ltd.,    */
/* is only permitted for use with ResPAK Hospitality Management Program.                    */
/* All rights reserved. Copyright © 2007 Analytical Systems Pty. Ltd. Melbourne, Australia  */


/*** COMMON *********************************************************************************/

body {
  background: white;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: small;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
	}

A {
  color: lightblue;
  }

.container-body {
  background: white;
  color: black;
  width: 400px;
  height: 400px;
  position: absolute;
  top : 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -200px;
  text-align: left;
  line-height: 18px;
	}

.container-box {
  background: darkblue;
  color: yellow;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  padding: 5px;
  width: 390px;
  height: 20px;
  }

.container-rule-holder {
  clear: both;
  width: 400px;
  height: 3px;
  background: darkblue;
  line-height: 1px;
  font-size: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  }

.container-rule {
  float: left;
  width: 400px;
  height: 3px;
  background: lightgrey;
  line-height: 1px;
  font-size: 1px;
  }

.container-top {
  font-size: 12px;
  line-height: 14px;
  }

.container-bottom {
  height: 210px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 2px;
  }

.container-message {
  height: 35px;
  text-align: center;
  line-height: 16px;
  }

.container-button {
  float: left;
  width: 80px;
  height: 20px;
  }

.container-button-spacer {
  float: left;
  width: 230px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: yellow;
  font-weight: normal;
  }

.button {
  background: darkblue;
  color: yellow;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  height: 20px;
  width: 80px;
  }

.container-res-restaurant {
  clear: both;
  background: lightgrey;
  padding-left: 5px;
  padding-right: 5px;
  height: 18px;
  line-height: 18px;
  }

.container-res-mealperiod {
  float: left;
  width: 110px;
  padding-left: 5px;
  }

.container-res-date {
  float: left;
  width: 100px;
  }

.container-res-time {
  float: left;
  width: 90px;
  }

.container-res-partysize {
  float: left;
  padding-right: 5px;
  }

.select {
  width: 100%;
  color: darkblue;
  }

.caption {
  color: darkblue;
  font-size: small;
  }

.caption-error {
  color: red;
  font-size: small;
  }

.copyright {
  font-weight: bold;
  font-size: 10px;
  color: grey;
  line-height: 13px;
  padding-top: 0px;
  text-align: center;
  height: 15px;
  }

.ValidDateCell {

  }

.InvalidDateCell {
  color: lightgrey;
  }

.spacer-small {
  height: 2px;
  line-height: 2px;
  font-size: 2px;
  }

.spacer-medium {
  height: 4px;
  line-height: 4px;
  font-size: 4px;
  }


/*** SELECT.ASPX ****************************************************************************/

.container-header {
  float: left;
  width: 210px;
  }

.container-flags {
  float: right;
  height: 20px;
  width: 180px;
  font-size: 10px;
  color: white;
  }

.container-flag {
  float: left;
  width: 28px;
  height: 18px;
  padding: 1px;
  }

.container-flag-selected {
  background: yellow;
  float: left;
  width: 28px;
  height: 18px;
  padding: 1px;
  }

.container-restaurant {
  clear: both;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  }

#RestaurantSelect {
  height: 20px;
  }

#container-calendar {
  float: left;
  width: 160px;
  }

#CalendarSelect {
  height: 180px;
  font-size: x-small;
  font-weight: bold;
  }

#container-mealperiod {
  float: left;
  width: 120px;
  padding-right: 5px;
  padding-left: 5px;
  }

#container-timesegment {
  float: left;
  width: 100px;
}

#TimeSegmentSelect {
  height: 180px;
  }

A.ResType:link {
  color: blue;
  text-decoration: none;
  }

A.ResType:visited {
  color: blue;
  text-decoration: none;
  }

A.ResType:hover {
  color: lightblue;
  text-decoration: none;
  }

A.ResType:active {
  color: lightblue;
  text-decoration: none;
  }

/*** DETAILS.ASPX ***************************************************************************/

.container-detail {
  width: 100%;
  clear: both;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 16px;
  font-size: 15px;
  }

#container-title {
  float: left;
  width: 40px;
  }

#TextBoxTitle {
  width: 34px;
  height: 14px;
  font-size: 12px;
  }

#container-firstname {
  float: left;
  width: 155px;
  }

#TextBoxFirstName {
  width: 149px;
  height: 14px;
  font-size: 12px;
  }

#container-lastname {
  float: left;
  width: 195px;
  }

#TextBoxLastName {
  width: 189px;
  height: 14px;
  font-size: 12px;
  }

#container-phone {
  float: left;
  width: 195px;
  }

#TextBoxPhone {
  width: 189px;
  height: 14px;
  font-size: 12px;
  }

#container-mobile {
  float: left;
  width: 195px;
  }

#TextBoxMobile {
  width: 189px;
  height: 14px;
  font-size: 12px;
  }

#container-email {
  width: 390px;
  }

#TextBoxEMail {
  width: 384px;
  height: 14px;
  font-size: 12px;
  }

#container-occasion {
  float: left;
  width: 195px;
  }

#OccasionSelect {
  width: 193px;
  font-size: 12px;
  }

#container-referral {
  float: left;
  width: 195px;
  }

#ReferralSelect {
  width: 193px;
  font-size: 12px;
  }

#container-notes {
  width: 390px;
  }

#TextBoxNotes {
  height: 25px;
  width: 384px;
  font-size: small;
  }


/*** CONFIRM.ASPX ***************************************************************************/

.print-button {
  background: darkblue;
  color: yellow;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  height: 30px;
  width: 140px;
  }


/*** ERROR.ASPX *****************************************************************************/

.container-error {
  clear: both;
  padding: 5px;
  }

#TextBoxError {
  height: 100px;
  width: 384px;
  }
  
/**Message Popup ***/
#pnlMessage
{
    padding: 5px;
    border: dashed 1px #000;
    background-color: #fff;
}

#pnlMessage h2
{
    margin-top: 5px !important;
    color: #934B7D;
}

#pnlMessage a
{

    color: Blue;
}
