﻿/*首页模块控制按钮*/
.modbox { width: 100%; margin: 0px 0px 5px 0px; overflow: hidden; }
.col { vertical-align: top; height: 100px; }
.modboxin { width: 100%; overflow: hidden; }
a.delbox, a.minbox, a.maxbox { float: right; margin-top: 2px; margin-left: 3px; width: 16px; height: 14px; overflow: hidden; }
a.delbox { background: url(/images/module/delboxpic.gif) no-repeat top center; }
a.minbox { background: url(/images/module/minboxpic.gif) no-repeat top center; }
a.maxbox { background: url(/images/module/maxboxpic.gif) no-repeat top center; }
a.delbox:hover { background: url(/images/module/delboxpic2.gif) no-repeat top center; }
a.minbox:hover { background: url(/images/module/minboxpic2.gif) no-repeat top center; }
a.maxbox:hover { background: url(/images/module/maxboxpic2.gif) no-repeat top center; }

/*首页好友*/
.Friend { margin: 4px 0px 4px 6px; }
.Friend div { color: #9ea4a7; display: inline; float: left; width: 53px; margin: 4px auto; text-align: center; background: url(bg/Face2.gif) no-repeat center 0; line-height: 17px; }
.Friend img { width: 48px; height: 48px; display: block; margin: 3px auto; }
.Friend span { color: #004d73; display: block; height: 17px; overflow: hidden; }
.Friend span a { color: #004d73; }

/*形象秀修改-照片列表*/
.Photos1 { width: 100%; margin: 4px auto; }
.Photos1 .Fl { width: 124px; height: 124px; overflow: hidden; margin: 5px; }
.Photos1 table { width: 100%; height: 100%; text-align: center; _display: inline; padding: 0px; border-style: solid; border-width: 1px; }
.Photos1 td { padding: 0; vertical-align: middle; text-align: center; }
.Photos1 table a:hover { text-decoration: underline; }

/*首页视频*/
.Video1 { width: 100%; margin: 4px auto; }
.Video1 .Fl { width: 120px; height: 120px; overflow: hidden; margin: 5px; }
.Video1 table { width: 100%; height: 100%; text-align: center; _display: inline; padding: 0px; }
.Video1 td { padding: 0; vertical-align: middle; text-align: center; }
.Video1 table a:hover { text-decoration: underline; }

/*照片标题、描述编辑*/
.editme { background-color: Transparent; }
.inplace_field { border: solid 1px #7f9db9; }
.inplace_save { border: solid 1px #7f9db9; background-color: White; height: 19px; margin-left: 4px; }
.inplace_cancel { border: solid 1px #7f9db9; background-color: White; height: 19px; margin-left: 4px; }
.inplace_edit { margin-left: 10px; }
a.inplace_edit { font-weight: bold; text-decoration: none; }
a:hover.inplace_edit { font-weight: bold; text-decoration: underline; }

/*相册、视频专辑列表的操作按钮*/
.action { margin-top: 4px; color: #666; display: none; }
.selectedItem { background-color: White; }

.Friends { width: 568px; margin: 0 0 8px 16px; }
.FriendInfo { float: left; width: 282px; height: 95px; margin-top: 8px; }
.FriendInfo .Avatar { width: 100px; }
.FriendInfo .Avatar img { width: 90px; height: 90px; }
.FriendInfo .DetailInfo { width: 180px; line-height: 140%; }

.FriendInfo2 { width: 564px; height: 95px; margin-top: 8px; }
.FriendInfo2 .Avatar { width: 100px; }
.FriendInfo2 .Avatar img { width: 90px; height: 90px; }
.FriendInfo2 .DetailInfo { width: 460px; line-height: 140%; }


.Feed { width: 568px; margin: 0 0 28px 16px; }
.Feed dl { height: 18px; margin: 9px 9px 7px 9px; }
.Feed dt, .Hotspot dd { display: inline; }
.Feed dt { float: left; font-weight: bold; }
.Feed dd { float: right; }
.Feed h5 { color: #2c629e; margin: 6px 0; }
.Feed .list { margin-bottom: 15px; padding: 16px 16px 0 16px; border-top: 1px dashed; border-bottom: 0; }
.Feed .list .feedTitle { margin-bottom: 10px; }
.Feed .list .feedTitle .img { vertical-align: middle; width: 16px; height: 16px; }
.Feed .list .feedTitle span { color: #999; }
.Feed .list .feedTitle a { font-weight: bold; }
.Feed .list .feedBody { line-height: 150%; }


.SubMenu { background-image: none; }
.SubMenu ul li { display: inline; }
.SubMenu .selected a { background-color: Transparent; }

.Thumbnails { max-width: 120px; max-height: 120px; }
