/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/

body {
	font-size: 62.5%;
	margin: 0px auto;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
}
.page-container-1 {width: 820px; margin: 0px auto; padding: 0px; background: url(../img/background_layout_1.gif) top left repeat-y; border: solid 1px rgb(100,100,100);}
.page-container-2 {width: 820px; margin: 0px auto; padding: 0px; background: url(../img/background_layout_2.gif) top left repeat-y; border: solid 1px rgb(100,100,100);}
.page-container-3 {
	width: 820px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
}

/*************************************/
/* SECTION 2 - HEADER AND NAVIGATION */
/*************************************/

/*-----------------------------------*/
/* 2.1 - Sitename, slogan and banner */
/*-----------------------------------*/
.site-name {
	width: 300px;
	height: 45px;
	top: 40px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	margin: 0px;
	padding-left: 133px;
	color: #333333;
}
.site-name p.title  {
	margin: 0px;
	padding: 0px;
	font-family: "trebuchet ms", arial, "sans serif";
	font-weight: bold;
	font-size: 24px;
	color: #333333;
}
.site-name p.subtitle  {
	clear: both;
	width: 300px;
	margin: -6px 0px 0px 0px;
	padding: 0px;
	background-color: transparent;
	font-family: "trebuchet ms", arial, "sans serif";
	font-size: 12px;
	color: #669900;
}
.site-name a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #333333;
}
.site-name a:hover {text-decoration: none;}
.site-slogan-container  {width: 755px; height: 130px; top: 112px; position: absolute; z-index: 1; overflow: hidden; margin: 0px; padding-right: 15px; background-color: transparent;}
.site-slogan {float: right; width: 700px; margin: 0px; padding: 0px; background-color: transparent; font-size: 10px;}
.site-slogan p.title {float: right; width: 700px; margin: 0px; padding: 0px; color: rgb(234,239,247); font-family: arial, sans serif;  text-align: right; font-weight: bold; font-size: 220%;}
.site-slogan p.subtitle {clear: both; float: right; width: 700px; margin: -5px 0px 0px 0px; padding: 0px; color: rgb(234,239,247); font-family: arial, sans serif; text-align: right; font-weight: bold; font-size: 200%;}
.site-slogan p.text {clear: both; float: right; width: 700px; margin: 10px 0px 0px 0px; padding: 0px; color: rgb(234,239,247); font-family: arial, sans serif; text-align: right; font-weight: bold; line-height: 1.0em; font-size: 140%;}
.site-slogan p.readmore {clear: both; float: right; width: 700px; margin: 10px 0px 0px 0px; padding: 0px; color: rgb(234,239,247); font-family: arial, sans serif; text-align: right; font-weight: bold; line-height: 1.0em; font-size: 120%;}
.site-slogan a {color: rgb(234,239,247); text-decoration: underline;}
.site-slogan a:hover {text-decoration: none; color: rgb(50,50,50);}
.img-header {
	clear: both;
	float: left;
	width: 820px;
	height: 140px;
	margin: 0px;
	padding: 0px;
}

/*--------------------------*/
/* 2.2 - Navigation - Flags */
/*--------------------------*/
.navflag-container {
	width: 820px;
	top: 5px;
	position: absolute;
	z-index: 2;
	background-color: transparent;
}
.top-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #999999;
	padding-left: 15px;
	margin: 0px;
}

.navflag {margin: 0px; padding: 0px; font-size: 1.0em;}	
.navflag ul {
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}	
.navflag li {display: inline; list-style: none; margin: 0px; padding: 0px;}
.navflag li a {margin: 0px; padding: 0px 0px 0px 1px;}
.navflag a:hover {color: rgb(0,0,0); text-decoration: none;}
.img-navflag {display: inline; height: 14px; margin: 0px; padding: 0px; border: none;}

/*----------------------------*/
/* 2.3 - Navigation - Level 1 */
/*----------------------------*/
.nav1-container {
	width: 815px;
	top: 5px;
	position: absolute;
	z-index: 3;
	background: transparent;
}
.nav1 {margin: 0px; padding: 0px; font-family: verdana, arial, sans serif; font-size: 1.0em;}
.nav1 ul {float: right; margin: 0px; padding: 0px 20px 0px 0px; border-left: solid 1px rgb(115,162,182); background-color: rgb(255,255,255); font-weight: bold;}	
.nav1 li {display: inline; list-style: none; margin: 0px; padding: 0px;}
.nav1 li a {
	display: block;
	float: left;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border-right: solid 1px rgb(115,162,182);
	color: #00Aeef;
	text-decoration: none;
	font-size: 10px;
}
.nav1 a:hover, .nav2 a.selected {color: rgb(50,50,50); text-decoration: none;}

