/*----------------------------------------------- 
 Start => Main CSS - 1.5 templates  - Updated 06/24/09-4:17IS
----------------------------------------------- */


/* START => common CSS styles
----------------------------------------------- */
body {
	background: #749BC8 url('/travelassist/internet/US/en/files/cht_ta_bodybg_tcm861-213810.jpg') no-repeat top center;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;/*Global Font*/
	font-size: 80%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body.medium {
	font-size: 110%;
	line-height: 110%;
}
body.large {
	font-size: 125%;
	line-height: 120%;
}
a {
	color: #666666;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #00388C;
	text-decoration: underline;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
.Custom_Italic {
	font-style: italic;
}
.Custom_Bold{
	font-weight: bold;
}
sup {
	font-size: 90%;
}
img, p, form, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
/* END => common CSS styles
----------------------------------------------- */


/* START => Page Layout related styles
----------------------------------------------- */
#body_wrapper {
	margin: 0 auto;
	text-align: left;
	width: 882px;
	background: #fff;
	position: relative;
	padding:0 36px 0 36px;
	}
#gridLeftNoMenu { /* This style will be used when- left navigation:NO- Left Module:YES */
	float:left;
	margin:15px 0 0 0;
	overflow:hidden;
	padding:0 0 0 10px;
	width:182px;/* width of the left sidebar -- can be set to any value including percentages */
}
	* html #gridLeftNoMenu {/*For IE6 - insert any styles to target LTE IE6*/
		overflow: visible;
	}
#gridLeft {
	float:left;
	margin: 15px 0 0 0;
	overflow: hidden;	
	padding: 7px 30px 0 0;
	min-height: 300px !important;
	width: 115px;/* width of the left sidebar -- can be set to any value including percentages */
	background: transparent url('/travelassist/internet/US/en/files/cht_ta_leftnavbg_tcm861-213812.gif') 0 0 repeat-x;
}
	* html #gridLeft { /*for IE6*/
		overflow: visible;
		height: auto !important;
	}
	*:first-child+html #gridLeft {
		height: auto !important;
	}
#gridCenter {
	height: 100%;	
	min-height: 300px;
	overflow: hidden;	
	padding: 15px 0 38px 0;
	margin: 15px 0 0 0;
	background: transparent url('/travelassist/internet/US/en/files/cht_ta_leftnavbg_tcm861-213812.gif') 0 0 repeat-x;
}
	* html #gridCenter { /*for IE6*/
		overflow: visible;
		height: 300px;
	}
#gridRight {
	float: right;
	margin: 15px 0 38px 30px;
	overflow: hidden;
	padding: 15px 0 0 0;
	text-align: left;
	width: 270px;
	background-image: url('/travelassist/internet/US/en/files/cht_ta_rightcolbg_tcm861-213813.gif');
}
	* html #gridRight { 
		margin: 15px 0 17px 20px;
	}
#pageBanner {
	color: #000;
	font-weight: bold;
	font-size: 120%;
	margin: 10px 0 0 0;
	min-height: 20px;
	overflow: hidden;
	padding: 0px 0;
	text-align: center;
}
#PlaceHolderBanner {
	border: 1px solid #ccc;
	display: none;
	font-weight: bold;
	font-size: 120%;	
	height: 100px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-align: center;
	vertical-align: middle;
}
/* END => Page Layout related styles
----------------------------------------------- */


/* START => Page Header related styles
----------------------------------------------- */
#mastHead {
	height: 135px;
	margin: 0;
	padding: 0;
	width: 100%;
	}
/*---- Start global links styles ----*/
#dropMenuDivAIG{
	display: none;
	}
#topLinks {
	position: absolute;
	left: 665px;
	top: 74px;
	font-size: 11px;
}
#topLinks a{
	padding-right: 10px;
	}
#topLinks .onPage {
	cursor: default;
	color: #fff;
	position: absolute;
	bottom: 68px;
	font-weight: bold;
}
.topLinkSep {
	display:none;
}
/*---- End global links styles ----*/
#logo {
	float: left;
	margin: 23px 0 0 0;
	padding: 0;
}

* html #logo {
	display: inline;
}
#logobanner1 {
	float: left;
	margin: 30px 0 0 80px;
	color: #043b8b;
	font: bold 24px/normal Arial, Helvetica, sans-serif;
}
#logobanner2{
	position: absolute;
	right: 158px;
	top: 5px;	
	z-index: 2;
	}
/*---- Start Site Search styles ----*/
#siteSearch {	
	text-align: left;
	float: right;
	margin: 0px 4px 0 0;
	top:30px;
	padding: 10px 0 5px 0px;
	text-align: right;
	position: absolute;
	display: block;
	z-index: 5;
	right: 30px;
	height: 30px;
	background: url('/travelassist/internet/US/en/files/cht_ta_searchbg_tcm861-213811.gif') repeat-x;
}
#siteSearch input{
	float: left;
}
#imageSearch{
	padding: 0 0 0 0;
	}
#siteSearch input.txtMedium {
	display: block;
	width: 188px;
	background:  #fff;
	border: 1px solid #ccc;
	padding: 1px 0 1px 0;
	margin: 0 10px 0 0;
	font-size: 13px;
	}
.btnGlobal {
	border: 0;
	font-size: 11px;
	margin: 0;
	vertical-align: top;
	}
#advSearch {
	clear: both;
	margin: 0;
	padding: 0;
	height: 20px;
	display: block;
	float: left;
}
/*---- End Site Search styles ----*/
#topMenu {
	margin: -22px 0 0 0;
	padding: 0;
	text-align: left;
	width: 100%;
	clear: both;
	float: left;
	}	
