div.ratesTable{
	background-color: #fff;
	padding: 5px;
	margin: 0;
	width: 673px;
  height: auto;
  min-height: 196px;
	overflow: visible;
  border:1px solid #cccccc;
  border-bottom:1px solid #999999;
  border-right:1px solid #999999;
	float: none;
  -moz-border-radius-bottomleft:7px;
  -webkit-border-bottom-left-radius:7px;
  -moz-border-radius-bottomright:7px;
  -webkit-border-bottom-right-radius:7px;
  position: relative;
}
  div.ratesTable div,
	div.ratesTable table{
	  float: left;
		font-size: 12px;
		width: 100%;
		margin: 0;
		padding: 0;
		border: 1px solid #A7C7E6;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
		div.ratesTable table th.topLeft{
			-moz-border-radius-topleft: 7px;
			-webkit-border-top-left-radius: 7px;
			
		}
		div.ratesTable table th.topRight{
			-moz-border-radius-topright: 7px;
			-webkit-border-top-right-radius: 7px;
		}
		div.ratesTable table td.bottomLeft{
			-moz-border-radius-bottomleft: 7px;
			-webkit-border-bottom-left-radius: 7px;
		}
		div.ratesTable table td.bottomRight{
			-moz-border-radius-bottomright: 7px;
			-webkit-border-bottom-right-radius: 7px;
		}
		
	div.ratesTable tr.stripe{
		background-color: #EAF2F7;
	}
	div.ratesTable th{
		background-color: #A7C7E6;
		color: #fff;
		text-align: center;
		line-height: 18px;
		font-size: 12px;
		font-weight: bold;
		font-variant: small-caps;
        height:30px;

}
	div.ratesTable td{
		padding: 0 5px;
		line-height: 14px;
		background-color: transparent;
		border: none;
		font-size: 11px;
		line-height: 20px;
	}
	  div.ratesTable td.date{
      font-size: 11px;
      border-right:1px solid #add8e6;
      color:#003399;
      width:110px;
    }
    div.ratesTable td.roomtype{
      text-align: center;
      width:50px;
    }
    div.ratesTable td.desc{
      font-size: 12px;
      width: 280px;
    }
    div.ratesTable td.reddot{
      font-size: 20px;
      text-align: center;
      color: #f00;
      padding: 0 5px 0 0;
    }
    div.ratesTable td.nights{
      font-size: 9px;
      line-height: 11px;
      border-left: 1px solid #add8e6;
      width:40px
    }
    div.ratesTable td.price{
      font-size: 12px;
      width:44px;
    }
    div.ratesTable td.pax-desc {
      font-size: 13px;
      line-height:16px;
      padding:4px
    }
    div.ratesTable td.pax{
      font-size: 9px;
      line-height: 11px;
      text-align: center;
      padding: 0 5px 0 0;
      border-right: 1px solid #add8e6;
      width:40px
    }
    div.ratesTable a.button{
      display:block;
      width:60px;
      height:16px;
      text-decoration: none;
      cursor: pointer;
      background-position: 0 0;
    }
      div.ratesTable a.button:hover{
        background-position: 0 -16px;
      }
      
      div.ratesTable a.button.pps{
        background-image: url(../graphics/book-people.png);
      }
      div.ratesTable a.button.perroom{
        background-image: url(../graphics/book-room.png);
      }
      div.ratesTable a.button.lastminute{
        background-image: url(../graphics/book-now.png);
      }
      div.ratesTable a.button.enquiries{
        background-image: url(../graphics/enquiries.png);
      }
      div.ratesTable a.button.request{
        background-image: url(../graphics/request.png);
      }
      
  div.ratesTable div#messageBar{
    margin-top: 5px;
    background-color: #EAF2F7;
    width: 671px;
    min-height: 20px;
    position: absolute;
    bottom: 5px;
    left: 5px;
  }
    div.ratesTable div#messageBar p,
    div.ratesTable div#messageBar a{
      margin: 0 5px;
      text-decoration: none;
      font-size: 11px;
      line-height: 20px;
    }
    div.ratesTable div#messageBar a.more{
      background-image: url(../graphics/more-rates.png);
      height:16px;
      width:79px;
      background-position:top;
      float: right;
      margin:3px;
      display:block;
    }
    div.ratesTable div#messageBar a.more:hover {
      float: right;
      margin:3px;        
      background-image: url(../graphics/more-rates.png);
      height:16px;
      width:79px;
      background-position:bottom;
    }
  
  .flag {
    opacity: 0.5;
  }
  .flag:hover,
  .selected {
    opacity: 1;
  }