body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #7B5E37;
background-image: url("/ParkHyatt/ParkHyattBase/wrap/theme0/images/bg.main.gif");
background-repeat: repeat;
background-position: 0px 0px;
background-color: #decd81;
}

.imgHidden {display:none;}

.bgRtColShadow {
background-repeat: repeat-y;
background-position: 0px 0px;
background-color: transparent;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow.rt.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.bgRtColShadow[class] {
background-image:url("/ParkHyatt/ParkHyattBase/wrap/theme0/images/shadow.rt.png");
background-repeat: repeat-y;
background-position: 0px 0px;
background-color: transparent;
}

.bgBtNavShadow {
width: 758px;
height: 7px;
background-repeat: no-repeat;
background-position: 0px 0px;
background-color: transparent;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/underNav.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.bgBtNavShadow[class] {
width: 758px;
height: 7px;
background-image:url("/ParkHyatt/ParkHyattBase/wrap/theme0/images/underNav.png");
background-repeat: no-repeat;
background-position: 0px 0px;
background-color: transparent;
}

.bgBtRowShadow {
background-repeat: no-repeat;
background-position: 0px 0px;
background-color: transparent;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow.bt.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.bgBtRowShadow[class] {
background-image:url("/ParkHyatt/ParkHyattBase/wrap/theme0/images/shadow.bt.png");
background-repeat: no-repeat;
background-position: 0px 0px;
background-color: transparent;
}

#tblOuter {
width: 758px;
background-color: #FFFFFF;
}

#tblInner {
width: 748px;
background-color: #EFEAD7;
border: 1px #D7CEC3 solid;
}

.contentSplit {
background-image:url("/ParkHyatt/ParkHyattBase/wrap/theme0/images/content.vert.line.gif");
background-repeat: repeat-y;
background-position: 0px 0px;
}

.txtContent {
font-size: 11px;
line-height: 16px;
}
.txtContent a:link {
color: #4F3C24;
font-weight: bold;
text-decoration: none;
}
.txtContent a:visited {
color: #4F3C24;
font-weight: bold;
text-decoration: none;
}
.txtContent a:hover {
color: #4F3C24;
font-weight: bold;
text-decoration: underline;
}
.txtContent a:active {
color: #4F3C24;
font-weight: bold;
text-decoration: underline;
}

.txtFooterDark {
font-size: 10px;
color: #7B5E37;
}
.txtFooterLight {
font-size: 10px;
color: #AD975E;
}