
body {
	padding: 0px;
	margin: 0px;
}

#page_outer {
	background: #f8f8f8;
	display: block;
	margin: auto;
	width: 1700px;
}

#top_bar {
	width: 1700px;
	background: #ffffff;
}
#top_bar img {
	no-height: 125px;
}
#back_lnk {
	float: left;
	position: absolute;
}
#top_bar big {
	text-shadow: 1px 1px #95aAdB;
}

#tbl_cont {
	margin: auto;
}

/* Time scale */
#arrow_base table {
	width: 495px;
}
#box_sel_live_updates {
	border: 1px solid #e0e0e0;
	padding-right: 5px;
}
#box_updates {
	text-align: right;
}
#day_arrow {
	padding-left: 1px;
	position: absolute
}
#hour_arrow {
	padding-left: 1px;
	position: absolute;
}
#timescale {
	border:1px solid #808080;
	margin-bottom: 12px;
}

/* Map */
#tbl_cont tr.lower td.left {
	vertical-align: top;
}
#map_div {
	width: 500px;
	/* height: 480px; */
	height: 600px;
	border: 1px solid red;
}


/* Blog */
#box_msg_link {
	/* width: 640px; */
	width: 800px;
	text-align: right;
	padding-bottom: 5px;
}
#blog_container {
	/* width: 640px; */
	width: 800px;
	height: 275px;
	overflow-y: scroll;
	
	border: 1px solid blue;
}
#blog_container table {
	width: 100%;
	table-layout: fixed;
}
#blog_container table td {
	word-wrap: break-word;
	white-space: pre-wrap;
}

/* Snapshots */
#snap_container {
	overflow: hidden;
	width: 802px;
	height: 602px;
}
#snap_container div {
	position: absolute;
	width: 800px;
	padding-top: 4px;
}
#snap_container img.l_arr {
	float: left;
}
#snap_container img.r_arr {
	float: right;
}
#snap {
	border: 1px solid green;
	/* width: 800px; */
}


/* Fixes for mobile - portrait mode*/
html.rot_0.mobile #page_outer {
	width: 1204px;
}
html.rot_0.mobile #top_bar {
	width: 1204px;
}
html.rot_0.mobile #top_bar img {
	width: 1000px;
}
html.rot_0.mobile #blog_container {
	width: 702px;
}
html.rot_0.mobile #snap_container {
	width: 702px;
}
html.rot_0.mobile #snap_container div {
	width: 700px;
}
html.rot_0.mobile.tall #blog_container {
	height: 650px;
	font-size: 200%;
}
html.rot_0.mobile #snap {
	/* width: 700px; */
}

/* Fixes for mobile - landscape mode*/
html.rot_90.mobile #page_outer {
	width: 2004px;
}
html.rot_90.mobile #top_bar {
	width: 2004px;
	font-size: 130%;
}
html.rot_90.mobile #top_bar img {
	width: 1000px;
}
html.rot_90.mobile #blog_container {
	width: 1480px;
}
html.rot_90.mobile #blog_container {
	height: 400px;
	font-size: 200%;
}
html.rot_90.mobile #snap_container {
	width: 702px;
}
html.rot_90.mobile #snap_container div {
	width: 700px;
}
html.rot_90.mobile #snap {
	/* width: 700px; */
}
html.rot_90.mobile #tbl_cont .lower td.right {
	padding-left: 400px;
}

/* Generic mobile fixes */
html.mobile .timescale button {
	font-size: 100%;
}
html.mobile .bott_banner {
	font-size: 150%;
}
html.mobile .tip {
	font-size: 175%;
}

/* Live/history differences */
body.archive_mode .vis_when_live {
	display: none;
}
body.we_are_live .vis_when_live {
	display: "";
}

