

/*
=== GENERAL STYLES ===
*/

* {
	font-family: Arial;
	font-size: 11px;
}

body, address, blockquote, dd, dl, dt, form, fieldset, h1, h2, h3, h4, h5, h6, html, li, ol, p, pre, ul {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

form label {
        cursor: pointer;
}

fieldset {
        border: none;
}

input, select, textarea {
        font-size: 100%;
}

li, ul {
	list-style-type: none;
}
.cleared {
	clear: both;
}

/*
=== LAYOUT CONTAINERS ===
*/
#mainContainer, #footerContainer {
	margin: auto;
	position: relative;
	width: 999px;
}
#mainContainer {
	border: 1px solid #d74119;
}

#headerContainer {
	position: relative;
	width: 100%;
	height: 107px;
}

#headerLogo {
	position: relative;
	width: 213px;
	height: 107px;
}

#headerBanner {
	position: absolute;
	right: 30px;
	top: 21px;
	width: 786px;
	height: 80px;
	text-align: right;
}

#headerBanner #contactNum {
	color: #d74119;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 16px;
}

#contactNum .explanationDigits {
	display: block;
	letter-spacing: 1px;
	font-size: 14px;
}

#headerLinksContainer {
	position: absolute;
	right: 0px;
	top: 80px;
	width: 786px;
	height: 27px;
	text-align: right;
	border-bottom: 2px solid #d74119;
}

#headerLinks {
	margin-right: 14px;
}

#headerLinks ul li {
	border-left: 1px solid #808080;
	display: inline;
}

#headerLinks ul li.first {
	border: none;
}

#headerLinks ul li a {
	color: #808080;
	font-weight: bold;
	font-size: 11px;
	padding: 0 16px;
	text-decoration: none;
}

#headerLinks ul li a:hover, #headerLinks ul li a.on {
	color: #d74119;
}

#mainNavContainer {
	position: relative;
	width: 999px;
	height: 47px;
}

#select #mainNavContainer, #reserve #mainNavContainer {
	position: relative;
	float: left;
	width: 586px;
	height: 47px;
}

#mainNav {
	position: relative;	
}

#mainNav ul li {
	float: left;
	margin: 17px 0 0 33px;
	padding: 0;
}

#mainNav a {
	color: #808080;
	font-family: serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 17px;
	text-decoration: none;
	text-transform: uppercase;
}

#mainNav a:hover, #mainNav a.on {
	background: transparent url(images/nav_arrows.gif) no-repeat left 50%;
	color: #d74119;
}

#graphicBannerContainer {
	position: relative;
	width: 999px;
	height: 71px;
	background-color: #666;
}

#home #graphicBannerContainer {
	height: 195px;
}

#mainContainer h1.banner {
	position: relative;
	
	color: #eee;
	font-family: georgia;
	width: 947px;
	margin: 0;
	background: transparent url(images/banner_blank.jpg) no-repeat top left;
	
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 4px;
	padding: 14px 0 16px 52px;
}

#dividerBarContainer {
	position: relative;
	width: 999px;
	height: 14px;
	background-color: #d74119;
}

#dividerBarContainerTwo {
	position: relative;
	width: 999px;
	height: 14px;
	background-color: #fff;
}

#mainBodyContainer {
	position: relative;
	width: 999px;
}

#mainContentContainer {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 809px;
}

#mainContent {
	color: #2b2f23;
	font-family: Arial;
	font-size: 13px;	
	margin: 31px 53px;
	position: relative;
}

.contentSection h2, .contentSection h3 {
	color: #d74119;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 10px 0;
}

.contentSection a {
	color: #d74119;
	font-weight: bold;
}

.contentSection .link a {
	color: #d74119;
	font-weight: bold;
}

#mainContent p {
	margin: 0 0 1em 0;
}

#mainContent #reqText {
	color: #d74119;
	font-size: 11px;
	margin: 1em 0;
	text-align: right;
}

