@import url("reset.css");

html {overflow-y: scroll;}

body {
	background: white;
	color: black;
	font-size: 14px;
	font-family: Helvetica, FreeSans, Arial, sans-serif;
	line-height: 150%;
	margin: 1em;
	padding: 0;
	text-align: left;
}

h1 { font-size: 32px }
h2 { font-size: 26px }
h3 { font-size: 22px }
h4 { font-size: 18px }

h1, h2, h3, h4 {
	font-weight: bold;
	margin-bottom: 1em;
	color: #555;
}

header {
	margin: 2em;
	text-align: center;
}

nav {
	text-align: center;
}

nav ul {
	display: inline;
}

nav ul li {
	list-style: none;
	display: inline;
	margin-left: 20px;
}

.selectedMenu {
	font-weight: bold;
	color: #444;
}

a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px #333 dotted;
}

a:hover {
	color: #b12316;
	border-bottom: 1px #b12316 solid;
}

hr {
	border: none;
	margin: 1em auto;
}

body {
	margin: 0 auto;
	width: 700px;
}

.researchList {
	list-style: square;
}

.researchList {
	padding-left: 2em;
}

.quinticImage {
	float: right;
}

.backtotop {
	font-size: 12px;
	color: #444;
}

.pastSeminarTable, .upcomingSeminarTable, .lectureTable {
	width: 100%;
	margin: 1em 0;
}

.memberTable {
	margin: 1em auto;
}

thead {
	border-bottom: 2px #b12316 solid;
}

th {
	padding-bottom: 0.5em;
	font-weight: bold;
}

.cellSemTime {
	width: 110px;
}

.cellSemSpeaker {
	width: 200px;
}

.cellMemberPhoto {
	width: 135px;
	text-align: center;
}

.cellMemberPhoto img {
	padding: 7px;
	border: 1px #ddd solid;
}

.cellMemberName {
	font-weight: bold;
	width: 150px;
	vertical-align: middle;
}

.cellMemberPhone {
	width: 120px;
	vertical-align: middle;
}

.cellMemberMail {
	vertical-align: middle;
}

.cellMemberWeb {
	width: 30px;
	vertical-align: middle;
}

.cellMemberNotes {
	font-size: 12px;
	color: #444;
	vertical-align: top;
}

.nodisplay {
	display: none;
}

td {
	padding-top: 0.5em;
	padding-right: 10px;
	vertical-align: top;
}

.cellNotes {
	color: #444;
	font-size: 12px;
}

footer {
	font-size: 12px;
	text-align: center;
}

/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
	display: block;
}

