﻿/* 用户个人页面相关样式 */

#UserInfoDiv {
	width: 550px;
	float: left;
}
#UserInfoLeftDiv {
	width: 405px;
	float: left;
}
#UserInfoRightDiv {
	width: 140px;
	float: right;
	text-align: right;
}

#SiteInfoDiv {
	width: 200px;
	float: right;
}

/* 用户信息框 */
#UserInfo {
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	background-color: #FFF;
	margin-bottom: 10px;
}
#UserInfo dt {
}
#UserInfo dt table {
	width: 100%;
}
#UserInfo dt table td {
	padding: 0;
}
#UserInfo dt table td.Title {
	border-top: 1px solid #E0E0E0;
	padding: 0 0 0 3px;
}
#UserInfo dt table td.FoldEffect {
	width: 14px;
	height: 30px;
	background-image: url(/Images/User/member_pic_corner.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#UserInfo dd {
	border-right: 1px solid #E0E0E0;
}
#UserInfo dd.Divider {
	padding: 0 5px;
}
#UserInfo dd.Divider div {
	border-bottom: 1px solid #E0E0E0;
}
#UserInfo dd.Real {
	padding: 5px;
}
#UserInfo dd #UserPhotoDiv {
	float: left;
	width: 80px;
}
#UserInfo dd #UserInfoTextDiv {
	float: right;
	width: 310px;
}
#UserInfo dd #UserInfoTextDiv table {
	width: 100%;
	background-color: #F1F1F1;
}
#UserInfo dd #UserInfoTextDiv table td {
	padding: 5px;
	background-color: #FFF;
}
#UserInfo dd #UserInfoTextDiv table td.N {
	width: 25%;
}

/* 新闻和站点信息框 */
#SiteInfo {
	border: 1px solid #CDCDCD;
	padding: 5px;
}
#SiteInfo dt {
	border-bottom: 1px solid #CDCDCD;
}
#SiteInfo dd {
	padding: 5px 0;
	margin-bottom: 5px;
}

/* 侧栏 */
.UserSide {
	border: 1px solid #CDCDCD;
	padding: 5px;
}
.UserSide dt {
	border-bottom: 1px solid #CDCDCD;
}
.UserSide dd {
	padding: 5px 0;
	margin-bottom: 5px;
}
.UserSide dd li {
	border-bottom: 1px dotted #929292;
	list-style-type: none;
	padding: 5px 0;
}
.UserSide dd li a {
	text-decoration: none;
	color: #5F5F5F;
}

/* 最新匹配区域 */
#LatestMatchersDiv {
	margin-bottom: 10px;
	border: 1px solid #FFB53F;
	padding: 1px;
}
#LatestMatchersDiv #LatestMatch dt {
	background-color: #FFFAE5;
	padding-right: 5px;
}
#LatestMatchersDiv #LatestMatch dt table {
	width: 100%;
}
#LatestMatchersDiv #LatestMatch dt td {
	color: #FF7F00;
	padding: 0;
}
#LatestMatchersDiv #LatestMatch dd table {
	width: 100%;
}
#LatestMatchersDiv #LatestMatch dd table td {
	line-height: 120%;
	vertical-align: top;
}
#LatestMatchersDiv #LatestMatch dd table td strong {
	color: #0066DA;
}
#LatestMatchersDiv #LatestMatch dd table td img.Portrait {
	margin: 0 5px 15px 0;
	float: left;
	border: 0;
	width: 80px;
	height: 105px;
}
#CreditStar {
	margin: 0 0 0 0;
	float: left;
	border: 0;
}

#LatestMatchersDiv #LatestMatch #Pager {
	border-top: 1px solid #CDCDCD;
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;
	float: left;
	width: 70%;
}
#LatestMatchersDiv #LatestMatch #Pager a {
	color: #0066DA;
}
#LatestMatchersDiv #LatestMatch #PagerRight {
	border-top: 1px solid #CDCDCD;
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	float: right;
	width: 28%;
}

#SomeInfoBar {
	margin-bottom: 10px;
	background-color: #FFFAE5;
	padding: 5px;
	border: 1px solid #FFB53F;
}

