@charset "UTF-8";

.hand {
	cursor:pointer;
}

/* for body */

body {
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	font-family: 宋体, Arial, Verdana;
	font-size: 13px;
	color: #000000;
	line-height: 150%;
	min-width:800px;
	word-break:break-all;
}

td.channel {
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	color: #FFFBF0;
	cursor:pointer;
	background-image:url(/i/channel.gif);
}

td.channel-hot {
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	color: #FFFBF0;
	cursor:pointer;
	background-image:url(/i/channel-hot.gif);
}

table.bottom-line {
	border-bottom:solid 1px #999999;
	table-layout:fixed;
}


/* hyper-link */

a:link { color:#0000FF; text-decoration:none; }
a:visited { color:#0000FF; text-decoration:none; }
a:hover { color:#FF0000; text-decoration:underline; }
a:active { color:#FF0000; text-decoration:underline;  }

a.hot:link { color:#FF0000; text-decoration:none; }
a.hot:visited { color:#FF0000; text-decoration:none; }
a.hot:hover { color:#FF0000; text-decoration:underline; }
a.hot:active { color:#FF0000; text-decoration:underline;  }

a.page:link { border: 1px solid #CCCCCC; color: #0061de; text-decoration:none; padding: 3px; }
a.page:visited { border: 1px solid #CCCCCC; color: #0061de; text-decoration:none; padding: 3px; }
a.page:hover { border: 1px solid #FF6633; color: #ff0000; text-decoration:none; padding: 3px; }
a.page:active { border: 1px solid #FF6633; color: #ff0000; text-decoration:none; padding: 3px; }

span.pageUnclickable { border: 1px solid #CCCCCC; color: #999999; padding: 3px; }
span.pageNonClickable { font-weight: bold; color:#000000; padding: 3px; }


/* DIV style */

div.none {
	padding: 0px;
}

div {
	padding: 3px;
}

div.tag {
	padding: 3px;
	display:block;
	width: 150px;
	float:left;
	position:relative;
}

div.indent {
	text-indent: 28px;
}

div.dash {
	padding: 3px;
	border-top: dashed 1px #A0A0A4;
}

div.lineseparator {
	height:10px;
}

div.content {
	padding: 6px;
}

div.page {
	padding: 6px;
	text-align:center;
}

div.header {
	font-size:14px;
	font-weight:bold;
}

div.first {
	border: solid 1px #C0C0C0;
	background-color: #FFFFC5;
	padding: 6px;
}

div.inlineImage {
	text-align:center;
	padding: 6px;
	width: 100px;
	height: 100px;
	display:inline;
	clear:none;
	float:left;
	position:relative;
}

div.fixed {
	overflow:hidden;
}

div.channel-left {
	display:inline; position:relative; width:6px; height:24px;
	background-image:url(/i/channel-l.gif);
}

div.channel-right {
	display:inline; position:relative; width:6px; height:24px;
	background-image:url(/i/channel-r.gif);
}

div.searchTitle{
	font-size:14px;
	font-weight:bold;
}

/* Text style */

label.error {
	color:#FF0000;
	font-weight:bold;
}

span.gray {
	color: #333333;
}

span.white {
	color:#FFFBF0;
}

span.highlight {
	background-color:#FFFF99;
	color:#990000;
	font-weight:bold;
}

/* form css */
input.text {
	color:#333333;
	background-color: #FFFFFF;
	border:solid 1px #639ace;
}

input.button {
	background-color:#F0F0F0;
	padding: 1px;
}

select {
	border-width: 1px;
	border-style: solid;
	border-color: #BCBCBC;
}


/* others */
hr {
	color:#A0A0A4;
	height:1px;
}

img {
	border-width:0px;
}

img.simple {
	border-width:1px;
	border-color:#666666;
}
