@charset "utf-8";
/* CSS Document */

.twoColFixRtHdr #container #mainContent #guestLeft {
	font-size: 100%;
	margin-top: 0;
	margin-right: 420px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#guestLeft .center {
	text-align: center;
}
#guestLeft .greenfee {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6D6D6;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	background-color: #F7F7F7;
}
#guestLeft .feeRow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	background-color: #F7F7F7;
}

.twoColFixRtHdr #container #mainContent #guestLeft table {
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 10px;
}
#guestLeft table .hotelName {
	font-weight: bold;
	width: 100px;
}



.twoColFixRtHdr #container #mainContent #guestMiddle {
	float: right; /* since this element is floated, a width must be given */
	width: 400px;
	margin-right: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
	padding-left: 5px;
}