#topMenu ul#navList {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
#topMenu li {
	display: inline;
	float: left;
	font-size: 13px;
	font-weight: bold;
	background: url('/travelassist/internet/US/en/files/cht_ta_topnavbg_tcm861-213818.gif') no-repeat top right;
	line-height: 22px;
	height: 22px;
	margin: 0 0 0 7px;
	padding: 0 17px 0 0;
}
#topMenu li a {
	color: #666666;
	}
#topMenu li a:hover, #topMenu li:hover a, #topMenu li#active a {
	color: #00388C;
	text-decoration: none;
}
#topMenu li#active a{
	text-decoration: none;
	cursor: default;
	}
#topMenu li.li1 {
	margin: 0;
}
#navContainer ul li.lastLI {
	background-image: none;
}
/* END => Page Header related styles
----------------------------------------------- */



/* START => Global Tabs 
----------------------------------------------- */
#globalNav {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#globalNav a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#globalNav a:hover, #globalNav li.tabOn a {
	color: #000;
	text-decoration: none;
}

/* END => Global Tabs 
----------------------------------------------- */


/* START => Utility Navigation 
----------------------------------------------- */
#utilityNav {
	color: #666699;
	text-align: right;
	text-transform: uppercase;
}
#utilityNav a, #utilityNav a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#utilityNav a:hover {
	color: #fff;
	text-decoration: underline;
}
/* END => Utility Navigation 
----------------------------------------------- */


/* START => Left Navigation related styles
----------------------------------------------- */
#leftNavTitle, #leftNavTitle h4 {
	margin: 0;
	padding: 0;
}
#leftNavContainer {
	font-size: 11px;	
	margin: 0 0 0 0;
	line-height: 14px;	
}
#leftNavContainer #navlist{
	margin: 0;
	padding: 0;
	}
#leftNavContainer li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 9px 0;
	background: transparent url('/travelassist/internet/US/en/files/cht_ta_leftnavbg_tcm861-213812.gif') 0 0 repeat-x;
}
#leftNavContainer li a { /* Ist Level Link */
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #666;	
	font-weight: bold;
	text-decoration: none;
}
#leftNavContainer a.active:hover, #leftNavContainer li a:hover {
	text-decoration: none;
	color: #00348C;
	}
#leftNavContainer ul li ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#leftNavContainer li li {
	margin: 0 0 0 0;
	padding: 3px 0 3px 10px;
	background: none;
}
#leftNavContainer li li a { /* IInd Level Link */
	background: none;
	font: 12px/16px Arial, Helvetica, sans-serif;
	font-weight: normal;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
	height: auto;
}
#leftNavContainer li li li{ /* IInd Level Link */
	background: none;
	}	
#leftNavContainer li li li a { /* IIIrd Level Link */
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}
#leftNavContainer li li li a.active , #leftNavContainer li li li a.active:hover {
	background: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
	}
#leftNavContainer li li li li a { /* IVth Level Link */
	color: #15449E;
	font-weight: normal;	
}
#leftNavContainer li a.active {
	color: #00348C;
	font-weight: bold;
	cursor: default;
}
#leftNavContainer ul li.firstLI {
	background-image: none;
}

/* END => Left Navigation related styles
----------------------------------------------- */


/* START => Breadcrumb related styles
----------------------------------------------- */
#breadCrumb {
	background: #fff;
	color: #000;
	font-size: 84%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 2px;
}
#breadCrumb span{
	font-size: 84%;
}
#breadCrumb a, #breadCrumb a:visited {
	color: #19318b;
	display: inline;
	font-weight: normal;
	text-decoration: none;
}
#breadCrumb a.drop, #breadCrumb a.drop:visited, #breadCrumb a.drop:hover {
	border: 1px solid #ccc;
	padding-right: 18px;
}
#breadCrumb a.drop:hover {
	background: #efefef;
}
#breadCrumb a:hover {
	text-decoration: underline;
}
/* Start => BreadCrumb Dropdown */
#dropMenuDivAIG {
	position: absolute;
}

/* END => Breadcrumb related styles
----------------------------------------------- */


/* START => Page Title related styles
----------------------------------------------- */	
#pageTitle {
	font-size: 90%;
	font-weight: bold;
	padding: 0 0 15px 0;
	width:100%;
	margin: 0;
}
#pageTitle img {
	border: 0;
	padding: 0 2px 0 0 ;
	margin-bottom:10px;
	float:left;
}
#pageTitle .pageName {
	color: #5A306B;
	font-weight: bold;
	font-size: 140%;
	line-height: 20px;
	margin: 0;
	padding: 0px 0 0 0;

}
#pageTitle .link {
	margin: 0 0 0 15px;
	padding-bottom: 5px;
	color: #fff;
}
#pageTitle .link a {
	color: #5A306B;
}
#pageTitle sup {
	font-size: 80%;
}
#pageSubTitle {
	margin: 5px 0 10px 0;
	padding: 0;
}
.pageSubTitle1 {
	font-weight: bold;
	font-size: 110%;
}
.pageSubTitle2 {
	font-size: 100%;
	font-weight: bold;
	padding: 5px 0 0 0;
}
/* END => Page Title related styles
----------------------------------------------- */


