body {
	background-color: #E6E6E6;
}

div,ul,ol,li,dl,dt,dd,h1,h3,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,td,a
	{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
		sans-serif, Geneva, Arial;
	font-size-adjust: none;
	font-style: normal;
	color: #444444;
}

h2 {
	font-size: 25px;
	color: #336699;
	margin-top: 5px;
	margin-bottom: 2px;
}

h3 {
	font-size: 18px;
	color: #CC6600;
	margin-top: 5px;
	margin-bottom: 10px;
}

h4 {
	font-size: 15px;
	color: #336699;
}

h5 {
	font-size: 15px;
	color: #008040;
	margin-top: 5px;
	margin-bottom: 10px;
}

.shizenkan {
	color: #008040;
}

td {
	font-size: 13px;
}

li {
	font-size: 13px;
}

a:link {
	font-size: 13px;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	font-size: 13px;
	color: #0000FF;
	text-decoration: none;
}

a:active {
	font-size: 13px;
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	font-size: 13px;
	color: #F3960B;
	text-decoration: underline;
}

.noborder {
	border: 0;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.left {
	text-align: left;
}

.centered {
	text-align: center;
	float: center;
	margin-left: auto;
	margin-right: auto
}

.right {
	text-align: right;
}

.padding-left {
	padding-left: 5px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.visu {
	border-style: none;
	background-color: #FFFFFF
}

.nowrap {
	white-space: nowrap;
}

/* To get Safari and Opera to wrap (#575) */
.wrap {
	word-wrap: break-word;
	white-space: pre-wrap;
}

.framed {
	margin-right: 0px;
	margin-top: 0px;
	float: left;
	background: #eeeeee;
	border: 1px solid #aaaaaa;
	font-size: 60px;
	line-height: 40px;
	padding: 5px;
}

.no-border {
	border-width: 0px;
}

.search-result-list {
	
}

.search-result-list TD.rich-table-cell {
	padding: 0;
	margin: 0;
	border-bottom: 0px solid #FFFFFF;
	border-width: 0 0 0 0;
	/* cursor:pointer; */
}

TABLE.no-border TBODY TR TD {
	border-width: 0px;
}

.framed-selected {
	background: #EEEEEE none repeat scroll 0 0;
	border: 1px solid #EF8822;
	float: left;
	font-size: 60px;
	line-height: 40px;
	margin-right: 0;
	margin-top: 0;
	padding: 5px;
}

.offer-header-left {
	color: #222222;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	width: 36%;
}

.offer-header-centre {
	color: #33BB33;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	width: 32%;
}

.offer-header-right {
	color: #222222;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	line-height: 18px;
	width: 32%;
}

.lower-link {
	color: #336699;
	font-size: 11px;
}

.menu-item {
	color: #336699;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: bold;
}

.info-messages {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	margin: 10px 0;
	padding: 5px 20px;
	border: 1px solid green;
	background-color: #EEFFEE;
	list-style-type: none;
}

.error-messages {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	margin: 10px 0;
	padding: 5px 20px;
	border: 1px solid red;
	background-color: #EEDDDD;
	list-style-type: none;
}

.warn-messages {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	margin: 10px 0;
	padding: 5px 20px;
	border: 1px solid orange;
	background-color: #FFEEEE;
	list-style-type: none;
}

/* YOUR BOOKING PAGE  */
.view-panel {
	border-width: 2px;
	border-color: #FFFFFF;
}

/* YOUR BOOKING PAGE  */
.panel-heading {
	float: left;
	font-size: larger;
	color: #666666;
}

/* YOUR BOOKING PAGE  */
.booking-panel-header {
	background-color: #FFFFFF;
	background-image: none;
	border: 0;
	border-color: eeeeee;
}

.fifty-percent {
	width: 50%;
}

/* To remove bgcolor for weekends, hide boundary dates, make sure that
    hover is enabled on weekends, and grey-out past class (RoomBoss class).
    Order is important! */
.rich-calendar-holly {
	background-color: #FFFFFF;
	color: #000000;
}

.rich-calendar-boundary-dates {
	color: #FFF;
}

.rich-calendar-hover {
	background-color: #DDD;
}

.rich-calendar-past {
	color: #DDD;
}

/* for #435 */
.rich-calendar-days {
	width: 35px;
}