/*  "Show All" + "Hide All" links */
/*#TJK_ToggleON,#TJK_ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px}*/

/* zeroing out padding and margin */
dd,#jobs dt {
margin:0;padding:2px 0} 

dd,#Aeroplan dt {
margin:0;padding:2px 0} 

dd,#CheckInandBaggage dt {
margin:0;padding:2px 0} 

dd,#Fares dt {
margin:0;padding:2px 0} 

dd,#Other dt {
margin:0;padding:2px 0} 

dd,#Reservations dt {
margin:0;padding:2px 0} 

dd,#TravelBank dt {
margin:0;padding:2px 0} 
/* margin for the DTs (shorthand) */

dt {
	margin:7px 0 7px 0px;
}
/* image and left padding for DDs */
dd {
	padding-left:10px;
	border: 1px solid #7f9db9;
	background-color: #eff5fc;
	margin-left: 35px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* styling all anchors in the DTs */
dt a {
	background:0 50% no-repeat;
	padding-left:40px;
	color:#EC5D1B;
	text-decoration:none;
}
dt a:visited {color:#EC5D1B}
dt a:visited:hover,
dt a:hover,
dt a:active,
dt a:focus {
	text-decoration: none;
}
/* the + and - gif in the anchors */
.DTplus a {
	background-image:url(images/toggleDLplus.gif);
	background-position: 15px;
}
.DTminus a {
	background-image:url(images/toggleDLminus.gif);
	background-position: 15px;
}
/**********************************/
/**********************************/
.showDD {position:relative;top:0;left:0}
dd,.hideDD{
	top:-9999px;
	position:absolute;
	left:-9999px;;
}

.hr_paw {
	padding-top: 4px;
	padding-right: 6px;
}.NewCareer {
	background-color: #FFFF00;
	border: 1px solid #EC5D1B;
	padding-right: 3px;
	padding-left: 3px;
}

.ServiceQuote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #FFFFFF;
	vertical-align: bottom;
	text-align: center;
	/*margin-top: -155px;
	margin-right: 3px;*/
	margin-left: auto;
	width: 206px;
	margin-right: auto;
}