/* START => Center Column related styles
----------------------------------------------- */
.centerModule {
	margin: 0 0 10px 0;
}
#gridCenter .centerModule .module {
	margin: 0 0 10px 0;
	border: none;
}
.centerModule .moduleTitle {
	display: block;
	margin-bottom: 5px;
}
.centerModule .moduleTitle a {
	margin-bottom: 10px;
}
.centerModule .moduleSubTitle a:hover, .centerModule .moduleMore a:hover {
	text-decoration: none;
}
.centerModule .moduleTitle a:hover {
	text-decoration: underline;
}
.centerModule .moduleTitle img {
	float: none;
}
.centerModule .moduleSubTitle {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}
.centerModule img {
	float: left;
	padding: 5px;
}
.centerModule p {
	display: block;
	margin: 0;
	padding-bottom: 10px;
}
.centerModule .moduleFooter {
	font-size: 90%;
	margin: 3px;
}
.centerModule .moduleMore {
	color: #003399;
	padding: 1px 0;
	text-align: right;
}
.centerModule #homeImage1 {
	float: left;
	margin: 0 0 10px 0;
}
.centerModule #homeImage2 {
	float: right;
	margin: 0 0 10px 0;
}
#imgSection {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.adaptiveCol {
	margin-top:10px;
}
.centerModule .moduleTitle, .moduleCat .moduleCont .moduleTitle {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}
.centerModule .moduleTitle a, .centerModule .moduleTitle a:visited {
	color: #18308C;
}
.moduleCat .moduleCont .moduleTitle a, .moduleCat .moduleCont .moduleTitle a:visited {
	color: #18308C;
	text-decoration:none;
}
.moduleCat .moduleCont .moduleTitle a:hover{
	text-decoration:underline !important;
}
.moduleCat .moduleCont .moduleTitle a:hover span{
	text-decoration:underline !important;
}

.moduleCat .moduleImage {
	margin: 0;
	padding: 0;
}
/* END => Center Column related styles
----------------------------------------------- */


/* START => All Module related styles
----------------------------------------------- */
.rightModule, .leftModule, .rightModuleAds, .leftModuleAds {
	text-align: left;
	font-size: 11px;
	background-image: url('/travelassist/internet/US/en/files/cht_ta_rightmodulebg_tcm861-213815.gif');
	width: 241px;
	margin: 0 0 20px 13px;
}
.rightModule{
	padding: 10px 0;
	}	
.rightModule a, .rightModule a:visited, .leftModule a, .leftModule a:visited {
	white-space: pre-wrap;
}
.rightModuleAds, .leftModuleAds {
	text-align: center;
	background: none;	
}
.rightModule .moduleTitle, .leftModule .moduleTitle, #gridCenter .Module .moduleTitle {
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
	line-height: 14px;
	color: #857362;
}
.rightModule .moduleTitle img, .leftModule .moduleTitle img {
	float: none;
	margin: -3px -10px;
	padding: 0;
}
.rightModule .moduleSubTitle, .leftModule .moduleSubTitle, #gridCenter .Module .moduleSubTitle {
	display: block;
	font-weight: bold;
	padding: 2px 10px;
}
.rightModule p, .leftModule p {
	margin: 5px 10px;
}
.rightModule .moduleFooter, .leftModule .moduleFooter {
	margin: 5px;
}
.rightModule .moduleMore p, .leftModule .moduleMore p {
	margin: 0;
	padding: 5px 10px 5px 10px;
}
.rightModule div.boxAction, .leftModule div.boxAction {
	padding: 0 15px 5px 0;
}
.rightModule div.boxAction, .leftModule div.boxAction, #gridCenter .Module div.boxAction {
	text-align: right;
}
#gridCenter .Module {
	margin: 0 10px 10px 0;
	padding: 0 0 5px 0;	
	border: 1px solid #4084C5;	
}
#gridRight iframe {
	margin: 0;
	padding: 0;
	width: 300px;
}
.rightModule .moduleFooter, .leftModule .moduleFooter, .rightModule p.printEmail, .leftModule p.printEmail, #gridCenter .Module .moduleFooter, #gridCenter .Module p.printEmail {
	font-size: 90%;
}
.rightModule .moduleMore, .leftModule .moduleMore, #gridCenter .Module .moduleMore {
	background: #ccc;
}
.rightModule img, .leftModule img, .rightModule form, .leftModule form, .rightModuleAds img, .leftModuleAds img {
	padding: 0;
}

/* END => All Module related styles
----------------------------------------------- */	


/* START => Category Module related styles
----------------------------------------------- */
.moduleCat {
	margin: 0 0 10px 0;
	padding: 0;
}
.moduleCat .moduleImage {
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	padding: 0;
	width: 70px;
}
.moduleCat .moduleImage img{
	margin-left: -150px;
	}
.moduleCat .moduleCont {
	display: block;
	height: 100%;	
	margin: 0 0 0 0;
	min-height: 20px;
	overflow: hidden;	
	padding: 0 0 0 0;
}
	* html .moduleCat .moduleCont { /*for IE6*/
		height: 50px;
		overflow: visible;
	}
