﻿@charset "utf-8";
/* CSS Document */

body, pre, textarea, input, .tab a.borderOn, .tab a.mainBorderOn {
	color:#333;
	background-color:#FFF;
}
a {
	color:#333;
}
.borderOff {
	border:0;
}
.borderOn {
	border:1px solid #BFBFBF;
}
.tBorderOn {
	border:1px solid #BFBFBF;
	border-width:1px 0 0;
}
.rBorderOn {
	border:1px solid #BFBFBF;
	border-width:0 1px 0 0;
}
.bBorderOn {
	border:1px solid #BFBFBF;
	border-width:0 0 1px;
}
.lBorderOn {
	border:1px solid #BFBFBF;
	border-width:0 0 0 1px;
}
.tbBorderOn {
	border:1px solid #BFBFBF;
	border-width:1px 0;
}
.lrBorderOn {
	border:1px solid #BFBFBF;
	border-width:0 1px;
}
.lesserBorderOn {
	border:1px solid #CCC;
}
.fourthborderOn {
	border:1px solid #0CF;
}
.mainBorderOn {
	border:1px solid #F09;
}
.lMainBorderOn {
	border:1px solid #FCC;
}
.dashedOn {
	border:1px dashed #DEDEDE;
}
.tDashedOn {
	border:1px dashed #DEDEDE;
	border-width:1px 0 0;
}
.rDashedOn {
	border:1px dashed #DEDEDE;
	border-width:0 1px 0 0;
}
.bDashedOn {
	border:1px dashed #DEDEDE;
	border-width:0 0 1px;
}
.lDashedOn {
	border:1px dashed #DEDEDE;
	border-width:0 0 0 1px;
}
.tbDashedOn {
	border:1px dashed #DEDEDE;
	border-width:1px 0;
}
.lrDashedOn {
	border:1px dashed #DEDEDE;
	border-width:0 1px;
}
.mainDashedOn {
	border:1px dashed #F09;
}
/*.borderOn1 {
	border:1px solid #CCC;
}*/
.borderOn2 {
	border:1px solid #DDD;
}
hr {
    border-bottom:1px dashed #BFBFBF;
}
hr.borderOn {
    border-bottom:1px solid #BFBFBF;
	border-width:0 0 1px;
}
.important {
	background-color:#FF0;
}
.corDef{
	cursor:default;
}
.backColor {
	background-color:#FFF;
}
.gBackColor {
	background-color:#EEE;
}
.yBackColor {
	background-color:#FFE;
}
.pBackColor_1 {
	background-color:#FF0;
}
.pBackColor_2 {
	background-color:#FEE;
}