#mainContent .reqIndicator {
	color: #d74119;
	font-size: 11px;
}

#mainContent .rankId{
	vertical-align: top;
}	

#mainContent .contentSection .link {	
	margin-top: 10px;
	text-align: right;
}

#hotelList {
	margin-top: 31px;
}

#hotelList #availIndicator {
	background: transparent url(images/bullet_hotelList.gif) no-repeat 0 5px;
	margin-bottom: 20px;
	padding-left: 10px;
}

#hotelList .hotelListCol {
	border-left: 1px solid #d74119;
	float: left;
	margin: 0;
	padding: 0 55px;
	width: 140px;
}

#hotelList .first {
	border: none;
	padding: 0 55px 0 5px;
}

#hotelList .hotelListCol h2 {
	background: transparent url(images/state_header_installations.gif) no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	height: 14px;
	letter-spacing: 1px;
	padding-left: 5px;
	width: 102px;
}

#hotelList .hotelListCol dl {
	margin: 5px 0;
	padding-left: 10px;
}

#hotelList .hotelListCol dl.available {
	background: transparent url(images/bullet_hotelList.gif) no-repeat 0 5px;	
}

#hotelList .hotelListCol .link {
	color: #d74119;
	text-align: right;
}

#hotelList .hotelListCol .link a {
	color: #d74119;
	font-size: 10px;
}

#mainContent .contentFormSection {
	margin-bottom: 31px;
}

.contentFormSection h2 {
	background: transparent url(images/form_header_blank.gif) no-repeat top left;
	color: #eee;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	height: 32px;
	letter-spacing: 2px;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0 35px;
	width: 665px;
}

.contentFormSection div {
	margin-top: 11px;
}

.contentFormSection label {
	display: block;
	float: left;
	margin-right: 11px;
	text-align: right;
	width: 10em;
}

#guestinformation label {	
	width: 10em;
}

#contactinformation label {	
	width: 10em;
}

#commentsfeedback label {	
	width: 10em;
}

#hotelstayinformation label {
	width: 20em;
}

#sideBar {
	float: left;
	position: relative;
	width: 180px;
}

#sideBarContent {
	left: 0;
	margin-left: 11px;
	position: absolute;
	top: 0;
	width: 180px;
}

#sideBarContent .firstImg {
	 margin-bottom: 125px;
}

#quickResContainer {
	float: left;
	width: 373px;
	padding: 0px;
	background-color: #d2d1bf;
}

#quickResSubContainer {
	position: relative;
	margin-top: 16px;
	margin-left: 27px;
	margin-bottom: 11px;
	text-align: left;
}

#quickResSubContainer h1 {
	font-weight: bold;
	font-size: 20px;
	color: #585d49;
	letter-spacing: 2px;
}

#installationSelection, #datesSelection, #nightsRoomsSelection {
	padding-bottom: 7px;
	text-align: left;
}

#travelTypeSelection {
	text-align: left;
}

#submitButton{
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
}

#cancelRes{
	text-align: right;
	padding-right: 20px;
	padding-top: 40px;
}

.contentCopy {
	line-height: 25px;
	text-align: left;
	color: #808080;
	font-size: 11px;
}

#datesSelection .contentCopy select{
	position: relative;
	top: -7px;
 }

.formContainerLeft {
	float: left;
}

.formContainerRight {
	float: right;
}

.formContainer {
	margin-right: 7px;
	display: inline;
	float: left;
	position: relative;
	text-align: left;
}

.formSubContainer {	
	text-align: left;
	position: relative;
	display: inline;
	float: left;
}

.formLabel {
	color: #808080;
	margin-bottom: 2px;
}

.quickRes11 {
	color: #808080;
	font-size: 11px;
	line-height: 1.1em;
}

.quickRes9 {
	color: #808080;
	font-size: 9px;
	line-height: 1em;
}

.quickRes10 {
	color: #808080;
	font-size: 10px;
	line-height: 1em;
}

