/* 定义全站通用样式 */
/* 作者：昝树兵 */
/* 最后更新：2010-6-22 */

body {
	margin: 0 auto;
	background: #ccedff url(../img/bgBody.jpg) repeat-x left top;
}
body, div, p, td, li, ul, dl, dd, dt {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
}

/*============================ Common style ==============================*/
a {
	color: #008abd;
	text-decoration: none;
}
a:hover {
	color: #F80;
	text-decoration: underline;
}

a.btnLink01 {
	background: url(../img/Bg_Btn01.gif) repeat-x left top;
	height: 27px;
	line-height: 27px;
	border: 1px solid #6aa9c3;
	display: inline-block;
	padding: 0 5px;
	color: #333;
	font-size: 14px;
}
a.btnLink01:hover {
	background: url(../img/Bg_Btn01On.gif) repeat-x left top;
	border: 1px solid #9e5d00;
	text-decoration: none;
	color: #333;
}

img  {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
}

.CmnInputBox {
	border: 1px solid #838383;
	height: 22px;
	line-height: 25px;
	color: #888;
	padding: 3px 3px 0 3px;
}
.CmnInputBoxOn {
	border: 1px solid #257faf;
	background: #fef59b;
	height: 22px;
	line-height: 25px;
	color: #333;
	padding: 3px 3px 0 3px;
}

.cmnForm01 .errorTip {
	padding: 3px;
	color: #F00;
	text-align:right;
}

.pageTitle {
	font-size: 20px;
	font-family: "微软雅黑", Arial;
	font-weight: bold;
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #AAA;
	color: #006fa8;
}

.specNotice01 {
	background: #FFFF99;
	border: 1px solid #F00;
	color: #F00;
	padding: 5px 10px;
	line-height: 22px;
	font-size: 14px;
	margin-bottom: 10px;
}

#pgCtaner .noBdrBot {
	border-bottom: none;
}

/*============================ avator style ==============================*/
a.avator {
	border: 1px solid #AAA;
	padding: 3px;
	background: #FFF;
	display: block;
}
a.avator:hover {
	border: 1px solid #F80;
	background: #F80;
}

/*============================ QBar style ==============================*/
#QBar .inner .loginBar {
	position: absolute;
	left: 0;
	top: 0;
}
#QBar .inner .loginBar .errorTip {
	color: #F00;
}
#QBar .inner .loginBar .CmnInputBox, #QBar .inner .loginBar .CmnInputBoxOn, #QBar .inner .loginBar .CmnCheckBox, #QBar .inner .loginBar label, #QBar .inner .loginBar a {
	float: left;
	margin-right: 8px;
}
#QBar .inner .loginBar .CmnInputBox {
	margin: 5px 8px 0 0;
	width: 150px;
}
#QBar .inner .loginBar .CmnCheckBox {
	margin-top: 12px;
	margin-right: 3px;
}
#QBar .inner .loginBar label {
	margin-top: 11px;
	cursor: pointer;
}
#QBar .inner .loginBar a {
	margin-top: 11px;
	text-decoration: underline;
}
#QBar .inner .loginBar a.btnLogin {
	background: #F00 url(../img/btnLogin01.png) no-repeat left top;
	display: block;
	width: 38px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	color: #004a73;
	margin-top: 6px;
}
#QBar .inner .loginBar a.btnLogin:hover {
	background: url(../img/btnLogin01On.png) no-repeat left top;
	font-weight: bold;
	color: #F80;
}
#QBar .inner .loginBar .welcome span {
	margin: 0 5px;
	font-weight:bold;
}
#QBar .inner .loginBar.isLogin label, #QBar .inner .loginBar.isLogin a {
	margin-top: 9px;
	font-size: 13px;
}
#QBar .inner .loginBar.isLogin {
	left: 20px;
}