#gridCenter .moduleCat .moduleCont .moduleTitle {
	display: block;
	line-height: 100%;
	margin: 0 0 3px 0;
	background: none;
	padding-left:0;
}
.moduleText p{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
/* END => Category Module related styles
----------------------------------------------- */


/* START =>List Item related styles
----------------------------------------------- */	
ul.bulleted {
	list-style-type: disc;
	margin: 0 0 0 28px;
	padding: 5px 5px 0 0;
}
ul.bulleted li {
	padding: 2px 0 3px 0;
}
.rightModule ul.bulleted li {
	color: #18308C;
}
.rightModule ul.bulleted{
	margin: 0 0 0 10px;	
}
.rightModule ul.bulleted li{
	margin: 0 0 0 20px;
}
ul.bigBulleted {
	list-style-type: square;
	margin: 0 0 0 28px;
	padding: 5px 5px 0 0;
}
ul.bigBulleted li {
	padding: 2px 0 3px 0;
}
ul.nonBulleted {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 5px 5px 0 0;
}
ul.nonBulleted a {
	font-weight: normal;
}
.centerModule ul.nonBulleted {
	margin: 0;
	padding: 0;
}
ul.imageBulleted {
	margin: 5px 5px 5px 15px;
	padding: 0; /* Cross check  the positions of the bullets in all browsers,when changed */
}
ul.imageBulleted li {
	clear: left;
	padding: 1px 0 1px 5px;
}
ul.imageBulleted li img {
	padding-right: 5px;
}
ul.bulleted b, ul.bigBulleted b, ul.nonBulleted b, ul.imageBulleted b {
	color: #000;
	font-weight: normal;
}
/* END =>List Item related styles
----------------------------------------------- */	


/* START =>Search Result page related styles
----------------------------------------------- */
#searchPageForm {
	height: 50px;
	margin: 10px 0 0 100px;
	padding-bottom: 10px;
	width: 400px;
}
#searchPageForm .boxAction a {
	display: block;
	width: 100px;
}
#helpLayer {
	background: #fff;
	border: 3px solid #ccc;
	display: none;
	left: 60%;
	margin: 40px -152px;
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 210px;
	width: 400px;
}
.searchHelpText {
	clear: left;
	display: block;
}
.searchResults {
	clear: left;
	margin: 0 0 20px 0;
}
.searchResults .searchTitle {
	float: left;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
.searchResults p {
	display: block;
	margin: 0 0 6px 0;
}
.searchResults .pagination {
	float: right;
	font-weight: bold;
	margin: 5px 0 0 0;
	white-space: nowrap;
}
.searchResults ul {
	clear: left;
	margin: 5px 10px;
}
.searchResults ol li {
	clear: left;
	margin: 2px 0 2px 0;
	padding: 0 0 5px 0;
}
.searchResults ol {
	clear: left;
}
.searchResults ul.nonBulleted li, .searchResults ol.nonBulleted li {
	clear: left;
	margin: 5px 2px 2px -10px;
	padding: 0 0 5px 0;
}
#noResultText {
	font-size: 100%;
	font-weight: bold;
}
/* END =>Search Result page related styles
----------------------------------------------- */	


/* START =>Site map page related styles
----------------------------------------------- */	
.sitemapH {
	margin-left: -38px;
}
.sitemapH .navlist li {
	display: inline;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-right: 20px;
}
.sitemapV #sitemapContainer #navlist {
	margin: 20px 0 40px 0;
	padding: 0;
}
.sitemapV #sitemapContainer #navlist li {
	color: #000;
	font-weight: bold;
	font-size: 100%;	
	list-style: none;
	margin: 0;
	padding: 10px 0 0 5px;
}
.sitemapV #sitemapContainer #navlist li a {
	color: #18308C;
	font-weight: bold;
	text-decoration: underline;
}
.sitemapV #sitemapContainer #navlist li ul {
	margin-left: 10px;
	padding: 0;
}
.sitemapV #sitemapContainer #navlist li ul li {
	border: 0;
	font-weight: bold;
}
.sitemapV #sitemapContainer #navlist li ul li a {
	background: none;
	border: 0;
	color: #18308C;
	font-weight: bold;
}
.sitemapV #sitemapContainer #navlist li ul li ul {
	margin-left: 15px;	
}
.sitemapV #sitemapContainer #navlist li ul li ul li {
	border: 0;
	font-weight: normal;
}
.sitemapV #sitemapContainer #navlist li ul li ul li a {
	border: 0;
	color: #18308C;
	font-weight: normal;
}
.sitemapV #sitemapContainer #navlist li a:hover {
	text-decoration: underline;
}
#navList #active a:hover {
	cursor: default;
}
.sitemapH .navlist li a {
	font-weight: bold;
}
/* END =>Site map page related styles
----------------------------------------------- */


/* START => Form related styles
----------------------------------------------- */
/* Start => Form Default properties */	
input, select, textarea {
	background: #fff;
	color: #000;
	font-size: 12px;
	margin: 0;
	margin-bottom: 2px;
}
/* End => Form Default properties */	
.disabledBtn {
	background: #ccc;
	border: 1px solid #000;
	color: #fff;
	font-size: 100%;
	padding: 0 4px 0 4px;
}
.formBtn {
	background: #d4d0c7;
	font-weight: bold;
	font-size: 100%;
	padding: 0 4px 0 4px;
}
.date {
	width: 68px;
}
.selSmall {
	margin: 5px 0;
	width: 46px;
}
.selMedSmall {
	margin: 5px 0;
	width: 118px;
}
.selMedium {
	margin: 5px 0;
	width: 155px;
}
.selLarge {
	margin: 5px 0;
	width: 283px;
}
select.selNoBorder {
	border: 1px solid #69c;
	margin: 0;
	padding: 0;
}
select.selNoBorder option {
	width: auto;
}
.txtSmall {
	width: 46px;
}
.txtMedium {
	width: 151px;
}
/* Workaround for IE7  */
*:first-child+html .txtMedium {
	background: #fff;
	border: 1px solid #B3B4B8;
	height: 16px;
	margin-top: -4px;
	width: 176px;
}
.txtLarge {
	width: 260px;
}
.txtLogin {
	width: 62px;
}
.txtAreaLarge {
	width: 280px;
}
.txtAreaMedium {
	width: 190px;
}
.txtAreaSmall {
	width: 100px;
}
form, input[disabled], select[disabled], textarea[disabled], #location {
	color: #000;
}
.requiredFields {
	color: #FF0000;
}
/* END => Form related styles
----------------------------------------------- */