/*A链接开始*/
a.name:link,
a.name:visited,
a.name:hover,
a.name:active {
    color:#F09;
}
a.mainWhite:link,
a.mainWhite:visited {
    color:#F09;
}
a.mainNopaddingWhite:link,
a.mainNopaddingWhite:visited {
    color:#F09;
}
a.baseWhite,
a.baseWhite:visited {
    color:#333;
}
a.lesserWhite:link,
a.lesserWhite:visited {
    color:#666;
}
a.lesserNopaddingWhite:link,
a.lesserNopaddingWhite:visited {
    color:#666;
}
a.thirdWhite:link,
a.thirdWhite:visited {
    color:#999;
}
a.fourthWhite:link,
a.fourthWhite:visited {
    color:#0CF;
}
a.borderWhite:link,
a.borderWhite:visited {
    color:#BFBFBF;
}
a.borderLesser:link,
a.borderLesser:visited {
	color:#BFBFBF;
}
/*a.mainWhite:link,
a.mainWhite:visited,
a.baseWhite:link,
a.baseWhite:visited,
a.lesserWhite:link,
a.lesserWhite:visited,
a.thirdWhite:link,
a.thirdWhite:visited,
a.borderWhite:link,
a.borderWhite:visited {
    background:#FFF;
}*/
a.mainWhite:hover,
a.mainWhite:active,
a.mainNopaddingWhite:hover,
a.mainNopaddingWhite:active,
a.lesserNopaddingWhite:hover,
a.lesserNopaddingWhite:active,
a.baseWhite:hover,
a.baseWhite:active,
a.lesserWhite:hover,
a.lesserWhite:active,
a.thirdWhite:hover,
a.thirdWhite:active,
a.fourthWhite:hover,
a.fourthWhite:active,
a.borderWhite:hover,
a.borderWhite:active {
    color:#FFF;
    background:#F09;
}
a.borderLesser:hover,
a.borderLesser:active {
	color:#666;
}
a.baseMain:link,
a.baseMain:visited {
	color:#333;
}
a.lesserMain:link,
a.lesserMain:visited {
	color:#666;
}
a.thirdMain:link,
a.thirdMain:visited {
	color:#999;
}
a.baseMain:hover,
a.baseMain:active,
a.lesserMain:hover,
a.lesserMain:active,
a.thirdMain:hover,
a.thirdMain:active {
	color:#F09;
}
a.skill:link,
a.skill:visited,
a.skill:hover,
a.skill:active {
	color:#666;
	border:0;
}
a.skill:hover,
a.skill:active {
	border:1px solid #F09;
}
a.skill:link .vip,
a.skill:visited .vip,
a.skill:hover .vip,
a.skill:active .vip {
	margin-left:10px;
	color:#F09;
}
a.cover:link,
a.cover:visited,
a.cover:hover,
a.cover:active {
	display:block;
	margin:5px auto auto 12px;
	width:49px;
	height:60px;
	background:none;
	border:3px solid #FFF;
}
a.cover:hover,
a.cover:active {
	color:#334;
	border:3px solid #F09;
}
a.spanColor:hover span {
	color:#FFF;
}
a.imgBorder:link img,
a.imgBorder:visited img,
a.imgBorder:link canvas,
a.imgBorder:visited canvas {
    border:1px solid #BFBFBF;
}
a.imgBorder:hover img,
a.imgBorder:active img,
a.imgBorder:hover canvas,
a.imgBorder:active canvas {
    border:1px solid #F09;
}
a.imgBorder1:link,
a.imgBorder1:visited {
    border:1px solid #BFBFBF;
}
a.imgBorder1:hover,
a.imgBorder1:active {
    border:1px solid #F09;
}
a.faceBorder:link img,
a.faceBorder:visited img {
    border:1px solid #FFF;
}
a.faceBorder:hover img,
a.faceBorder:active img {
    border:1px solid #F09;
}
a.imgBorder:hover,
a.imgBorder1:hover,
a.faceBorder:hover {
	_color:#334;
}
/*A链接结束*/


/*颜色开始*/
.mainColor {
    color:#F09;
}
.baseColor {
    color:#333;
}
.lesserColor {
    color:#666;
}
.thirdColor {
    color:#999;
}
.fourthColor {
    color:#0CF;
}
.fifthColor {
    color:#9C3;
}
.borderColor {
    color:#BFBFBF;
}
.elseColor {
    color:#FFF;
}
.gary {
    color:#CCC;
}
.red {
    color:#F00;
}
.blue {
	color:#00F;
}
/*颜色结束*/