/* 沟通人信息区域。包括选项卡，沟通人头像列表……目前事实上包括了 Tab 控件的外观定义，待整理 */
#CommDiv {
	background-color: #FFF;
}
#Communication {
}
#Communication dt {
	padding: 1px;
	border-bottom: 1px solid #DCDCDC;
}
#Communication #TabHead {
	padding: 3px 0;
	margin: 5px 0 0 0;
	border-bottom: 1px solid #CDCDCD;
}
#Communication #TabHead li {
	list-style-type: none;
	display: inline;
}
#Communication #TabHead li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #CDCDCD;
	border-bottom-style: none;
	background-color: #E0E0E0;
	text-decoration: none;
	color: #797979;
	font-weight: bold;
}
#Communication #TabHead li a:hover {
	color: #000;
	background-color: #F5F5F5;
}
#Communication #TabHead li a.CurrentTab, #Communication #TabHead li a.CurrentTab:hover {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	color: #006DCA;
}
#Communication #TabBody {
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	margin-bottom: 5px;
	background-color: #FFF;
	padding: 5px;
}
#Communication #TabBody table {
	width: 100%;
}
#Communication #TabBody table td {
	line-height: 120%;
	vertical-align: top;
}
#Communication #TabBody table td strong {
	color: #0066DA;
}
#Communication #TabBody table td img.Portrait {
	float: left;
	margin: 0 5px 15px 0;
	border: 0;
	width: 80px;
	height: 105px;
}
#Communication #TabBody #Pager {
	border-top: 1px solid #CDCDCD;
	padding-top: 5px;
	text-align: center;
}
#Communication #TabBody #Pager a {
	color: #006DCA;
}

/* Button 按钮式样*/
#btnSave {
}
.Button2 {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 70px;
	height: 24px;
	background-image: url(/Images/btnbg.gif);
}
td {
	padding: 0px;
}
/* 意见反馈 */
#FeedbackTitle {
	margin-bottom: 10px;
}
#FeedbackText {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 1px solid #FFB901;
	color: #FF7F00;
	margin-bottom: 10px;
}
#FeedbackInput {
	text-align: center;
	margin-bottom: 10px;
}

/* 匹配管理页 */
#MatchListOut {
	border: 1px solid #FFBE00;
	margin-bottom: 5px;
}
.MatchListItem {
	padding: 5px;
	border-bottom: 1px dotted #FEE686;
	background-color: #FFFCED;
}
.MatchListItem1 {
	padding: 5px;
	border-bottom: 1px dotted #FEE686;
	background-color: #FFF;
}
.MatchListItem .MLPhoto {
	float: left;
	width: 11%;
	border-right: 1px solid #FFBF01;
}
.MatchListItem .MLPhoto p {
	padding: 10px 0 0 0;
	text-align: center;
}
.MatchListItem1 .MLPhoto1 {
	float: left;
	width: 11%;
	border-right: 1px solid #CCD2E2;
}
.MatchListItem1 .MLPhoto1 p {
	padding: 10px 0 0 0;
	text-align: center;
}
.MatchListItem .MLText, .MatchListItem1 .MLText {
	float: right;
	width: 85%;
	line-height: 180%;
}
#MatchSetBox {
	background-image: url(/Images/User/mng_matches_mod_bg.GIF);
	background-position: top left;
	background-repeat: no-repeat;
	height: 130px;
	margin-bottom: 10px;
}
#MatchSetBox dl dt {
	font-weight: bold;
	font-size: 14px;
	color: #FF7800;
	padding: 8px 0 0 8px;
}
#MatchSetBox dl dd.Text {
	padding: 10px 0 0 8px;
	line-height: 190%;
}
#MatchSetBox dl dd.BlueBtn {
	padding: 6px 0 0 0;
	text-align: center;
}

/* 按钮背景图 */
.ButtonBackground {
	width: 70px;
	height: 24px;
	border: 0;
	background-image: url(/Images/btnbg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Tahoma, Sans-Serif;
	font-size:  12px;
}

/* 送花收花列表 */
#preCommList {
}
#preCommList .logo {
	margin: 0 0 5px 0;
}
#preCommList .pager {
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff5dc;
}
#preCommList .pager a {
	color: #000;
}
#preCommList .pager a:hover {
	color: #f00;
	text-decoration: underline;
}




