@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	/*text-shadow: 1px 1px #000;*/
	font-family: "微软雅黑", "幼圆", Arial, Verdana, Sans, Sans-serif;
}

body {
	background: #000 url('bg.gif');
	color: #eee;
	padding: 0px;
	text-align: center;
	margin: 0px;
	padding-bottom: 35px;
}

window {
	margin: 0px;
	padding: 0px;
}

div.title {
	margin: 0, auto;
	margin-top: 15px;
	padding: 5px;
	text-align: center;
	font-size: 20pt;
	letter-spacing: 2px;
	font-family: arial;
}

div.pagin {
	text-align: center;
	padding: 3px;
}

div.pagin a {
	font-size: 10pt;
	padding: 3px 5px;
	background: black;
	width: 200px;
	text-align: center;
	border: 1px solid #321;
	margin: 0px 3px;
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3+, Chrome */
	border-radius: 4px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 2px 2px 2px #000; /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 2px #000; /* Saf3.0+, Chrome */
	box-shadow: 2px 2px 2px #000; /* Opera 10.5, IE 9.0 */
}

div.pagin2 {
	font-size: 9pt;
	padding: 5px;
	text-align: center;
}

div.pagin a.current {
	color: #FF8;
}

div.pagin2 a.current {
	color: #FF8;
}

div.pagin a:hover {
	background-color: #111;
}

a {
	color: #CCC;
	text-decoration: none;
	-webkit-transition: all .5s;
}

a:hover {
	-webkit-transition: all 0s;
	color: #FFF;
}

.item {
	margin: 1px;
}

.visited {
	color: #FF8;
}

.visited * {
	color: #FF8;
}

.data {
	margin: auto;
	border-spacing: 0px;
	background: black;
	-moz-box-shadow: 2px 2px 4px #000; /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 4px #000; /* Saf3.0+, Chrome */
	box-shadow: 2px 2px 4px #000; /* Opera 10.5, IE 9.0 */
}

.site-search {
	margin-top: 0px;
	margin-bottom: 12px;
	text-align: center;
}

.site-search table.frame {
	margin: auto;
	background: #000;
	background: rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 4px #333; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #333; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #333; /* Opera 10.5, IE 9.0 */
}

.rank-search {
	font-size: 9pt;
	padding: 3px;
	text-align: center;
	position: fixed;
	background: black;
	background: rgba(0, 0, 0, .7);
	right: 0px;
	bottom: 30px;
	/*-moz-box-shadow: 0px 0px 4px #fff; /* FF3.5+ */
	/*-webkit-box-shadow: 0px 0px 4px #fff; /* Saf3.0+, Chrome */
	/*box-shadow: 0px 0px 4px #fff; /* Opera 10.5, IE 9.0 */
}

.data tr {
	
}

.data tr td {
	margin: 3px;
	padding: 3px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: 1px solid #444;
	border-bottom: 1px solid #222;
	border-left: 1px solid #554;
	border-right: 1px solid #222225;
	text-align: left;
	zoom: 1.0;
}

.data tr td img {
	outline: 1px dashed #444;
	float: left;
	margin: 3px 10px 3px 3px;
	width: 48px;
	height: 48px;
	background-color: #444;
}

.data .alt {
	background: rgb(12, 12, 13);
	background: rgba(240, 240, 255, .05);
}

.data tr:hover {
	background: rgb(20, 20, 20);
	background: rgba(240, 240, 255, .1);
}

.data thead tr {
	background: rgb(10, 6, 3);
	background: rgba(51, 34, 17, .5);
	color: r #CCC;
	text-align: center;
}

.data thead tr:hover {
	background: rgb(10, 6, 3);
	background: rgba(51, 34, 17, .5);
}

.nowrap * {
	white-space: nowrap;
}

.data td.i {
	text-align: center;
	width: 40px;
	max-width: 40px;
	font-size: large;
}

.data td.t {
	text-align: left;
	width: 150px;
	max-width: 150px;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 13pt;
	padding: 4px;
}

.data td.n {
	text-align: right;
	width: 40px;
	max-width: 40px;
	font-size: small;
}

.data td.st {
	width: 475px;
	max-width: 475px;
	font-size: 10pt;
	line-height: 14pt;
}

.main {
	border-spacing: 0px;
	margin: auto;
	text-align: center;
}

.sn {
	font-size: .9em;
	line-height: .9em;
}