/*----------------------------*/
/* 2.4 - Navigation - Level 2 */
/*----------------------------*/
.nav2 {clear: both; margin: 0px; padding: 0px; font-family: verdana, arial, sans serif; font-size: 1.0em;}
.nav2 ul {
	float: left;
	width: 810px;
	margin: 0px;
	border-top: solid 1px rgb(54,83,151);
	border-bottom: solid 1px rgb(54,83,151);
	background-color: #00Aeef;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}	
.nav2 li {display: inline; list-style: none; margin: 0px; padding: 0px;}
.nav2 li a {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	color: rgb(255,255,255);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 100%;
}
.nav2 a:hover, .nav2 a.selected {color: rgb(50,50,50); text-decoration: none;}
.buffer {
	clear: both;
	width: 800px;
	height: 15px;
	margin: 0px;
	background-color: rgb(255,255,255);
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.buffer a {
	color: #999999;
}


/*----------------------------*/
/* 2.5 - Navigation - Level 3 */
/*----------------------------*/
.nav3 {overflow: hidden; clear: both; float: left; width: 160px; min-height: 500px; margin: 0px; padding: 0px; color: rgb(75,75,75); font-size: 1.0em;}
.nav3 ul {width: 160px; margin: 0px 0px 20px 0px; padding: 0px; border-bottom: solid 1px rgb(216,206,159); background-color: rgb(219,230,241);}	
.nav3 li {list-style: none; margin: 0px; padding: 0px;}
.nav3 li.title {margin: 0px 0px 0px 0px; padding: 3px 5px 2px 15px; background-color: #00Aeef; color: rgb(255,255,255); text-transform: uppercase; font-weight: bold; font-size: 120%;}
.nav3 li.group a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 15px; border-top: solid 1px rgb(200,200,200); border-left: solid 7px rgb(219,230,241); color: rgb(75,75,75); font-weight: bold; font-size: 120%;}
.nav3 li a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 20px; border-left: solid 7px rgb(219,230,241); color: rgb(75,75,75); text-decoration: none; font-size: 120%;}
.nav3 li a:hover, .nav3 li a.selected {border-left: solid 7px #00Aeef;  color: rgb(100,100,100); text-decoration: none;}

/******************************************************************************/
/* SECTION 3 - SPECIFIC CLASSES FOR LAYOUT #1 (With navigation, with sidebar )*/
/******************************************************************************/

.content1 {float: left; width: 600px; margin: 0px; padding: 0px 0px 10px 20px; color: rgb(75,75,75);}
.content1-container {clear: both; float: left; width: 600px; margin: 0px 0px 15px 0px; padding: 0px;}
.content1-container-1col {overflow: hidden; width: 600px; margin: 0px; padding: 0px;}
.content1-container-1col-txtright-200px {float: right; width: 196px; margin: 0px; padding: 0px;}
.content1-container-1col-txtright-160px {float: right; width: 236px; margin: 0px; padding: 0px;}
.content1-container-1col-txtright-120px {float: right; width: 276px; margin: 0px; padding: 0px;}
.content1-container-1col-txtright-100px {float: right; width: 296px; margin: 0px; padding: 0px;}
.content1-container-1col-txtright-80px {float: right; width: 316px; margin: 0px; padding: 0px;}
.content1-container-1col-txtright-60px {float: right; width: 336px; margin: 0px; padding: 0px;}
.content1-container-1col-txtright-40px {float: right; width: 356px; margin: 0px; padding: 0px;}
.content1-container-2col-left {overflow: hidden; float: left; width: 191px; margin: 0px; padding: 0px;}
.content1-container-2col-right {overflow: hidden; float: right; width: 191px;  margin: 0px; padding: 0px;}
.content1-container-2col-txtright-100px {float: right; width: 79px; margin: 0px; padding: 0px;}
.content1-container-2col-txtright-80px {float: right; width: 99px; margin: 0px; padding: 0px;}
.content1-container-2col-txtright-60px {float: right; width: 119px; margin: 0px; padding: 0px;}
.content1-container-2col-txtright-40px {float: right; width: 139px; margin: 0px; padding: 0px;}
.content1-container-2col-txtright-20px {float: right; width: 159px; margin: 0px; padding: 0px;}
.content1-container-3col-left {overflow: hidden; float: left; width: 119px; margin: 0px 25px 0px 0px; padding: 0px;}
.content1-container-3col-middle {overflow: hidden; float: left; width: 119px;margin: 0px; padding: 0px;}
.content1-container-3col-right {overflow: hidden; float: right; width: 119px; margin: 0px; padding: 0px;}
.content1-container-3col-txtright-60px {float: right; width: 47px; margin: 0px; padding: 0px;}
.content1-container-3col-txtright-40px {float: right; width: 67px; margin: 0px; padding: 0px;}
.content1-container-3col-txtright-20px {float: right; width: 87px; margin: 0px; padding: 0px;}
.content1-container-3col-txtright-10px {float: right; width: 97px; margin: 0px; padding: 0px;}
.content1-pagetitle {overflow: hidden; width: 408px; margin: 0px 0px 10px 0px; padding: 0px 0px 2px 0px; border-bottom: solid 3px rgb(88,144,168);); color: rgb(88,144,168); font-weight: bold; font-size: 180%;}

/******************************************************/
/* SECTION 4 - SPECIFIC CLASSES FOR LAYOUTS #2 and #3 */
/******************************************************/

.content2 {float: left; width: 590px; min-height: 500px; margin: 0px; padding: 0px 0px 0px 20px; color: rgb(75,75,75); font-size: 1.0em;}
.content3 {
	float: left;
	width: 600px;
	min-height: 500px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #333333;
	font-size: 1em;
	line-height: 1.9em;
	background-color: #FFFFFF;
}
.content2-container, .content3-container {clear: both; float: left; width: 600px; margin: 0px 0px 5px 0px; padding: 0px;}
.content2-container-1col, .content3-container-1col {
	overflow: hidden;
	width: 590px;
	margin: 0px;
	font-size: 1.2em;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content2-container-1col-txtright-200px, .content3-container-1col-txtright-200px {float: right; width: 357px; margin: 0px; padding: 0px;}
.content2-container-1col-txtright-160px, .content3-container-1col-txtright-160px {float: right; width: 397px; margin: 0px; padding: 0px;}
.content2-container-1col-txtright-120px, .content3-container-1col-txtright-120px {float: right; width: 437px; margin: 0px; padding: 0px;}
.content2-container-1col-txtright-100px, .content3-container-1col-txtright-100px {float: right; width: 457px; margin: 0px; padding: 0px;}
.content2-container-1col-txtright-80px, .content3-container-1col-txtright-80px {float: right; width: 477px; margin: 0px; padding: 0px;}
.content2-container-1col-txtright-60px, .content3-container-1col-txtright-60px {float: right; width: 497px; margin: 0px; padding: 0px;}
.content2-container-1col-txtright-40px, .content3-container-1col-txtright-40px {float: right; width: 517px; margin: 0px; padding: 0px;}
.content2-container-2col-left, .content3-container-2col-left {
	overflow: hidden;
	float: left;
	width: 272px;
	height:269px;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;

}
.content2-container-2col-right, .content3-container-2col-right {
	overflow: hidden;
	float: right;
	width: 272px;
	height:269px;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
.content3-container-2col-left-facilities {
	overflow: hidden;
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0 5px 0 0;
	font-size: 1.2em;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
.content3-container-2col-right-facilities {
	overflow: hidden;
	float: right;
	width: 162px;
	font-size: 1.2em;
	font-family:  Tahoma, Verdana, Helvetica, sans-serif;
	margin-right: 15px;
	margin-bottom: 10px;

}
.content3-container-2col-left-top {
	overflow: hidden;
	float: left;
	width: 400px;
}


.content2-container-2col-txtright-100px, .content3-container-2col-txtright-100px {float: right; width: 160px; margin: 0px; padding: 0px;}
.content2-container-2col-txtright-80px, .content3-container-2col-txtright-80px {float: right; width: 180px; margin: 0px; padding: 0px;}
.content2-container-2col-txtright-60px, .content3-container-2col-txtright-60px {float: right; width: 200px; margin: 0px; padding: 0px;}
.content2-container-2col-txtright-40px, .content3-container-2col-txtright-40px {float: right; width: 220px; margin: 0px; padding: 0px;}
.content2-container-2col-txtright-20px, .content3-container-2col-txtright-20px {float: right; width: 240px; margin: 0px; padding: 0px;}
.content2-container-3col-left, .content3-container-3col-left {overflow: hidden; float: left; width: 173px; margin: 0px 25px 0px 0px; padding: 0px;}
.content2-container-3col-middle, .content3-container-3col-middle {overflow: hidden; float: left; width: 173px; margin: 0px; padding: 0px;}
.content2-container-3col-right, .content3-container-3col-right {overflow: hidden; float: right; width: 173px; margin: 0px; padding: 0px;}
.content2-container-3col-txtright-60px, .content3-container-3col-txtright-60px {overflow: hidden; float: right; width: 101px; margin: 0px; padding: 0px;}
.content2-container-3col-txtright-40px, .content3-container-3col-txtright-40px {overflow: hidden; float: right; width: 121px; margin: 0px; padding: 0px;}
.content2-container-3col-txtright-20px, .content3-container-3col-txtright-20px {overflow: hidden; float: right; width: 141px; margin: 0px; padding: 0px;}
.content2-container-3col-txtright-10px, .content3-container-3col-txtright-10px {overflow: hidden; float: right; width: 151px; margin: 0px; padding: 0px;}
.content2-pagetitle, .content3-pagetitle {
	overflow: hidden;
	width: 569px;
	color: #333333;
	font-weight: bold;
	font-size: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.fly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-top: 5px;
	color: #FF3333;
}
.content3 ul {
	font-size: 110%;
}
/*********************************/
/* SECTION 6 - COMMON PARAMETERS */
/*********************************/

/*--------------------*/
/* 6.1 - Content Area */
/*--------------------*/

/* Titles and textboxes*/
.content-title-noshade-size1 { margin: 0px;	padding: 0px; color: #FF9800; font-weight: bold; font-size: 130%;}
.content-title-noshade-size2 {
	margin: 0px;
	padding: 0px;
	color: #FF9800;
	font-weight: bold;
	font-size: 1.4em;
}
.content-title-noshade-size3 {
	margin: 0px;
	padding: 0px;
	color: #FF9800;
	font-weight: bold;
	font-size: 1.5em;
}
.content-title-noshade-size4 {
	margin: 0px;
	padding: 0px;
	color: #FF9800;
	font-weight: bold;
	font-size: 1.8em;
}
.content-title-noshade-size5 {
	margin: 0px;
	padding: 0px;
	color: #FF9800;
	font-weight: bold;
	font-size: 1.2em;
}
.content-title-shade-size1 {margin: 0px; padding: 0px 10px 0px 10px; background-color: rgb(215,215,215); color: rgb(100,100,100); color: rgb(88,144,168); font-weight: bold; font-size: 130%;}
.content-title-shade-size2 {margin: 0px; padding: 0px 10px 0px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 150%;}
.content-title-shade-size3 {margin: 0px; padding: 0px 10px 0px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 160%;}
.content-title-shade-size4 {margin: 0px; padding: 0px 10px 0px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168);  font-weight: bold; font-size: 180%;}
.content-title-shade-size5 {margin: 0px; padding: 0px 10px 0px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168);  font-weight: bold; font-size: 200%;}
.content-subtitle-noshade-size1 {
	margin: 0px;
	padding: 0px;
	color: #A8CA08;
	font-weight: bold;
	font-size: 110%;
}
.content-subtitle-noshade-size2 {
	margin: 0px;
	padding: 0px;
	color: #A8CA08;
	font-weight: bold;
	font-size: 120%;
}
.content-subtitle-noshade-size3 {
	margin: 0px;
	padding: 0px;
	color: #7FC909;
	font-weight: bold;
	font-size: 130%;
}
.content-subtitle-noshade-size4 {
	margin: 0px;
	padding: 0px;
	color: #A8CA08;
	font-weight: bold;
	font-size: 140%;
}
.content-subtitle-noshade-size5 {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: bold;
	font-size: 110%;
}
.dotted-line {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.content-subtitle-shade-size1 {margin: 0px; padding: 0px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 110%;}
.content-subtitle-shade-size2 {margin: 0px; padding: 0px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 120%;}
.content-subtitle-shade-size3 {margin: 0px; padding: 0px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 130%;}
.content-subtitle-shade-size4 {margin: 0px; padding: 0px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 140%;}
.content-subtitle-shade-size5 {margin: 0px; padding: 0px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 150%;}
.content-txtbox-noshade {
	margin: 0px;
	background-color: rgb(255,255,255);
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.content-txtbox-shade {margin: 0px; padding: 7px 10px 5px 10px; background-color: rgb(235,235,235);}

/* Headings */
h1 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 160%;}
h2 {
	font-weight: bold;
	font-size: 115%;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
}
h3 {
	font-weight: bold;
	font-size: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
}
h4 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 130%;}
h5 {margin: 0px 0px 0.2em 0px; font-weight: bold; font-size: 130%;}
h6 {margin: 0px 0px 0.2em 0px;font-weight: bold; font-style: italic; font-size: 130%;}

/* Paragraphs */
p {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	line-height: 1.5em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
p.readmore {margin: 1.0em 0px 0.5em 0px; padding: 0px; line-height: 1.2em; font-size: 110%; }
p.quote {margin: 0em 30px 0.6em 30px;	line-height: 120%; font-size: 120%;}
p.embed {float: left; width: 120px; margin: 7px 7px 5px 0px; padding: 5px 5px 5px 5px; background-color: rgb(238,237,249); font-style: italic; font-weight: bold;  line-height: 1.2em; font-size: 140%;}
p.embed-caption {float: left; margin: 5px 0px 0px 0px; padding: 0px; font-style: italic; font-weight: normal; line-height: 1.2em; font-size: 70%;}
p.embed-title {float: left; margin: 5px 0px 0px 0px; padding: 0px; font-style: italic; font-weight: normal; line-height: 1.2em; font-size: 80%;}

/* Quote */
p.quote {clear: left; margin: 0em 30px 0.6em 30px;	line-height: 120%; font-size: 110%;}

/* Embedded emphasis */
.embed {float: left; width: 140px; margin: 2px 7px 2px 0px; padding: 5px 5px 5px 5px; background-color: rgb(238,237,249); font-style: italic; font-weight: bold;  line-height: 1.2em; font-size: 130%;}
.embed-caption {float: left; margin: 5px 0px 0px 0px; padding: 0px; font-style: italic; font-weight: normal; line-height: 1.2em; font-size: 70%;}

/* Lists */
ul.noindent {margin: 0px 0px 7px 15px; padding: 0px; list-style-type: disc; list-style-position: outside;}
ul.indent {margin: 0px 0px 7px 15px; padding: 0px 0px 0px 15px; list-style-type: disc;}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
ul.info {
	font-size: 1.0em;
}

ul.pkgs {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1.0em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
ol.pkgs {
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 1.0em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

ul.linklist-noindent {margin: -0.3em 0px 0.5em 0px; padding: 0px; list-style-type: none; line-height: 1.2em; font-size: 120%; }
ul.linklist-indent {margin: -0.3em 0px 0.5em 0px; padding: 0px 0px 0px 10px; list-style-type: none; line-height: 1.2em; font-size: 120%; }

/* Tables */
.table {
	clear: left;
	border: 1px solid #000000;
	empty-cells: show;
	border-collapse: collapse;
	width: 95%;
	margin-right: 2px;
	margin-bottom: 0.2em;
	margin-left: 2px;
}
.table tr {margin: 0px; padding: 0px;}
.table td {
	padding: 2px 7px 2px 7px;
	border: solid 1px rgb(150,150,150);
	text-align: left;
	font-size: 110%;
}
.table th {
	margin: 0px;
	padding: 2px 7px 2px 7px;
	border: solid 1px rgb(150,150,150);
	empty-cells: show;
	text-align: left;
	font-size: 110%;
}
.table-caption {margin: 0.5em 0px 1.0em 30px; padding: 0px; clear: both; text-align: left; font-size: 120%;}
.table-listing {
	clear: left;
	empty-cells: show;
	border-collapse: collapse;
	width: 95%;
	margin-right: 2px;
	margin-bottom: 0.2em;
	margin-left: 2px;
}
.table-listing tr {margin: 0px; padding: 0px;}
.table-listing td {
	padding: 2px 7px 2px 7px;
	text-align: left;
	font-size: 110%;
}
.rates-table {
	clear: left;
	border: 1px solid #000000;
	empty-cells: show;
	border-collapse: collapse;
	width: 98%;
	margin-right: 2px;
	margin-bottom: 0.2em;
	margin-left: 2px;
}
.rates-table tr {margin: 0px; padding: 0px;}
.rates-table td {
	padding: 2px 7px 2px 7px;
	border: solid 1px rgb(150,150,150);
	text-align: left;
	font-size: 95%;
}
/* Images */
.img-left-noborder-notopmargin {float: left; margin: 0px 10px 0px 0px;}
.img-left-noborder-topmargin {float: left; margin: 3px 10px 0px 0px;}
.img-left-border-topmargin {
	float: left;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.img-border {
	float: left;
	border: solid 1px rgb(150,150,150);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 3px;
}
.img-left-border {
	float: left;
	border: solid 1px rgb(150,150,150);
	padding: 3px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.img-right-noborder-notopmargin {float: right; margin: 0px 0px 0px 10px;}
.img-right-noborder-topmargin {float: right; margin: 3px 0px 0px 10px;}
.img-right-border-notopmargin {float: right; margin: 0px 0px 0px 10px; border: solid 1px rgb(150,150,150);}
.img-right-border-topmargin {
	float: right;
	border: solid 1px rgb(150,150,150);
	padding: 3px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/*--------------------*/
/* 6.2 - Sidebar Area */
/*--------------------*/
.sidebar {
	overflow: hidden;
	float: right;
	width: 179px;
	min-height: 500px;
	text-align: left;
	color: #333333;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #00Aeef;
	border-bottom-color: #00Aeef;
	border-left-color: #00Aeef;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.sidebar-maintitle {
	margin: 0px 0px 10px 0px;
	padding: 3px 10px 2px 10px;
	background-color: #00Aeef;
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
}
.sidebar-maintitle-green {
	margin: 0px 0px 10px 0px;
	padding: 3px 10px 2px 10px;
	background-color: #7FC909;
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
}
.sidebar-title-noshade {margin: 0px; padding: 2px 10px 3px 10px; border-top: solid 1px rgb(215,215,215); color: rgb(75,75,75); font-weight: bold; font-size: 120%;}
.sidebar-title-shade {margin: 0px; padding: 2px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(75,75,75); font-weight: bold; font-size: 120%;}
.sidebar-txtbox-noshade {margin: 0px 0px 10px 0px; padding: 2px 10px 3px 10px;font-size: 120%;}
.sidebar-txtbox-shade {margin: 0px 0px 10px 0px; padding: 2px 10px 3px 10px; background-color: rgb(235,235,235);}
.sidebar-txtbox-noshade p {margin: 0px 0px 5px 0px; padding: 0px; line-height: 1.25em; font-size: 110%;}
.sidebar-txtbox-shade p {margin: 0px 0px 5px 0px; padding: 0px; line-height: 1.25em; font-size: 110%;}

/*--------------------*/
/* 6.3 - Footer Area  */
/*--------------------*/
.footer {
	overflow: hidden;
	clear: both;
	width: 820px;
	height: 6em;
	margin: 0px;
	border-top: solid 1px rgb(125,125,125);
	background-color: #FFFFFF;
	color: #333333;
	font-size: 1em;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
.footer p {margin: 0px; padding: 0px; text-align: center; line-height: 1.3em; font-size: 110%;}

/*-------------------*/
/* 6.4 - Hyperlinks  */
/*-------------------*/
.content1 a, .content2 a, .content3 a, .sidebar-txtbox-noshade a, .sidebar-txtbox-shade a {color: rgb(75,75,75); text-decoration: underline;}
.map-note {
	width: 408px;
}
.content1 a:hover, .content2 a:hover, .content3 a:hover, .sidebar-txtbox-noshade a:hover, .sidebar-txtbox-shade a:hover {color: rgb(0,0,0); text-decoration: none;}
.content1 a:visited, .content2 a:visited, .content3 a:visited, .sidebar-txtbox-noshade a:visited, .sidebar-txtbox-shade a:visited  {color: rgb(150,150,150);}
.footer a {
	color: #999999;
	text-decoration: underline;
}
.footer a:hover {color: rgb(0,0,0); text-decoration: none;}

/*******************************/
/* SECTION 7 - GENERIC CLASSES */
/*******************************/

.ul-check-or-noindent {
	margin: 0px 0px 7px 15px;
	padding: 0px;
	list-style-image: url(http://www.triasbali.com/img/checkmark-orange.jpg);
	list-style-position: outside;
	font-size: 1.1em;
}

/*----------------------------*/
/* 7.1 - Title decoration box */
/*----------------------------*/
.box-on {float: left; min-width: 0.3em; margin-right: 0.2em; padding: 0px 0.2em 0px 0.3em;}
.box-off {display: none;}
/* html box-on {width: 1%;} /* IE6-Hack for min-width. Also compliant with IE7-Beta2 */ */

/*-----------------------------*/
/* 7.2 - Horizontal alignments */
/*-----------------------------*/
.align-left {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align: center;}

/*------------------*/
/* 7.3  Text colors */
/*------------------*/
.txt-white {color: rgb(255,255,255);}
.txt-black {
	color: #333333;
}

.txt-grey01 {color:#999999;}
.txt-grey02 {color:#333333;
	color: #333333;
}
.txt-grey03 {color: rgb(217,217,217);}
.txt-grey04 {color: rgb(204,204,204);}
.txt-grey05 {color: rgb(191,191,191);}
.nav-footer {
}
.txt-grey06 {color: rgb(178,178,178);}
.txt-grey07 {color: rgb(153,153,153);}
.txt-grey08 {color: rgb(127,127,127);}
.txt-grey09 {color: rgb(89,89,89);}
.txt-grey10 {color: rgb(51,51,51);}

.txt-yellow01 {color: rgb(254,252,232);}
.txt-yellow02 {color: rgb(253,249,201);}
.txt-yellow03 {color: rgb(253,246,185);}
.txt-yellow04 {color: rgb(252,243,162);}
.txt-yellow05 {color: rgb(251,239,139);}
.txt-yellow06 {color: rgb(250,236,116);}
.txt-yellow07 {color: rgb(249,233,93);}
.txt-yellow08 {color: rgb(249,230,69);}
.txt-yellow09 {color: rgb(248,227,46);}
.txt-yellow10 {color: rgb(247,224,23);}

.txt-blue01 {color: #3366DA;}
.txt-blue02 {color: rgb(222,220,242);}
.txt-blue03 {color: rgb(205,202,236);}
.txt-blue04 {color: rgb(189,185,229);}
.txt-blue05 {color: rgb(172,167,223);}
.txt-blue06 {color: rgb(155,149,217);}
.txt-blue07 {color: rgb(139,132,210);}
.txt-blue08 {color: rgb(122,114,204);}
.txt-blue09 {color: rgb(106,97,197);}
.txt-blue10 {color: rgb(89,79,191);}

.txt-green01 {color: #759C4D;}
.txt-green02 {color: rgb(220,238,204);}
.txt-green03 {color: rgb(202,229,178);}
.txt-green04 {color: rgb(185,220,153);}
.txt-green05 {color: rgb(167,211,127);}
.txt-green06 {color: rgb(149,203,102);}
.txt-green07 {color: rgb(132,194,76);}
.txt-green08 {color: rgb(114,185,51);}
.txt-green09 {color: rgb(97,177,25);}
.txt-green10 {
	color: #CC0000;
	background-color: #CCCCCC;
	padding-left: 5px;
}

.txt-red01 {color: rgb(252,235,233);}
.txt-red02 {
	color: #FF3300;
}
.txt-red03 {color: #CC0000;}
.txt-red04 {
	color: #FF0033;
}
.txt-red05 {color: rgb(238,157,144);}
.txt-red06 {color: rgb(235,137,122);}
.txt-red07 {color: rgb(232,118,100);}
.txt-red08 {color: rgb(229,98,77);}
.txt-red09 {color: rgb(225,79,55);}
.txt-red10 {color: #EF0037;}
.txt-orange01 {color: #E45E23;}
/*-------------------------*/
/* 7.4 - Background colors */
/*-------------------------*/
.bg-white {background-color: rgb(255,255,255);}
.bg-black {background-color: rgb(0,0,0);}
.bg-yel01 {
	background-color: #FFFFCA;
}
.bg-grey01 {background-color: rgb(242,242,242);}
.bg-grey02 {background-color: rgb(230,230,230);}
.bg-grey03 {background-color: rgb(217,217,217);}
.bg-grey04 {background-color: rgb(204,204,204);}
.bg-grey05 {background-color: rgb(191,191,191);}
.bg-grey06 {background-color: rgb(178,178,178);}
.bg-grey07 {background-color: rgb(153,153,153);}
.bg-grey08 {background-color: rgb(127,127,127);}
.bg-grey09 {background-color: rgb(89,89,89);}
.bg-grey10 {background-color: rgb(51,51,51);}





/*---------------------------*/
/* 7.5  Bottom border colors */
/*---------------------------*/
.line-box {border-bottom: solid 1px rgb(200,200,200); padding-bottom: 15px; margin: 0px 0px 15px 0px;}

.line-white {border-bottom: solid 1px rgb(255,255,255); padding-bottom: 2px; margin: 0px 0px 1px 0px;}
.line-black {border-bottom: solid 1px rgb(0,0,0); padding-bottom: 2px; margin: 0px 0px 1px 0px;}

.line-grey01 {border-bottom: solid 1px rgb(242,242,242); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey02 {border-bottom: solid 1px rgb(230,230,230); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey03 {border-bottom: solid 1px rgb(217,217,217); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey04 {border-bottom: solid 1px rgb(204,204,204); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey05 {border-bottom: solid 1px rgb(191,191,191); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey06 {border-bottom: solid 1px rgb(178,178,178); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey07 {border-bottom: solid 1px rgb(153,153,153); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey08 {border-bottom: solid 1px rgb(127,127,127); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey09 {border-bottom: solid 1px rgb(89,89,89); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey10 {border-bottom: solid 1px rgb(51,51,51); padding-bottom: 2px; margin-bottom: 1px;}



/*****************************/
/* SECTION 8 - MISCELLANEOUS */
/*****************************/
.showcode {font-family: monospace; font-weight: bold; font-size: 13px; color: rgb(255,0,0);}
.clear {clear: both;}
.hide {display: none;}
br {clear: none;}


/*****************************/
/* SECTION 9 - HEADER SEARCH BOX  */
/*****************************/
.header-searchbox {
	width: 350px;
	top: 55px;
	position: absolute;
	z-index: 4;
	background: transparent;
	padding-left: 350px;
}
.page-container-3 .header-searchbox input.text {
	color: #999999;
}


/*****************************/
/* SECTION 10 - CONTACT NUMBER  */
/*****************************/
.contact {
	width: 245px;
	height: 40px;
	top: 52px;
	position: absolute;
	z-index: 1;
	overflow: visible;
	margin: 0px;
	color: #333333;
	text-align: left;
	float: none;
	padding-left: 575px;
}
.page-container-3 .contact img {
	float: left;
}

.contact p.number  {
	margin: 0px;
	padding: 0px;
	font-family: "trebuchet ms", arial, "sans serif";
	font-weight: bold;
	font-size: 20px;
	color: #333333;
}
/*****************************/
/* SECTION 11 - SIDEBAR - CONTACT BOX  */
/*****************************/
.timeform {
	border: none;
	font-size: 1.0em;
	text-align: center;
}
#sidebar-time {
	text-align: center;
}
/*****************************/
/* SECTION 11 - SIDEBAR - NEARBY HOTELS  */
/*****************************/
.ul {
	margin: 0px 0px 7px 15px;
	padding: 0px;
	list-style-image: url(http://www.triasbali.com/img/raquo.jpg);
	list-style-position: outside;
	font-size: 1.1em;
}


/*****************************/
/* SECTION 12 - HOTEL SUMMARY TOP  */
/*****************************/
.summary-data {
	width: 569px;
	margin-bottom: 7px;
}
.hotel-address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	margin-bottom: 5px;
	margin-top: -10px;
}
.large-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
.nav4-gallery {
	font-size: 12px;
	color: #00AEEF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 767px;
}
.nav4 {
	font-size: 12px;
	color: #00AEEF;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
.nav4 a:link {
	font-size: 12px;
	color: #00AEEF;
}
.nav4 a:hover {
	font-size: 12px;
		color: #00AEEF;
}
.nav4 a:visited {
	font-size: 12px;
	color: #00AEEF;
}
.content3 a.content:link {
	font-size: 12px;
	color: #FF0066;
}
.content3 a.content:hover {
	font-size: 12px;
	color: #FF0066;
}
.content3 a.content:visited {
	color: #FF0066;
}
.rate-table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}.b {
	font-weight: bold;
}
img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto }
.listing a.title:link {color:#EF0138;text-decoration: underline;}
.listing a.title:visited {color:#EF0138;}
.listing a.title:hover {color:#EF0138;text-decoration: none;}
.listing a.title:active {color:#EF0138;}
img.listing {
	float: left;
	padding: 3px;
	border: 1px solid #999999;
	margin-right: 10px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.listing {
	padding-bottom: 8px;
	height: 70px;
	font-size: 1.0em;
	margin-bottom: 10px;
}
p.listing {
	padding-bottom: 5px;
	padding-top: 0px;
	height: 70px;
	font-size: 1.0em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.img-outline {
	border: 1px solid #333333;
}
#highlights {
	text-align: center;
	background-color: #F8F2DB;
	width: 148px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 4px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 10px;
		}
#highlights h5 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	margin-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	}
#highlights p {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	}

#highlights img {
	border: medium solid #FFCC00;
	text-align: center;
	margin-bottom: 10px;
	padding: 1px;
}

.adjust-gallery {
	text-align: right;
	width: 99.5%;
	font-size: 120%;
}
.attraction-caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
}
.attractions {
	font-size: 12px;
	padding-bottom: 5px;
}

.attractions a:link {
color: #00AEEF;
}
.attractions a:visited {
	color: #00AEEF;
}
.nav4 a.promo:link {
	color: #cc0000;
	text-decoration: underline;
}
.nav4 a.promo:visited {
	color: #cc0000;
	text-decoration: underline;
}
.nav4 a.promo:hover {
	color: #000000;
	text-decoration: underline;
}
ul.check {
	margin: 0px 0px 7px 20px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(../images/icons/check.jpg);
}
.promo-box {
	background-color: #F8F2DB;
	border: 1px solid #EFB900;
	padding: 4px;
	width: 133px;
	margin-bottom: 15px;
}
.promo-box p.title  {
	padding: 0px;
	font-family: "trebuchet ms", arial, "sans serif";
	font-weight: bold;
	font-size: 120%;
	color: #FFFFFF;
	background-color: #EF7D00;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.promo-box p.content-title  {
	padding: 0px;
	font-family: "trebuchet ms", arial, "sans serif";
	font-size: 100%;
	color: #000000;
	line-height: 1em;
	margin-top: 4px;
	font-weight: bold;
	text-align: center;
}
.promo-box p.content  {
	font-family: "trebuchet ms", arial, "sans serif";
	font-size: 100%;
	color: #666666;
	line-height: 1em;
	margin-top: 12px;
	text-align: center;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.promo-link-box {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	width: 65px;
	margin-left: 32px;
	margin-bottom: 8px;
	margin-top: 12px;
	padding: 2px;
}

a.promo-link{
	font-family: "trebuchet ms", arial;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #EF0500;
	text-align: center;
	width: 61px;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}
a.promo-link:visited{
	font-family: "trebuchet ms", arial;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #EF0500;
	text-align: center;
	width: 61px;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}
.buffer a.crumbs:link {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;

}
.buffer a.crumbs:visited {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;

}
.buffer a.crumbs:hover {
	color: #FF3300;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
.f_pic_box_1 {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif;
	float: left;
	width: 180px;
	overflow: hidden;
	margin-bottom: 8px;
}
.f_pic_box_2 {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif;
	float: right;
	width: 180px;
	overflow: hidden;
	margin-right: 9px;
		margin-bottom: 8px;

}
.f_pic img { border: 1px solid #CCCCCC; vertical-align:middle; margin-bottom: 3px; }
.f_img_1 { margin: 0.5em 3px 0.5em 3px; float:left; }
.f_img_2 { margin: 0.5em 3px 0.5em 3px; float:right; } 

.content-hotels-right-col {
	font-size: 100%;
}
.content-hotels-right-col ul {
	font-size: 90%;
}
.content-hotels-right-col ul a:link{
	color: #669900;
}
.content-hotels-right-col ul li{
	padding-top: 0px;
	padding-bottom: 3px;
}

#xsell {
	font-size: 0.9em;
	line-height: 1.3em;

}
#xsell img {
	padding: 3px;
	margin-right: 8px;
	border: 1px solid #FFCC00;
	background-color: #FFCC00;
	float: left;
	margin-bottom: 6px;
}
.title {
	color: #00AEEF;
}
.spa-content {
	font-size: 1.2em;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #669900;
	padding-bottom: 10px;
	margin-right: 20px;
}
.spa-listing {
	font-size: 1.0em;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #669900;
	padding-bottom: 10px;
	margin-right: 20px;

}
p.spa {
	font-size: 1.2em;
	padding-right: 20px;
}
div.information {
	font-size: 1.3em;
	padding-right: 20px;
}
ul.check-or {
	list-style-image: url(../images/icons/check-or.jpg);
	font-size: 1.0em;

}

.line {
	width: 569px;
	border: medium none #666666;
	clear: both;
}
.sptxtL {
	float: left;
	width: 60px;
	color: #669900;
	font-weight: bold;
}
.table-rates {
	clear: left;
	border: 1px solid #CCCCCC;
	empty-cells: show;
	border-collapse: collapse;
	width: 100%;
	margin-right: 2px;
	margin-bottom: 0.2em;
	margin-left: 1px;
	margin-top: 5px;
}
.td-vrates {
	border: 1px solid #CCCCCC;
	padding-left: 3px;

}
.td-vrates-hd {
	border: 1px solid #CCCCCC;
	padding-left: 3px;
	background-color: #FFD595;
}
.centre  {
	text-align: center;
}
.td-vrates {
	border: 1px solid #CCCCCC;
	padding-left: 3px;
}

.table-pkg {
	clear: left;
	border: 1px solid #000000;
	empty-cells: show;
	border-collapse: collapse;
	width: 95%;
	margin-right: 2px;
	margin-bottom: 0.2em;
	margin-left: 20px;
}
.tbl-trates {
	clear: left;
	border: 1px solid #000000;
	empty-cells: show;
	border-collapse: collapse;
	width: 95%;
	margin-right: 2px;
	margin-bottom: 0.2em;
	margin-left: 5px;
}
.td-trates {
	border: 1px solid #000000;
	padding-left: 3px;

}

.font1 {
	font-size: 0.9em;
}
.table-pkg tr {margin: 0px; padding: 0px;}
.table-pkg td {
	padding: 2px 7px 2px 7px;
	border: solid 1px rgb(150,150,150);
	text-align: left;
	font-size: 0.9em;
}
.sub-header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}


.pkg-box {
	background-color: #E1E1FF;
	padding-left: 3px;
	margin-left: 20px;
	border: 2px solid #E1E1E1;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
ul.pkg {
	font-size: 1.0em;
	list-style-type: disc;
}
#itinerary {
	background-color: #FFFFCC;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
} 
#itinerary p {
	padding-left: 3px;
	background-color: #FFCC66;
	font-weight: bold;
	font-size: 1.0em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
a.link-right-blue {
	color: #0099FF;
	float: right;
	padding-right: 10px;
}
a.link-right-blue:visited {
	color: #0099FF;
	float: right;
	padding-right: 10px;
}

/*****************************/
/* SECTION  - IMAGES  */
/*****************************/

.img-general-left {
	border: 1px solid #999999;
	padding: 3px;
	float:left;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
}
.img-general-right { border: 1px solid #999999; padding: 3px; float:right; margin-left:5px }


#xsell a.title:link {color:#0099FF;text-decoration: underline;}
#xsell a.title:visited {color:#0099FF;}
#xsell a.title:hover {color:#0099FF;text-decoration: none;}
#xsell a.title:active {color:#0099FF;}


