@charset "utf-8";

abbr {
	cursor: help;
}

img {
	border: none;
	vertical-align: middle;
}

p, body {
	font-family: Verdana, Geneva, sans-serif;
	/*font-family:"Lucida Grande",Arial,Helvetica,Verdana,sans-serif;*/
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height:150%;
}
body {
	background:url("flower.jpg") no-repeat scroll right 0 #FFFFFF;
}

a:hover {
	color: #1010C0;
	text-decoration: underline;
}

a:link {
	text-decoration: none;
}

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

#container {
	position: relative;
	padding: 8px;
	background:url("img/b5/bg_nav.png") repeat-x scroll 0 10px transparent;
	min-height: 320px;
}

#header-title {
	font-size: 2em;
	font-weight: bold;
	/*margin-bottom: 8px;
	text-align: center;*/
	margin:0 auto;
	padding:10px 0 0;
	width:1120px;
	height:120px;
}

#header-version {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
}

#header-version img {
	margin-bottom: -3px;
}

#header-left {
	position: absolute;
	top: 4px;
	left: 4px;
	font-size: 11px;
	color: #555555;
}

#header-time {
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 0.8em;
	color: #555555;
}

#header-links {
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 8px;
	text-align: center;
}

#search-form {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

#categories-list, #filters-list {
	text-align: center;
	list-style: none;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
}

#categories-list li, #filters-list li {
	display: inline;
	margin: 0px;
	margin-right: 5px;
}

#main-index {
	width: 100%;
	border-spacing: 0px;
	border: 1px solid #CCDDDD;
	margin-bottom: 5px;
	margin-top: 5px;
}

#main-index tr:hover td {
	background: #DDDDDD;
}

.main-index-row-dark {
	background: #EEEEEE;
}

.main-index-row-light {
	background: #FFFFFF;
}

.main-index-row-batch-dark {
	background: #FFFFCC;
}

.main-index-row-batch-light {
	background: #FFFFE0;
}

.main-index-link-cell {
	/*width: 150px;*/
	white-space: nowrap;
	vertical-align: bottom;
	font-size: 0.9em;
}

.main-index-name {
	padding-bottom: 2px;
}

/*.main-index-name a:link, .main-index-name a:visited {
	color: #991111;
}*/

.main-index-name a.trusted {
	color: #116611;
}

.main-index-name a.fail, .kw-light {
	color: #996666 !important;
}

.kw-team {
	color: #22AA00 !important;
}

.main-index-other {
	font-size: 0.9em;
	color: #555555;
}

.main-index-details {
	margin-bottom: 2px;
}

.main-index-category-cell {
	width: 64px;
}

.main-index-category-cell a {
	margin-top: 0px;
	padding: 0px;
}

.main-pagination {
	text-align: center;
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.main-pagination li {
	display: inline;
	margin-right: 5px;
}

.icon {
	margin-bottom: -2px;
}

#submit-table {
	margin: auto;
	width: 80%;
}

.submit-label {
	width: 20px;
	text-align: right;
}

.submit-description {
	font-size: 0.9em;
	color: #555555;
	text-align: right;
}

.submit-submit {
	text-align: center;
}

#submit-table input[type=text],
#submit-table input[type=password] {
	width: 99%;
}

#torrent-details {
	width: 850px;
	margin: auto;
	border: 1px solid #DDDDDD;
}

.torrent-details-label {
	font-weight: bold;
}

#torrent-details table {
	border-spacing: 0px;
	border-collapse: collapse;
}

#torrent-details table td {
	padding-right: 5px;
}

#torrent-details div {
	padding: 1px;
}

#torrent-details div:hover {
	background: #DDDDDD;
}

#torrent-details a.report-link {
	display: block;
	text-align: center;
	margin: auto;
}

#torrent-details a.report-link:hover {
	background: #FFAAAA;
}

#torrent-details a.details-link {
	display: block;
	text-align: center;
	margin: auto;
}

.torrent-details-row-dark {
	background: #EEEEEE;
}

.torrent-details-row-light {
	background: #FFFFFF;
}

#footer-copyright {
	text-align: center;
	margin-bottom: 8px;
}

#footer-stats {
	text-align: center;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

.box-error {
	padding: 4px;
	border: 1px solid #FF0000;
	background: #FFEEEE;
}

.box-success {
	padding: 4px;
	border: 1px solid #00FF00;
	background: #EEFFEE;
}

