/* CSS for Display Calendar v2 */

div#calendarcontainer
{
	width:500px;
	height:308px;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:black;
	margin-left:auto;
	margin-right:auto;
}

div#calendarcontainer img
{
	border:0;
}

div.calmonthscontainer
{
	width:440px;
	display:inline;
	float:left;
	height:156px;
}

div#calendarprev
{
	height:125px;
	float:left;
	display:inline;
	width:29px;
}

div#calendarnext
{
	height:125px;
	float:right;
	display:inline;
	width:29px;
}

div.calendarleftmonth
{
	height:160px;
	float:left;
	width:49%;
}

div.calendarrightmonth
{
	height:160px;
	float:right;
	width:49%;
}

div.tableholder
{
	float:left;
}

div.checkboxes
{
	float:right;
	width:65px;
	height:100%;
}

.calendar-month
{
	font-size:10px;
	font-weight:bold;
	background-color:#658c49;
	color:white;
	font-style:normal;
	padding-top:3px;
	height:19px;
}

.calendar th
{
	font-size:12px;
	background-color:#88af75;
	color:white;
	font-style:normal;
	text-align:center;
}

.calendar td
{
	text-align:center;
	font-size:12px;
	background-color:white;
	color:#222222;
	font-style:normal;
	font-weight:normal;
}

.calendar caption
{
  height:20px;
}

td.colspan
{
	background-color:#ffffff;
}

td.freeday
{
	font-size:11px;
	border:1px solid #658c49;
}

td.bookedday
{
  background-color:#990000;
	color:#ffffff;
}

td.provday
{
	background-color:#aca684;
	color:#ffffff;
}

td.prevnextmonth
{
	background-color:#cccccc;
	color:#999999;
}

div#calendarkey
{
	width:370px;
	float:left;
}

div#calendarkey td.colspan
{
	font-size:0.9em;
}

div#bookbutton
{
	width:154px;
	float:right;
}

input.smcheck
{
	margin:0;
	padding:0;
	width:15px;
	height:15px;
	overflow:hidden;
	font-size:10px;
	vertical-align:top;
	line-height:15px;
}

span.pricelabel
{
	font-size:10px;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 440px;
    height: 31px;
}
.wraptocenter * {
    vertical-align: middle;
}

span#calendarnext
{
  margin-right:2px;
  float:right;
  clear:none;
}

span#calendarprev
{
  margin-left:2px;
  float:left;
}

span.captiontext
{
  float:left;
  width:118px;
  text-align:center;
  display:block;
}

