/* --- first for index.html --- */
body {
	font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
	font-size: medium;
	line-height: 1.6em;
}

#allcontent {
	background-color: #fcfcfc;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

ul {
	list-style-type: none;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}

ul li {
	display: inline;
	background-color: #e7e7e7;
	padding: 8px 7px 8px 7px;
}

ul li a:link, ul li a:visited {
	color: #000000;
	text-decoration: none;
}

ul li.selected {
	background-color: #d07522;
	font-weight: bold;
}

ul li.selected a:link, ul li.selected a:visited {
	color: #ffffff;
}

h1 {
	color: #d07522;
	font-size: 150%;
	text-align: center;
}

/* 正文外边距 */
.body_text {
	margin: 10px;
}

.inner_image {
	border-color: #e7e7e7;
	border-width: 1px;
	border-style: solid;
}

#sitou {
	float: right;
}

.table_container {
	display: table;
}

.table_row {
	display: table-row;
}

.table_cell {
	display: table-cell;
}

/* 图片描述文字 */
.img_desc {
	font-size: 0.8em;
	text-align: center;
}

.highlight {
	color: #d07522;
	font-weight: bold;
}

#training_desc_text {
	width: 570px;
}

#training_desc_text_up {
	font-size: large;
	line-height: 1.8em;
}

#training_desc_text_down {
	background-color: #e7e7e7;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#wingchun_desc {
	border-color: #d07522;
	border-width: 3px;
	border-style: solid;
	background-color: #f0e2d7;
	width: 754px;
	height: 258px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px;
}

#wingchun2c {
	margin-top: 10px;
	float: right;
}

#svcourse2021 {
	margin-top: 10px;
	margin-left: 30px;
}

#footer {
	font-size: 0.8em;
	text-align: center;
}

/* --- first for news.html --- */
.news_box {
	background-color: #f0e2d7;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
}

.news_header {
	color: #d07522;
	font-size: 120%;
	font-weight: bold;
}

.news_datetime {
	font-size: 0.8em;
	font-style: italic;
}

span.news_link a:link, span.news_link a:visited {
	color: #d07522;
	font-weight: bold;
	text-decoration: none;
}

/* --- first for courses.html --- */
table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

th, td {
	font-weight: normal;
	border: 3px solid #d07522;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}

th {
	background-color: #f0e2d7;
}

/* 多行表格间隔着色用 */
.cellcolor {
	background-color: #e7e7e7;
}

caption {
	color: #d07522;
	font-size: 150%;
	font-weight: bold;
	padding: 10px;
}

/* --- first for guide.html --- */
#guide_content {
	text-align: center;
}

.guide_image {
	border-color: #d07522;
	border-width: 3px;
	border-style: solid;
	background-color: #f0e2d7;
	padding-left: 5px;
	padding-right: 5px;
	margin: 20px;
}

/* --- first for honors.html --- */
.table_containerh {
	display: table;
}

.table_rowh {
	display: table-row;
}

.table_cellh {
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
}

/* 图片描述文字h */
.img_desch {
	font-size: 0.8em;
	width: 180px;
}

.center_line {
	text-align: center;
}

/* --- first for photos.html --- */
.table_containerp {
	display: table;
}

.table_rowp {
	display: table-row;
}

.table_cellp {
	display: table-cell;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 5px;
	text-align: center;
}

/* 图片描述文字h */
.img_descp {
	font-size: 0.8em;
	width: 240px;
}

.img_descp a:link, .img_descp li a:visited {
	color: #000000;
	text-decoration: none;
}

/* --- first for photos_pages/d000.html --- */
.table_containerp2 {
	display: table;
}

.table_rowp2 {
	display: table-row;
}

.table_cellp2 {
	display: table-cell;
	padding-top: 5px;
	width: 200px;
	text-align: center;
	vertical-align: middle; 
}