/* START => General styles
----------------------------------------------- */
.column {
	float: left;
}
* html .column {
	float: none;
}
.listView ul.column li, .tabView ul.column li{
	margin: 0 0 0 20px;
}
.listView ul.column {
	margin: 5px 0 0 -5px;
}
.tabView ul.column {
	margin: 5px 0 0 0;
}
* html .listView ul.column {
	margin: -7px 0 0 0;
}
* html .tabView ul.column {
	margin: -7px 0 0 0;
}
*:first-child+html .tabView ul.column {
	margin: -7px 0 0 0;
}
*:first-child+html .listView ul.column {
	margin: -7px 0 0 0px;
}
br.both {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 0px;
	margin:0;
	padding:0;
	display:none;
}
div.clearer {
	clear: left;
	height: 0;
	line-height: 0;
}
#centerAlign {
	text-align: center;
}
.floatLeft {
	float: left;
}
.btnGlobal {
	background: #7993d7;
	border: 1px;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	padding: 2px 5px;
}
.disabledBox {
	background: #ccc;
}
/* END => General styles
----------------------------------------------- */	


/* START => New Search Page styles
----------------------------------------------- */	
#searchWrapper {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.label {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: left;
}
#mainSearchResult {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 0 0 10px 0;
}
#viewAll_top {
	padding: 10px 0;
	text-align: right;
}
#viewAll_bottom {
	display: none;
	padding: 10px 0;
	text-align: right;
}
#searchHelpLabel {
	font-weight: normal;
	padding-left: 5px;
	vertical-align: bottom;
}
#searchResultsViewAll {
	clear: left;
	margin: 10px 0pt 0pt;
}
#searchResultsViewAll ul {
	clear: left;
	margin: 5px 0pt;
}
#searchResultsViewAll ul.nonBulleted li {
	clear: left;
	margin: 5px 2px 0pt -10px;
	padding: 0pt;
}
#searchResultsViewAll p {
	display: block;
	margin: 0pt;
}
.searchTitleNoPagination {
	font-weight: bold;
	margin: 15px 0pt 5px;
}
#searchResultsViewAll ul.nonBulleted li a, #searchResultsViewAll ol.nonBulleted li a, .searchSecure {
	font-weight: bold;
}
/* START => New Search Page styles
----------------------------------------------- */


/* START => LIST and TAB View related styles 
----------------------------------------------- */
#jumpLink {
	padding: 5px 0 10px 0;
	font-size: 90%;
	font-weight: bold;
	color: #FF9900;
}
.tabView, .listView {
	clear: left;
	margin-bottom: 10px;
	padding-top: 5px;
}
.listView {
	background: #fff;
	border: none;
}
.tabView .sectionTitle, .tabView .moduleTitle {
	display: none;
}
.tabView ul.tabMenu {
	display: inline;
	list-style: none;
	list-style-type: none;
	display: block;
	margin: 0 0 0 -40px;
	line-height: 12px;
}
* html .tabView ul.tabMenu {
	margin: 0 0 0 0;
}
*:first-child+html .tabView ul.tabMenu  {
	margin: 0 0 0 0;
}
.tabView ul.tabMenu li a{
	padding: 3px 8px 6px 8px;
	}
.tabView table, .listView table {
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	clear: both;
}
.tabView td, .listView td, .tabView th, .listView th {
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
	padding: 5px;
}
.tabView th, .listView th {
	color: #353535;
}
.listView ul.tabMenu {
	margin: -10px 0 10px 10px;
	padding-left: 10px;
}
.tabView li.tab, .tabView li.tabOn, .tabView li.tabLast, .tabView li.tabLastOn {
	background: #D8D8D8;
	float: left;
	margin-right: 2px;
}
.tabView li.tab a, .tabView li.tabLast a, .tabView li.tabOn a, .tabView li.tabLastOn a {
	background: #EEEEEE url('/travelassist/internet/US/en/files/cht_ta_tabbg_tcm861-213817.gif') repeat-x;
	color: #666;
	display: block;
	font-weight: bold;
	height: 20px;
	outline: 0;
	overflow: hidden;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	width: auto;
	float: left;
	width: 88px;
}
.listView li.tab a, .listView li.tabLast a, .listView li.tabOn a, .listView li.tabLastOn a {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
.tabView li.tabSingle {
	background: #19308D;
	float: left;
	margin-right: 0;
}
.tabView li.tabSingle a {
	background: #19308D;
	color: #fff;
	display: block;
	font-weight: bold;
	outline: 0;
	padding: 5px 2px;
	text-align: center;
	text-decoration: none;
}
.tabView li.tabLast a, .tabView li.tabLastOn a {
	background: #EEEEEE url('/travelassist/internet/US/en/files/cht_ta_tabbg_tcm861-213817.gif') repeat-x;
	border: 1px solid #D8D8D8;
	border-bottom: none;
	overflow: hidden;
	width: 88px;
}
.tabView li.tab a:hover, .tabView li.tabOn a, .tabView li.tabLast a:hover, .tabView li.tabLastOn a {
	background: #fff;/*active and clicked tab properties*/
	border: 1px solid #D8D8D8;
	border-bottom: 2px double #fff;
	border-top: 0 solid #fff;
	color: #000;
	margin: -1px 0 0 0;
	position: relative;
	top: 2px;
	z-index: 3;
	width: 88px;
}
.tabView li.tab a {
	border: 1px solid #D8D8D8;
	border-bottom: none;
}
.tabView .tabDataContainer {
	background: #FEFEFE url('/travelassist/internet/US/en/files/cht_ta_tabbbg_tcm861-213816.gif') repeat-x 0 bottom;
	clear: left;
	color: #000;
	display: none;
	margin: 0;
	padding: 10px 10px 10px 15px;
	text-align: left;
	border: 1px solid #d7d7d7;
}
.listView .tabDataContainer {
	background: #fff;
	border-bottom: 1px solid #efefef;
	clear: left;
	color: #000;
	display: block;
	margin-top: 5px;
	padding: 5px;
	text-align: left;
}
.tabDataContainer {
	height: 100%;	
	min-height: 100px;
}
	* html .tabDataContainer {
		height: 100px;
	}
.listView .moduleTitle {
	display: block;
	padding-bottom: 10px;
	text-align: right;
}
.moduleTitle span {
	font-size: 100%;
	font-weight: bold;
}
.listView .sectionTitle {
	display: block;
	float: right;
	text-align: right;
}
.sectionTitle {
	margin-bottom: 10px;
	width: 100%;
}
.sectionTitle span {
	float: left;
	font-size: 100%;
	font-weight: bold;
}
.sectionTitle a {
	color: #003399;
	float: right;
}
.tabView a, .listView a, .centerModule .moduleSubTitle a, .centerModule .moduleMore a, .centerModule .moduleMore a:visited {
	color: #003399;
}
.listView li.tab, .listView li.tabOn, .listView li.tabLast, .listView li.tabLastOn, .listView li.tabSingle {
	padding-bottom:5px;
}
/* END => LIST and TAB View related styles ----------------------------------------------- */


/* START => Page and Site footer related styles ----------------------------------------------- */
#pageFooter {
	background-color: #fff;
	clear: both;
	font-size: 80%;
	margin: 0 auto;
	width: 90%;
}
#pageFooter .moduleTitle {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
#pageFooter p {
	margin: 0;
	padding: 10px 0 0 0;
}
#pageFooter ul {
	margin: 0;
	padding: 0;
}
#siteFooter {
	clear: both;
	color: #fff;
	font-size: 85%;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: left;
	position:absolute;
	left:0;
}

