/* Trips.php */

		#content, #body
		{
			line-height: 22px;
			visibility: hidden;
			text-align: justify;
		}
		
		#body { visibility: visible; }
		
			#body a 
			{
				border-bottom: 2px solid white;
			}
		
		#loader
		{
			position: absolute;
			visibility: hidden;
			z-index: 99;
		}
		
			#bar, #response { position: absolute; z-index: 100; left: 55px; top: 15px; }
			#response { background: #0F0F0F }
	
			#photogallery { width: 700px }
			
			#photogallery img
			{
				margin: 5px;
				border: 3px solid white;
				cursor: pointer;
			}
			
		/*Share*/
		#leftSide {
			float: left;
			text-align: right;
			padding-left: 50px;
		}
		
		#rightSide {
			float: right;
			text-align: right;
		}
		
		#caption
		{
			float: right;
			width: 345px;
			padding-left: 10px;
			font-size: 13px;
			color: #CCCCCC;
			white-space: normal;
			text-shadow: black 0.05em 0.05em 0.1em;
			margin-bottom: 25px;
		}
		
		#title-bar
		{
			//background: url("../images/tripsBar.jpg") repeat-x;
			height: 84px;
			width: 100%;
			position: absolute;
			top: 130px;
			left: 0px;
			color: #fff;
		}
		
			.title-bar
			{
				background: url("../images/tripsBar.jpg") repeat-x;
				height: 84px;
				width: 100%;
				position: relative;
				margin-bottom: 10px;
			}
			
			#title-bars
			{
				width: 100%;
				position: absolute;
				top: 0px;
				left: 0px;
			}
		
			/* orphaned child(ren) */
			#title-bar-container, .title-bar-container-list, #title-bar-container-list-header
			{
				float: left;
				margin: 39px 0px 0px 10px;
				padding-top: 13px;
				text-align: right;
				width: 290px;
				font-family: "Georgia", "Times New Roman";
			}
			
				.title-bar-container-list { margin: 10px 0px 0px 10px }
				
				#title-bar-title
				{				
					font-size: 24px;
					white-space: normal;
					height: 63px;	
					margin-bottom: 20px;
					text-shadow: #333 0.1em 0.1em 0.1em;
					color: #fff;
				}
				
				.title-bar-title, .title-bar-date, #title-bar-options, #title-bar-status
				{				
					font-size: 24px;
					white-space: normal;
					margin-bottom: 10px;
					color: #CCCCCC;
					text-align: left;
					float: left;
					width: 350px;
					text-shadow: #000 0.07em 0.07em 0.1em;
				}
					
					.title-bar-date, #title-bar-status
					{
						font-size: 15px;
						text-align: right;
						float: right;
						width: 300px;
						font-family: "Lucida Grande", Geneva, Tahoma;
					}
					
					.title-bar-date p { margin: 0px 0 8px 0 }
					
				.title-bar-container-list, #title-bar-container-list-header
				{
					border-bottom: 1px dotted #666666;
					clear: both;
					width: 100%;
				}
				
					#title-bar-container-list-header { margin: 20px 0px 5px 10px }
					
					#title-bar-options
					{
						font-size: 15px;
						font-family: "Lucida Grande", Geneva, Tahoma;
					}
				
				#title-bar-menu
				{
					font-size: 16px;
					text-transform: uppercase;
					color: #EEEEEE;
					text-shadow: black 0.05em 0.05em 0.1em
				}
				
					#title-bar-menu ol
					{
						list-style: none;
					}
					
					#title-bar-menu li
					{
						margin-bottom: 7px;
						cursor: pointer;
					}
		
		#top-features, #bottom-features { width: 355px }
		#mid-features { position: relative; width: 344px; }
		
			#imgLoader
			{
				position: absolute;
				top: 90px;
				left: 90px;
				z-index: 1;
			}
			
			#imgMain
			{
				position: absolute;
				top: 0px;
				left: 11px;
				z-index: 2;
			}
		
				#content-title
				{				
					font-size: 24px;
					white-space: normal;
					margin-bottom: 5px;
					text-shadow: #000 0.1em 0.1em 0.1em
				}
		
/* Form Elements */
.form-title
{
	float: left;
	padding: 7px 5px 0 0;
	text-align: right;
	width: 170px;
	height: 30px;
}

.form-element
{
	position: relative;
	float: right;
	max-width: 260px;
}

	.form-element-error, .form-element-errortext, .form-element-quit
	{
		position: absolute;
		background: #ffcc00;
		width: 100%;
		height: 100%;
		z-index: 5;
		top: 0px;
		left: 0px;
		visibility: hidden;
	}
	
		.form-element-errortext, .form-element-quit
		{
			padding: 5px;
			z-index: 6;
			color: #000000;
			text-shadow: none;
			font-size: 12px;
			text-align: left;
			background: none;
		}
		
		.form-element-quit
		{
			text-align: right;
			width: 95%;
			z-index: 7;
			cursor: pointer;
			font-size: 16px;
		}

	.form-element input, .form-element textarea
	{
		padding: 5px;
		width: 240px;
		font-size: 14px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
	}

.form-separator
{
	clear: both;
	height: 5px;
}
