/* CSS Document */

.bookTbl{
	border:1px solid #000000;
	background-image:url(/reservations/include/box_bg.gif);
	background-position:bottom right;
}
.bookTbl input.txt{
	font-weight:bold;
	border:1px solid #999999;
	background-color:#FFFFFF;
	padding:2px 0px 2px 2px;
}
.bookTbl input.txt2{
	font-weight:bold;
	border:1px solid #333333;
	background-color:#FFFFCC;
	padding:2px 0px 2px 2px;
}
.bookTbl input.coolSearch{
	background-image:url(/reservations/include/searchbutton.gif);
	background-color:transparent;
	width:75px;
	height:30px;
	border:none;
}
.bookTbl input.coolSearch2{
	background-image:url(/reservations/include/searchbutton2.gif);
	background-color:transparent;
	width:75px;
	height:30px;
	border:none;
}
.bookTbl .resHead{
	background-color:#000066;
	background-image:url(/reservations/include/booking_head_bg.jpg);
	background-position:top left;
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.displayRslts{
	border:thin solid #000;
}

.displayRslts td{
	background-color:#efefef;
	border:5px solid #ffffff;
	text-align:center;
}

.confirm{
	border:thin solid #000;
	text-align:center;
}
.confirmHead{
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}
.confirmDetails{
	font-weight:bold;
	text-decoration:underline;
}
.confirmInfo{
	text-align:left;
	background-color:#eeeeee;
}

.adminLeftTD {
	background-color:#000033;
	color:#FFFFFF;
	vertical-align:top;
}
.adminLeftTD a{
	color:#CCCCCC;
}

.calendar{
	border-top:1px solid #eadfc4;
	border-bottom:1px solid #eadfc4;
}
.calendar th{
	background-color:#eadfc4;
}
.calendar td{
	text-align:center;
	vertical-align:middle;
	background-color:#fffcf4;
	border:1px solid #fff;
}

.smCal{
	font-size:12px;
}

.grey{
	color:#999999;
}

.notes{
	font-size:10px;
	color:#333333;
}
.notes sup{
	font-size:9px;
	color:#FF0000;
}

.viewAllOrders th{
	background-color:#dddddd;
	font-weight:bold;
	border-bottom:1px solid #000;
	text-align:left;
}

.viewAllOrders td{
	background-color:#eeeeee;
	text-align:left;
	border-bottom:1px solid #cccccc;
}

