body{
	padding: 0px;
	margin: 0px;
	font-family: arial, "times new roman", monospace;
	font-size: 14px;
}

.list{
	padding-bottom: 10px;
}
.smalltitle{
	line-height: 30px;
	font-weight: bold;
}
.intextlink:link{
	color: #333333;
	text-decoration: none;
	background-color: lightgray;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 5px;
}
.intextlink:visited{
	color: #333333;
	background-color: lightgray;
}
.intextlink:hover{
	color: black;
	background-color: darkgray;
}
.intextlink:active{
	color: black;
	background-color: dimgray;
}

.doclabel{
	color: #333333;
	background-color: chartreuse;
	border-radius: 3px;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 2px;
}
.vdolabel{
	color: white;
	background-color: crimson;
	border-radius: 3px;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 2px;
}
.courselabel{
	color: white;
	background-color: darkorange;
	border-radius: 3px;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 2px;
}
.tipslabel{
	color: red;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 25px;
}
.tipsforbids{
	color: #00008B;
	border-width: 1px;
	border-color: #00008B;
	background-color: white;
	border-radius: 3px;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 2px;
}
.tipsforbidsclosed{
	color: red;
	border-width: 1px;
	border-color: red;
	background-color: white;
	border-radius: 3px;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 2px;
}

.plainlink:link{
	color: white;
	text-decoration: unset;
	background-color: unset;
}
.plainlink:hover{
	color: white;
	text-decoration: unset;
	background-color: unset;
}
.plainlink:visited{
	color: white;
	text-decoration: unset;
	background-color: unset;
}
.plainlink:active{
	color: white;
	text-decoration: unset;
	background-color: unset;
}

.menu{
	display: inline-block;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 5px;
	transition: all .3s ease .2s;
	-ms-transition: all .3s ease .2s;
	-moz-transition: all .3s ease .2s;
	-webkit-transition: all .3s ease .2s;
}
.menu:hover{
	color: black;
	background-color: darkorange;
}
.toTop{
	background: linear-gradient(to bottom, darkorange, white);
}
.toTop:hover{
	background: linear-gradient(to top, darkorange, white);
}
.subtitle{
	font-weight: bold;
	padding-left: 25px;
}
.section{
	padding-top: 10px;
	padding-bottom: 10px;
}
.taskperson1{
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	color: white;
	background-color: darkred;
}
.taskperson2{
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	color: white;
	background-color: darkblue;
}
.coursebg{
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	color: black;
	background-color: white;
}
.updatetime{
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	color: red;
	background-color: white;
}
.person{
	width: 100px;
	opacity: 0.8;
	transition: opacity .3s ease .2s;
	-ms-transition: opacity .3s ease .2s;
	-moz-transition: opacity .3s ease .2s;
	-webkit-transition: opacity .3s ease .2s;
}
.person:hover{
	opacity: 1;
}
.shutdown{
	color: red;
	font-weight: bold;
}
.update{
	border-radius: 5px;
	background-color: royalblue;
	color: white;
	font-size: 12px;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.close{
	border-radius: 5px;
	background-color: indianred;
	color: white;
	font-size: 12px;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.due{
	border-radius: 5px;
	background-color: coral;
	color: white;
	font-size: 12px;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.imglink{
	text-decoration: none;
}
.toparea{
	background-color: #333333;
}
.bottomarea{
	background-color: #333333;
	padding-top: 30px;
	padding-bottom: 30px;
}
.flag{
	height: 14px;
	vertical-align: middle;
}
.selectable{
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 3px;
	color: black;
	background-color: #7FFF00;
}
.unselectable{
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 3px;
	color: white;
	background-color: #4169E1;
}
.required{
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 3px;
	color: white;
	background-color: darkred;
}
.portrait{
	border-radius: 15px;
	width: 150px;
}
.bio{
	font-size: 14pt;
	text-indent: 28pt;
	line-height: 20pt;
}
.scoreTable{
	border-spacing: 10px;
}
.scoreTable td{
	text-align: center;
}

#banner{
	height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}
#headline{
	line-height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: white;
	vertical-align: middle;
}
#motto{
	line-height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: yellow;
	vertical-align: middle;
	font-family: "楷体";
}
#seperater{
	 background-color: darkorange;
	 height: 3px;
}
#navigator{
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: auto;
	padding-left: 10px;
}
#staff{
	height: auto;
	width: auto;
	padding-left: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}