body{
	margin-top: 0px;
	margin-left: 0px;
}
#bkw_container{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	overflow: hidden;
}
.bkwidget_view{
	border: none;
}
#bkwidget_display{
	font-size: 10px;
}
.bkw_image{
	border: 1px solid #88CC88;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	margin-right: 1px;
	margin-bottom: 1px;
	float: left;
}
.bkw_bookoo{
	border: 1px solid #88CC88;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align: center;
	background-color: #C9FFA3;
	float: left;
}
.bkw_imageThumb{ 
   position: relative; 
   width: 100%;
}
.bkw_price{ 
	color: green;
	position: absolute; 
	top: 0%; 
	left: 0; 
	width: 100%; 
	background-color: #C9FFA3;
	text-align: center;
}
#canvas_container{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.selectedbutton{
	text-align: center;
	width: 18px;
	margin-top: 2px;
	float: left;
	height: 15px;
	border: 1px solid orange;
	margin: 2px;
	color: #ffffff;
} 
.selectedbutton a{
	background-color: yellow;
	text-decoration: none;
	display: block;
	height: 100%;
	color: black;
}
.selectedbutton a:visited{
	text-decoration: none;
	color: black;
}
.selectedbutton a:link{
	text-decoration: none;
	color: black;
}
.selectedbutton a:hover{
	text-decoration: none;
	color: black;
}

.weekdaybutton{
	margin-top: 2px;
	text-align: center;
	width: 18px;
	float: left;
	height: 15px;
	border: 1px solid green;
	margin-left: 2px;
	color: white;
} 
.weekdaybutton a{
	background-color: #009C1F;
	text-decoration: none;
	height: 100%;
	display: block;
	color: white;
}
.weekdaybutton a:hover{
	color: white;
	background-color: #12CC2B;
	text-decoration: none;
}
.weekdaybutton a:visited{
	text-decoration: none;
	color: white;
}
.weekdaybutton a:link{
	text-decoration: none;
	color: white;
}
#instructions{
	margin-left: 15px;
    padding: 5px;
    width: 450px;
    margin-bottom: -10px;
    margin: 0 auto;
	
}
.styles{
	float: left;
	width: 83px;
	margin-right: 15px;
	border: 1px solid lightgray;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}