@charset "utf-8";
/* CSS Document */

html, body { height:100%; 
font-family: "Times New Roman", serif;
}

a {
	text-decoration:none;
	color: #733ba0;
	text-shadow: 1px 1px #4b1191;
	line-height: 1.5;

}

h2 { 
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.bgImage {
	background: url("images/bg2c.jpg") no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-backgound-size:cover;
	background-size:cover;
}


.sitetitle {
	margin:0px;
	text-align: center;
	color: #609;
	font-size:68px;
	background: url("images/bg2c.jpg") no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-backgound-size:cover;
	background-size:cover;
}

.title_index {
	margin:5px;
	text-align: center;
	color: #609;
	font-size:60px;
}

.font_kai {
	font-family: "Times New Roman", adobe-kaiti-std, sans-serif !important;
	font-style: normal;
	font-weight: 400;
}


.font_size_42{
	font-size: 42px;
}

.font_size_28{
	font-size: 28px;
}

.english {
	display: inline;
}

.english_hide {
	display: none;
}
.english_hideA {
	display: none;
}

.english_voc {
	visibility: visible;
}

.english_hidden {
	visibility: hidden;
}

.english_text {
	display: none;
}

.pinyin {
	display: none;
}
.pinyinA {
	display: none;
}

.pinyin_voc {
	visibility: hidden;
}

.character {
	display: none;
}

.character_voc {
	visibility: hidden;
}

.character_s {
	display: none;
}

.character_s_voc {
	visibility: hidden;
}


.img_speaker {
	display: inline;
}

.img_speaker_hide {
	display: none;
}

#hide_hours {
	display: none;
}

.table_index tr, .table_index td{
    border-top:0px solid;
    border-bottom:1px solid;
    padding: 5px;
}

.table_listening tr, .table_listening td{
    border-top:0px solid;
    border-bottom:1px solid;
    padding-top: 5px;
	padding-bottom: 20px;
}

.table_voc th, .table_voc tr, .table_voc td{
    padding: 5px;
	border-top:0px solid;
    border-bottom: 1px solid;
    border-left: 0px solid;
    border-right: 0px solid;
	
	border-radius:0px;	
	border-color: white;
	border-collapse: separate;
	
	border-color: rebeccapurple;
	
	cursor: pointer;

}