#checkInMonthYear, #checkOutMonthYear {
	width: 83px;
}

#mapContainer {
	float: right;
	width: 626px;
	padding: 0px;
	background-color: #d2d1bf;
}

#priorityClubReservationContainer {
	float: right;
	text-align: right;
	margin-right: 20px;
	background: url(/cq/etc/media_library/co_branded/pal/cn/bkrds/pcr_backs.Par.0001.Image.gif) no-repeat top left;
	height: 150px;
	width: 360px;
}

#priorityClubReservationSelectContainer {
	float: right;
	text-align: right;
	margin-right: 20px;
	background: url(/cq/etc/media_library/co_branded/pal/cn/bkrds/pcr_backs.Par.0002.Image.gif) no-repeat top left;
	height: 105px;
	width: 360px;
}

#pClubInput {
	padding-bottom: 7px;
	text-align: left;
	position: relative;
	top: 100px;
	left: 30px;
}

.pcFormContainer {
	display:inline;
	float:left;
	margin-right:17px;
	position:relative;
	text-align:left;
}

.pcFormLabel {
	margin-left: 3px;
	color: #FFF;
}

#pclubSubmit {
	position: relative;
	top: 5px;
}

#progressBarContainer {
	float: left;
}

#hotelBrandBannerContainer {
	margin-top: 20px;
	height: 69px;
	width: 999px;
}

#hotelBrandBannerContainerLeft {
	float: left;
	height: 69px;
	width: 585px;
}

#hotelBrandBannerContainerRight {
	float: right;
	width: 414px;
	height: 69px;
	background: url(images/hotelBrandBannerCorner.gif) no-repeat top left;
	background-color: #828677;
}

.spacer {
	display: block;
	height: 47px;
}

#hotelBrandBannerContainerImage {
	height: 22px;
	background: url(images/greyBG.gif) repeat;
}

#hotelBrandBannerSubContainerLeft {
	float: left;
	width: 256px;
	margin-top: 15px;
}

#hotelBrandBannerSubContainerRight {
	float: right;
	margin-top: 8px;
	margin-right: 30px;
}

#hotelBrand {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: right;	
}

#hotelName {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #FFF;
	text-align: right;
}

#hotelBrandDividerBar {
	position: relative;
	width: 999px;
	height: 18px;
	background-color: #0c2862;
}

#hotelAddressContainer {
	float: left;
	width: 999px;
	background-color: #E5E4D9;
}
#hotelAddressSubContainer {
	position: relative;
	background-color: #E5E4D9;
	margin: 10px 0px 22px 45px;
}

.hotelName {
	font-size: 22px;
	color: #75777a;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
}

#hotelAddress {
	font-size: 12px;
	color: #75777a;
}

#reservationFormContainer {
	float: left;
	width: 999px;
	background-color: #d2d1bf;

}

.reservationFormSubContainer {
	margin: 15px 45px 0px 45px;
	background-color: #d2d1bf;
}

#reservationTermsContainer {
	background-color: #FFF;
	width: 800px;
	height: 105px;
	margin: 15px 0px 10px 45px;
}

#reservationTerms {
	position: relative;
	top: 15px;
	left: 15px;
}

.resDataField, .resBranchRankDataField {
	border-top: 1px solid #FFF;
	padding-bottom: 7px;
}

.resDoubleDataField {
	margin-left: 100px;
}
.resFormContainer {
	margin-right:17px;
}

.resFields {
	float:left;
	width: 275px;
}

.resLogo {
	float:right;
}	

.resContentTerms {
	float:left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}	

.resContentCopy {
	line-height: 25px;
	display: inline;
	float: left;
}

.resContent {	
	display: inline;
	float: left;
	line-height: 1.7em;
	margin-top: 3px;
	width: 250px;
}

.resFormLabel {
	width: 125px;
	text-align: right;
	margin-right: 10px;
}

#reservationFormContentContainer {
	margin: 10px 45px 0px 45px;
}

