/* CSS Document */
/* ****** Div's BG ****  */
.BG_AreaDiv {
	background-image: url(images/BG_Area-on-Div.gif);
	background-repeat: repeat;
	color: #FF0000;
}
.BG_CityDiv {
	color: #FF0000;
	border: 1px solid #80A9FF;
	background-image: url(images/BG-city.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.BG_CityDivOra {
	color: #FFFFFF;
	border: 1px solid #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFCC00;
}
.BG_DivOra{
}
.BG_DivOra a:link{
}
.BG_DivOra a:hover{
	text-decoration: none;
}
.BG_CityDivZO {
	color: #FF0000;
	border: 1px solid #80A9FF;
	background-image: url(images/BG-city.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	
}
.BG_CountryDiv {
	color: #FF0000;
	border: 1px solid #FFBD9D;
	background-image: url(images/BG-contry.gif);
	background-repeat: repeat;
}
.BG_DestDivBlue {
	border: 1px solid #FFFFFF; /*transparent;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000CC;
	font-weight: bold;
}
.BG_DestDiv {
	border: 1px solid #FFFFFF; /*transparent;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
}

.BG_DestDivZO {
	border: 1px solid #FFFFFF; /*transparent;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.OnDivTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	background-color: #D9E6FF;
	margin-bottom:2px;
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}


/* ****** HEADER DESTINATIONS POP UP  ****  */
.Destbox, .Destbox_body, .Destbox_head, .Destbox_head h2 {
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(images/BG_PopUp.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Destbox {
	width: 770px !important;   	/* intended total box width - padding-right(next) */
	width: 760px;              	/* IE Win = width - padding */
	padding-right: 5px;       	/* the gap on the right edge of the image (not content padding) */
	margin: 5px auto;	        /* 1px 0px 20px;   use to position the box */
}
/* set the top-right image */
.Destbox_head {
	background-position: top right;
	 margin-right: -24px;      /* pull the right image over on top of border */
	 padding-right: 10px;       /* right-image-gap + right-inside padding */
}
/* set the top-left image */
.Destbox_head h2 {
	background-position: top left;
	margin: 0;                 /* reset */
	border: 0;                 /* reset */
	padding: 0px 5px 0px 0px;  /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%;                /* IE Holly Hack */
}
/* set the lower-left corner image */
.Destbox_body {
	background-position: bottom left;
	margin-right: 14px;          /* interior-padding right */
	padding: 0px 5px 20px 0px;  /* mirror .Includebox_head right/left */
}
.Destbox2_head h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;     /* this is tricky if box width is in ems */
	/*text-align: center;*/
	/*text-shadow: rgb(0,0,0) 0px 2px 5px;  Safari-only, but I'm doing it just 'cause I can */
}
/* -----  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 BOX ANY WHITE-------- */
/* set the image to use and establish the lower-right position */
.AnyWbox, .AnyWbox_body, .AnyWbox_head, .AnyWbox_head h2,{
    background: transparent url(images/BG-AnyBoxW.jpg) no-repeat right bottom; 
} 

.AnyWbox { 
    width: auto !important;   /*285px !important; intended total box width - padding-right(next) */
    width: 95%; /* 280px; IE Win = width - padding */
    padding-right:3px; /*0 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 */ 
.AnyWbox_head { 
    background-position: top right;
	margin-right: -3px; /*-9 pull the right image over on top of border */
    padding-right: 15px; /*5 right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.AnyWbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 10px 0px 0px 10px; /*5 padding-left = image gap + interior padding ... no padding-right */ 
    /*height: auto !important;
	height: 1%;  IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.AnyWbox_body { 
    background-position: bottom left; 
    margin-right: 5px; /* interior-padding right */ 
    padding: 5px 0px 15px 14px; /* mirror .Anybox_head right/left */ 
}

.AnyWbox1, .AnyWbox1_body, .AnyWbox1_head, .AnyWbox1_head h2 {
    background: transparent url(images/BG-AnyBoxW.jpg) no-repeat right bottom; 
} 

.AnyWbox1 { 
    width: auto !important;   /*285px !important; intended total box width - padding-right(next) */
    width: 95%; /* 280px; IE Win = width - padding */
    padding-right:3px; /*0 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 */ 
.AnyWbox1_head { 
    background-position: top right;
	margin-right: -3px; /*-9 pull the right image over on top of border */
    padding-right: 15px; /*5 right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.AnyWbox1_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 0px 0px 0px 10px; /*5 padding-left = image gap + interior padding ... no padding-right */ 
    /*height: auto !important;
	height: 1%;  IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.AnyWbox1_body { 
    background-position: bottom left; 
    margin-right: 5px; /* interior-padding right */ 
    padding: 5px 0px 15px 14px; /* mirror .Anybox_head right/left */ 
}


/* -----  BG BOX HOT-------- */
/* set the image to use and establish the lower-right position */
.HotBox, .HotBox_body, .HotBox_head, .HotBox_head h2 {
    background: transparent url(images/BG-HOT_Box.jpg) no-repeat right bottom; 
} 
.HotBox { 
    width: auto !important;   /*285px !important; intended total box width - padding-right(next) */
    width: 95%; /* 280px; IE Win = width - padding */
    padding-right:3px; /*0 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 */ 
.HotBox_head { 
    background-position: top right;
	margin-right: -3px; /*-9 pull the right image over on top of border */
    padding-right: 15px; /*5 right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.HotBox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 10px 0px 0px 10px; /*5 padding-left = image gap + interior padding ... no padding-right */ 
    /*height: auto !important;
	height: 1%;  IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.HotBox_body { 
    background-position: bottom left; 
    margin-right: 5px; /* interior-padding right */ 
    padding: 5px 0px 10px 14px; /* 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 YELLOW BOX 1-------- */
.Yellowbox1, .Yellowbox1_body, .Yellowbox1_head, .Yellowbox1_head h2 {
    background: transparent url(images/BG-Yellow1.jpg) no-repeat right bottom; 
} 
.Yellowbox1 { 
    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 */ 
.Yellowbox1_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 */ 
.Yellowbox1_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 15px 0px 0px 15px; /* padding-left = image gap + interior padding ... no padding-right */ 
   /* height: auto !important;
	height: 1%;  IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.Yellowbox1_body { 
    background-position: bottom left; 
    margin-right: 5px; /* interior-padding right */ 
    padding: 5px 0px 15px 10px; /* mirror .Yellowbox_head right/left */ 
}
/*  ***********************************************************************  */

/* **************  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; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