/*小图标开始*/
.replyPicBg {/* 回复拐弯灰箭头 */
	background:url(../images/bgpic.gif) 0 -120px no-repeat;
	width:20px;
	height:20px;
}
.gArrow {/* 向右小粉箭头 */
	background:url(../images/bgpic.gif) -299px -180px no-repeat;
	width:13px;
	height:13px;
}
.gArrow_1 {/* 左旋转箭头 */
	background:url(../images/bgpic.gif) -200px 0px no-repeat;
	width:7px;
	height:8px;
}
.gArrow_2 {/* 右旋转箭头 */
	background:url(../images/bgpic.gif) -210px 0px no-repeat;
	width:7px;
	height:8px;
}
.pArrow_1 {/* 向下小粉实心三角 */
	background:url(../images/bgpic.gif) -50px -140px no-repeat;
	width:11px;
	height:6px;
}
.pArrow_2 {/* 向上小粉箭头 */
	background:url(../images/bgpic.gif) 0 -860px no-repeat;
	width:13px;
	height:11px;
}
.arrow_1 {/* 短信聊天向左灰三角 */
	background:url(../images/bgpic.gif) -300px -140px no-repeat;
	width:19px;
	height:18px;
}
.arrow_2 {/* 短信聊天向右粉三角 */
	background:url(../images/bgpic.gif) -350px -140px no-repeat;
	width:19px;
	height:18px;
}
.arrow_3 {/* 边框向上突出灰三角 */
	background:url(../images/bgpic.gif) 0 -200px no-repeat;
	width:15px;
	height:9px;
}
.arrow_4 {/* 边框向左突出灰三角浅粉底 */
	background:url(../images/bgpic.gif) -50px -180px no-repeat;
	width:9px;
	height:15px;
}
.arrow_5 {/* 边框向左突出灰三角白底 */
	background:url(../images/bgpic.gif) -50px -200px no-repeat;
	width:9px;
	height:15px;
}
.arrow_6 {/* 边框向下突出灰三角白底 */
	background:url(../images/bgpic.gif) 0 -780px no-repeat;
	width:12px;
	height:7px;
}
.arrow_7 {/* 边框向左突出蓝三角白底 */
	background:url(../images/bgpic.gif) -300px -100px no-repeat;
	width:22px;
	height:21px;
}
a:link .openArrow,
a:visited .openArrow {/* 向下打开层箭头 */
	background:url(../images/bgpic.gif) -150px -1430px no-repeat;
	width:18px;
	height:13px;
}
a:hover .openArrow,
a:active .openArrow {/* 向下打开层箭头 */
	background:url(../images/bgpic.gif) -100px -1430px no-repeat;
	width:18px;
	height:13px;
}
.level_1 {/* MP */
	background:url(../images/bgpic.gif) -100px -360px no-repeat;
	width:106px;
	height:38px;
}
.level_2 {/* VIP */
	background:url(../images/bgpic.gif) -240px -360px no-repeat;
	width:111px;
	height:38px;
}
.level_3 {/* MVP */
	background:url(../images/bgpic.gif) -400px -360px no-repeat;
	width:140px;
	height:38px;
}
.level_4 {/* SVP */
	background:url(../images/bgpic.gif) -550px -360px no-repeat;
	width:123px;
	height:38px;
}
.level_5 {/* FS */
	background:url(../images/bgpic.gif) -700px -360px no-repeat;
	width:83px;
	height:38px;
}
.nMsg {/* 新短信图标 */
	background:url(../images/bgpic.gif) 0 -800px no-repeat;
	width:36px;
	height:33px;
}
.sIdPhotoOn {/* 通过身份验证小图标 */
	background:url(../images/bgpic.gif) -400px -418px no-repeat;
	width:15px;
	height:12px;
}
.mip_1 {/* 有MIP的小图标 */
	background:url(../images/bgpic.gif) -100px -140px no-repeat;
	width:23px;
	height:9px;
}
.sDel_1 {/* 白色小差 */
	background:url(../images/bgpic.gif) -200px -100px no-repeat;
	width:5px;
	height:6px;
}
.sDel_2 {/* 垃圾桶图标 */
	background:url(../images/bgpic.gif) -150px -100px no-repeat;
	width:10px;
	height:10px;
}
.sDel_3 {/* 黑色小差 */
	background:url(../images/bgpic.gif) -200px -140px no-repeat;
	width:5px;
	height:6px;
}
.audition {/* 试听图标 */
	background:url(../images/bgpic.gif) -238px -98px no-repeat;
	width:14px;
	height:12px;
}
.showUp_1 {/* MOKO!首页推荐 */
	background:url(../images/bgpic.gif) -100px -200px no-repeat;
	width:110px;
	height:37px;
}
.showUp_2 {/* MOKO!展示推荐 */
	background:url(../images/bgpic.gif) -100px -250px no-repeat;
	width:110px;
	height:37px;	
}
.addMF_1 {/* 增加美分50 */
	background:url(../images/bgpic.gif) -100px -300px no-repeat;
	width:110px;
	height:37px;
}
.addMF_2 {/* 增加美分100 */
	background:url(../images/bgpic.gif) -240px -300px no-repeat;
	width:110px;
	height:37px;
}
.addMF_3 {/* 增加美分150 */
	background:url(../images/bgpic.gif) -400px -300px no-repeat;
	width:110px;
	height:37px;
}
a:hover .audition {
	background:url(../images/bgpic.gif) -218px -98px no-repeat;
}
img.down {/* 下载提示图标 */
	background:url(../images/bgpic.gif) -238px -138px no-repeat;
	width:14px;
	height:12px;
}
a:hover .down {
	background:url(../images/bgpic.gif) -218px -138px no-repeat;
}
a.pointPic { /* 独立的点击量图标 */
	display:block;
	padding:0 8px 0 18px;
	height:15px;
	background:url(../images/bgpic.gif) 0 -339px no-repeat;
}
a.replyPic { /* 独立评论数图标灰色 */
	display:block;
	padding:0 8px 0 18px;
	height:15px;
	background:url(../images/bgpic.gif) 0 -298px no-repeat;
}
a.replyPic_1 { /* 独立评论数图标粉色 */
	display:block;
	padding:0 8px 0 18px;
	height:15px;
	background:url(../images/bgpic.gif) 0 -278px no-repeat;
}
.authenticationTop { /* MOKO!头部认证 */
	background:url(../images/bgpic.gif) -100px -100px no-repeat;
	width:18px;
	height:18px;
}
.authentication { /* MOKO!认证 */
	background:url(../images/bgpic.gif) -50px -100px no-repeat;
	width:13px;
	height:13px;
}
.error { /* 错误! */
	background:url(../images/bgpic.gif) 0 -600px no-repeat;
	width:16px;
	height:15px;
}
.correct { /* 正确! */
	background:url(../images/bgpic.gif) 0 -1100px no-repeat;
	width:19px;
	height:15px;
}