#resGuestContainer {
	float: left;
	background-color: #FFF;
	width: 444px;
}

#branchType {
	margin-right: 10px;
	margin-bottom: 7px;
}

#resGuestHeaderContainer, #resAdditionalGuestHeaderContainer {
	background: url(/cq/etc/media_library/co_branded/pal/cn/bkrds.Par.0003.Image.gif) no-repeat top left;
	width: 444px;
	height: 32px;
}

.resGuestFooterContainer {
	background: url(/cq/etc/media_library/co_branded/pal/cn/bkrds.Par.0001.Image.gif) no-repeat bottom left;
	width: 444px;
	height: 32px;
}

#resRoomContainer {
	float: right;
	background-color: #FFF;
	width: 400px;
}

#resRoomHeaderContainer {
	background: url(/cq/etc/media_library/co_branded/pal/cn/bkrds.Par.0004.Image.gif) no-repeat top left;
	width: 400px;
	height: 32px;
}

#resRoomFooterContainer {
	background: url(/cq/etc/media_library/co_branded/pal/cn/bkrds.Par.0002.Image.gif) no-repeat bottom left;
	width: 400px;
	height: 32px;
}

.roomContainerDivider {
	border-bottom: 2px dotted #d74119;
	clear: both;
}

#reservationFormPriorityClubBanner {
	margin-top: 43px;
	background: url(/cq/etc/media_library/co_branded/pal/en/banners.Par.0001.Image.gif) no-repeat top left;
	width: 999px;
	height: 157px;
	background-color: #d2d1bf;
}

#pcQuickEnroll1 {
	position: relative;
	top: 22px;
	left: 295px;
}

#mainBodySubContainer {
	margin: 0px;
}

#mainBodySubContainerChoose {
	background-color: #d2d1bf;
	margin: 0px;
}

#mainBodySubContainerLeft {
	margin-top: 20px;
	float: left;
}

#mainBodySubContainerRight {
	margin-top: 20px;
	float: right;
}

#select #mainBodySubContainerLeft, #selectOffBase #mainBodySubContainerLeft {
	background: url(http://images3.ichotelsgroup.com/cq/etc/media_library/co_branded/pal/cn/bkrds.Par.0013.Image.gif) repeat top left;
	margin-top: 40px;
}

#select #mainBodySubContainerRight, #selectOffBase #mainBodySubContainerRight {
	margin-top: 40px;
}

#leftSideBarContainer {
	background: url(images/leftSideBarBackground.gif) repeat top left;
	width: 219px;
	padding-bottom: 15px;
}

#leftSideBarSubContainer {
	width: 219px;
	padding-bottom: 15px;
}

#rightSideContnetContainer {
	width: 780px;
	text-align: left;
}

#baseLogo img {
	position: relative;
	left: 20px;
}

.palLeftNav {
	margin: 20px;
	font-size: 13px;
	color: #FFF;
}

.palLeftNavHeader {
	margin: 20px;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
}

.leftSideDivider {
	margin: 10px 5px 10px 10px;
	border-bottom: 1px dotted #FFF;
}

#leftSideQuickRes {
	margin: 20px 13px 0px 18px;
	padding-bottom: 20px;
	text-align: left;
}

.leftSideFormContainer {
	margin-right: 7px;
	display: inline;
	float: left;
	position: relative;
	text-align: left;
}

.leftSideFormSubContainer {	
	text-align: left;
	position: relative;
	display: inline;
	float: left;
}

.leftSideFormLabel {
	color: #FFF;
	margin-bottom: 2px;
}

#leftSideNumberOfNight, #leftSideNumberOfAdult, #leftSideNumberOfChild, #leftSideNumberOfRoom {
	width: 40px;
}

#leftSideSubmitButton img{
	margin-top: 10px;
	text-align: right;
}

#leftSideBarBottom {
	height: 438px;
	margin-top: 10px;
	background: url(images/leftSideBarBottom.gif) no-repeat bottom left;
}

