﻿body {
	margin: 0;
	/* max-width: 480px; */
	padding-bottom: 10px;
	background: url(../images/iPhone/bg_body.gif) repeat-x 0 0 #717074;
	font-family: Helvetica;
}
body,
body * {
	font-size: 14px;
	-webkit-text-size-adjust: none;
}
body.noiPhone,
body.noiPhone * {
	font-size: 12px;
}

#header ul,
#footer ul,
#footer div,
#content .container,
#content .wysiwyg {
	display: block;
}

div#header {
		position: relative;
		padding-top: 56px;
		background: url(../images/iPhone/bg_header.gif) repeat-x 0 0;
		text-align: center;
		overflow: hidden;
	}
	#header div#logo {
		position: absolute;
		width: 100%;
		margin-top: -49px;
		text-align: center;
	}
		#logo img {
			width: 163px;
			height: 43px;
		}
	
	#header ul {
		list-style: none;
		min-width: 320px;
		margin: 0;
		padding: 0;
		text-indent: 0;
		
	}
		#header li {
			display: block;
			float: left;
		}
		#header li a {
			display: block;
			width: 62px;
			min-height: 32px;
			padding: 12px 9px 8px 9px;
			color: #333;
			background-image: url(../images/iPhone/bg_nav2.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
			font-weight: bold;
			text-decoration: none;
			text-align: left;
			-webkit-text-size-adjust: none;
		}
		
		#header li.first a,
		#header li:first-child a {
			background-position: -240px;
		}
		#header li.last a,
		#header li:last-child a {
			background-position: -160px;
			letter-spacing: -1px;
		}
		#header li.active a {
			color: #fff;
			background-position: -80px 0;
		}

div#footer {
		padding: 6px;
		color: #fff;
		background: url(../images/iPhone/bg_footer.gif) repeat-x 0 0;
		overflow: hidden;
	}
	#footer div.label {
		margin-top: 5px;
	}
	#footer a {
		color: #ddd;
		
	}
	#footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-indent: 0;
	}
	#footer li {
		display: block;
		float: left;
		margin: 5px 8px 0 0;
		padding-left: 8px;
		color: #bbb;
		border-left: solid 1px #999;
	}
	#footer li.first {
		padding-left: 0;
		border-left: none;
	}
	
	#footer li.first, /* repeated again cos IE don't like these pseudo properties */
	#footer li:first-child,
	body.portrait #footer li.last,
	body.portrait #footer li:last-child,
	body[orient="portrait"] #footer li.last,
	body[orient="portrait"] #footer li:last-child {
		padding-left: 0;
		border-left: none;
	}
	
div#content {
	margin-top: 0;
	padding: 0 0 0 0;
	color: #333;
	background: #f6f6f6;
	overflow: hidden;
}

	.container .pad {
		margin: 10px 10px 20px 10px;
	}
	
	dl {
		margin: 10px 0 20px 0;
		padding: 0 0 0 80px;
		text-indent: 0;
		border-bottom: solid 1px #e6e6e6;
	}
		dl dt,
		dl dd {
			padding: 6px 8px;
			border-top: solid 1px #e6e6e6;
		}
		
		dl dt {
			display: block;
			float: left;
			width: 104px;
			margin: 0 0 0 -80px;			
		}
		dl dd {
		}
			dl dd p {
				margin: 0;
				padding-bottom: 3px;
			}
		
		dt.header,
		dd.header {
			font-weight: bold;
			border-top: none;
			border-bottom: solid 1px #e6e6e6;
		}
		
	#content ul {
		margin: 0;
		padding: 0;
		border-top: solid 1px #e6e6e6;
		list-style: none;
		text-indent: 0;
		overflow: hidden;
	}
		#content ul li {
			padding: 0 0 10px 0;
			border-bottom: solid 1px #e6e6e6;
			font-weight: bold;
		}
			#content ul li h4 {
				}
				#content ul h4 img {
					float: left;
					margin: 0 10px 10px 10px;
					border: solid 1px #e6e6e6;
				}
			#content ul li p {
				margin: 0 10px 0 85px;
				font-weight: normal;
			}
		
	span.good,
	span.disruptions,
	span.date {
		display: block;
		padding-left: 20px;
		background-image: url(../images/iPhone/icn_dots.gif);
		background-repeat: no-repeat;
	}
	span.good {
		color: #435506;
		background-position: 0 1px;
	}
	
	span.disruptions {
		color: #a16e00;
		background-position: 0 -19px;
	}
	
	div.detail {
		margin: 3px 0 0 20px;
		color: #666;
	}
	
	h4 {
		margin: 10px 0 5px 0;
	}
	
	a.btnFullWidth {
			display: block;
			color: #333;
			background: url(/images/iPhone/bg_button.gif) repeat-x 0 0;
			font-weight: bold;
			text-decoration: none;
			line-height: 49px;
			white-space: nowrap;
		}
		.btnFullWidth span {
			display: block;
			float: right;
			width: 5px;
			height: 9px;
			margin: 20px 14px 0 0;
			background: url(/images/iPhone/icn_arrow_button.gif) no-repeat 0 0;
		}
		.btnFullWidth img {
			display: block;
			float: left;
			margin: 10px 10px 0 10px;
			border: none;
		}
		
	.wysiwyg img {
		max-width: 300px;
	}
	
	.wysiwyg table {
		margin: 0;
		padding: 0;
		background-color: #e6e6e6;
	}
	
	.wysiwyg td {
		padding: 4px;
		border-bottom: solid 1px #f6f6f6;
	}
	
	.wysiwyg h3 {
		margin: 10px 0 5px 0;
		color: #000;
		font-size: 18px !important;
	}
	
	.wysiwyg h5 {
		margin: 5px 0 5px 0;
		color: #00549f;
	}

	.wysiwyg a,
	.wysiwyg a:link {
		color: #00549f;
		white-space: nowrap;
	}

	.wysiwyg a:visited {
		color: #666;
	}



#foriPhone {
	display: none;
}
#foriPhone.show {
	display: block;
}