/*小图标结束*/

/*cursor style start*/
.curBig {
	cursor:url(http://simg.moko.cc/images/big.cur), auto;
}
.curSmall {
	cursor:url(http://simg.moko.cc/images/small.cur), auto;
}
/*cursor style end*/

/*friendBox start*/
.bFriendBox {
	background-color:#F09;
}
/*friendBox end*/

/*在线状态开始*/
.online,
.offline {
	background:url(../images/bgpic.gif) 0 -240px no-repeat;
	width:23px;
	height:19px;
	cursor:default;
}
.offline {
	background-position:0 -260px;
}
.online1,
.offline1 {
	background:url(../images/bgpic.gif) 4px -414px no-repeat;
	width:83px;
	height:87px;
	cursor:default;
}
.offline1 {
	background-position:4px -505px;
}
/*在线状态结束*/


/*身份证开始*/
.cardBg,
.cardBg1 {
	background:url(../images/bgpic.gif) -200px -420px no-repeat;
	width:30px;
	height:30px;
}
.cardBg1 {
	background-position:-200px -500px;
	cursor:pointer;
}
.cardTitle {
	width:251px;
	height:42px;
}
/*身份证结束*/

/*等级开始*/
img.vip {
	background:url(../images/bgpic.gif) 0 -400px no-repeat;
	width:26px;
	height:10px;
	cursor:default;
}
/*等级结束*/

/*头部开始*/
.head .logoNav .logo {
	background:url(../images/logo2.gif) 0 -100px no-repeat;
	width:148px;
	height:30px;
	text-indent:-9999px;
}
.head .userInfo .userName .selfWeb {
}
.head .userInfo .userSkill .order {
	background:url(../images/bgpic.gif) 4px -17px no-repeat;
	width:20px;
	height:23px;
}
.head .userCan .bg {
	background:url(../images/bgpic.gif) 0 -200px no-repeat;
	width:15px;
	height:9px;
}
.head .userJiujie .bg {
	background:url(../images/bgpic.gif) 0 -200px no-repeat;
	width:15px;
	height:9px;
}
.head .newMsg li a span {
	color:#666;
}
/*头部结束*/

/*封面选择开始*/
.content .coverSetBg {
	background:url(../images/titlepic.gif) -20px -50px no-repeat;
	width:132px;
	height:19px;
}
.content .static,
.content .dynamic {
	background:url(../images/titlepic.gif) 0 -100px no-repeat;
	height:15px;
}
.content .dynamic {
	background-position:0 -150px;
}
.content .coverPic td {
	background:url(../images/titlepic.gif) -160px 0 no-repeat;
	height:75px;
}
.content .coverOn td {
	background:url(../images/titlepic.gif) -160px 0 no-repeat;
	height:30px;
}

/*封面选择结束*/

/*上传封面开始*/
.switch img.bg {
	background:url(../images/titlepic.gif) -20px -1200px no-repeat;
	width:28px;
	height:23px;
}
.active .simple img {
	background:url(../images/titlepic.gif) -20px -1245px no-repeat;
	width:60px;
	height:32px;
}
.active .simple .project1_2 {
	background-position:-100px -1245px;
}
.active .simple .project2_1 {
	background-position:-20px -1300px;
}
.active .simple .project2_2 {
	background-position:-100px -1300px;
}
.active .simple .project3_1 {
	background-position:-20px -1360px;
}
.active .simple .project3_2 {
	background-position:-100px -1360px;
}
/*上传封面结束*/

/*上传开始*/
.uping .borderOn .bg {
	background-color:#F09;
}
.imageWidth .bg {
	background:#000;
}
.arrow {
	background:url(../images/uppic.gif) 0 -500px no-repeat;
	width:20px;
	height:33px;
}
.orderPicBox li {
	border:1px solid #BFBFBF;
}
.orderPicBox li.alive {
	border:1px solid #F09;
}
.addButton .order {
	background:url(../images/bgpic.gif) 4px -17px no-repeat;
	width:20px;
	height:23px;
}
.addButton .down {
	background:url(../images/bgpic.gif) -71px -17px no-repeat;
	width:20px;
	height:23px;
}
.publish .control {
	background-color:#FFF;
}
/*上传结束*/



/*主页面导航开始*/
.nav li a:hover,
.nav li a:active {
	border:1px solid #F09;
}
.nav li.alive a:link,
.nav li.alive a:visited,
.nav li.alive a:hover,
.nav li.alive a:active {
	color:#FFF;
	background-color:#F09;
}
.nav li .bg {
	background:url(../images/bgpic.gif) 0 -180px no-repeat;
	width:9px;
	height:6px;
}
.nav li.musicPicOn {
	background:url(../images/bgpic.gif) 0 -1289px no-repeat;
}
.nav li.musicPicOff {
	background:url(../images/bgpic.gif) -100px -1289px no-repeat;
}
/*主页面导航结束*/

/*左侧导航结束*/
.leftNav li a:link,
.leftNav li a:visited {
	color:#999;
}
.leftNav li a:hover,
.leftNav li a:active {
	color:#333;
	border:1px solid #F09;
	background-color:#FFF;
}
.recordOrder li a:link,
.recordOrder li a:visited,
.sidebar .leftNav li a:link,
.sidebar .leftNav li a:visited {
	color:#F09;
	border:1px solid #BFBFBF;
}
.recordOrder .leftNav li a:hover,
.recordOrder .leftNav li a:active,
.sidebar .leftNav li a:hover,
.sidebar .leftNav li a:active {
	border:1px solid #F09;
}
.leftNav li.alive a:link,
.leftNav li.alive a:visited,
.leftNav li.alive a:hover,
.leftNav li.alive a:active {
	color:#F09;
	border:1px solid #F09;
}
.leftNav li.alive span {
	color:#333;
}
.leftNav li.alive .bg {
	background:url(../images/bgpic.gif) 0 -140px no-repeat;
	width:11px;
	height:20px;
}
.msg .leftNav li a:link,
.msg .leftNav li a:visited,
.msg .leftNav li a:hover,
.msg .leftNav li a:active {
	color:#666;
}
.msg .leftNav li.alive a:link,
.msg .leftNav li.alive a:visited,
.msg .leftNav li.alive a:hover,
.msg .leftNav li.alive a:active {
	color:#F09;
}
.msg .leftNav li.alive a:link,
.msg .leftNav li.alive a:visited {
	border:0;
}
.msg .leftNav li.alive a:hover,
.msg .leftNav li.alive a:active {
	border:1px solid #F09;
}
/*左侧导航结束*/

/*二级导航开始*/
.subNav li a:link,
.subNav li a:visited {
	color:#999;
}
.subNav li a:hover,
.subNav li a:active {
	color:#333;
	border:1px solid #F09;
}
.subNav li.alive a:link,
.subNav li.alive a:visited,
.subNav li.alive a:hover,
.subNav li.alive a:active {
	color:#F09;
	border:1px solid #BFBFBF;
}
.subNav li .bg {
	background:url(../images/bgpic.gif) 0 -780px no-repeat;
	width:12px;
	height:7px;
}
/*二级导航结束*/

/*选项卡开始*/
.tab a.borderOn:link,
.tab a.borderOn:visited,
.tab a.borderOn:hover,
.tab a.borderOn:active,
.tab a.mainBorderOn:link,
.tab a.mainBorderOn:visited,
.tab a.mainBorderOn:hover,
.tab a.mainBorderOn:active {
	color:#F09;
}
.tab .tabNav a:hover,
.tab .tabNav a:active {
	border:1px solid #F09;
}
.tab .tabNav .alive a:link,
.tab .tabNav .alive a:visited,
.tab .tabNav .alive a:hover,
.tab .tabNav .alive a:active {
	color:#F09;
	font-weight:700;
	border:1px solid #BFBFBF;
	background-color:#FFF;
}
.tab .upNav li.borderOn {
	border-bottom-color:#FFF;
}
.tab .upNav .pic,
.tab .upNav .order,
.tab .upNav .flash {
	background:url(../images/uppic.gif) 0 -95px no-repeat;
	width:122px;
	height:31px;
}
.tab .upNav .order {
	background-position:0 -150px;
}
.tab .upNav .flash {
	background-position:0 -195px;
}
.cover .tabNav li a:link,
.cover .tabNav li a:visited,
.cover .tabNav li a:hover,
.cover .tabNav li a:active {
	color:#666;
}
/*选项卡结束*/

/*用户资料开始*/
.sidebar h1,
.middle h1 {
	border-bottom:1px solid #BFBFBF;
}
#credentials h1 {
	background-position:0 15px;
}
#friends h1 {
	background-position:0 -185px;
}
#newPost h1 {
	background-position:0 -235px;
}
.mission .mkp .mkpBg {
	background:url(../images/jindu11.gif) repeat-x;
}
.user .mkp .mkpBg {
	background:url(../images/jindu11.gif) repeat-x;
}
.mkpInfo {
	background-color:#FFF;
}
.yBackColor {
	background-color:#FFE;
}
/*用户资料结束*/