#selectErrorContainer {
	background: url(images/selectHeaderLeftSide.gif) no-repeat bottom left;
	background-color:#2a2f23;
	height: 144px;
}

#selectHotelBrandBannerContainer {
	position: relative;
	top: 0px;
	width: 780px;
}

#selectHotelBrandDividerBar {
	position: relative;
	width: 780px;
	height: 18px;
	background-color: #0c2862;
}

#selectHotelBrandBannerContainerLeft {
	float: left;
	height: 69px;
	width: 366px;
}

#selectHotelBrandBannerContainerRight {
	float: right;
	width: 414px;
	height: 69px;
	background: url(images/hotelBrandBannerCorner.gif) no-repeat top left;
	background-color: #828677;
}

#selectHotelContent {
	position: relative;
	width: 780px;
}

.largeHotelImage {
	float: right;
	margin-bottom: 20px;
}

.selectHotelName {
	color: #808080;
	font-size: 22px;
	margin: 0px;
	text-align: left;
	text-transform: uppercase;
}

.selectHotelSummaryContainer {
	float: left;
}

.selectHotelAddressSubContainer, .hotelFeatureList {
	margin: 10px 0px 10px 45px;
	position: relative;
}

.selectHotelAddress {
	color: #808080;
	font-size: 12px;
	line-height: 1.7em;
}

.hotelFeatureList ul li {
	color: #808080;
	font-size: 13px;
	line-height: 1.6em;
	list-style-type: disc;
	list-style-position: inside;
}

.selectHotelContentContainer {
	position: relative;
	width: 780px;
}

.selectHotelPhotoRowContainer {
	padding: 10px 10px 10px 45px;
	background-color: #d2d1bf;
}

.selectHotelPhotoRow img{
	margin: 10px 40px 15px 0px ;
}

.photoRowHeader {
	font-size: 14px;
	color: #585d49;
}

.moreInformation {
	margin: 10px 45px 10px 0px;
	text-align: right;
}

.moreInformation a{
	font-weight: bold;
	font-size: 13px;
	color: #383d2e;
}

.rateRowContainer {
}

.rateRowSubContainer_1 {
	background-color: #d2d1bf;
	padding: 10px 10px 45px 45px;
	text-align: left;
}

.rateRowSubContainer_2 {
	background-color: #CCCCBA;
	padding: 10px 10px 45px 45px;
}

.roomRateDescription {
	color: #383d2e;
	font-size: 13px;
}

.roomRateDescription a {
	font-weight: bold;
	font-size: 17px;
}

.roomRateItemContainer {
	margin-right: 105px;
	display: inline;
	float: left;
	position: relative;
	text-align: left;
}

#chooseProgressBarContainer {
	margin-bottom: 15px;
	float: left;
}

#bottomGraphicBannerContainer {
	height: 120px;
	position: relative;
	margin-bottom: 8px;
	margin-top: 4px;
	width: 999px;
}

#continueButton {
	text-align: right;
	margin: 20px;
}

#hotelDetailExpandableContainer {
	padding: 10px 0px 20px 45px;
	background-color: #d2d1bf;
}

.hotelDetailExpandableHeader {
	background: url(images/hotelDetailExpandableHeader.gif) no-repeat top left;
	width: 700px;
}

.hotelDetailExpandableFooter {
	height: 5px;
	margin: 0px;
}

.hotelDetailExpandableHeaderText {
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin-left: 40px;
	margin-top: 7px;
}

.openCloseButton {
	float: right;
	margin-right: 15px;
}

.hotelDetailExpandableContentContainer, #hotelDetailExpandableContentSubContainer_Welcome, #hotelDetailExpandableContentContainer_AtAGlance, #hotelDetailExpandableContentContainer_Amenities, #hotelDetailExpandableContentContainer_Transportaion {
	width: 700px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

#hotelDetailExpandableContentContainer_AtAGlance, #hotelDetailExpandableContentContainer_Amenities, #hotelDetailExpandableContentContainer_Transportaion {
}

