﻿/* page */
body.communitypage
{
	background: #ffad01;
	text-align: center;
	font-family: 微软雅黑;
}

.communitypage .page
{
	padding-top: 20px;
}

.communitypage .header
{
	width: 940px;
	background: #ffffff;
	margin: 0 auto;
	height: 105px;
	position: relative;
}

.communitypage .body
{
	width: 940px;
	background: #ffffff;
	margin: 0 auto;
}

.communitypage .header .logo
{
	position: absolute;
	left: 10px;
	top: 0;
}

.communitypage .header .logo a
{
	display: block;
	background: url(Images/logo.jpg) no-repeat;
	width: 385px;
	height: 93px;
}

.communitypage .header .logo a:hover
{
	filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.8; /*MOZ , FF*/
	opacity: 0.8; /*CSS3, FF1.5*/
}

.communitypage .footer
{
	width: 940px;
	background: #ffffff;
	margin: 0 auto ;
}

.communitypage .footer .contact, .communitypage .footer .copyright
{
	text-align: center;
	color: #423b28;
	padding-bottom: 5px;
}

/* HeaderMenu */

.communitypage .headermenu
{
	position: absolute;
	top: 45px;
	right: 10px;
	z-index: 1;
}

.communitypage .headermenu ul
{
	list-style: none;
	padding: 0;
}

.communitypage .headermenu li
{
	float: left;
}

.communitypage .headermenu a
{
	display: block;
	margin-left: 10px;
	width: 83px;
	height: 27px;
	cursor: pointer;
}

.communitypage .headermenu .tickets a
{
	background: url(Images/dingpiao.jpg) no-repeat;
}

.communitypage .headermenu .tickets a:hover
{
	background: url(Images/dingpiao1.jpg) no-repeat;
}

.communitypage .headermenu .store a
{
	background: url(Images/portal.jpg) no-repeat;
}

.communitypage .headermenu .store a:hover
{
	background: url(Images/portal1.jpg) no-repeat;
}

.communitypage .headermenu .community a
{
	background: url(Images/shequ.jpg) no-repeat;
}

.communitypage .headermenu .community a:hover
{
	background: url(Images/shequ1.jpg) no-repeat;
}

/* NavigationMenu */

.communitypage .LoggedInPanel
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1px;
	left: 450px;
	height: 21px;
}

.communitypage .AnonymousPanel
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45px;
	left: 545px;
	height: 27px;
	width: 104px;
	background: url(Images/AnonymousPanel.jpg) no-repeat;
}

.communitypage .AnonymousPanel:hover
{
	background: url(Images/AnonymousPanel-hover.jpg) no-repeat;
}

.communitypage .loginmenu li
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(Images/menu-l.jpg) repeat-x;
}

.communitypage .loginmenu .register
{
	float: left;
}

.communitypage .loginmenu .register a
{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 44px;
	height: 27px;
	margin-left: 15px;
	background: none;
}

.communitypage .loginmenu .register a:hover
{
	background: url(Images/register1.jpg) no-repeat;
}

.communitypage .loginmenu .login
{
	float: left;
}

.communitypage .loginmenu .login a
{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 45px;
	height: 27px;
	background: none;
	text-align: right;
}

.communitypage .loginmenu .login a:hover
{
	background: url(Images/login1.jpg) no-repeat;
}

.communitypage .loginmenu ul
{
	margin: 0;
	padding: 0;
	float: left;
}

.communitypage .loginmenu a, .communitypage .loginmenu span
{
	margin-left: 0;
	color: #659e13;
	background: url(Images/menu-r.jpg) no-repeat right;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
}

.communitypage .loginmenu .logout a
{
	background: url(Images/Logout-r.jpg) no-repeat right top;
}

.communitypage .loginmenu .welcome
{
	float: left;
	background: url(Images/ControlPanel-l.jpg) no-repeat left;
}

.communitypage .loginmenu .welcome span
{
	background: none;
}

.communitypage .lefttop
{
	width: 690px;
	text-align: left;
}

.communitypage .lefttopf
{
	padding-left: 81px;
	padding-right: 30px;
	width: 590px;
}
.communitypage .leftul
{
	width: 400px;
	background: #ffffff;
	margin-left: 200px;
}
.communitypage .leftuli
{
	float: left;
	width: 89px;
	background: #ffffff;
	margin-right: 10px;
}
.communitypage .leftimg1
{
	padding-top: 30px;
	text-align: center;
	width: 700px;
	padding-left: 40px;
}
.communitypage .leftimg2
{
	padding-top: 5px;
	text-align: center;
	width: 700px;
	padding-left: 40px;
}


