
body {
	margin:0;
	padding:0;
	background:#FFF;
	font-size:12px;
	font-family:Arial, Helvatica;
}


h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 15px 15px;
	padding:0;
	text-align:justify;
}

h1 a {
	text-decoration:none;
	color:#0000BB;
}

h1 a:hover {
	text-decoration:underline;
}


hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
}


/* ---------------------- Main Menu ---------------------- */


#menuContainer {
	position:relative;
	height:64px;
	color:#E0E0E0;
	background:#143D55;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:1px solid #FFF;
}

#mainMenu {
	position:relative;
	height:33px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(../images/dolphin_bg.gif) repeat-x bottom left;
	padding:0 0 0 20px;
}

#mainMenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}

#mainMenu ul li {
	display:block;
	float:left;
	margin:0 1px;
}

#mainMenu ul li a {
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
}

#mainMenu ul li a span {
	padding:12px 20px 0 0;
	height:21px;
	float:left;
}

#mainMenu ul li a:hover {
	color:#fff;
	background:transparent url(../images/dolphin_bg-over.gif) repeat-x bottom left;
}

#mainMenu ul li a:hover span {
	display:block;
	width:auto;
	cursor:pointer;
}

#mainMenu ul li a.current,#mainMenu ul li a.current:hover {
	color:#fff;
	background:#1D6893 url(../images/dolphin_left-on.gif) no-repeat top left;
	line-height:275%;
}

#mainMenu ul li a.current span {
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#1D6893 url(../images/dolphin_right-on.gif) no-repeat top right;
	height:33px;
}


/* ------------------------------- Sub Menu ----------------------------- */

#subMenu {
	width:770px;
	font-weight:bold;
	line-height:33px;
	text-align:right;
}

#subMenu a {
	text-decoration:none;
	color:#AFE4FF;
	padding-right:3px;
	padding-left:3px;
	
}

#subMenu a:hover {
	color:#AFE4FF;
	background:#23516C;
}




/* ----------------------------- Content ------------------------------- */




#contentContainer {
	overflow:auto;
	padding:25px;
	padding-top:15px;
	border-bottom:1px solid #CCC;
	background:#EFEFEF;
}

	#contentContainer h1 {
		font-family:Arial;
		margin:0 0 7px 40px;
		width:770px;
		font-size:20px;
		padding:0;
	}

	.passengersDiv {
		width:750px;
		overflow:auto;
		border:1px solid #CCC;
		background:#FFF;
		padding:10px;
		line-height:17px;
		font-size:11px;
		font-weight:bold;
		margin:10px 0 10px 0;
	}
		
	
		.passengersDiv h2 {
			font-size:16px;
			float:left;
			margin:0;
			padding:0;
		}

		.passengerIconsDiv, .activeLinkDiv, .inactiveLinkDiv {
			float:right;
		}

		.passengerIconsDiv .activeLinkDiv a {
			color:#005C8F;
			text-decoration:none;
			margin-right:5px;
			margin-left:5px;
			padding-right:4px;
			padding-left:4px;
			border:1px solid #3181AF;
		}

		.passengerIconsDiv .activeLinkDiv a:hover {
			background:#F48D29;
			color:#FFF;
			border:1px solid #F48D29;
		}

		.passengerIconsDiv .inactiveLinkDiv a {
			color:#AAA;
			border:1px solid #EEE;
			text-decoration:none;
			margin-right:5px;
			margin-left:5px;
			padding-right:4px;
			padding-left:4px;
			cursor:default;
		}
		
		#divBox {
			overflow:auto;
			width:700px;
			padding:20px;
			background:#FFF;
			border:1px solid #CCC;
		}
		
		#divBox h2 {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:25px;
			font-weight:normal;
			margin:20px 0 15px 15px;
			padding:0;
			padding-bottom:8px;
			border-bottom:1px solid #EEE;
			color:#BF6217;			
		}

/* ------------------------------- Tabs ------------------------------ */


#tabs {
	float:left;
	width:100%;
	background:#EFEFEF;
	font-size:13px;
	font-weight:bold;
	line-height:normal;
	width:500px;
}

#tabs ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
	background:url(../images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url(../images/tabright.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}

#tabs .currentTab a {
	background-position:0% -42px;
}

#tabs .currentTab a span {
	background-position:100% -42px;
}
		

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float:none;

}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
}

#tabs a:hover {
	background-position:0% -42px;
}

#tabs a:hover span {
	background-position:100% -42px;
}

		
	#subTabs {
		width:750px;
		border:1px solid #70A1EB;
		border-bottom:none;
		padding-left:20px;
		line-height:24px;
		background:#D1DDEF;
		font-weight:bold;
		overflow:auto;
	}
	
	#subTabs a {
		text-decoration:none;
		color:#005BDF;
		padding:4px;
	}

	#subTabs a:hover {
		background:#DFECFF;
		
	}	
	
		#tabsContentDiv {
			width:750px;
			border:1px solid #70A1EB;
			border-top:none;
			padding:10px;
			padding-bottom:50px;
			background:#FFF;
		}
		
		#tabsContentDiv  table{
			width:80%;
			margin: 10px auto 10px auto;
		}
		
		#tabsContentDiv  table td {
			border:1px #CFCFCF solid;
			padding:3px;			
		}

		#tabsContentDiv .profileTable {
			width:700px;
		}

		#tabsContentDiv .profileTable td {
			border:none;
		}
		
/* ----------------------- Content ---------------------------- */

#findForm {
	margin:30px auto;
	width:500px;
	text-align:center;
}		


.errorMessageDiv, .confirmMessageDiv {
	text-align:center;
	color:red;
	width:100%;
	text-align:center;
	font-weight:bold;
	margin:20px 0 10px 0;
}

.confirmMessageDiv {
	color:#00AA00;
}

.tableTitleCell {
	font-weight:bold;
	text-align:right;
}

