/*
	Travelport Structural CSS Definitions
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 13px;
	background: url(../images/galileobanner_bar.png) ;
	background-repeat: no-repeat;
}

#languageSelector {
	text-align: right;
	position: absolute;
	margin-left: 563px;
	padding: 0px;
}

	#languageSelector p {
		margin-bottom: 4px;
	}

	#languageSelector select {
		font-size: 10px;
	}

	#languageSelector a {
		font-size: 10px;
		color: #0075B0;
		text-decoration: none;
	}

	#languageSelector a:visited {
		color: #0075B0;
	}

	#languageSelector a:hover {
		text-decoration: underline;
	}

#pageContentArea {
	width: 530px;
	position: absolute;
	margin-left: 230px;
	margin-top: 99px;
}

	#contentHeader {
		background: url(images/contentheader_gradient.jpg);
		padding-top: 28px;
		padding-bottom: 0px;
		margin-bottom: -20px;
		margin-top: 1px;
	}
	#contentHeader p {
		padding-right: 35px;
	}

	#contentHeaderBottomBorder {
		position: absolute;
		width: 530px;
		height: 2px;
		background: url(images/contentheader_gradient_bottom.jpg);
		background-repeat: no-repeat;
	}

	#pageContent {
		padding-top: 20px;
		padding-right: 35px;
		font-size: 13px;
	}
		#pageContent h1 {
			color: #000;
			font-size: 17px;
		}

		#pageContent h2 *, #pageContent h2 {
			color: #1A696D;
			font-size: 14px;
			text-decoration: none;
			margin-bottom: 0px;
			margin-top: 0px;
		}

		#pageContent h3 *, #pageContent h3 {
			color: #1A696D;
			font-size: 12px;
			text-decoration: none;
			margin-bottom: 0px;
			margin-top: 0px;
		}

		#pageContent hr {
			margin-top: 0px;
			margin-bottom: 0px;
		}

		#pageContent th {
			background-color: #7AB700;
		}


#mainNavigationBar {
	position: absolute;
	margin-top: 79px;
	margin-left: 130px;
	font-family: arial;
	font-size: 11px;
}

	#mainNavigationBar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		list-style-image: none;
	}

	#mainNavigationBar li {
		display: inline;
		padding-left: 8px;
		padding-right: 8px;
		border-right: 1px solid black;
	}

	#mainNavigationBar li.last {
		border-right: 0px;
	}

	#mainNavigationBar a {
		color: #004165;
		text-decoration: none;
		font-weight: bold;
	}

	#mainNavigationBar a:hover {
		text-decoration: underline;
	}

#leftSidebarArea {
	position: absolute;
	margin-left: 0px;
	margin-top: 99px;
	width: 180px;
	padding: 0px;
}

	#subNavigationHeader {
		width: 171px;
		height: 35px;
        background:  url(images/subnavigation_header.jpg);
		background-repeat: no-repeat;
		padding-left: 5px;
		padding-right: 18px;
		padding-top: 40px;
	}
		#subNavigationHeader h1 {
			font-family: arial;
			font-size: 12pt;
			color: #fff;
			margin-top: 0px;
			padding-top: 0px;
			padding-left: 15px;
			background:  url(images/arrow_white_down.gif);
			background-repeat: no-repeat;
		}

	#subNavigation {
		width: 180px;
	}

	#funfact {
		width: 158px;
		background-color: #0070B5;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 18px;
		padding-right: 18px;
	}

		#funfact h1 {
			font-family: arial;
			font-size: 11pt;
			margin-bottom: 0px;
			margin-top: 0px;
		}

		#funfact p {
			margin-top: 0px;
		}

	#funfactFiller {
		width: 158px;
		height: 47px;
		background-color: #7AB700;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 18px;
		padding-right: 18px;
	}

	#funfactFooter {
		width: 194px;
		height: 61px;
		background: url(images/subnavigation_footer.gif) ;
		background-repeat: no-repeat;
	}

	#advancedMediaSearch {
		width: 158px;
		background-color: #7AB700;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 5px;
		padding-left: 18px;
		padding-right: 18px;
	}

		#advancedMediaSearch h1 {
			font-family: arial;
			font-size: 10pt;
			margin: 0px;
		}

		#advancedMediaSearch p {
			margin-top: 0px;
		}

#logo {
	position: absolute;
	margin-left: 16px;
	margin-top: 8px;
	padding: 0px;
}

#search {
	position: absolute;
	margin-left: 615px;
	margin-top: 60px;
}
	#search input {
		font-size: 10px;
	}

	#search p {
		margin: 0px;
		font-size: 10px;
		color: #0075B0;
		text-decoration: none;
	}

#breadcrumb {
	width: 510px;
	position: absolute;
	margin-left: 226px;
	margin-top: 112px;
	font-size: 10px;
	font-family: arial;
	color: #999;
	text-align: right;
}

	#breadcrumb a {
		text-decoration: none;
		color: #999;
	}

	#breadcrumb a:hover {
		text-decoration: underline;
	}

	#breadcrumb ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		list-style-image: none;
	}

	#breadcrumb li {
		display: inline;
	}

#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 11px;
	font-family: arial;
	color: #999;
}

sup.sm {
	font-size: 9px ! important;
}