/*展示开始*/
a.coverBg:link,
a.coverBg:visited {
	background-color:#FFF;
}
a.coverBg:hover,
a.coverBg:active {
	color:#FFF;
	background-color:#F09;
}
.content .info p.mainDashedOn .bg,
.comment .commentText .bg,
.show .top .bg,
.info .top .bg,
.blog .top .bg,
.blog .title .bg {
	display:block;
	background:url(../images/bgpic.gif) 0 -38px no-repeat;
	width:25px;
	height:25px;
}
.content .info p.mainDashedOn .self,
.show .top .self,
.info .top .self,
.blog .top .self,
.blog .title .self {
	background-position:-100px -38px;
}
.content .info p.mainDashedOn .confine,
.show .top .confine,
.info .top .confine,
.blog .top .confine,
.blog .title .confine {
	background-position:-200px -38px;
}
.simple .show .top .bg {
	display:block;
	background:url(../images/bgpic.gif) -300px -34px no-repeat;
	width:15px;
	height:25px;
}
.simple .show .top .self {
	background:url(../images/bgpic.gif) -349px -34px no-repeat;
}
.simple .show .top .confine {
	background:url(../images/bgpic.gif) -401px -34px no-repeat;
}
.container .middle .active ul li .bg:link img,
.container .middle .active ul li .bg:visited img,
.container .main .active ul li .bg:link img,
.container .main .active ul li .bg:visited img,
.secret .answer pre .bg:link img,
.secret .answer pre .bg:visited img,
.result p .bg:link img,
.result p .bg:visited img {
	background-image:url(../images/bgpic.gif);
	background-repeat:no-repeat;
	background-position:0 -298px;
}
.container .middle .active ul li .bg:hover img,
.container .middle .active ul li .bg:active img,
.container .main .active ul li .bg:hover img,
.container .main .active ul li .bg:active img,
.secret .answer pre .bg:hover img,
.secret .answer pre .bg:active img,
.result p .bg:hover img,
.result p .bg:active img {
	background-image:url(../images/bgpic.gif);
	background-repeat:no-repeat;
	background-position:0 -278px;
}
.mtg a,
.show p.count a,
.info p.count a,
.blog p.count a,
.favorite p.count a {
	display:block;
	padding-left:23px;
	height:15px;
	background-image:url(../images/bgpic.gif);
	background-repeat:no-repeat;
	cursor:default;
}
.favorite p.count a {
	padding:0 8px 0 18px;
}
.show p.count .reply,
.info p.count .reply,
.blog p.count .reply {
	background-position:5px -278px;
}
.favorite p.count .reply {
	background-position:0 -278px;
}
.show p.count .pic,
.info p.count .pic,
.blog p.count .pic,
.favorite p.count .pic {
	background-position:5px -320px;
}
.countPic img.pic {
	background:url(../images/bgpic.gif) 0 -320px no-repeat;
}
.mtg a,
.show p.count .point,
.info p.count .point,
.blog p.count .point {
	background-position:5px -339px;
}
.favorite p.count .point {
	background-position:0 -339px;
}
.show p.count .video,
.info p.count .video,
.blog p.count .video {
	background-position:5px -1330px;
}
.show p.count .music,
.info p.count .music,
.blog p.count .music {
	background-position:5px -1360px;
}
.manageDiv .list .bg {
	display:block;
	background:url(../images/bgpic.gif) 0 -858px no-repeat;
	width:13px;
	height:11px;
}
.showNav .go,
.showNav .back {
	background:url(../images/bgpic.gif) 10px -1130px no-repeat;
	width:44px;
	height:45px;
	border:1px solid #BFBFBF;
}
.showNav img.alive {
	border:1px solid #F09;
}
.showNav .back {
	background-position:-90px -1130px;
}
.article .picList img {
	border:1px solid #BFBFBF;
}
.article .picList img.alive {
	border:1px solid #F09;
}
/*展示结束*/

