/* ------------------------------------ */
/*  mokmok project stylesheet           */
/*     for index tab                    */
/*     author : nobton                  */
/*     date   : 2013/06/22              */
/*     update : 2014/01/08              */
/*     update : 2019/07/03              */
/* ------------------------------------ */
body {
	 user-select: none;
	 -moz-user-select: none;
	 -webkit-user-select: none;
	 -ms-user-select: none;
}
td.size-on {
	font-weight: bold;
	color: darkgray;
	background-color: white;
	text-align: center;
	vertical-align: middle;
	border: 1px solid gray;
	padding: 0px;
	cursor: default;
}
td.size-off {
	font-weight: bold;
	color: white;
	background-color: darkgray;
	text-align: center;
	vertical-align: middle;
	border: 1px solid gray;
	padding: 0px;
	cursor: pointer;
}
td.pdf {
	font-weight: bold;
	color: white;
	background-color: darkgray;
	text-align: center;
	vertical-align: middle;
	border: 1px solid gray;
	padding: 0px;
	cursor: pointer;
}
td.active {
	font-weight: bold;
	color: black;
	background-color: white;
	text-align: center;
	vertical-align: middle;
	border: 1px solid gray;
	margin: 0px;
	cursor: default;
}
td.inactive {
	font-weight: normal;
	color: white;
	background-color: navy;
	text-align: center;
	vertical-align: middle;
	border: 1px solid gray;
	margin: 0px;
	cursor: pointer;
}
td.button {
	font-weight: normal;
	color: black;
	background-color: silver;
	text-align: center;
	vertical-align: middle;
	border: 1px solid gray;
	margin: 0px;
	cursor: pointer;
}
td.scroll {
	font-weight: normal;
	color: white;
	background-color: teal;
	text-align: center;
	vertical-align: middle;
	border: 1px solid gray;
	cursor: pointer;
}
td.scroll-select {
	font-weight: normal;
	color: teal;
	background-color: white;
	text-align: center;
	vertical-align: middle;
	border: 1px solid gray;
	cursor: default;
}
td.scroll-none {
	font-weight: normal;
	color: black;
	background-color: darkgray;
	text-align: center;
	vertical-align: middle;
	border: 1px solid gray;
	cursor: default;
}
td.temper {
	font-weight: normal;
	color: white;
	background-color: black;
	text-align: center;
	vertical-align: middle;
	border: 1px solid gray;
	cursor: default;
}
.active a {
	text-decoration: none;
	color: black;
}
.inactive a {
	text-decoration: none;
	color: white;
}
