/* formats the table cell */
.title {
	height: 30px;
}

/* formats the TOUR TITLE columns */
#titlecoldiv {
	position: relative;
	width: 620px;
	height: 30px;
}

/* formats the tour title div */
.tourname {
	position: absolute;
	width: 650px;
	height: 18px;
}

/* formats the post-it div */
.post-it {
	position: absolute;
	height: 247px;
	width: 168px;
	top: 35px;
	left: 678px;
	z-index:2; 
}

/* formats the lowest price div */
.lowest-price {
	position: absolute;
	height: 42px;
	width: 247px;
	top: 215px;
	left: 500px;
	z-index:1;
}

/* formats the lowest price div */
.lowest-price1 {
	position: absolute;
	height: 42px;
	width: 247px;
	top: 235px;
	left: 505px;
	z-index:1;
}

/* formats the price div */
.price {
	position: absolute;
	height: 20px;
	width: 169px;
	left: 451px;
	font-size: 17px;
	font-weight: bold;
	color: #CC00CC;
	vertical-align: top;
	text-align: right;
}
/* price2 div */
.price2 {
	position: absolute;
	height: 20px;
	width: 169px;
	left: 565px;
	font-size: 17px;
	font-weight: bold;
	color: #CC00CC;
	vertical-align: top;
	text-align: right;
}

/* formats the email div */
.email {
	position: absolute;
	width: 120px;
	height: 36px;
	left: 500px;
	background-image: url(../images/itinerary_info/email_us.gif);
	background-repeat: no-repeat;
}

/* format text */
.itin_duration {
	font-size: 16px;
	font-weight: bold;
	color: #394607;
}

/* format highlights */
.highlights {
	font-size: 13px;
	font-weight: bold;
	color: #394607;
	text-align: center;
}

/* confirmed tour */
.confirmed {
	font-size: 12px;
	font-weight: bold;
	color: #CC00CC;
	text-align: center;
}

/* formats the day info cell */
.daytitle {
	height: 22px;
}

/* formats the DAY by DAY TITLES columns */
#daycoldiv {
	position: relative;
	height: 22px;
	width: 620px;
}
/* DAY TITLES cols */
#daycoldiv2 {
	position: relative;
	height: 22px;
	width: 730px;
}

/* formats the MORE DETAILED ITIN columns */
#moredetaildiv {
	position: absolute;
	left: 660px;
	top: 246px;
	height: 22px;
	width: 80px;
}

/* EMAIL2 div */
#email2div {
	position: absolute;
	left: 660px;
	top: 200px;
	height: 22px;
	width: 80px;
}

/* formats the more detail title */
.moreinfo {
	position: absolute;
	width: 80px;
	left: 11px;
	background-color: #C7CB4B;
	font-size: 14px;
	font-weight: bold;
	color: #394607;
	height: 20px; /* padding and height used to position text in the middle, have to add up toheight of cell */
	padding-top: 2px;
}

.rightbdrmore {
	position: absolute;
	height: 22px;
	width: 11px;
	left: 86px;
	background-image: url(../images/itinerary_info/right_bdr.gif);
	background-repeat: no-repeat;
}


/* formats the QUOTE columns */
#quotediv {
	position: absolute;
	left: 380px;
	top: 246px;
	height: 22px;
	width: 184px;
}

/* formats the PRINTABLE VERSION columns */
#printverdiv {
	position: absolute;
	left: 585px;
	top: 246px;
	height: 22px;
	width: 184px;
}

/* formats the COMING SOON columns */
#comingdiv {
	position: absolute;
	left: 530px;
	top: 170px;
	height: 69px;
	width: 119px;
}

.leftbdr {
	position: absolute;
	height: 22px;
	width: 11px;
	background-image: url(../images/itinerary_info/left_bdr.gif);
	background-repeat: no-repeat;
}

/* formats the day title */
.dayinfo {
	position: absolute;
	width: 540px;
	left: 11px;
	background-color: #C7CB4B;
	font-size: 14px;
	font-weight: bold;
	color: #394607;
	height: 20px; /* padding and height used to position text in the middle, have to add up toheight of cell */
	padding-top: 2px;
}
/* day title */
.dayinfo2 {
	position: absolute;
	width: 660px;
	left: 11px;
	background-color: #C7CB4B;
	font-size: 14px;
	font-weight: bold;
	color: #394607;
	height: 20px; /* padding and height used to position text in the middle, have to add up toheight of cell */
	padding-top: 2px;
}
.mealinfo {
	position: absolute;
	width: 70px;
	left: 551px;
	background-color: #C7CB4B;	
	font-size: 14px;
	font-weight: bold;
	color: #394607;
	height: 21px; /* padding and height used to position text in the middle, have to add up to height of cell */
	padding-top: 1px;
}
.mealinfo2 {
	position: absolute;
	width: 70px;
	left: 671px;
	background-color: #C7CB4B;	
	font-size: 14px;
	font-weight: bold;
	color: #394607;
	height: 21px; /* padding and height used to position text in the middle, have to add up to height of cell */
	padding-top: 1px;
}