/*发布展示开始*/
.publish img.title {
	background:url(../images/uppic.gif) 0 -250px no-repeat;
	width:472px;
	height:60px;
}
/*发布展示结束*/

/*朋友开始*/
.friendList .button .r a .bg,
.friendBox .button  a.r .bg {
	background:url(../images/bgpic.gif) 0 -217px no-repeat;
	+background-position:0 -218px;
	width:14px;
	height:15px;
}
.content .l .friendSearch input {
	border:1px solid #BFBFBF;
}
.friendSearch .frienSearchTip,
.friendSearch .frienSearchAbout,
.sidebar .frienSearchTip,
.sidebar .frienSearchAbout {
	background-color:#FFF;
}
.friendSearch .frienSearchAbout li.alive {
	background:#f09;
}
.friendList .button div,
.friendBox .button div {
	background:#FFF;
}
/*朋友结束*/

/*后台开始*/
/*.short h1 {
	background:url(../images/uppic.gif) 10px -35px no-repeat;
}
.short h1.visit {
	background:url(../images/uppic.gif) 10px 15px no-repeat;
}
*/.mokoContent h1 {
	background:url(../images/uppic.gif) 10px -335px no-repeat;
}
.control div.mainColor,
.mokoContent div.mainColor {
	background:url(../images/uppic.gif) 30px -397px no-repeat;
}
.control  div.thirdColor,
.mokoContent div.thirdColor {
	background:url(../images/uppic.gif) 30px -446px no-repeat;
}
/*后台结束*/

