table {
	margin-left: auto;
	margin-right: auto;
	font-family: helvetica, sans;
	padding-bottom: 2em;
}
.menu {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 99;
	height: 24px;	
	width: 140px;
	border-radius: 18px;
	padding: 6px;
	background: #EEF;
	text-align: center;
}

.td_left {
	text-align: left;
	font-weight: bold;
	cursor: pointer;
}
.td_right {
	text-align: right;
	font-size: 80%;
	cursor: pointer;
}
.textinput {
	width: 80px;
	text-align: center;
}
.arrow {
	height: 1.4em;
	width: auto;
	cursor: pointer;
	vertical-align: middle;
}
.comic_link {
	font-family: helvetica, sans;
	text-align: center;
	font-weight: bold;
}
.link_on {
	cursor: pointer;
}
.link_off {
	color: #AAA;
	cursor: not-allowed;
}
.disabled_div {
	display: block;
	width: 900px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0 0 2em 0;
}
.disabled_title {
	font-family: helvetica, sans;
	font-weight: bold;
	color: #AAA;
	cursor: pointer;
}