/* formats the more detail title */
.printver {
	position: absolute;
	width: 125px;
	left: 11px;
	background-color: #C7CB4B;
	font-size: 14px;
	font-weight: bold;
	color: #394607;
	height: 20px; /* padding and height used to position text in the middle, have to add up toheight of cell */
	padding-top: 2px;
}

/* formats the pdf logo */
.pdflogo {
	position: absolute;
	width: 23px;
	height: 22px;
	left: 136px;
	background-color: #C7CB4B;
	background-image: url(../images/titles/pdf-logo.gif);
	background-repeat: no-repeat;
}

.rightbdr {
	position: absolute;
	height: 22px;
	width: 11px;
	left: 611px;
	background-image: url(../images/itinerary_info/right_bdr.gif);
	background-repeat: no-repeat;
}
.rightbdr2 {
	position: absolute;
	height: 22px;
	width: 11px;
	left: 731px;
	background-image: url(../images/itinerary_info/right_bdr.gif);
	background-repeat: no-repeat;
}
.rightbdr1 {
	position: absolute;
	height: 22px;
	width: 11px;
	left: 733px;
	background-image: url(../images/itinerary_info/right_bdr.gif);
	background-repeat: no-repeat;
}



.rightbdrlogo {
	position: absolute;
	height: 22px;
	width: 11px;
	left: 159px;
	background-image: url(../images/itinerary_info/right_bdr.gif);
	background-repeat: no-repeat;
}

.itin_text {
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* format text */
.itin_pricetext {
	font-size: 16px;
	font-weight: bold;
	color: #394607;
	text-align: center;
	padding-top: 8px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C7CB4B;
	padding-right: 5px;
	padding-left: 5px;
}

/* format text */
.itin_ifthere {
	font-weight: bold;
	color: #394607;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

/* format text */
.itin_ifthere_nobold {
	font-size: 10px;
	color: #394607;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}


/* formats the inc/ex info cell */
.incextitle {
	height: 22px;
}

/* formats the INCLUSIONS EXCLUSIONS columns */
#incexdiv {
	position: relative;
	width: 620px;
	height: 22px;
}

.leftbdrinc {
	position: absolute;
	height: 22px;
	width: 11px;
	background-image: url(../images/itinerary_info/left_bdr.gif);
	background-repeat: no-repeat;
}

.inclusions {
	position: absolute;
	width: 279px;
	left: 11px;
	background-color: #C7CB4B;
	font-size: 14px;
	font-weight: bold;
	color: #394607;
	height: 20px; /* padding and height used to position text in the middle, have to add up toheight of cell */
	padding-top: 2px;
}

.rightbdrinc {
	position: absolute;
	height: 22px;
	width: 11px;
	left: 290px;
	background-image: url(../images/itinerary_info/right_bdr.gif);
	background-repeat: no-repeat;
}

.leftbdrex {
	position: absolute;
	height: 22px;
	width: 11px;
	left: 311px;
	background-image: url(../images/itinerary_info/left_bdr.gif);
	background-repeat: no-repeat;
}

.exclusions {
	position: absolute;
	width: 290px;
	left: 322px;
	background-color: #C7CB4B;
	font-size: 14px;
	font-weight: bold;
	color: #394607;
	height: 20px; /* padding and height used to position text in the middle, have to add up toheight of cell */
	padding-top: 2px;
}

.rightbdrex {
	position: absolute;
	height: 22px;
	width: 11px;
	left: 606px;
	background-image: url(../images/itinerary_info/right_bdr.gif);
	background-repeat: no-repeat;
}


/* formats the inc/ex text cell */
.incextext {
	height: 245px;
	vertical-align: top;
}

/* formats the INCLUSIONS EXCLUSIONS TEXT columns */
#incextextdiv {
	position: relative;
	width: 620px;
}

.inctext {
	position: absolute;
	width: 295px;
	left: -7px;
	padding-top: 4px;
	padding-bottom: 5px;
}

.extext {
	position: absolute;
	width: 305px;
	left: 300px;
	padding-top: 4px;
	padding-bottom: 5px;
}

/* formats the day title */
.allitintitle {
	position: absolute;
	width: 610px;
	left: 11px;
	background-color: #C7CB4B;
	font-size: 14px;
	font-weight: bold;
	color: #394607;
	height: 20px; /* padding and height used to position text in the middle, have to add up toheight of cell */
	padding-top: 2px;
}

/* formats the day title alternative*/
.allitintitle1 {
	position: absolute;
	width: 722px;
	left: 11px;
	background-color: #C7CB4B;
	font-size: 14px;
	font-weight: bold;
	color: #394607;
	height: 20px; /* padding and height used to position text in the middle, have to add up toheight of cell */
	padding-top: 2px;
}

/* formats the td holding the list */
.all_itin {
	padding-left: 8px;
	padding-right: 8px;
}

/* formats the attraction boxs */
.itinbot {
	width: 620px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-top-color: #C7CB4B;
	font-size: 11px;
	padding-top: 2px;
}
/* formats the attraction boxs */
.itinbot2 {
	width: 720px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-top-color: #C7CB4B;
	font-size: 11px;
	padding-top: 2px;
}