/*FB开始*/
.fbList .l ul li img {
	background:url(../images/bgpic.gif) -146px -1397px no-repeat;
}
.fbList .l ul li img.up {
	background:url(../images/bgpic.gif) 4px -1399px no-repeat;
}
.fbList .l ul li img.down {
	background:url(../images/bgpic.gif) -71px -1399px no-repeat;
}
/*FB结束*/

/*MIP开始*/
.mipTitle {
	background:url(../images/mip.gif) 0 0 no-repeat;
	width:251px;
	height:62px;
}
.mip .upNav .pic,
.mip .upNav .order,
.mip .upNav .manage {
	background:url(../images/mip.gif) 10px -95px no-repeat;
	width:122px;
	height:31px;
}
.mip .upNav .order {
	background-position:10px -150px;
}
.mip .upNav .manage {
	background-position:10px -195px;
}
/*MIP结束*/

/*秘密开始*/
.secret .secreted {
	background:url(../images/bgpic.gif) 260px -1195px no-repeat;
}
.sayit .bg {
	background:#FFF url(../images/bgpic.gif) 0 -1270px no-repeat;
	width:38px;
	height:20px;
}
/*秘密结束*/

/*mokoplayer开始*/
.music .logo img {
	background:url(../images/logo.gif) 0 -300px no-repeat;
}
/*mokoplayer结束*/

