﻿/* Google systems require that font size be 12pt minimum for acceptable mobile usability and will be listed as such in search results. */
A:active {
	COLOR: #0000A0;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #FF0000;
	TEXT-DECORATION: underline;
}
A:link {
	COLOR: #0000A0;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #A000A0;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #FF0000;
	TEXT-DECORATION: underline;
}
TD {
	font-size: 18pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
TH {
	FONT-WEIGHT: bold;
	font-size: 16pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
BODY {
	color: black;
	background: #FFFFCC;
	font-size: 18pt;
	border: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: none;
}
HTML {
	height: 100%;
	width: 100%;
}
h1 {
	font-size: 24pt;
	FONT-WEIGHT: BOLD;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18pt;
	FONT-WEIGHT: BOLD;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 16pt;
	FONT-WEIGHT: BOLD;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 16pt;
	FONT-WEIGHT: BOLD;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 16pt;
	FONT-WEIGHT: BOLD;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 16pt;
	FONT-WEIGHT: BOLD;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
pre {
	font-family: monospace;
}
.caption     {
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24pt;
}
#main_table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.main_cell {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 100%;
}
.content {
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	vertical-align: top;
}
.top_bar {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0px;
	margin: 0px;
	height: 31px;
	vertical-align: top;
	background: url('http://web.eecs.umich.edu/~srs/mobile/images/EfTop.gif') repeat-x;
}
#DecoLabel {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0px 0px 7px 0px;
	margin: 0px;
	vertical-align: middle;
	font-size: 14pt;
	white-space: nowrap;
	background: url('http://web.eecs.umich.edu/~srs/mobile/images/EfLabelCenter.gif') repeat-x;
	max-width: 594px;
	overflow: hidden;
}
/*
.ttitle {
	font-size: 1.3em;
}
*/
#vertBarLeft {
	border-spacing: 0; */
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 22px;
/*	font-size: 1pt; */
	background: url('http://web.eecs.umich.edu/~srs/mobile/images/EfLeft.gif') repeat-y;
}
#vertBarRight {
	border-spacing: 0; */
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 22px;
	background: url('http://web.eecs.umich.edu/~srs/mobile/images/EfRight.gif') repeat-y;
}
.vertBar {
	border-width: 0px;
	height: 1px;
	width: 22px;
}
.bottom_bar {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0px;
	margin: 0px;
	height: 31px;
/*	vertical-align: bottom; */
	background: url('http://web.eecs.umich.edu/~srs/mobile/images/EfBot.gif') repeat-x 50% bottom;
}
.border_table, .border_table td {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #808080;
/*	padding: 1px 2px 1px 2px;
	padding: 2px 4px 2px 4px;*/
	padding: 10px 2px 10px 2px;
}
.top_bar_height {
	height: 31px;
}
.top_bar_width {
	width: 31px;
}
#TopLeft {
	border-width: 0px;
	height: 31px;
	width: 31px;
}
.Label {
	border-width: 0px;
	height: 21px;
	width: 6px;
}
#TopRight {
	border-width: 0px;
	height: 31px;
	width: 31px;
}
#BotLeft {
	border-width: 0px;
	height: 31px;
	width: 31px;
}
#BotRight {
	border-width: 0px;
	height: 31px;
	width: 31px;
}
#emailbutton {
	display: block;
	/* margin-top sets the position of the email button relative box above.*/
	margin-top: 6px;
	/* margin-bottom sets a space below the graphic. This method makes it clickable only on the graphic. */
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
	width: 156px;
	height: 35px;
}
#BackLabel {
	height: 30px;
	width: 55px
}
#BackLabel img {
	border-width: 0px;
	height: 22px;
	width: 55px;
}