#siteFooter br{
	display:none;
}
#siteFooter a {
	color: #fff;
	padding: 0;
	text-decoration: underline;
}
#siteFooter a:visited {
	text-decoration: underline;
}
#siteFooter a:hover {
	text-decoration: none;
}
#siteFooter .grayText {
	color: #333;
}
#siteFooter hr {
	display: none;
}
/* START => Page and Site footer related styles 
----------------------------------------------- */


/* START => Siteminder Login related styles 
----------------------------------------------- */
.pwd_rules {
	font-size: 100%;
}
#grid-center {
	border-right: none;
}
.lnk {
	color: #fff;
	float: right;
	height: 10px;
	padding: 2px;
}
.lnk a {
	color: #fff;
	font-size: 90%;
}
.lgn_tbl_main {
	background: #F2F1EC none repeat scroll 0%;
	border: 1px solid #001473;
	width: 600px;
}
.lgn_tbl {
	background: #F2F1EC;
	border: 1px solid #001473;
	margin: auto;
	width: 500px;
}
.lgn_tbl td {	
	color: #000;
	font-size: 100%;
	height: 25px;
	padding: 7px;
}
	* html .lgn_tbl td {
		padding: 5px;
	}
	*:first-child+html .lgn_tbl td {
		padding: 5px;
	}
.lgn_tbl td.pass_hdr {
	background: #001473;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	padding: 1px;
	text-align: center;
}
.lgn_tbl td.warning {
	color: #FF0000;
	font-weight: bold;
	font-size: 100%;
	padding: 5px;
}
.lgn_tbl td input.field {
	background: #fff;
	border: 1px solid #aaa;
	font-weight: bold;
	font-size: 100%;
}
.lgn_tbl td input {	
	background: #DCDCD6;
	border: 1px solid #666;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	font-size: 100%;
	padding: 3px;
}
	* html .lgn_tbl td input {
		padding: 2px;
	}
	*:first-child+html .lgn_tbl td input {
		padding: 2px;
	}
.standards ul {	
	margin: 0 0 5px -20px;
}
	* html .standards ul {
		margin: 0 0 0 20px;
	}
	*:first-child+html .standards ul {
		margin: 0 0 0 20px;
	}
.warning {
	color: #f00;
}
#err1, #err2, #err3, #err4, #errA1, #errA2, #errA3, #errA4, #errB1, #errB2, #errB3, #errB4, #errC1, #errC2, #errC3, #errC4, #errD1, #errD2, #errD3, #errD4, #errE1, #errE2, #errF1, #errF2, #errG1, #errG2 {
	color: #f00;
	display: none;
}
#loginErr1, #loginErr2 {
	display: none;
}
.standards {
	font-weight: bold;
	font-size: 90%;
	left: 59%;
	margin: 0;
	position: absolute;
	text-align: left;
	top: 200px;
	width: 160px;
}
.loginError {
	color: #FF0000;
	display: none;
}
td.lgn_hdr_main, .lgn_tbl td.lgn_hdr {
	background: #001473;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;	
	padding: 5px;
}
/* END => Siteminder Login related styles 
----------------------------------------------- */


