div.booking {
	background-color:#73040B;
	padding:10px;
}


table.booking {

	width:303px;
}
table.booking td {
	background-color:#590006;
	width:24px;
	vertical-align:middle;

}

table.booking td.active {
	background-color:#BF262B;
	text-align:center;

}
table.booking th{
	height:20px;
	text-align:center;
	color:#FFF;
	font-size:12px;
}


table.booking tr {
	height:24px;
}

div.weekination_right a {
	background-image:url(/_skins/base/images/arrow_right.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
	padding-left:20px;
	float:left;
	border-left:1px solid #FFF;

}
div.weekination_left a {
	background-image:url(/_skins/base/images/arrow_left.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:20px;
	margin-left:24px;
	float:left;

}


textarea {

	width:210px;
	height:80px;
}