/********************************************************
菜单效果
提示效果
********************************************************/

.menu {
  z-index: 101;
  display: none;
}

.menuOuter {/** 菜单按钮外div **/ 
  _height:1%;
  width:88px;
}

.menuOuter div {/** 菜单按钮内div **/ 
  display: block;
	padding:3px;
}

/**发帖按钮**/
.postAction {  
  padding-top:1px;
  width: 80px;
  text-align:left;
  text-indent:12px;
}

.postAction img{
  margin: auto 2px auto auto;
}

.postActionItem{
  width:100px;
}

.postActionItem table{
  margin:0px 8px 8px 8px;
  border: 0;
  border-collapse: collapse;
}

.postActionItem table td{
  height:28px;
}

.postActionItem img{
  margin-right: 2px;
}

.postActionItem a{
  display: block;
  padding: 3px 5px 3px 3px;
}

#topPostActionMenu{
  float:left;
}

/**切换模板风格*/
.tempMenuItem{ 
  width:1px;
}

.tempMenuItem table{
  width:auto;
  border-collapse: collapse;
}

.tempMenuItem table td{
	padding:3px;
  white-space: nowrap;
}

.tempMenuItem img {
	width:100px;
	height:60px;
}

/**页面管理编辑框**/
div.pageManageEdit{
  width:180px;
}

div.pageManageEdit table{
  border-collapse: collapse;
}

div.pageManageEdit table td{
  height:25px;
}

div.pageManageEdit table td.td1{
  text-align:right;
  font-weight:normal;
  padding-right:6px;
}

div.pageManageEdit table td.td1 span{
  white-space:nowrap;
}

div.pageManageEdit table td.td2{
  text-align:left;
  font-weight:normal;
  width:50%;
  padding-right:5px;
}

div.pageManageEdit table td.td2 span{
  white-space:nowrap;
}

/* 通用的信息浮动层 */
.commonInfoPop{ 
	text-align:left;
	padding:5px 20px 5px 8px;
}

.commonInfoPop ul {
	margin:0px;
  padding:0px;
  list-style-type:none;
}

.commonInfoPop li {
  clear:both;
  line-height:24px;
  white-space:nowrap;
  width:100%;
  font-weight:normal;
}

.commonInfoPop li.short {
  float:left;
  clear:none;
  width:50% !important;
}

.commonInfoPop li b{
  font-weight:normal;
  padding-left:8px;
}

.commonInfoPop a{
	font-size:12px;
	font-weight:normal !important; 
}

.userInfoPop{
  width:200px;
}

/* 通用的下拉浮动层 */
.commonSelectPop{ 
  text-align:left;
	padding:5px 20px 5px 8px;
}

.commonSelectPop ul {
	margin:0px;
  padding:0px;
  list-style-type:none;
}

.commonSelectPop li {
  float:left;
  height:22px;
  padding-top:4px;
  width:85px;
  white-space:nowrap;
}

.commonSelectPop li.divLi{
  width:100% !important;
  height:25px;
}

.commonSelectPop li a{
  display: block;
  padding-left: 14px !important;
}

.commonSelectPop li.selectedOptionLine {
  width:71px;
  padding-left: 14px !important;
}

#forumListMenu_Items, #forum_name_Items{
  width:650px;  
}

#forumListMenu_Items li, #forum_name_Items li{
  float:left;
  width:130px;
}

/**首页快速入口**/
#userControlToolList_Items, #statList_Items, #quickEntry_Items{
  width:170px;
}

#searchList_Items{
  width:80px;
}

#friends .commonSelectPop{
  width:80px;
}

/**论坛排序**/
.forumOrderBy {  
  width: 80px;
  text-align:center;
}

#forumOrderBy_Items {
	width:56px;
}

#subscriptionMenu_Items {
	width:100px !important;
}