#confirmationTotalContainer {
	font-weight: bold;
}

.hotelDetailExpandableContent {
	color: #585d49;
	font-size: 13px;
	line-height: 1.3em;
	text-align: left;
	background-color: #FFF;
	padding: 10px 25px 0px 20px;
}

.hotelDetailPCR {
	float:left; 
	width: 150px;
}
.spacer2 {
	height: 20px;	
}

#selectOffSiteHotelContent {
	margin-top: 5px;
	margin-left: 10px;
	position: relative;
	width: 780px;
}

#selectOffBase #selectOffSiteHotelContent {
	width: 760px;
}

.smallBrandLogoContainer {
	margin: 5px 20px 0px 15px;
	width: 87px;
	float: left;
}

.selectOffSiteHotelAddressSubContainer {
	margin: 0px;
	float: left;
}

.selectOffSiteHotelAddress {
	margin-top: 3px;
	color: #A2A2A2;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.3em;
}

.selectOffSiteHotelPhone {
	margin-top: 20px;
	color: #A2A2A2;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.3em;
}


.hotelOffSiteFeatureList ul li {
	line-height: 1.6em;
	list-style-type: disc;
	list-style-position: inside;
}

.selectOffSiteHotelName, .selectOffSiteHotelName a {
	color: #383D2E;
	font-size: 22px;
	margin: 0px;
	text-align: left;
	text-transform: uppercase;
}

.selectOffSiteRateRangeContainer {
	float: right;
	right: 12px;
	text-align: right;	
}

.selectOffSiteRateRangeContainer img {
	margin-top: 55px;
}

.selectOffSiteHotelDetailContainer {
	border-bottom: 1px solid #000;
	background-color: #D2D1BF;
	float: left;
	margin: 10px 0px;
	position: relative;
	width: 780px;	
}

.hotelOffSiteFeatureList {
	float: left;
	width: 500px;
}

.hotelDetailLinkContainer {
	position: absolute;
	right: 12px;
	bottom: 7px;
}

.hotelDetailLinkContainer a {
	text-align: right;
}

#hotelRateContainer {
	width: 750px;
}

#hotelRateSubContainer {
	border-bottom: 1px solid #383D2E;
	width: 750px;
}

.hotelRateType, .hotelRate {
	color: #383D2E;
	font-size: 13px;
}

.rate {
	color: #383D2E;
	font-size: 11px;
}

#rateRows tbody tr td{
	padding-bottom: 15px;
}

#mainBodySubContainerRightConfirm {
	float: right;
}

#mainBodySubContainerLeftConfirm {
	float: left;
}

#rightSideContnetContainerConfirm {
	text-align: left;
	background-color: #D3D1BF;
}

#eligibilityContainer {
	width: 660px;
	border: 2px solid #d74119;
	margin: auto;
}

#eligibilitySubContainer {
	margin: 20px;
}

.eligibilityHeader {
	color: #D74119;
	font-size: 18px;
	margin: 10px;
	text-align: center;
}

.eligibility{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 1.3em;
	margin: 10px;
	width: 600px;
}

.eligibility img {
	text-align: center;
	margin-top: 20px;
	margin-right: 20px;
}

#logoRow {
	margin-left: 83px;
}

ul.logoRow {
	display: inline;
	margin: 0 auto;
	padding: 0;
	width: 802px;
	min-width: 802px;
	white-space: nowrap;
    list-style: none;
}

ul.logoRow li {
    display: inline;
	margin: 0;
	padding: 0;
}

.leftContentContainer {
	margin-top: 5px;
	margin-left: 20px;
	float: left;
	width: 323px;
}

.rightContentContainer {
	margin-top: 5px;
	margin-left: 7px;
	float: right;
	width: 343px;
}

.contentLayerContainer {
	color: #383d2e;
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
}