/* START => Login related styles 
----------------------------------------------- */
form a {
	color: #5568AC;
}
.loginModule {
	border: 1px solid #d5d5d5;
	display: block;
	padding-bottom: 5px;
	width: 180px;
	font-size: 11px;
	margin-bottom: 12px;
}
.loginModule .loginModTitle {
	background: #827068;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	padding: 5px 7px;
	margin: 2px;
}
.loginModule .loginSubTitle {
	font-size: 100%;
	margin-left: 5px;
}
.loginModule .loginSubTitle p {
	margin: 5px 0 0 0;
	padding: 0;
}
#loginFlds {
	display: block;
	margin: 5px 0 0 7px;
	padding: 5px 0 0 2px;
	position: relative;
}
#loginRemBlock {
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	margin: 5px;
	padding: 0 0 3px 0;
}
#loginForgot {
	border-top: 1px solid #d5d5d5;
	margin: 2px 0 0 5px;
	padding: 5px 0 0 2px;
	width: 165px;
}
#loginRemBlock #loginRem {
	float: none;
	padding: 5px 0 0 5px;
}
.loginFirstField {
	padding: 2px 0 0 0;
	width: 105px;
	font-weight: bold;
	display: block;
}
.loginSecondField {
	margin: 0;
	width: 105px;
}
.loginSecondField input {
	font-size: 100%;
	margin: 3px 0;
	width: 155px;
}
.loginSecondField select {
	font-size: 100%;
	margin: 3px 0;
	width: 160px;
}
#loginSubBlock {
	margin: 0 5px;
}
#loginSubBlock span {
	display: block;
}
#loginImg {	
	margin: -6px 3px 0 2px;
}
	* html #loginImg {
		margin: -8px 3px 0 2px;
	}
	*:first-child+html #loginImg {
		margin: -8px 3px 0 2px;
	}
#loginSubBlock #loginSubmit {
	margin: 4px 0 4px 5px;
	width: 162px;
	text-align: right;
}
#loginSubBlock #loginSubmit input{
	border: none;
	width: 67px;
	height: 23px;
	font-weight: bold;
}
html>/**/body #loginSubBlock #loginSubmit input , x:-moz-any-link, x:default {
	height: 25px;
}
#loginFooter {
	border-top: 1px solid #d5d5d5;
	margin: 10px 0 0 7px;
	padding: 5px 0 0 2px;
	width: 165px;
}
.loginInfoFld {
	display: block;
	margin: 0 0 0 0;
}
#loginRem a {
	margin-left: 4px;
}
#welcomeMsg{
	margin: 8px 0 0 0;
	padding: 0 5px 2px 0;
	float: left;
}
#welcomeMsg a,#welcomeMsg a:visited{
	color: #FFFFFF;
	font-size: 100%;
	text-decoration: underline;
}
#welcomeMsg a:hover{
	text-decoration: none;
}
#welcomeMsg .welcomeLink a{
	padding: 0 5px 0 0;
	margin: 0;
}
.welcomeName{
	float: left;
	margin-right: 5px;
}
#welcomeMsg .welcomeLink{
	font-weight: bold;
	font-size: 100%;
	margin-top: -1px;
}
#loginRem input {
	margin-right: 10px;
	background: #fff;
	vertical-align: middle;	
}
/* END => Login related styles 
----------------------------------------------- */

/* START => Styles specific for R3.1
----------------------------------------------- */
img {
	border: 0px;
}
#gridCenter #LabelId {
	display: none;
}
.printCenter {
	margin: 0 0 5px 0;
	float: right;
	width: 50%;
}
.printCenter p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	float: right;
}
.printCenter p a {
	margin-right: 0;
}
.printCenter p img {
	margin-left: 15px;
	margin-top: 2px;
}	
ul.printRight {
	list-style: none;
	margin: 0 0 0 0;
	padding: 5px 5px 0 0;
}
ul.printRight li {
	padding: 0 0 3px 0;
	color: #3A3899;
	display: block;	
	float: left;	
	width: 40px;	
}
#gridRight ul.printRight li a{
	float: left;	
	clear: left;
	display: block;
	color: #000;
	font-size: 91%;
	text-decoration: none;
	text-align: center;	
	width: 40px;
}
.printModule .moduleTitle {
	display: none;
}
ul.printRight li img {
	border: none;
	margin-right: 0px;
	float: left;	
}
.printModule {
	border: none;
}
* html .printModule {
	overflow: visible;
}
	*:first-child+html .printModule {


	overflow: visible;
}
#textResizer {
	position: absolute;
	font-size: 10px;
	margin: 5px 0 0 130px;
	text-align: center;
	width: 45px;
}
* html #textResizer {
	margin: 22px 0 0 130px;
}
*:first-child+html #textResizer {
	margin: 22px 0 0 130px;
}
#textResizer span {
	display: block;
	clear: both;
	margin-bottom: -30px;
	padding-top: 45px;
	margin-top: -6px;
}
* html #textResizer span {
	padding-top: 30px;
}
*:first-child+html #textResizer span {
	padding-top: 30px;
}
#textResizer a {
	text-decoration: none;
	color: #000;
}
#textResizer a#link1 {
	font-size: 11px;
	font-weight: bold;
}
#textResizer a#link2 {
	font-size: 14px;
	font-weight: bold;
}
#textResizer a#link3 {
	font-size: 16px;
	font-weight: bold;
}
body#share {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
}
body#share #topLinks, body#share #topMenu, body#share #siteSearch, body#share #mastHead, body#share #gridLeft, body#share #gridRight, body#share #siteFooter, body#share #pageFooter, body#share #globalNavContainer {
	display: none;
}
#share #container {
	width: 470px;
	margin: 0 auto;		
}
#share #container h3 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 120%;
}
#share #container p {
	margin: 0;
	padding: 8px 0;
	font-size: 100%;
}
#share #container label, #share #container em {
	font-size: 100%;
}
#share #fieldText{
	padding: 10px 0 0 0;
}
#share #fieldText label {
	float:left;
	width: 100px;
	margin: 4px 0 4px 0;
}
#share #fieldText input {
	width: 250px;
	float: left;
	margin: 0 0 4px 0;
}
#share #fieldTextarea {
	clear: both;
	margin: 20px 0 0 0;
	float: left;
}
#share #fieldTextarea label {
	display: block;
	float: left;
}
#share #fieldTextarea textarea {
	width: 350px;
	margin: 5px 10px 15px 0;
}
#share #fieldTextarea em {
	float: right;
	width: 100px;
	font-style: normal;
	font-size: 100%;
	padding-top: 20px;
}
#share #fieldSubmit {
	clear: both;
	display: block;
}
#share #fieldSubmit a {
	display: inline-block;
	line-height: 20px;
	margin-left: 10px;
}	
/*---- for error messages ----*/
#share .error {
	color: #f00;
	width: 100%;
	display: block;
	clear: both;
	float: left;
	display: none;
}
.emsBanner {
	border: 2px solid #FE0000;
	font-family: arial,helvetica,sans-serif;
	text-align: left;
	width: 250px;
}
.emsTitle {
	background-color: #FE0000;
	color: #FFFFFF;
	padding: 8px 5px;
	font: bold 12px verdana, arial;
	text-align: center;
}
.emsLinkSection {
	list-style-type: none;
	margin: 0;
	padding: 5px 25px 10px 25px;
}
.emsLinkSection  li a {
	color: #00117C;
	text-decoration: underline;
	font: bold 12px verdana, arial;
}
.emsBanner1 {
	border: 2px solid #FE0000;
	font-family: arial,helvetica,sans-serif;
	width: 515px;
	overflow: hidden;	
	background-color: #FE0000;
}
	* html .emsBanner1 {
		overflow: visible;
	}
	*:first-child+html .emsBanner1 {
		overflow: visible;
	}
