@charset "utf-8";
/* CSS Document */

.redWord {
	color: #FF0000;
}
body {
	font-family: "新細明體", "Comic Sans MS";
	font-size: 12px;
	color: #333333;
}
.DLstyle {
	line-height: 20px;
}
a:link, a:visited, a:active {
	color: #4F7500;
	text-decoration: none;
}
a:hover {
	color: #80BD00;
	text-decoration: none;
}

.whiteWord {
	color: #FFFFFF;
}

.blueWord {
	color: #0000FF;
}
/*.mList a{
	color: #0066FF;
}*/.redWordB {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}
.blueLine {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #656565;
}
.whiteWord a {
	color: #FFFFFF;
}
.search_text {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.donline {border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #6699FF;
}
.fword {
	border: 1px solid #CCCCCC;
}
.fword_sleep {
	border: 1px dotted #CCCCCC;
	background-color: #333333;
}
.titleBigword {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	font-family: "微軟正黑體";
}
.BGTitleWord {
	font-size: 14px;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	font-family: "微軟正黑體";
	font-weight: bold;
}
.whitelink:link,.whitelink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.whitelink:hover {
	color: #66FF99;
	text-decoration: none;
}
.WhiteLink a{
	color: #FFFFFF;
}
ul, li{
	margin:0 10px;
	padding:0;
	list-style-type: none;
}

#HotActivity{
	padding:10px;
	margin: 5px;
}
#HotActivity .title{
	padding-left:15px;
	font-size: 15px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FF3300;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 5;
} 
#HotActivity li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 5;
	padding: 5px;
}
#HotActivity li:hover{
	background-color: #EFFCF1;
}
#HotActivity .dateshow{
	font-size: 10px;
	color: #CCCCCC;
}