/**************************************************分页开始******************************************************/
.pagination a:hover,
.pagination a:active {
	border:1px solid #F09;
}
.pagination a.alive:link, 
.pagination a.alive:visited,
.pagination a.alive:hover,
.pagination a.alive:active {
	color:#FFF;
	background-color:#F09;
}
/**************************************************分页结束******************************************************/

/*底Footer开始*/
.footer {
	background:url(../images/logo.gif) 0 -185px no-repeat;
}
/*底Footer结束*/

/*其他*/
.close {
	display:block;
	background:url(../images/bgpic.gif) 0 -600px no-repeat;
	width:16px;
	height:15px;
}
.male,
.female {
	background:url(../images/bgpic.gif) 35px -615px no-repeat;
	width:100px;
	height:35px;
}
.female {
	background-position:35px -685px;
}
.message li .bg {
	background:url(../images/bgpic.gif) 0 -800px no-repeat;
	width:37px;
	height:33px;
}
.message li .bg1 {
	background:url(../images/bgpic.gif) -400px -418px no-repeat;
	width:15px;
	height:12px;
	margin:4px 0 0 4px;
}
.re .reBg {
	background:url(../images/bgpic.gif) 0 -120px no-repeat;
	width:20px;
	height:20px;
}
.key .searchAbout,
.key .searchTip {
	background-color:#FFF;
}
.key .searchAbout li.alive {
	background:#f09;
}
.musicList li .bg {
	background:url(../images/bgpic.gif) 0 -858px no-repeat;
}
.pswStrong1 .weak {
	background-color:#F00;
}
.pswStrong2 span {
	background-color:#FF0;
}
.pswStrong2 .strong {
	background-color:#FFF;
}
.pswStrong3 span {
	background-color:#0F0;
}