#lookingAnotherInstallationDiv, #dontSeeDateDiv, #groupCodeDiv, #officialUnofficialDiv, #cancelModifyDiv {
	z-index: 10;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 230px;
	padding: 5px;
	display: none;
}

#lookingAnotherInstallationDiv { 
	position: absolute;
	left: 25px;
	top: -15px;
}

#dontSeeDateDiv { 
	position: absolute;
	left: 125px;
	top: 15px;
}

#groupCodeDiv, #officialUnofficialDiv { 
	position: absolute;
	left: 145px;
	top: 15px;
}

#cancelModifyDiv { 
	position: absolute;
	left: 300px;
	top: 220px;
}

/*
=== CHECK IN CHECK OUT CALENDAR ===
*/

#checkInCalendar1 {
	position: absolute;
 	left: 0px; 
	top: 104px;
	z-index: 200;
}

#checkOutCalendar1 {
	position: absolute;
 	left: 169px;
	top: 104px;
	z-index: 200;
	visibility: hidden;
}
.futureDate, a.futureDate, a:hover.futureDate, a:visited.futureDate {
	color: #000;
	text-decoration: underline;
}
   
.pastDate {
	color: #d2d1bf;
	text-decoration: none;
}

#closeCalendar { 
    	position: relative;
    	text-align: right;
    	top: 2px;
    	right: 2px;
    	color: #000000; 
    	text-decoration: none;
    	font-weight: bold; 
    	height: 21px;
}

.currDate, a.currDate, a:hover.currDate, a:visited.currDate { 
    	color: #000; 
    	text-decoration: underline; 
    	background: #fbfbfb;
    	font-size: 8pt;
    	padding: 0 5px 2px 5px;
}
    
#calendar_frame {
    	position: absolute;
    	top: 0px;
    	background: #FCFBFA;
    	border: 1px solid #d2d1bf;
    	width: auto;
    	z-index: 200;
}

.calendar_table {
	position: relative;
}

#months_frame {
    	position: relative;
    	margin-bottom: 2px;
    	border: 1px solid #000;
    	margin-right: 2px;
    	margin-left: 2px;
	width: 267px
}

html>body #months_frame {
	width: auto;
}

.month_label_container {
    	position: relative;
    	background: #d2d1bf;
    	text-align: center;
    	height: 18px;
    	width: 130px;
}

.month_label {
    	top: 2px;
    	position: relative;
    	font-size: 8pt;
    	font-weight: bold;
    	color: #7b785b;
}

#left_month {
	float: left;
	position: relative;
	color: #00693f;
    	width: 130px;
    	display: inline;
}

#bisector { 
    	float: left;
    	position: relative;
    	display: inline;
    	background-color: #BDB085;
    	width: 1px;
    	height: 118px;
    	margin: 2px;
}
	
#right_month {
	float: left;
	position: relative;
    	display: inline;
    	width: 130px;
}

#monthOne {
    	position: relative;
    	width: 130px;
}	
	
#monthTwo {
    	position: relative;
    	width: 130px;
}
	
#monthOne, #monthTwo {
	margin: 0px;
	background: #FFF;
}
	
#monthOne td, #monthTwo td {
        font-size: 8pt; 
        line-height: 9pt;
	letter-spacing: -0.2mm; 
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

.days_of_week {
     	background: #2b3224;
     	color: #fff;
     	height: 18px;
}
/*
=== END CALENDAR ===
*/

#officialSubTypes {
	position: absolute;
	top: 270px;
	left: 0px;
	display: none;
	z-index: 10;
}

/*
=== BEGIN INSTALLATIONS BANNER ===
*/
.imageFirst {
	border-right: 2px solid #000;
}
.imageOther {
	margin-left: -4px;
}
.bannerCaption {
	color: #FFF;
	font: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	letter-spacing: 7px;
	z-index: 100;
	padding-left: 57px;
	top: 155px;
	position: absolute;
}
	

/*
=== END INSTALLATIONS BANNER ===
*/