#QBar .inner .searchBar {
	width: 265px;
	position: absolute;
	right: 0;
	top: 3px;
	background: url(../img/bgSearchBox.png) no-repeat left top;
}
#QBar .inner .searchBar .CmnInputBox, #QBar .inner .searchBar a {
	float: right;
	margin-left: 8px;
}
#QBar .inner .searchBar .CmnInputBox {
	width: 150px;
}
#QBar .inner .searchBar a.btnSearch {
	background: url(../img/btnSearch.png) no-repeat left top;
	width: 64px;
	height:25px;
	display: block;
}
#QBar .inner .searchBar a.btnSearch:hover {
	background: url(../img/btnSearchOn.png) no-repeat left top;
}
#QBar .inner .searchBar a.btnSearch span {
	display: none;
}



/*============================ head style ==============================*/
#head .logo {
	background: url(../img/logo.png) no-repeat left top;
	width: 231px;
	height:65px;
	position: absolute;
	left: 20px;
	top: 12px;
}
#head .logo a {
	display: block;
	width: 231px;
	height:65px;
}
#head .iconExpo {
	position: absolute;
	top: 25px;
	right: 0;
	width: 202px;
	height:57px;
	background: url(../img/iconExpo.png) no-repeat left top;
}

#head .mNav {
	position: absolute;
	top: 20px;
	left: 300px;
}
#head .mNav a {
	font-family: "微软雅黑", Arial;
	font-size: 14px;
	display: block;
	float: left;
	text-align: center;
	height: 37px;
	line-height: 34px;
	padding: 0 10px;
	margin-right: 15px;
	font-weight: bold;
	position: relative;
	color: #006396;
}
#head .mNav a:hover {
	color: #006396;
	background: #a0deff;
	border: 1px solid #FFF;
	text-decoration: none;
}
#head .mNav a .lBdr, #head .mNav a .rBdr, #head .mNav a .arrow {
	display: none;
}

#head .mNav a.sel {
	background: url(../img/bgMNavCell.png) repeat-x left top;
	margin-right: 20px;
	color: #fff;
}
#head .mNav a.sel:hover {
	color: #FFF;
	border: none;
	background: url(../img/bgMNavCell.png) repeat-x left top;
}
#head .mNav a.sel .lBdr {
	background: url(../img/bgMNavCelllBdr.png) repeat-x left top;
	position: absolute;
	display: block;
	left: -7px;
	top: 0;
	height: 37px;
	width: 7px;
}
#head .mNav a.sel .rBdr {
	background: url(../img/bgMNavCellrBdr.png) repeat-x left top;
	position: absolute;
	right: -7px;
	display: block;
	top: 0;
	height: 37px;
	width: 7px;
}
#head .mNav a.sel .arrow {
	background: url(../img/bgMNavCellarrow.png) repeat-x left top;
	display: block;
	position: absolute;
	left: 20px;
	bottom: -6px;
	height: 10px;
	width: 13px;
}

/*============================ ColList style ==============================*/
.ColList .CmnList01 {
	margin: 0 10px 0 0;
}
.ColList .mapAreaA {
	margin-bottom: 15px;
	background: #e5e3df;
	height: 300px;
	position: relative;
}

/*============================ CmnList01 style ==============================*/
.CmnList01 h1 {
	font-size: 20px;
	font-family:"微软雅黑", Arial;
	font-weight:bold;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0 0 10px 10px;
	border-bottom: 1px dotted #AAA;
}
.CmnList01 dl {
	float: left;
}
.CmnList01 .noListCell {
	background: #d7dfe3;
	border: 1px solid #b2bec4;
	padding: 15px;
	margin-bottom: 10px;
}
.CmnList01 .noListCell img {
	float: left;
	margin-right: 15px;
}
.CmnList01 .noListCell p {
	font-size: 14px;
	line-height: 22px;
}
.CmnList01 .noListCell strong {
	display: block;
	font-weight:bold;
	color: #138bcf;
	margin-bottom: 15px;
}
.CmnList01 .pageNav {
	margin: 0 auto;
	text-align: center;
	margin: 15px 0;
	font-size: 14px;
}