#content {
	white-spacing: nowrap;
}

div.huaming {
	text-align: center;
	line-height: 1.5em;
}

div.huaming a {
	margin: 0px 10px;
}

div#more {
	color: #FF8;
	cursor: pointer;
}

div#more:hover {
	color: #FFF;
}

.await,.waiting {
	margin: auto;
	background: url('loading.gif') left top no-repeat;
	padding-left: 22px;
	text-align: left;
	width: 100px;
}

.waiting {
	width: 150px;
}

.hr {
	background: rgba(255, 255, 136, .5);
	width: 100%;
	line-height: 1px;
	height: 2px;
}

.login-note {
	text-align: right;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	border-bottom: 2px solid #441;
	padding: 3px 5px 5px 5px;
	background-color: black;
	opacity: .7;
}

.float-bottom {
	position: fixed;
	bottom: -4px;
	right: 0px;
	opacity: 80%;
	text-align: center;
}

.floating {
	position: absolute;
	background: black;
	border: 1px solid #883;
	margin: auto;
	overflow-x hidden: 
}

.floating div {
	position: block;
	margin-bottom: 3px;
	border-bottom: 1px solid #331;
	padding: 3px;
	spacing: nowrap;
}

.cert * {
	color: #080 !important;
}

input {
	text-shadow: 1px 1px #FFF;
}

.text input {
	background: #000;
	border: 1px solid #333;
	text-shadow: none;
	color: #CCC;
	width: 137px;
	-moz-border-radius: 7px; /* FF1+ */
	-webkit-border-radius: 7px; /* Saf3+, Chrome */
	border-radius: 7px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 1px 1px 2px #000; /* FF3.5+ */
	-webkit-box-shadow: 1px 1px 2px #000; /* Saf3.0+, Chrome */
	box-shadow: 1px 1px 2px #000; /* Opera 10.5, IE 9.0 */
	margin: 2px;
}

.text input:hover {
	background: #111;
	border: 1px solid #555;
}

.text input:focus {
	background: #333;
	border: 1px solid #555;
}

button,.button input {
	text-shadow: 1px 1px #FFF;
	background: #CCC url('bg-btn.png');
	border: 1px solid #CCC;
	padding: 1px 4px;
	-moz-border-radius: 7px; /* FF1+ */
	-webkit-border-radius: 7px; /* Saf3+, Chrome */
	border-radius: 7px; /* Opera 10.5, IE 9 */
}

.oauth img {
	position: relative;
	top: 3px;
	maring: 1px;
	border: 0px;
}

button:hover,.button input:hover {
	border: 1px solid #FFF;
	-moz-box-shadow: 0px 0px 4px #333; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #333; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #333; /* Opera 10.5, IE 9.0 */
	cursor: pointer;
	color: #330;
}

#rank-index {
	color: #FF8;
}

#rank-message {
	color: #F44;
}

.login td.title {
	font-size: 20px;
	text-align: center;
	padding: 4px;
}

.login .block {
	margin: auto;
	background: #111;
	padding: 5px;
	width: 210px;
	border: 1px solid #333;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.login .hr {
	height: 2px;
	ling-height: 2px;
	border: none;
	background: rgba(255, 255, 136, .1);
}

.bottom-line {
	position: fixed;
	bottom: 0px;
	margin: 0px;
	right: 0px;
	left: 0px;
	text-align: right;
	background-color: black;
	/*background-color: rgba(0,0,0,.8);*/
	padding: 3px 5px 5px 5px;
	border-top: 2px solid #441;
	opacity: .8;
}

.retweet {
	cursor: pointer;
	padding-bottom: 2px;
	height: 16px;
	margin-left: 4px;
	padding-left: 19px;
	background: transparent url('retweet.png') 0px 2px no-repeat;
	opacity: .5;
}

.retweet:hover {
	opacity: 1;
}

.ops {
	font-size : small;
	margin: 2px 5px 0px 0px;
	border-top: 1px solid #331;
	text-align: right;
	opacity: .5;
}

.ops:hover {
	opacity: 1;
}

.ops .inop {
	padding-left: 18px;
	background: url('loading.gif') 0px 2px no-repeat;
}

.notification {
	text-align: right;
	color: black;
	position: fixed;
	padding: 2px 5px;
	left: 0px;
	right: 0px;
	top: 0px;
	border-bottom: 2px solid #FF8;
	font-size: 11pt;
	background: #FFC;
}