.box-notification {
	padding: 4px;
	border: 1px solid #999900;
	background: #FFFFEE;
}

.showme {
	display: none;
}

.red-line {
	border-top: 2px solid red;
}

.team {
	padding: 1px 3px;
	margin-right: 2px;
	border: 1px solid #999900;
	background: #FFFFEE;
}

.torrent-stats td,
.torrent-stats th {
	border: 1px solid #AAA;
}

.tar {
	text-align: right;
}
.tac {
	text-align: center;
}

.main-index-link-cell div {
	padding: 0 5px;
}

cite {
	color: gray;
	font-size: 10px;
}

.gl a {
	color: #5d98c6!important;
}

#quickpanel {
	position: absolute;
	right: 20px;
	top: 10px;
}

#quickpanel div {
	float: left;
	text-align: center;
}

#UserPanel {
	display:none;
	position: absolute;
	right: 50px;
	top: 120px;
	width: 300px;
	height: 200px;
	background-color: #fff7ff;
	border: 1px solid gray;
}

#UserGuestPanel {
	display:none;
	width: 300px;
	height: 200px;
	background-color: #fff7ff;
}

#UserMemberPanel {
	display:none;
}

/* BANGUMI */
#search-submit {
	background:url("/img/btn/search.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	height:24px;
	margin:0;
	padding:4px 0;
	text-indent:-9999px;
	width:24px;
}

#dock{
	position:fixed;
	bottom:0px;
	right:30px;
	z-index:99;
	_position:absolute;
	_bottom:auto;
	_clear:both;
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) - 0: document.body.scrollTop+(document.body.clientHeight-this.clientHeight) - 0)
}

#dock div.content {
	background:url("/img/bg/bg_dock.png") no-repeat scroll 0 0 transparent;
	color:#666666;
	float:left;
	font-size:12px;
	height:28px;
	padding:0 5px 0 18px;
	position:relative;
}

#dock div.content .inner {
	margin: 0;
	padding:10px 0 0;
}

#dock div.border {
	background:url("/img/bg/bg_dock.png") no-repeat scroll right center transparent;
	float:left;
	height:28px;
	width:10px;
}

div#main {
	margin:0 auto;
	max-width:1120px;
}


.clearit:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearit{zoom:1}

a.nav, a.nav:link, a.nav:visited, a.nav:active {
	border:0 none;
	color:#EFEFEF;
	text-decoration:none;
}

ul {
	list-style:none outside none;
	padding: 0px;
	margin: 0px;
}

ul#episode-index div.sub li {
	width:130px;
	height:135px;
	/*border:2px solid #FFF;
	border-bottom:none;*/
	margin: 2px;
	position:relative;
	overflow: hidden;
}

ul#episode-index div.sub li div.info_bg {
	background:#000;
	color:#FFF;
	padding:2px 5px;
	position:absolute;
	bottom:0;
	width:120px;
	height:18px;
	-moz-opacity: .7;
	opacity: .7;
	filter:alpha(opacity=70)
}

ul#episode-index div.sub li:hover div.info_bg {
	height:100px
}
ul#episode-index div.sub li:hover div.info {
	position:absolute;
	bottom:0
}


ul#episode-index {
	margin: 0; padding: 0 0 0 100px;
	float:left;
	list-style: none;
	font-size: 1.1em;
	height: 32px;
}
ul#episode-index li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	border-left:1px solid skyblue;
	border-right:1px solid skyblue;
}
ul#episode-index li a.dateline {
	float: left; 
	height: 100%;
	width: 80px;
	margin: 5px;
}
ul#episode-index li .sub {
	position: absolute; /*--Important--*/
	top: 32px; left: 0;
	z-index: 99999;
	/*background: transparent url(img/sub_bg.png) repeat-x bottom; /*--Background gradient--*/
	padding: 20px 20px 20px;
	float: left;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#episode-index li .sub ul{
	opacity: 1;
	list-style: none;
	margin: 0; padding: 0;
	width: 410px;
	float: left;
}
ul#episode-index li .sub ul li {
	float: left;
}

ul#episode-index li .sub ul li a {
	cursor: pointer;
}

div.extraspace {
	margin-left: -120px;
}
ul#episode-index li .sub ul.extraspace {
	width: 545px;
}

.coverborder {
	position:absolute;
	z-index:-15;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	opacity: 0.7;
	background: #eaf6fd url(img/sub_bg.png) repeat-x bottom;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
