div#calendarcontainer
{
	width:570px;
	height:230px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:20px;
	font-size:12px;
	color:black;
	margin-left:auto;
	margin-right:auto;
}

div#calendarcontainer img
{
	border:0;
}

div#calmonthscontainer
{
	width:440px;
	float:left;
	height:165px;
}

div#calendarprev
{
	height:45px;
	padding-top:45px;
	float:left;
	width:29px;
}

div#calendarnext
{
	height:45px;
	padding-top:45px;
	float:right;
	width:29px;
}

div#calendarleftmonth
{
	height:100%;
	float:left;
	width:49%;
}

div#calendarrightmonth
{
	height:100%;
	float:right;
	width:49%;
}

div.tableholder
{
	float:left;
}

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

.calendar-month
{
	font-size:13px;
	font-weight:bold;
	background-color:#999999;
	color:black;
	font-style:normal;
}

th
{
	font-size:13px;
	background-color:#bbbbbb;
	color:black;
	font-style:normal;
}

td
{
	text-align:center;
	font-size:12px;
	background-color:#dddddd;
	color:black;
	font-style:normal;
	font-weight:normal;
}

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

td.bookedday
{
	background-color:#004ab0;
	color:#ffffff;
	text-decoration:line-through;
}
@media print {
td.bookedday
{
	color:#FF0000;
}
}

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

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

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

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

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