.emslabel1{
	background-color: #fe0000;
	color: #FFFFFF;
	font: bold 12px verdana, arial;
	float: left;
	width: 180px;
	padding: 5px;
	overflow: hidden;
}
	* html .emslabel1 {
		overflow: visible;
	}
	*:first-child+html .emslabel1 {
		overflow: visible;
	}
.emslabel2 {
	color: #000;
	font: bold 12px verdana, arial;
	float: left;
	width: 315px;
	padding: 5px;
	overflow: hidden;
	background-color: #fff;
}
	* html .emslabel2 {
		overflow: visible;
	}
	*:first-child+html .emslabel2 {
		overflow: visible;
	}
.emslabel2 a {
	color: #00117C;
}
/*---- styles added for share this page layout ----*/

body#share #body_wrapper, body#share #grid_wrapper {
	width: 500px;
}
body#share #gridCenter {
	padding: 0;
	margin: 0;
	min-height: 100px;
}
.contModule {
	background: #FFFFFF none repeat scroll 0%;
	border: 3px solid #CCCCCC;
	font-weight: normal;
	height: auto;
	margin: 10px 0pt 0pt 15px;
	padding: 10px;
	position: absolute;
	width: 200px;
	z-index: 100;
	display: none;
}
.contModule .content {
	margin: 4px 0;
}
.contModule .content p {
	margin: 0;
	padding: 0;	

}
.contModule .close {
	text-align: right;
}
.contModule .moduleMore {
	font-weight: bold;
	text-align: right;
}
/* END => Styles specific for 3.1  
----------------------------------------------- */


/* START => Styles for Toolbox  
----------------------------------------------- */
#gridRight .printModule {
	margin: 20px 0 0 0 ;
	display: block;
	height: 39px;
	width: 183px;
}
	* html #gridRight .printModule {
		padding-top: 20px;
	}
	*:first-child+html #gridRight .printModule {
		padding-top: 20px;
	}
#gridRight .printModule img {
	float: left;
}
/* END => Styles for Toolbox  
----------------------------------------------- */
/* START => Styles for Contact Form  
----------------------------------------------- */
#contactForm {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#contactForm ul{
	list-style: none;
	margin: 0 auto;
	width: 500px;
	padding: 0;
	height: 360px;
}
#contactForm input, #contactForm textarea, #contactForm select{
	width: 200px;
	float: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;	
	height: 16px;	
}
#contactForm select {
	width: 205px;
}
#contactForm textarea {
	width: 450px;
	height: auto;
}
#contactForm li{
	text-align: left;	
	float: left;	
	width: 250px;	
	height: 60px;
}
#contactForm label{
	text-align: left;
	width: 250px;
	float: left;	
	line-height: 20px;
	margin-top: 17px;
}
.requiredFields {
	display: none;
	clear: both;
}
#contactForm div input {
	height: auto;
	width: auto;
	margin: 20px 70px;	
	border: 1px solid #ccc;	
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0 15px;
	float: right;
}
#contactForm div {
	width: 500px;
	margin: 0 auto;		
	overflow: hidden;
}
#contactForm .txtLarge {
	text-align: left;
	width: 500px;
	margin: 0 auto;	
}
/* END => Styles for Contact Form  
----------------------------------------------- */


.errorMessage {
	clear:both;
}
.btmBarMainDiv {
	width: 479px;
	float: left;
	margin: 7px 10px 0 0;
	padding: 0px 0 10px 0;
	}
.btmBarMainDiv ul.btmTabBar {
	list-style-type: none;
	font: bold 125% arial;
	color: #000;	
	margin: 0;
	padding: 0;
	}
.btmBarMainDiv ul.btmTabBar li a {
	color: #000;
	text-decoration: none;
	cursor:default;
	}
.btmBarTopImg {
	display: none;
	}
.tabs {
	height: 215px;
	padding: 0 10px 0 0;
	overflow-x: hidden;
	}
.homePageHdr {
	display: none;
	}
.btmTabLeftMainSection tr td, .btmTabLeftMainSection tr td p {
	vertical-align: top;
	padding: 0 5px 0 0;
	margin: 0;
	}

/* JQuery Ticker styles ends*/
