	div#calendar *{
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}

	div#calendar table{
		border-collapse: collapse;
		float: left;
	}
    div#calendar table tr.hilight{
      background-color: #EAF2F7;
    }

		div#calendar table thead td,
		div#calendar table th{
			font-weight: normal;
			text-align: center;
			color: #000;
			font-weight: normal;
			font-variant: small-caps;
			}
			
		div#calendar th.month {
			font-weight: bold;
			color: #039;
			font-size: 12px;
			border-bottom: none;
		}
			
		div#calendar table thead td {
      font-weight: bold;
      color: #039;
      padding-right: 15px;
      overflow: visible;
      position: relative;
    }
    
    div#calendar table thead td span {
      position: absolute;
      font-weight: bold;
      color: #039;
      text-align: center;
      display: block;
      width: 165px;
      left: 0;
      margin: -15px 0 0 30px;
    }

		div#calendar table th{
			border-bottom: 1px solid #a8cdf8;
			font-size: 11px;
		}

		div#calendar table td a{
			display: block;
			text-align: center;
			line-height: 22px;
			width: 22px;
			float: left;
			margin: 0;
			color: #009;
			font-weight: normal;
			cursor: text;
		}

		div#calendar table td a.weekend{
			background-color: transparent;
		}

		div#calendar table td a.outOfMonth/*,
		div#calendar table td a.outOfMonth:hover*/{
			color: #bdd5ec;
			border-color: transparent;
			background-color: transparent;
		}

		div#calendar table td a.past,
		div#calendar table td a.past:hover{
			cursor: default;
			color: #add8e6;
		}

		div#calendar table td a.hidden{
			cursor: default;
		}

		div#calendar table td a.hidden:hover{
			background-color: inherit;
			color: inherit;
			border: inherit;
			width: inherit;
			line-height: inherit;
		}

		div#calendar table td a.blocked,
    div#calendar table td a.blocked:hover{
      background: url(../graphics/strikethro.png);
      color: #888;
      line-height: 20px;
      width: 20px;
      border: 1px solid #f00;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      cursor: help;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: normal;
    }	

	div#calendar ul{
		margin: 0 0 0 7px;
		border-style: none;
		padding: 0;
		float: left;
		width: 50px;
	}

	div#calendar li{
		list-style-type: none;
		margin: 0;
		padding: 0;
		float: left;
		width: 100%;
	}

		div#calendar li a,
		div#calendar li a:focus,
		div#calendar li a:active,
		div#calendar li a:link,
		div#calendar li a:visited{
			display: block;
			line-height: 15px;
			width: 100%;
			float: left;
      text-align: center;
			margin: 0 0 0 10px;
			color: #695555;
			border: none;
		}

		div#calendar li a.selected,
		div#calendar li a:hover{
			border: 1px solid #fff;
			-moz-border-radius: 7px;
			-webkit-border-radius: 7px;
			line-height: 13px;
			background-color: #678CAC;
			color: #fff;
			text-align: center;
			cursor: pointer;
		}

div#rateswrapper div#ratesTable{
	float: left;
	margin-left: 10px;
}