/*============================ 通用活动列表 style ==============================*/
.CmnActList dl {
	margin: 0 0 10px 0;
	padding: 0 0 10px 10px;
	width: 100%;
	border-bottom: 1px dotted #AAA;
}
.CmnActList dd {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.CmnActList .content {
	line-height: 18px;
	color: #333;
	width: 500px;
}
.CmnActList .content .userAndPos {
	margin-bottom: 5px;
	width: 350px;
}
.CmnActList .content .pubTime {
	color: #888;
	float: right;
}
.CmnActList .content .userAndPos span {
	margin: 0 5px;
}
.CmnActList .content .act {
	font-size: 14px;
	width: 500px;
}
.CmnActList .badge {
	float: right;
}

.CmnActList .comment {
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px dotted #DDD;
}
.CmnActList .comment li{
	margin-bottom: 5px;
	color: #888;
	padding-bottom: 5px;
	border-bottom: 1px dotted #DDD;
}
.CmnActList .comment li div span {
	display: block;
	margin-bottom: 5px;
	color: #666;
}
.CmnActList .comment li div {
	margin-left: 40px;
}
.CmnActList .comment li.viewMore div {
	text-align: right;
	margin: 0;
}
.CmnActList .comment li strong {
	font-weight: bold;
	font-size: 25px;
	display: block;
	width: 40px;
	color: #CCC;
	float: left;
	margin-top: 5px;
}

/*============================ 通用签到列表 style ==============================*/
.CheckInList dl {
	margin: 0 0 10px 0;
	padding: 0 0 10px 10px;
	width: 100%;
	border-bottom: 1px dotted #AAA;
}
.CheckInList dd {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.CheckInList .content {
	line-height: 18px;
	color: #333;
	width: 550px;
}
.CheckInList .content .timeAndPos {
	font-size: 14px;
	margin-bottom: 5px;
	margin-bottom: 8px;
}
.CheckInList .content .timeAndPos a {
	margin: 0 10px;
}
.CheckInList .content .comment {
	font-size: 12px;
	color: #888;
}

/*============================ 通用贴士列表 style ==============================*/
.TipsList dl {
	margin: 0 0 10px 0;
	padding: 0 0 10px 10px;
	width: 100%;
	border-bottom: 1px dotted #AAA;
}
.TipsList dd {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.TipsList .content {
	line-height: 18px;
	color: #333;
	width: 550px;
}
.TipsList .content .timeAndPos {
	font-size: 12px;
	color: #888;
	margin-bottom: 5px;
	margin-bottom: 8px;
}
.TipsList .content .timeAndPos a {
	margin: 0 10px;
}
.TipsList .content .comment {
	font-size: 14px;
	line-height: 22px;
}

/*============================ 通用勋章列表1 style ==============================*/
.badgeList li {
	float: left;
	margin: 0 11px 15px 10px;
}

/*============================ 通用人物列表1 style ==============================*/
.cmnUserList1 dl {
	margin: 0 22px 20px 23px
}
.cmnUserList1 .userImg {
	margin-bottom: 5px;
}
.cmnUserList1 .userId {
	margin-bottom: 5px;
	font-size: 14px;
}
.cmnUserList1 .func .cancelFriend {
	background: url(../img/Icon_Nolink.gif) no-repeat left center;
	color: #666;
}
.cmnUserList1 .func .cancelFriend span {
	margin-left: 20px;
}

/*============================ 通用邀请列表1 style ==============================*/
.CmnInviteList1 dl {
	width: 41%;
	margin: 0 22px 20px 23px;
	border-bottom:1px dotted #AAA;
}
.CmnInviteList1 dd {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.CmnInviteList1 .userImg {
	margin-bottom: 5px;
}
.CmnInviteList1 .content .Inviter {
	font-size:14px;
	margin-bottom: 5px;
}
.CmnInviteList1 .content .inviteTime {
	margin-bottom: 5px;
}
.CmnInviteList1 .content .func {
	margin-bottom: 5px;
}
.CmnInviteList1 .content .func a {
	margin-right:10px;
}

/*============================ 通用弹出层1 style ==============================*/
.cmnPopUp01 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 480px;
	border: 1px solid #AAA;
	background: #FFF;
	margin-top: -250px;
	margin-left: -250px;
}
.cmnPopUp01 h1 {
	font-size: 14px;
	background: #FF9;
	margin: 0 0 10px 0;
	padding: 8px 10px;
	color: #F60;
}
.cmnPopUp01 h1 span {
	font-size: 12px;
	font-weight: normal;
	margin-left: 15px;
}

/*============================ 通用分页导航 style ==============================*/
.pageNav a {
	display: inline-block;
	padding: 3px;
	border: 1px solid #CCC;
	margin-left: 3px;
}
.pageNav a:hover {
	border: 1px solid #008abd;
	background: #008abd;
	color: #FFF;
	text-decoration: none;
}
.pageNav a.curr {
	border: 1px solid #008abd;
	background: #008abd;
	color: #FFF;
	font-weight: bold;
}

/*============================ 通用模块A style ==============================*/
.modA {
	background: #E5E5E5;
	overflow: hidden;
}
.modA h1 {
	background: url(../img/bgModATitle.png) right top;
	height: 39px;
	margin: 0;
	padding: 0;
	line-height: 39px;
	font-family:"微软雅黑", Arial;
	font-size: 20px;
	font-weight: bold;
	color: #0f232e;
	padding-left: 15px;
}

/*============================ 通用模块B style ==============================*/
.modB {
	background: #E5E5E5;
	overflow: hidden;
}
.modB h1 {
	margin: 0;
	padding: 0;
	font-family:"微软雅黑", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0f232e;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #AAA;
	zoom:1;
}
.modB h1 span {
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #888;
	line-height: 24px;
}

/*============================ Tab style ==============================*/
.cmnTab01 {
	height: 36px;
	background: url(../img/bgCmnTab01.png) repeat-x left top;
}

.cmnTab01 ul {
	margin: 0 10px;
}
.cmnTab01 ul li {
	float: left;
	display: block;
	margin: 3px 10px 0 0;
	padding: 0 10px 0 0;
	background: url(../img/CmnSept01.gif) no-repeat right center;
}
.cmnTab01 ul li a {
	padding: 5px;
	color: #666;
	display: block;
}
.cmnTab01 ul li a:hover {
	background: #FFF;
	text-decoration: none;
	color: #000;
}
.cmnTab01 ul li a span {
	display: block;
	padding-right: 10px;
	background: url(../img/iconArrow02.gif) no-repeat right center
}
.cmnTab01 ul li a:hover span {
	display: block;
	padding-right: 10px;
	background: url(../img/iconArrow01.gif) no-repeat right center
}
.cmnTab01 ul li a.sel {
	background: url(../img/bgCmnTab01CellSel.png) repeat-x left top;
	border: 1px solid #b6b6b6;
	color: #000;
	display: inline-block;
}
.cmnTab01 ul li a.sel:hover {
	background: url(../img/bgCmnTab01CellSel.png) repeat-x left top;
	border: 1px solid #b6b6b6;
	color: #000;
}
.cmnTab01 ul li a.sel span {
	background: url(../img/iconArrow01.gif) no-repeat right center
}

/*============================ 通用正文 style ==============================*/
.cmnParagraph01 * {
	font-size: 14px;
	line-height: 24px;
}
.cmnParagraph01 p, .cmnParagraph01 ul {
	margin-bottom: 8px;
}
.cmnParagraph01 h1 {
	font-size: 18px;
	font-family: "微软雅黑", Arial;
	font-weight: bold;
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #AAA;
}
.cmnParagraph01 h2 {
	font-size: 16px;
	font-family: "微软雅黑", Arial;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.cmnParagraph01 .chatu01 {
	float: right;
}

.terms, .about, .contact, .privacy {
	padding: 10px 15px;
}
.terms .cmnParagraph01, .about .cmnParagraph01, .contact .cmnParagraph01, .privacy .cmnParagraph01 {
	color: #555;
}
.terms .cmnParagraph01 h2, .about .cmnParagraph01 h2, .contact .cmnParagraph01 h2, .privacy .cmnParagraph01 h2 {
	margin-top: 20px;
	color: #000;
}
.terms .cmnParagraph01 li, .about .cmnParagraph01 li, .contact .cmnParagraph01 li, .privacy .cmnParagraph01 li, .newUserGuide .cmnParagraph01 li {
	padding-left: 20px;
	background: url(../img/iconArrow03.gif) no-repeat left 6px;
	margin-left: 20px;
}

.cmnParagraph01 .withBg01 {
	background: #e4f1f2;
	border: 1px solid #90a1a3;
	margin: 10px 0;
}
.cmnParagraph01 .withBg01 h2 {
	background: #b8ccce;
	border-bottom: 1px solid #90a1a3;
	padding: 10px;
}
.cmnParagraph01 .withBg01 p {
	padding: 0 10px;
}

/*============================ Form style ==============================*/
.InputBox100px {
	width: 100px;
}
.InputBox120px {
	width: 120px;
}
.InputBox150px {
	width: 150px;
}

.InputBox200px {
	width: 200px;
}
.InputBox300px {
	width:300px;
}

.CmnForm01 h1 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #AAA;
	font-size: 14px;
	font-weight: bold;
}
.CmnForm01 h1 span {
	margin-left: 10px;
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
.CmnForm01 dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #AAA;
}
.CmnForm01 dt {
	font-size: 14px;
	float: left;
	font-weight: bold;
	width: 80px;
	line-height: 25px;
}
.CmnForm01 dd {
}
.CmnForm01 dt span {
	color: #F00;
	font-weight: bold;
}
.CmnForm01 dd.inputCell {
	display: inline;
}
.CmnForm01 dd.enterTip {
	float: right;
	color: #999;
	width: 45%;
}
.CmnForm01 dd.errorTip {
	clear: both;
	margin-left: 80px;
	font-size: 12px;
	color: #F00;
}
.CmnForm01 dl.submitLine {
	border: none;
}
.CmnForm01 dl.submitLine dd {
	margin-left: 80px;
}
.CmnForm01 dl.submitLine .otherLink {
	margin-left: 15px;
}
.CmnForm01 dl.singleLine dd {
	margin: 0;
}

/*============================ 发表回复 style ==============================*/
#pageCtner .reply {
	margin-top: 10px;
}


/*============================ 登录及注册表单 style ==============================*/
.loginArea .CmnForm01, .registerArea .CmnForm01{
	width: 600px;
	margin: 40px auto;
}
.loginArea .CmnForm01 dl, .registerArea .CmnForm01 dl{
	border-bottom: 1px dotted #DDD;
}
.loginArea .CmnForm01 dl.submitLine, .registerArea .CmnForm01 dl.submitLine {
	border: none;
}

/*============================ SEO相关 style ==============================*/

/*============================城市列表============================*/
.VenueList {
	font-size: 14px;
	line-height: 24px;
}


/*============================ foot style ==============================*/
#foot {
	width: 100%;
}
#foot .lBd {
	width: 9px;
	height:9px;
	background: #FFF url(../img/bgFootLR.gif) no-repeat left top;
	position: absolute;
	left: -1px;
	top: 0;
	font-size: 1px;
	line-height: 1px;
}
#foot .rBd {
	width: 9px;
	height:9px;
	background: #FFF url(../img/bgFootLR.gif) no-repeat -9px top;
	position: absolute;
	right : -1px;
	top: 0;
	font-size: 1px;
	line-height: 1px;
}
#foot .siteNav {
	text-align: center;
	margin-bottom: 15px;
}
#foot .siteNav a {
	margin: 0 10px;
}



