/* $CPCE_module_version = "1.0"; */
.RSRVcalhdr {
	text-align: right;
	vertical-align: bottom;
	width: 98%;
}
.RSRVcalftr {
	text-align: left;
	color: white;
}
.RSRVcheckres {
	font-style: italic;
}
.RSRVcheckres:hover {
	cursor: pointer;
}
.calendar {
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px;
	border-collapse: collapse;
	color: white;
}
.calendar td {
	width: 14.25%;
	height: 42px;
	border: solid 1px;
	padding: 2px;
	vertical-align: top;
}
.calblock {
	display: inline-block;
	width: 49%;
}
.RSRVcalarr {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font: Arial, sans-serif;
	font-size: 24px;
	text-align: center;
	color: white;
	background: #2a2f32;
	padding: 0;
	margin: auto;
}
.RSRVcalarr:hover {
	background: #23c8af;
}
.RSRVcalarr img {
/*
	display: inline;
	vertical-align: middle;
*/
	position: relative;  /* the above wouldn't work (it should) */
	top: 50%;            /* found this online... */
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pastdate {
	color: grey;
	font-style: italic;
}
.VIPAvail {
	background-color: DarkSlateGrey;
	cursor: pointer;
}
.VIPNote {
	width: 100%;
	text-align: center;
	font-style: italic;
	font-size: 9px;
}
.VIPResEntry {
	width: 50%;
	display: none;
	overflow: auto;
	position: absolute;
	top: 0px;
	left: 25%;
	background-color: white;
	color: black;
	padding: 3px;
	text-align: center;
	z-index: 1;
}
.xEntry {
	background: black;
	color: white;
	height: 15px;
	width: 15px;
	float: right;
	text-align: center; 
}
.xEntry:hover {
	background: #23c8af;
	cursor: pointer;
}
#res_lookup_tbl {
	padding: 0;
	border-collapse: collapse;
}
#res_lookup_tbl, #res_lookup_tbl tr, #res_lookup_tbl td {
	color: black;
	border-style: solid;
	border-width: 1px;
}
#res_entry_tbl, #res_lookup_tbl {
	width: 100%;
}
#res_entry_tbl td, .lookup_sub_tbl td {
	padding: 3px;
}
#res_entry_tbl tr td:first-of-type {
	width: 30%;
	text-align: right;
}
#res_entry_tbl tr td:last-of-type {
	width: 70%;
	text-align: left;
}
.lookup_sub_tbl {
	width: 100%;
}
.lookup_sub_tbl tr td:first-of-type {
	width: 38%;
	text-align: right;
}
.lookup_sub_tbl tr td:last-of-type {
	width: 62%;
	text-align: left;
}
.lookup_sub_tbl tr td:last-of-type {
}
.lookup_sub_tbl tr, .lookup_sub_tbl td {
	border-collapse: collapse;
}
.lookup_sub_btn {
	width: 35%;
	vertical-align: middle;
	text-align: center;
}
@media only screen and ( max-width:640px ) {
	.calblock { display:inline; }
	.VIPResEntry {
		width: 100%;
		top: 0%;
		left: 0%;
	}
}
@media only screen and ( min-width:641px ) and ( max-width:927px ) {
	.calblock { display:inline; }
	.VIPResEntry {
		width: 100%;
		top: 0%;
		left: 0%;
	}
}
