.BG_Main_Top {
	background-image: url(images/bd-hotel_BG_TOP.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 58px;
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #0066FF;
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.BG_Main_Mid {
	background-image: url(images/bd-hotel_BG_MID.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.BG_Main_Bot {
	background-image: url(images/bd-hotel_BG_BOT.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
}
.BG_red {
	background-color: #FF0000;
}
/* -----  BG BOX TO INCLUDE SOMETHING -------- */

/* set the image to use and establish the lower-right position */ 
.Includebox, .Includebox_body, .Includebox_head, .Includebox_head h2 {
    background: transparent url(images/BG-ToIncludeCalendar.jpg) no-repeat right bottom; 
} 
.Includebox { 
    width: auto !important; /* intended total box width - padding-right(next) */
    width: 95%; /* IE Win = width - padding */
    padding-right: 3px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px 0px 0px 0px;  /*auto;  use to position the box */ 
} 

/* set the top-right image */ 
.Includebox_head { 
    background-position: top right;
	margin-right: -3px; /* pull the right image over on top of border */
    padding-right: 10px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.Includebox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 10px 0px 0px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
    /*height: auto !important;*/
	/*height: 1%;  IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.Includebox_body { 
    background-position: bottom left; 
    margin-right: 5px; /* interior-padding right */ 
    padding: 5px 0px 15px 10px; /* mirror .Includebox_head right/left */ 
}
/* -----  BG BOX ANY-------- */
/* set the image to use and establish the lower-right position */

.Anybox, .Anybox_body, .Anybox_head, .Anybox_head h2  {
    background: transparent url(images/BG-AnyBox.jpg) no-repeat right bottom; 
} 
.Anybox { 
    width: auto !important; /* intended total box width - padding-right(next) */
    width: 95%; /* IE Win = width - padding */
    padding-right:3px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px 0px 0px 0px ; /*auto use to position the box */ 
} 

/* set the top-right image */ 
.Anybox_head { 
    background-position: top right;
	margin-right: -3px;  /*-12 pull the right image over on top of border */
    padding-right: 13px;  /*15 right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.Anybox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 10px 0px 0px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
    /*height: auto !important;
	height: 1%;  IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.Anybox_body { 
    background-position: bottom left; 
    margin-right: 5px; /* interior-padding right */ 
    padding: 5px 0px 15px 10px; /* mirror .Anybox_head right/left */ 
} 
/* -----  BG YELLOW BOX-------- */
.Yellowbox, .Yellowbox_body, .Yellowbox_head, .Yellowbox_head h2 {
    background: transparent url(images/BG-Yellow.jpg) no-repeat right bottom; 
} 
.Yellowbox { 
    width: auto !important; /* intended total box width - padding-right(next) */
    width: 95%; /* IE Win = width - padding */
    padding-right: 3px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px 0px 0px 0px;  /*auto; use to position the box */ 
} 

/* set the top-right image */ 
.Yellowbox_head { 
    background-position: top right;
	margin-right: -3px; /* pull the right image over on top of border */
    padding-right: 13px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.Yellowbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 10px 0px 0px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
   /* height: auto !important;
	height: 1%;  IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.Yellowbox_body { 
    background-position: bottom left; 
    margin-right: 5px; /* interior-padding right */ 
    padding: 5px 0px 15px 10px; /* mirror .Yellowbox_head right/left */ 
}
.BG_AllBx_TL {
	background-image: url(images/BG_AnyBx_TL.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.BG_AllBx_TC {
	background-image: url(images/BG_AnyBx_TC.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.BG_AllBx_TR {
	background-image: url(images/BG_AnyBx_TR.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.BG_AllBx_BL {
	background-image: url(images/BG_AnyBx_BL.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.BG_AllBx_BC {
	background-image: url(images/BG_AnyBx_BC.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.BG_AllBx_BR {
	background-image: url(images/BG_AnyBx_BR.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.BG_AllBx_CL {
	background-image: url(images/BG_AnyBx_CL.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.BG_AllBx_CR {
	background-image: url(images/BG_AnyBx_CR.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
/* **************  ROUND PLAIN ********************** */

.roundcont {
	width:auto;/* 180px; */
	background-color: #b7dbff;
	text-align: left;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/images/br.gif) no-repeat top right; 
}