
STRONG {
	font-weight: bold;
}


/* //////// icons begin //////////////////////////////////////////////////////////////// */

.iconDownload01 {
	background: url(../graphics/icons/iconDownload01.gif) no-repeat 0 0;
	padding: 9px 0px 0px 20px;
	font-size: 9px;
	line-height: 27px;
}

.iconPopup01 {
	background: url(../graphics/icons/iconPopup01.gif) no-repeat 0 0;
	padding: 9px 0px 0px 20px;
	font-size: 9px;
	line-height: 27px;
}

/* back icon to be used left justified */
.iconBack01 {
	background: url(../graphics/icons/iconBack01.gif) no-repeat 0px 6px;
	padding: 3px 0px 0px 8px;
	font-size: 9px;
	line-height: 27px;
	margin-right: 15px;
}

.iconJumpDown01 {
	background: url(../graphics/icons/iconJumpDown01.gif) no-repeat 0px 4px;
	padding: 0px 0px 0px 10px;
}

/* used on a SPANs, or EMs in menus */
.iconLeaf01 {
	background: url(../graphics/icons/iconLeaf01.gif) no-repeat 0px -1px;
	padding: 0px 0px 0px 20px;
}


/* //////// icons ends //////////////////////////////////////////////////////////////// */


/* //////// misc begins //////////////////////////////////////////////////////////////// */

.leaf {
	padding:0 0 14px 22px !important;
	background: url("../graphics/newsletter/bullet_leaf.gif") no-repeat 4px 0 !important;
}


IMG.imageRightJustify {
	float: right;
	margin: 20px 0px 20px 20px;
	padding: 4px;
	border: 1px solid #999999;
	background-color: #ffffff;
}

IMG.imageLeftJustify {
	float: left;
	margin: 20px 20px 20px 0px;
	padding: 4px;
	border: 1px solid #999999;
	background-color: #ffffff;
}

/* used in rates tables to bring attention to the caption */
.red {
	color: #C12D00;
}

#homeContent DIV#homeSpecial01 SPAN.homeSpecialContentTitleNormal {
	font-weight: bold;
	font-size: 11px;
}
#homeContent DIV#homeSpecial01 SPAN.homeSpecialContentTitleLarge {
	font-weight: bold;
	font-size: 16px;
	
}
/* used on events cal page, to designate events as INN or DESTINATION*/
.eventsCalInnEvent {
	color: #097EC6;
	font-weight: bold;
}
.eventsCalDestinationEvent {
	color: #DF5900;
	font-weight: bold;
}

/* //////// misc ends //////////////////////////////////////////////////////////////// */




