@charset "UTF-8";
/**
 * forum add styles
 *
 * @since 2009-11-22 21:59
 * @copyright www.xiaop.net
 * @author xiaop < xiaop@xiaop.net >
 *
 * SVN: $Id: forum.css 238 2010-03-19 11:51:13Z xiaop $
 */

/* navigation */
.wrapper{
	width: 99%;
}
#siteHeader{
	margin-top: 0;
}

/* forum list */
/* table .common{
	font-size: 14px !important;
}

.forumlist h3{
	padding-left: 2em;
	background-image: url(i/i.png);
	background-position: 1em center;
	background-repeat: no-repeat;
} */

p.moderators{
	clear: both;
}

/* header */
/* #menu{
	background: transparent;
	border: 0 !important;
	position: relative;
	top: -60px;
}
*+html #menu{
	top: -58px;
}
* html #menu{
	top: -58px;
}
#menu li a{
	background: transparent;
	color: #eee !important;
} */
#siteUserBox{
	color: #fff;
	float: right !important;
	background: transparent !important;
}
#siteUserBox a{
	padding: 0 3px;
}
#siteUserBox strong{
	color: #fff;
	font-weight: bold;
}

/* forum icon */
#bdayslist{
	background-image: url(i/forum/birthday.gif);
}
#forumlinks td{
	background-image: url(i/forum/forumlink.gif);
	background-position: 10px 5px;
}
#onlinelist{
	background-image: url(i/forum/online.gif);
}


.mainbox .headactions a,
.mainbox .headactions span,
.mainbox .headactions strong{
	background-image: none;
	padding-right: 5px;
	margin-right: 4px;
}

#rules h3,
#recommendlist h3{
	color: #A31022;
}

#creditlist_menu li,
#siteMenuForum_menu li{
	padding: 2px 2px 2px 8px;
	background: url(i/navgations.gif) no-repeat -86px -141px !important;
}
#creditlist_menu strong,
#siteMenuForum_menu strong{
	color: #A31022;
	font-weight: bold;
}
#siteMenuForum_menu{
	margin-left: 1em;
}

#announcement{
	border-top: 1px solid #A31022;
	border-bottom: 1px solid #ccc;
	line-height: 32px;
	height: 32px;
}
#announcement div{
	line-height: 30px !important;
	height: 32px;
}

#pmprompt h4{
	background-color: #ccc;
	color: #A31022;
}

.forumlist td.lastpost{
	width: 280px !important;
}
.forumlist td.lastpost a{
	padding-left: 1em;
	background: url(http://bbs.quxizang.com/images/default/arrow_right.gif) no-repeat left center;
}
.forumlist td.lastpost cite,
.forumlist td.lastpost cite a{
	color: #888;
	padding-left: 0;
	background: transparent ;
}
.forumlist td.lastpost cite{
	padding-left: 1em;
}

#loginform button{
}

/* online list */
#onlinelist .userlist li{
	display: block;
	width: 128px;
	height: 19px;
	line-height: 19px;
	word-wrap: break-word;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#home4Forum .category th{
	text-align: center;
	background: #eee;
}
#home4Forum .category strong{
	font-weight: bold;
	color: #A31022;
}
#home4Forum ul{
	list-style: none;
	padding-left: 2em;
	background: transparent url(i/forum/home4list.gif) no-repeat left top;
}
#home4Forum li{
	height: 20px;
	line-height: 20px;
	word-wrap: break-word;
	overflow: hidden;
	background: transparent url(i/forum/home4listbg.gif) repeat left bottom;
}
