Commit bfe9371c authored by 神楽坂玲奈's avatar 神楽坂玲奈

使用内置helper代替绝对路径,大量消除404,夜露部分基本完成,lotus刚开

git-svn-id: http://glupx.googlecode.com/svn/trunk/Reliz@69 189f022a-1064-8ae2-3e6f-c4a67275c50b
parent 78c44f01
...@@ -25,7 +25,7 @@ class ApplicationController < ActionController::Base ...@@ -25,7 +25,7 @@ class ApplicationController < ActionController::Base
request_language = request_language =
request_language && request_language['HTTP_ACCEPT_LANGUAGE'][/[^,;]+/] request_language && request_language['HTTP_ACCEPT_LANGUAGE'][/[^,;]+/]
) )
I18n.locale = locale if File.exist?("#{RAILS_ROOT}/config/locales/#{request_language}.yml") I18n.locale = locale if File.exist?("#{::Rails.root}/config/locales/#{request_language}.yml")
User::Guest.name = t 'user.guest' User::Guest.name = t 'user.guest'
#IE && FF are BANNED #IE && FF are BANNED
end end
......
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
</p> </p>
</div><div class="mainbox list"> </div><div class="mainbox list">
<span class="headactions"> <span class="headactions">
<img id="category_3_img" src="images/default/collapsed_no.gif" title="sq/zk" alt="sq/zk" onclick="toggle_collapse('category_3');" /> <%= image_tag 'common/collapsed_no.gif', :id => 'category_3_img', :title => 'sq/zk '%>
</span> </span>
<%# @boards.each do |area| %> <%# @boards.each do |area| %>
<%# next if area.subboards.empty? %> <%# next if area.subboards.empty? %>
...@@ -41,14 +42,15 @@ ...@@ -41,14 +42,15 @@
<%# end %> <%# end %>
<div id="ad_intercat_16"></div> <div id="ad_intercat_16"></div>
<div class="mainbox list"> <div class="mainbox list">
<span class="headactions"><img id="boardlinks_img" src="images/default/collapsed_no.gif" alt="" onclick="toggle_collapse('boardlinks');" /></span> <span class="headactions">
<%= image_tag 'common/collapsed_no.gif' %>
<h3>link</h3> <h3>link</h3>
<div id="boardlinks" style=""> <div id="boardlinks" style="">
</div> </div>
</div> </div>
<div class="mainbox list" id="online"> <div class="mainbox list" id="online">
<span class="headactions"><a href="index.php?showoldetails=yes#online" class="nobdr"><img src="images/default/collapsed_yes.gif" alt="" /></a></span> <span class="headactions"><a href="index.php?showoldetails=yes#online" class="nobdr"><%= image_tag 'common/collapsed_yes.gif' %></a></span>
<h3> <h3>
<%= render 'layouts/onlineuserbar' %> <%= render 'layouts/onlineuserbar' %>
......
...@@ -120,7 +120,8 @@ ...@@ -120,7 +120,8 @@
<% end %> <% end %>
<dl id="onlinelist"> <dl id="onlinelist">
<dt> <dt>
<span class="headactions"><a href="boarddisplay.php?fid=68&amp;page=1&amp;showoldetails=yes#online" class="nobdr"><img src="images/default/collapsed_yes.gif" alt="" /></a></span> <span class="headactions"><a href="boarddisplay.php?fid=68&amp;page=1&amp;showoldetails=yes#online" class="nobdr">
<%= image_tag 'common/collapsed_yes.gif' %>
<h3>正在浏览此版块的会员</h3> <h3>正在浏览此版块的会员</h3>
</dt> </dt>
</dl> </dl>
......
<meta name="keywords" content="东方幻想乡,动漫,东方,东方project,同人,音乐,游戏,漫画,汉化,THDOTS,THBOSS,东方轮舞" /> <!--<meta name="keywords" content="东方幻想乡,动漫,东方,东方project,同人,音乐,游戏,漫画,汉化,THDOTS,THBOSS,东方轮舞" />
<meta name="description" content=" 东方幻想乡 这减速到死怎么打……求破 - Discuz! Board" /> <meta name="description" content=" 东方幻想乡 这减速到死怎么打……求破 - Discuz! Board" />
<meta name="generator" content="Discuz! 7.2" /> <meta name="generator" content="Discuz! 7.2" />
<meta name="author" content="Discuz! Team and Comsenz UI Team" /> <meta name="author" content="Discuz! Team and Comsenz UI Team" />
...@@ -6,8 +6,13 @@ ...@@ -6,8 +6,13 @@
<meta name="MSSmartTagsPreventParsing" content="True" /> <meta name="MSSmartTagsPreventParsing" content="True" />
<meta http-equiv="MSThemeCompatible" content="Yes" /> <meta http-equiv="MSThemeCompatible" content="Yes" />
<meta http-equiv="x-ua-compatible" content="ie=7" /> <meta http-equiv="x-ua-compatible" content="ie=7" />
<link rel="archives" title="东方幻想乡" href="http://www.touhou.cc/bbs/archiver/" /> <link rel="archives" title="东方幻想乡" href="http://www.touhou.cc/bbs/archiver/" />-->
<%= stylesheet_link_tag 'common' %>
<%= javascript_include_tag 'common' %>
<%= stylesheet_link_tag 'moderator' %>
<%= stylesheet_link_tag 'viewthread' %>
<!--
<link rel="stylesheet" type="text/css" href="forumdata/cache/style_57_common.css?qfY" /> <link rel="stylesheet" type="text/css" href="forumdata/cache/style_57_common.css?qfY" />
<link href="forumdata/cache/style_57_moderator.css?1Yf" rel="stylesheet" type="text/css" />
<script type="text/javascript">var STYLEID = '57', IMGDIR = 'images/default', VERHASH = 'qfY', charset = 'gbk', discuz_uid = 359, cookiedomain = '', cookiepath = '/', attackevasive = '0', disallowfloat = 'login|register', creditnotice = '1|点数|,2|威望|,3|经验|,4|推广|,5|贡献|,6|人气|,7|人品|', gid = parseInt('1'), fid = parseInt('2'), tid = parseInt('29727')</script> <script type="text/javascript">var STYLEID = '57', IMGDIR = 'images/default', VERHASH = 'qfY', charset = 'gbk', discuz_uid = 359, cookiedomain = '', cookiepath = '/', attackevasive = '0', disallowfloat = 'login|register', creditnotice = '1|点数|,2|威望|,3|经验|,4|推广|,5|贡献|,6|人气|,7|人品|', gid = parseInt('1'), fid = parseInt('2'), tid = parseInt('29727')</script>
<script src="forumdata/cache/common.js?qfY" type="text/javascript"></script> <script src="forumdata/cache/common.js?qfY" type="text/javascript"></script>-->
\ No newline at end of file \ No newline at end of file
<label> <%= form_tag :controller => :topics do %>
<input name="textfield" type="text" value="请输入搜索内容" />
</label> <%= text_field_tag "keyword" %>
<input type="submit" name="Submit" value="搜索" /> <%= submit_tag t("search.search") %>
<input type="submit" name="Submit2" value="高级搜索" /> <% end %>
\ No newline at end of file <%= link_to t("search.advanced") %>
\ No newline at end of file
...@@ -10,18 +10,12 @@ ...@@ -10,18 +10,12 @@
<div id="memberp"> <div id="memberp">
<%= render 'layouts/userbar' %> <%= render 'layouts/userbar' %>
</div> </div>
<form method="post" id="searchform" action="search.php"> <%= render 'layouts/searchbar' %>
<div style="width:190px;float:left;">
<input type="hidden" name="formhash" value="eed723b8" />
<input type="text" id="srchtxt" name="srchtxt" onfocus="this.value=''" value="thc search">
<button class="searchsub" type="submit" name="searchsubmit" value="true" tabindex="100">search</button>
</div>
</form>
</div> </div>
</div> </div>
<div id="headerbg"> <div id="headerbg">
<div class="header"> <div class="header">
<embed src="templates/goodnight/images/mnsv.swf" quality="high" wmode="transparent" style=" float:left; " pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="898" height="116"></embed> <embed src="<%= image_path('common/banner.swf') %>" quality="high" wmode="transparent" style=" float:left; " pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="898" height="116"></embed>
<div id="ad_headerbanner"></div> <div id="ad_headerbanner"></div>
</div> </div>
...@@ -40,7 +34,7 @@ ...@@ -40,7 +34,7 @@
<div id="myprompt_menu" style="display:none" class="promptmenu"> <div id="myprompt_menu" style="display:none" class="promptmenu">
<div class="promptcontent"> <div class="promptcontent">
<ul class="s_clear"><li style="display:none"><a id="prompt_pm" href="pm.php?filter=newpm" target="_blank">private (0)</a></li><li style="display:none"><a id="prompt_announcepm" href="pm.php?filter=announcepm" target="_blank">public (0)</a></li><li style="display:none"><a id="prompt_systempm" href="notice.php?filter=systempm" target="_blank">system (0)</a></li><li style="display:none"><a id="prompt_friend" href="notice.php?filter=friend" target="_blank">friend (0)</a></li><li style="display:none"><a id="prompt_threads" href="notice.php?filter=threads" target="_blank">post (0)</a></li></ul> <ul class="s_clear"><li style="display:none"><!--<a id="prompt_pm" href="pm.php?filter=newpm" target="_blank">private (0)</a> TODO--></li><li style="display:none"><a id="prompt_announcepm" href="pm.php?filter=announcepm" target="_blank">public (0)</a></li><li style="display:none"><a id="prompt_systempm" href="notice.php?filter=systempm" target="_blank">system (0)</a></li><li style="display:none"><a id="prompt_friend" href="notice.php?filter=friend" target="_blank">friend (0)</a></li><li style="display:none"><a id="prompt_threads" href="notice.php?filter=threads" target="_blank">post (0)</a></li></ul>
</div> </div>
</div> </div>
......
...@@ -2,41 +2,6 @@ ...@@ -2,41 +2,6 @@
<% content ||= nil %> <% content ||= nil %>
<!-- 文本框name的值,看不明白的话不用更改,指定文本框name的时候直接调用name即可 --> <!-- 文本框name的值,看不明白的话不用更改,指定文本框name的时候直接调用name即可 -->
<div class="editor_lite"> <div class="editor_lite">
<!--<span class="right"> <%= text_area_tag name, content, :id => :fastpostmessage, :rows => 5, :cols => 80, :tabindex => 4, :class => :txtarea %>
<a href="post.php?action=reply&amp;fid=2&amp;tid=29727" onclick="return switchAdvanceMode(this.href)">高级模式</a>
<span class="pipe">|</span>
<span id="newspecialtmp" onmouseover="$('newspecial').id = 'newspecialtmp';this.id = 'newspecial';showMenu({'ctrlid':this.id})"><a href="post.php?action=newthread&amp;fid=2" onclick="showWindow('newthread', this.href);return false;">发新话题</a></span>
</span>-->
<style>
.editor_lite{margin:5px 0 0;width:600px;height:26px;border:1px solid;border-color:#999 #CCC #CCC #999;background:#F7F7F7;border-bottom:none;}
.editor_lite .right a{color:#09C;}
.editor_lite .right{padding-right:10px;line-height:26px;}
.editor_lite div a{float:left;margin:5px 3px 0;width:16px;height:16px;background:url(http://www.touhou.cc/bbs/images/common/editor.gif) no-repeat;text-indent:-9999px;line-height:16px;overflow:hidden;}
.editor_lite div a.tb_bold{background-position:-3px -1px;}
.editor_lite div a.tb_color{background-position:-3px -81px;}
.editor_lite div a.tb_img{background-position:-3px -823px;}
.editor_lite div a.tb_link{background-position:-3px -121px;}
.editor_lite div a.tb_quote{background-position:-3px -441px;}
.editor_lite div a.tb_code{background-position:-3px -461px;}
.editor_lite div a.tb_smilies{background-position:-2px -803px;}
.editor_lite div a.tb_imme{background-position:-3px -763px;}
.editor_lite .popupmenu_popup td{padding:0 !important;height:14px;width:14px;}
.editor_lite .popupmenu_popup td div{height:10px;width:10px;cursor:pointer;}.float_post
.editor_lite{width:566px;}.float_post .txtarea{width:562px;height:257px;}
</style>
<!-- 原th.cc的编辑器css,修改时应该弄掉 -->
<div>
<a href="javascript:;" title="粗体" class="tb_bold" onclick="seditor_insertunit('fastpost', '[b]', '[/b]')">B</a>
<a href="javascript:;" title="颜色" class="tb_color" id="fastpostforecolor" onclick="showColorBox(this.id, 2, 'fastpost')">Color</a>
<a href="javascript:;" title="图片" class="tb_img" onclick="seditor_insertunit('fastpost', '[img]', '[/img]')">Image</a>
<a href="javascript:;" title="插入链接" class="tb_link" onclick="seditor_insertunit('fastpost', '[url]', '[/url]')">Link</a>
<a href="javascript:;" title="引用" class="tb_quote" onclick="seditor_insertunit('fastpost', '[quote]', '[/quote]')">Quote</a>
<a href="javascript:;" title="代码" class="tb_code" onclick="seditor_insertunit('fastpost', '[code]', '[/code]')">Code</a>
<a href="javascript:;" class="tb_smilies" id="fastpostsmilies" onclick="showMenu({'ctrlid':this.id,'evt':'click','layer':2});return false">Smilies</a>
<%= javascript_include_tag "http://www.touhou.cc/bbs/forumdata/cache/smilies_var.js", :reload => 1 %>
<!-- 原th.cc的编辑器表情js,修改时应该弄掉 -->
<script type="text/javascript" reload="1">smilies_show('fastpostsmiliesdiv', 8, 'fastpost');</script>
</div>
<%= text_area_tag name, content, :id => :fastpostmessage, :rows => 5, :cols => 80, :tabindex => 4, :class => :txtarea %>
<!--id和class直接对应于HTML码,从DZ的主题上遗留下来的,应该修改--> <!--id和class直接对应于HTML码,从DZ的主题上遗留下来的,应该修改-->
</div> </div>
\ No newline at end of file
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<em><%= post.user.nickname %></em> <em><%= post.user.nickname %></em>
</div> </div>
<p><img src="images/default/star_level2.gif" alt="Rank: 2"></p> <p><%= image_tag 'common/star_level2.gif', :alt => 'Rank:2' %></p>
<dl class="profile s_clear"> <dl class="profile s_clear">
<dt><%=t 'user.id' %></dt><dd><%= post.user.id %></dd> <dt><%=t 'user.id' %></dt><dd><%= post.user.id %></dd>
<dt><%=t 'user.post' %></dt><dd><%= post.user.posts.count %></dd> <dt><%=t 'user.post' %></dt><dd><%= post.user.posts.count %></dd>
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<dt><%=t 'user.digest' %></dt><dd><%= post.user.topics.where(:digest => true).count %></dd> <dt><%=t 'user.digest' %></dt><dd><%= post.user.topics.where(:digest => true).count %></dd>
<dt><%=t 'user.credit' %></dt><dd><%= post.user.credit %></dd> <dt><%=t 'user.credit' %></dt><dd><%= post.user.credit %></dd>
</dl> </dl>
<p><a href="magic.php?action=mybox&amp;operation=use&amp;type=1&amp;pid=751931&amp;magicid=7" onclick="showWindow('magics', this.href);doane(event);"><img src="images/magics/rtk_s.gif" title="对博丽开水使用狗仔卡"></a></p> <!--<p><a href="magic.php?action=mybox&amp;operation=use&amp;type=1&amp;pid=751931&amp;magicid=7" onclick="showWindow('magics', this.href);doane(event);"><img src="images/magics/rtk_s.gif" title="对博丽开水使用狗仔卡"></a></p>-->
<hr class="shadowline"> <hr class="shadowline">
<p> <p>
管理此人<br> 管理此人<br>
...@@ -88,7 +88,8 @@ ...@@ -88,7 +88,8 @@
<div class="pagecontrol"> <div class="pagecontrol">
</div> </div>
<div class="authorinfo"> <div class="authorinfo">
<img class="authicon" id="authicon751931" src="images/common/online_member.gif" onclick="showauthor(this, 'userinfo751931');"> <%= link_to image_tag('common/online_member.gif', :class => :authicon, :id => 'authicon751931'), post.user %>
<em id="authorposton751931"><%=l post.created_at, :format => :short %> </em> <em id="authorposton751931"><%=l post.created_at, :format => :short %> </em>
| <a href="viewthread.php?tid=29727&amp;page=1&amp;authorid=14806" rel="nofollow">只看该作者</a> | <a href="viewthread.php?tid=29727&amp;page=1&amp;authorid=14806" rel="nofollow">只看该作者</a>
</div> </div>
...@@ -180,7 +181,7 @@ ...@@ -180,7 +181,7 @@
</script> </script>
<div id="f_post" class="mainbox viewthread"> <div id="f_post" class="mainbox viewthread">
<% form_tag :controller => :posts do %> <%= form_tag :controller => :posts do %>
<table cellspacing="0" cellpadding="0"> <table cellspacing="0" cellpadding="0">
<tbody><tr> <tbody><tr>
<td class="postauthor"> <td class="postauthor">
...@@ -190,10 +191,8 @@ ...@@ -190,10 +191,8 @@
<input type="hidden" name="subject" value=""> <input type="hidden" name="subject" value="">
<input type="hidden" name="usesig" value="0">--> <input type="hidden" name="usesig" value="0">-->
<span id="fastpostreturn"></span> <span id="fastpostreturn">
<%= render 'topics/editor_lite' %> <%= render 'topics/editor_lite' %></span>
<p><%= submit_tag t("topic.reply"), :id => :replysubmit, :tabindex => 5 %> <p><%= submit_tag t("topic.reply"), :id => :replysubmit, :tabindex => 5 %>
<input id="fastpostrefresh" type="checkbox"> <label for="fastpostrefresh">回帖后跳转到最后一页</label></p><script type="text/javascript">if(getcookie('discuz_fastpostrefresh') == 1) {$('fastpostrefresh').checked=true;}</script> <input id="fastpostrefresh" type="checkbox"> <label for="fastpostrefresh">回帖后跳转到最后一页</label></p><script type="text/javascript">if(getcookie('discuz_fastpostrefresh') == 1) {$('fastpostrefresh').checked=true;}</script>
<p></p> <p></p>
......
...@@ -36,6 +36,9 @@ zh-CN: ...@@ -36,6 +36,9 @@ zh-CN:
submit: "提交" submit: "提交"
topic: "主题" topic: "主题"
post: "回复" post: "回复"
search:
search: "搜索"
advanced: "高级搜索"
stat: stat:
onlineuser: "在线人数" onlineuser: "在线人数"
total: "总计" total: "总计"
......
...@@ -23,7 +23,7 @@ Reliz::Application.routes.draw do ...@@ -23,7 +23,7 @@ Reliz::Application.routes.draw do
resources :posts resources :posts
match 'topics/:topic_id/new' => 'posts#new', :topic_id => /\d+/ #����ظ� match 'topics/:topic_id/new' => 'posts#new', :topic_id => /\d+/ #
resources :topics resources :topics
#match 'topic/:id/(/:page)' => 'topics#show', :id => /\d+/, :page => /\d+/ #match 'topic/:id/(/:page)' => 'topics#show', :id => /\d+/, :page => /\d+/
......
This source diff could not be displayed because it is too large. You can view the blob instead.
/*
* jQuery UI CSS Framework
* Download by http://www.codefans.net
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/
/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; outline: none; text-decoration: none; }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }
/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }
/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
display: none; /*sorry for IE5*/
display/**/: block; /*sorry for IE5*/
position: absolute; /*must have*/
z-index: -1; /*must have*/
filter: mask(); /*must have*/
top: -4px; /*must have*/
left: -4px; /*must have*/
width: 200px; /*must have*/
height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
*{word-wrap:break-word;}html,body{border:0 !important;}body{background:#EBEBEB url("../../templates/goodnight/images/bodybg.gif") repeat-x 0 90px;text-align:center;}body,td,input,textarea,select,button{color:#444;font:12px/1.6em Verdana,Helvetica,Arial,sans-serif;}input,select,button{vertical-align:middle;}textarea{resize:none;}body,ul,li,dl,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:1em;}ul li{list-style:none;}a{text-decoration:none;color:#000;}a:hover{text-decoration:underline;}.lightlink,.lightlink a{color:#09C;}a img{border:none;}em,cite,strong,th{text-align:left;font-style:normal;}.emfont{color:#F60;}table{empty-cells:show;border-collapse:collapse;}th{font-weight:400;}.txt,.txtarea{padding:2px;*padding:0 2px;height:16px;*height:20px;border:1px solid;border-color:#999 #CCC #CCC #999;background:#FFF;}.txtarea{height:auto;}.checkbox,.radio{margin:0;width:15px;}.pipe{margin:0 5px;}.lighttxt,.lighttxt a,.pipe{color:#999;}.smalltext{font-size:0.83em;font-family:Verdana,Helvetica,Arial,sans-serif;}.noborder,.noborder td{border:none !important;}.nobg{background:none !important;}.right{float:right;}.left{float:left;}.onerror,.onright{clear:both;padding:2px 2px 2px 22px;background:url(../../images/default/check_error.gif) no-repeat 2px 2px;}.onright{background:url(../../images/default/check_right.gif) no-repeat 2px 2px;}.notice{clear:both;margin:5px 0;padding:3px 5px 3px 20px;background:url(../../images/default/notice.gif) no-repeat 2px 6px;}.nodata{margin:99px auto;text-align:center;color:#999;font-size:16px;font-weight:700;}#ajaxwaitid{display:none;position:absolute;z-index:100;top:0;right:0;width:100px;height:1.6em;background:#D00;line-height:1.6em;color:#FFF;overflow:hidden;}#checksecanswer img,#checksecanswer3 img,#checkseccodeverify img,#checkseccodeverify3 img,.warning img{vertical-align:middle;}.s_clear:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.s_clear{zoom:1;}hr{clear:both;margin:1em 0;border:0 solid #E6E7E1;background:transparent;}.solidline{border-top:1px solid #FFF;border-bottom-width:1px;}.dashline{height:0px;border-bottom-width:1px;border-style:dashed;}.shadowline{*margin:2px 0;border-width:1px 0;border-top-color:#C8DCEC;border-bottom-color:#FFF;}.side .shadowline{margin:5px 0;*margin:2px 0;}.cornerlayger{padding:6px 8px;border:1px solid #09C;background:#EBF2F8;line-height:1.6em;}.minicorner{margin-top:-1px;height:6px;background:url(../../images/default/attachinfobg.gif) no-repeat 50% 0;}.wrap{text-align:left;margin:0 auto;}#wrap{padding-bottom:10px;min-height:450px;border:0 solid #00B2E8;background-color:#FFF;clear:both;}* html #wrap{height:450px;}.wrap,#nav{width:1024px;}#header{margin-bottom:8px;min-width:1024px;width:100%;border-bottom:1px solid #00B2E8;background:#00A2D2 url("../../templates/goodnight/images/header.gif") repeat-x 0 100%;}#header .wrap{position:relative;padding:24px 0 22px;}#header h2{float:left;}#umenu{position:absolute;right:0;top:0;line-height:20px;}#umenu a{margin:0 6px;}#umenu cite{font-weight:700;}#umenu cite span a{margin:0;font-weight:400;}#myprompt.new{padding-left:22px;background:url(../../images/default/notice_newpm.gif) no-repeat 0 50%;}#myprompt_menu a.new{color:#F60;}#myprompt_menu li{float:left;width:50%;}.promptmenu{margin-left:-27px;padding-top:10px;width:250px;background:transparent url(../../images/default/pm_ntc.gif) no-repeat 0 0;text-align:left;opacity:0.98;}.promptcontent{padding-bottom:10px;background:transparent url(../../images/default/pm_ntc.gif) no-repeat -250px 100%;}.promptmenu ul{padding:0 10px;border:solid #91C8E2;border-width:0 2px;background:#FEFEFE;}.promptmenu li{border-bottom:1px solid #F4F4F4;line-height:29px;display:block;width:100%;color:#999;overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-moz-text-overflow:ellipsis;-o-text-overflow:ellipsis;}.promptmenu a:hover{text-decoration:none;color:#09C;}.up{padding-top:0;padding-bottom:10px;width:150px;background-position:-500px 100%;}.up .promptcontent{padding-top:5px;padding-bottom:0;background-position:-650px 0;}.up li{border-bottom:none;line-height:160%;}#uchome_ntc{padding:1px 10px 3px 15px;*padding:2px 10px 2px 15px;background:url(../../images/default/notify_bg_m.gif) no-repeat 0 50%;color:#FFF !important;}#uchome_ntc a{margin:0;}#umenu,#umenu a,#umenu .pipe{color:#97F2FF;}#footer{padding:1em 0;}#rightinfo{float:left;}#footlink{float:right;text-align:right;}#footer,#footer a{color:#8691A2;}.content{padding:20px 25px;}.content h1{margin-bottom:10px;font-size:16px;font-weight:400;}#menu{position:absolute;right:0;bottom:0;_bottom:-2px;height:26px;}#menu li{display:inline;float:left;margin-left:5px;;}#menu a{float:left;padding:0 14px;height:25px;border:solid #B0E4EF;border-width:1px 1px 0;background:transparent none;line-height:25px;color:#FFF;text-decoration:none;overflow:hidden;}#menu a.dropmenu{padding-right:20px;background-image:url(../../images/default/arrow_down.gif);background-repeat:no-repeat;background-position:95% 50%;}#menu a:hover{border-color:#00B2E8;background-color:;color:#333;}#menu li.current a{height:26px;border-color:#00B2E8;background-color:;color:#333;}#nav{margin:-8px auto 0;background:url(../../images/default/icon_nav.gif) no-repeat 0 50%;text-align:left;text-indent:25px;line-height:3em;}#nav,#nav a{color:#333;}.mainbox table{width:100%;}.blocktitle{margin-bottom:0.5em;font-size:16px;font-weight:700;}.channelinfo{clear:both;margin:5px 0;color:#666;}.channelinfo img{vertical-align:middle;}.channelinfo .onerror{* background-position:2px 0;}.pages_btns{padding:5px 0 1em;line-height:30px;}.pages,.pageback{float:right;padding:2px 0;}.pages a,.pages strong,.pageback a{float:left;padding:0 6px;margin-right:2px;height:26px;border:1px solid;line-height:26px;overflow:hidden;}.pages a,.pageback a{border-color:#E6E7E1;background-color:#FFF;color:#09C;}.pages a:hover,.pageback a:hover{text-decoration:none;}.pages strong{border-color:#09C;background-color:#09C;color:#FFF;font-weight:700;}.pages a.prev,.pages a.next{background-repeat:no-repeat;}.pages a.prev{background-image:url(../../images/default/arrow_left.gif);background-position:30% 50%;padding:0;width:22px;overflow:hidden;text-indent:-9999px;}.pages a.next{padding-right:16px;background-image:url(../../images/default/arrow_right.gif);background-position:90% 50%;}.pageback a{padding-left:16px;background:#FFF url(../../images/default/arrow_left.gif) no-repeat 0 50%;}.pages a:hover,.pageback a,.pages a.next{border-color:#09C;}.formtable{width:100%;}.formtable th{padding:5px 2px;width:100px;}.formtable th a{font-weight:400;color:#09C;text-decoration:underline;}.formtable td{padding:5px 2px;}.formtable .sep_space th{height:40px;}.formtable .txt{width:270px;}.formtable .txtarea{float:left;margin:-1px 8px 0 0;width:270px;height:60px;border-top-color:#CCC;}.float_typeid{float:left;margin-right:6px;}.float_typeid select{float:left;height:20px;}.float_typeid a{display:block;overflow:hidden;padding:0 17px 0 4px;width:73px;height:20px;text-decoration:none !important;color:#444 !important;border:1px solid;border-color:#999 #CCC #CCC #999;background:#FFF url(../../images/default/newarow.gif) no-repeat 100% 0;}* html .float_typeid a{height:18px;padding-top:2px;}.float_typeid a:hover,.float_typeid a:focus{border:1px solid #09C;background-position:100% -20px;}.float_typeid select{width:94px;}.short_select a{width:39px;}.short_select select{width:60px;}.select_menu{border:1px solid #09C;background:#FFF url(../../images/default/newarow.gif) no-repeat 100% -20px;text-align:left;}.select_menu ul{margin:0 4px;}.select_menu li{color:#444;cursor:pointer;}.select_menu li:hover{color:#09C;}.select_menu li.current{color:#F60;}.commonlist li{margin:4px 0;}.inlinelist li{float:left;width:33%;}.inlinelist li.wide{width:49.5%;}.datalist{zoom:1;}.datalist table{margin-bottom:30px;width:100%;border:1px solid #E6E7E1;}.datalist th,.datalist td{padding:4px 5px;border:1px solid #E6E7E1;font-weight:400;}.datalist th img{vertical-align:top;}.datalist table .stat_subject{border-right:none;}.datalist table .stat_num{padding-right:15px;text-align:right;border-left:none;}.datalist .datatable{margin-bottom:10px;}.datalist .datatable,.datalist .datatable th,.datalist .datatable td{border-width:1px 0;}.datalist .fixtable{table-layout:fixed;}.colplural,.colplural th,.colplural td,th.highlight,td.highlight{background-color:#F5F5F5;}.avt_list li{float:left;margin-right:9px;width:64px;height:54px;text-align:center;}.side .avt_list li{margin:0;width:33.3%}.postmessage .avt_list li{height:70px;}.avt_uname li{height:80px;}.avt_list img{display:block;margin:0 auto;}.avt_list p{width:96%;white-space:nowrap;overflow:hidden;}.avt_list .cornerlayger p{white-space:normal;text-align:left;}.avt_list .minicorner{background:url(../../images/default/attachinfobg.gif) no-repeat -30px 0;}.avt_title{margin:8px;}.list{border-top:3px solid #E6E7E1;}.content .list h3{padding-left:6px;color:#666;line-height:35px;}.list td,.list th{height:50px;padding:6px 0;border-top:1px dashed #E6E7E1;color:#666;}.list th{background:url(../../images/default/forum.gif) 5px 10px no-repeat;padding-left:45px !important;}.narrowlist th{vertical-align:top;}.list th.new{background-image:url(../../images/default/forum_new.gif);}.list th h2 em{font-weight:400;}.list th h2 em strong{color:#F60}.feed{margin-bottom:10px;}.feed h3{margin:10px 0 10px 30px;font-size:14px;color:#999;}.feed a{color:#09C;}.feed li{border-bottom:1px dashed #E6E7E1;}.feed div{padding:10px 30px;background:url(../../images/default/alert.gif) no-repeat 0 12px;position:relative;}.feed div div{padding:0;background:none;}.feed .f_icon{background:none;}.feed .apptype{position:absolute;float:left;display:inline;margin:3px 0 0 -30px;}.feed .f_thread{background-image:url(../../images/default/folder_new.gif);}.feed .f_reply{background-image:url(../../images/default/fastreply.gif);}.feed .f_quote{background-image:url(../../images/default/repquote.gif);}.feed .f_buddy{background-image:url(../../images/default/user_link.gif);}.feed .f_pin{background-image:url(../../images/default/pin_1.gif);background-position:0 9px;}.feed .f_digest{background-image:url(../../images/default/digest_1.gif);}.feed .f_rate{background-image:url(../../images/default/agree.gif);}.feed .f_manage{background-image:url(../../images/default/icon_manage.gif);}.feed .f_magic{background-image:url(../../images/default/magic.gif);}.feed .f_trade{background-image:url(../../images/default/tradesmall.gif);}.feed .f_activity{background-image:url(../../images/default/activitysmall.gif);}.feed .f_reward{background-image:url(../../images/default/rewardsmall.gif);}.feed .f_task{background-image:url(../../images/default/icon_task.gif);background-position:0 14px;}.feed .f_credit{background-image:url(../../images/default/viewpay.gif);}.feed dfn{position:absolute;right:0;top:14px;*top:12px;font-style:normal;}.feed dfn .deloption{float:right;margin:0;}.feed em,.feed em a,.feed .summary{color:#999;}.feed .summary{margin:12px 2em 6px;}.feed dt{float:left;color:#444;}.feed dd{margin-bottom:6px;}.feed .il{margin-left:2em;white-space:nowrap;}a.to{padding-right:1em;background:url(../../images/default/arrow_right.gif) no-repeat 100% 50%;}.feed i{margin:0 5px;color:#999;}.f_thumb{margin:5px 0;}.f_thumb img{margin-right:4px;padding:2px;max-width:100px;max-height:70px;border:1px solid #E6E7E1}* html .f_thumb img{width:100px;height:70px;}.feed fieldset{margin:10px 0;padding:0 0 0 20px;border:none;background:url(../../images/default/icon_quote_m_s.gif) no-repeat 0 0;}.feed ins{margin:0;padding:0 20px 0 0;display:inline;background:url(../../images/default/icon_quote_m_e.gif) no-repeat 100% 100%;line-height:1.6em;color:#999;text-decoration:none;}.folder{width:25px;text-align:center;}td.icon{width:20px;text-align:center;}.icon .solved{filter:alpha(opacity=30);opacity:0.3;}.subject label{float:right;}.threadlist th a:hover,.subject a:hover{color:#09C;}.datatable .subject{padding:8px 5px;}.threadpages{white-space:nowrap;}.threadpages a{padding:2px 4px;color:#444;}.threadpages a:hover{background-color:#EBF2F8;}.forum,.author,.lastpost{width:110px;}.lastpost,.lastpost cite,.lastpost em{text-align:right;}.author cite,.lastpost cite{display:block;margin-bottom:-5px;width:105px;height:1.6em;overflow:hidden;}thead .lastpost cite{margin-bottom:0;}.author em,.lastpost em,.lastpost em a{font-size:9px;font-family:Arial,sans-serif;color:#999;}.lastpost cite,.lastpost em{display:block;margin-right:5px;}.nums{width:80px;color:#999;text-align:center;}thead .nums{color:#444;}.nums strong{padding-right:2px;color:#09C;font-weight:400;}.nums em{padding-left:2px;color:#444;}.forumnums{width:90px;padding-right:10px !important;color:#999;text-align:center;}.forumnums em{color:#09C;}.forumlast{width:225px;text-align:left;}.num{width:120px;text-align:center;color:red;}.threadlist td{padding:0 !important;}.threadlist .colplural th,.threadlist .colplural td{padding:7px 0 !important;background:#EBF2F8;}.threadlist .colplural th{padding:7px 5px !important;}.threadlist .colplural a{color:#09C;font-family:Tahoma,sans-serif;}.threadlist .colplural a:hover{text-decoration:underline;}.threadlist .colplural .order_active{padding-right:8px;background:url(../../images/default/order.gif) no-repeat 100% 50%;}.itemfilter{line-height:18px;}.itemfilter *{float:left;height:18px;overflow:hidden;}.itemfilter li{margin-right:5px;}.itemfilter .current a{margin-right:2px;background:url(../../images/default/btn_block.gif) no-repeat 0 -161px;}.itemfilter .current a:hover{text-decoration:none;}.itemfilter span{cursor:pointer;}.itemfilter .current span{padding:0 5px;background:url(../../images/default/btn_block.gif) no-repeat 100% -179px;color:#FFF;}.threadlist th em{margin-right:4px;}.threadlist th em,.threadlist th em a{color:#09C;}.threadlist th .attach{vertical-align:middle;}* html .threadlist th .attach{vertical-align:baseline;}.threadlist th a{text-decoration:none;}.dropmenu{padding-right:15px;background:url(../../images/default/arrow_down.gif) 100% 50% no-repeat;cursor:pointer;}.popupmenu_popup{overflow:hidden;padding:10px;text-align:left;border:1px solid #CBD8E4;background:#FEFEFE;}.popupmenu_popup li{margin:3px 0;line-height:20px;}.headermenu_popup{width:100px;}.headermenu_popup li{width:100px;border-bottom:1px solid #E6E7E1;}.headermenu_popup a:hover{text-decoration:none;color:#09C;}.headermenu_popup .active{font-weight:700;}.titlemenu_popup{padding:0;}.titlemenu_popup li{margin:0;}.titlemenu_popup a{display:block;padding:3px 8px;}* html .titlemenu_popup a{display:inline-block;}.titlemenu_popup .current a{background:#F1F5FA;}.filter_popup{width:5em;}.filter_popup li{width:60px;}.showselect_menu{margin-bottom:0.8em;padding:5px;text-align:left;border:1px solid #CBD8E4;background:#FEFEFE;}.headactions .popupmenu_popup a,.headactions .popupmenu_popup strong{color:#666;background:none;white-space:nowrap;}.headactions .popupmenu_popup{overflow:visible;}.hasdropdownbtn{}.hasdropdownbtn input{float:left;width:129px;}.hasdropdownbtn .spmediuminput{width:115px;}.dropdownbtn{float:left;overflow:hidden;text-indent:-9999px;width:20px;height:20px;border-width:1px 1px 1px 0;border-style:solid;border-color:#999 #CCC #CCC #999;background:#FFF url(../../images/default/newarow.gif) no-repeat 0 0;}.dropdownbtn:hover{background-position:0 -20px;}#style_switch{position:absolute;right:0px;bottom:-25px;}#style_switch li{float:left;padding-left:5px;}#style_switch a{float:left;width:8px;height:8px;border:1px solid #DDD;background:#FFF;line-height:100px;overflow:hidden;}#style_switch a:hover,#style_switch .current a{border-color:#FFF;}#style_switch .current a{margin-top:-1px;border-width:2px;}#ad_headerbanner{float:right;margin:5px 0 10px;}.ad_text{margin:0 auto 5px;padding:10px 0;width:1024px;background:#FFF;}.ad_text table{width:100%;}.ad_text td{padding:3px 20px;text-align:left;}.ad_textlink1,.ad_textlink2{margin:10px 0;padding-left:20px;background:url(../../images/default/icon_ad.gif) no-repeat 0 50%;}.ad_pip{clear:right;float:right;padding:10px;background:#FFF;color:#999;line-height:130%;}.ad_pip li{margin-bottom:1em;}.ad_pip a{color:#09C;}.ad_topicrelated{clear:both;float:right;display:inline;margin:0 10px 10px;padding:10px 10px 10px 30px;border:1px solid #78A73D;background:#CAEEC0;}.ad_column{text-align:center;}.ad_footerbanner{text-align:center;clear:both;margin:5px;}.ad_float_left,.ad_float_right{float:right;position:fixed;top:350px;z-index:300;}* html .ad_float_left,* html .ad_float_right{position:absolute;top:expression(offsetParent.scrollTop+350);}.ad_float_left{left:5px;}.ad_float_right{right:5px;}.ad_couplebanner{top:5px}* html .ad_couplebanner{top:expression(offsetParent.scrollTop+5);}.headactions{float:right;line-height:1em;padding:12px 0 0;}.headactions img{vertical-align:middle;cursor:pointer;padding:0 5px;}.headactions a{margin-left:4px;}.mainbox .headactions{color:#999;}.mainbox .headactions strong{font-weight:700;}.msgfix{overflow:hidden;}.side{width:170px;}.postauthor .avatar img{background:url(../../images/default/midavt_shadow.gif) repeat-x scroll 0 100% #FFFFFF;padding:5px 5px 8px;max-height:160px;max-width:130px;}.sideinner .txt{margin:6px 0;}.side li.current a{font-weight:700;color:#444;text-decoration:none;}.with_side{background:#FFF url("../../templates/goodnight/images/sidebg.gif") repeat-y 100% 0;}.with_side .main{float:left;overflow:hidden;margin-left:-180px;width:100%;}.with_side .content{margin-left:180px;width:auto;}.with_side .side{float:right;padding-bottom:20px;width:180px;}.with_side .side h2{margin:20px 25px 10px;color:#999;font-size:14px;}.with_side .side a{color:#09C;text-decoration:underline;}.sideinner{padding:0 25px;}.sideinner .tabs{margin:5px 0;}.sideinner .tabs li{line-height:2em;}.numbg{float:right;text-align:center;width:35px;height:2em;background:url(../../images/default/numbg.gif) no-repeat 0 50%;color:#FFF;font-weight:700;}.special{background:none;}.special .main{float:right;}.special .side{float:left;}.sidebox{overflow:hidden;margin:5px 10px 10px;}.sidebox h4{margin-bottom:4px;color:#09C;}.fwinmask{}.fwin{overflow-x:hidden;margin:0 auto;text-align:left;}.t_l,.t_c,.t_r,.m_l,.m_r,.b_l,.b_c,.b_r{overflow:hidden;opacity:0.9;filter:alpha(opacity=90);background:#CBD8E4;}.t_l,.t_r,.b_l,.b_r{width:8px;height:8px;}.t_c,.b_c{height:8px;}.m_l,.m_r{width:8px;}.m_c{background:#F1F5FA;}.fcontent{margin:15px;}.float_ctrl{margin-bottom:15px;height:20px;line-height:20px;}.float_ctrl em{float:left;font-size:14px;font-weight:700;color:#09C;}.float_ctrl em a{text-decoration:none;}.float_ctrl .needverify{margin-left:8px;padding-left:13px;width:45px;height:21px;line-height:21px;background:url(../../images/default/re_unsolved.gif) no-repeat 0 0;font-size:12px;color:#666;font-weight:400;}.float_ctrl .onerror,.float_ctrl .onright{white-space:nowrap;height:auto;line-height:140%;color:#444;font-size:12px;font-weight:400;}.float_ctrl span{float:right;color:#999;}.float_ctrl span a,.float_ctrl strong{float:left;text-decoration:none;margin-left:8px;font-weight:400;color:#444;}.float_ctrl span a:hover{color:#999;}.float_close{float:left;width:20px;height:20px;overflow:hidden;text-indent:-9999px;background:url(../../images/default/newclose.gif) no-repeat 0 0;}.float_close:hover{background-position:0 -20px;}.floatwrap{overflow:auto;overflow-x:hidden;margin-bottom:10px;height:280px;}.fcontent li{list-style:none;}.fcontent a{color:#09C;text-decoration:underline;}.fcontent .list{margin:0 auto;width:570px;border-top:3px solid #E6E7E1;border-bottom:3px solid #E6E7E1;}.fcontent .list th,.fcontent .list td{padding:3px !important;height:auto;border-bottom:1px dashed #E6E7E1;}.fcontent .list .btns th,.fcontent .list .btns td{border-bottom:none;}.fcontent .list th{width:150px;background:none;}.postbox{clear:both;}.moreconf{margin-top:10px;}.moreconf button,.moreconf a{margin-right:3px;}.loginform{float:left;margin-bottom:10px;*margin-bottom:-10px;padding:20px 0;width:280px;border-right:1px solid #D3E8F2;}.regsec{margin-bottom:10px;}.channelinfo .onerror,.channelinfo .onright{background-position:2px 0;}.loginform label{clear:both;overflow:hidden;display:block;margin:0 0 10px;line-height:22px;}.loginform .txt{width:170px;}.loginform select{width:175px;}.fsubmit{clear:both;margin-top:8px;}.fsubmit .submit{margin-right:8px;}.loginform label em,.fsubmit em{float:left;width:60px;}.fsubmit .regpre{*margin-top:4px;}.nolabelform .txt{width:230px;}.clause{overflow:auto;margin-bottom:10px;width:470px;height:240px;}.selectinput{float:none;margin:0 0 10px;width:234px;height:20px;background-color:#FFF;border:1px solid;border-color:#999 #CCC #CCC #999;}.selectinput a{float:left;padding-right:0;width:61px;border:none;}.selectinput a:hover,.selectinput a:focus{border:none;}.selectinput .txt{float:left;width:160px;border:none;}.selecttype{float:none;margin:10px 0;clear:both;}.selecttype a,.selecttype a:hover,.selecttype a:focus{padding-right:0;width:230px;background-color:transparent;border-color:#F1F5FA;color:#999 !important;}.loginpsw label{float:left;padding-left:4px;width:61px;line-height:150%;}.capslock{background:url(../../images/default/capslock.gif) no-repeat 98% 50%;}.logininfo{float:left;overflow:visible;margin:87px 25px 10px 40px;}.logininfo h4{margin-bottom:10px;font-weight:400;font-size:14px;}.multinfo{margin-top:53px;}.switchnav{float:left;white-space:nowrap;overflow:hidden;width:480px;}.postboardlist{overflow:hidden;margin:9px 0;width:597px;border-width:1px 0 1px 1px;border-style:solid;border-color:#CBD8E4;background:#FFF;}.postboardlist li{float:left;overflow-x:hidden;overflow-y:auto;padding:5px;width:188px;height:300px;border-right:1px solid #CBD8E4;}.postboardlist p{height:25px;line-height:25px;}.postboardlist a{display:block;white-space:nowrap;overflow:hidden;padding:0 4px;text-decoration:none;color:#444;}.postboardlist a:hover{text-decoration:none;background-color:#F5F5F5;}.postboardlist .highlightlink{color:#09C;}.hassubboard{background:url(../../images/default/arrow_right.gif) right center no-repeat;}.pbl_selected a,.pbl_selected a:hover{background-color:#09C;color:#FFF !important;font-weight:700;}.nofloat{height:auto !important;height:410px;min-height:410px;background-color:#EBF2F8;}.nofloat .fcontent{margin:15px auto;width:600px;}.nofloat .loginform{height:auto;}.nofloat .clause{width:auto;height:auto;}.fcontent .float_postinfo{width:568px;}.c_header{overflow:hidden;margin-bottom:10px;}* html .c_header{zoom:1;}.c_header h2,.c_header h3{float:left;padding-right:15px;background:#FFF;font-size:14px;cursor:pointer;}.c_header h3{background:#FFF url(../../images/default/arrow_down_big.gif) no-repeat 100% 5px;color:#09C;}.searchfaq h3{background:none;cursor:auto;}.c_header .noarrow{background:none;cursor:auto;}.c_header h3 a{color:#09C;}.c_header h3 span{font-size:12px;font-weight:400;color:#666;}.c_header h2 em,.c_header h3 em{margin-left:8px;font-size:12px;color:#999;font-weight:400;}.c_header_action{float:right;}.c_header .c_header_ctrlbtn{display:none;}.c_header .c_header_ext{display:block;}.closenode{background:url(../../images/default/dashline.gif) repeat-x 0 10px;}.closenode h3{background-image:url(../../images/default/arrow_right_big.gif);}.closenode .c_header_ctrlbtn{display:block;background-color:#FFF;color:#666;cursor:pointer;}.closenode .c_header_ext{display:none;}.itemtitle{clear:both;overflow:hidden;margin-bottom:10px;line-height:23px;}.itemtitle h1{float:left;margin:0 20px 0 0;}.itemtitle ul{float:left;}.itemtitle li{float:left;margin-right:5px;}.itemtitle li.pipe{margin-left:0;}.itemtitle ul a{display:block;overflow:hidden;height:23px;cursor:pointer;}* html .itemtitle ul a{float:left;}.itemtitle ul a span{display:block;padding:0 7px;*padding:1px 7px 0;*line-height:22px;}.itemtitle ul a:hover{background:#F5F5F5 url(../../images/default/btn_block.gif) no-repeat 0 -46px;text-decoration:none;}.itemtitle ul a:hover span{background:url(../../images/default/btn_block.gif) no-repeat 100% -69px;}.itemtitle ul a.dropmenu{padding-right:0;background-position:0 -161px;}.itemtitle ul a.dropmenu span{padding-right:12px;background:url(../../images/default/btn_block.gif) no-repeat 100% -138px;}.itemtitle ul a.dropmenu:hover{background-position:0 -46px;}.itemtitle ul a.dropmenu:hover span{background-position:100% -115px;}.itemtitle ul .current a,.itemtitle ul .current a:hover,.itemtitle ul .current a.dropmenu:hover{background:#09C url(../../images/default/btn_block.gif) no-repeat 0 0;}.itemtitle ul .current a span,.itemtitle ul .current a:hover span{background:url(../../images/default/btn_block.gif) no-repeat 100% -23px;color:#FFF;}.itemtitle ul .current a.dropmenu span,.itemtitle ul .current a.dropmenu:hover span{background-position:100% -92px;}.float_postinfo{}.float_postinfo em{float:left;margin-right:5px;padding-left:3px;height:20px;border:1px solid;border-color:#999 #CCC #CCC #999;background-color:#FFF;cursor:pointer;}.float_postinfo em img{margin-top:2px;}.float_postinfo input{float:left;}.float_postinfo #subject{width:358px;}.float_postinfo .float_typeid{display:inline;margin-right:0;margin-left:6px;}.viewpoint{margin:9px 0;}.colorbox input{margin:2px;padding:0px;float:left;cursor:pointer;width:12px;height:12px;border:0;}.smilieslist{padding:10px;border:1px solid #CBD8E4;background:#FEFEFE;}.smilieslist td{padding:8px;border:none;cursor:pointer;}.smilieslist_page{*float:left;text-align:right;}.smilieslist_page a{margin-right:5px;color:#09C;text-decoration:underline;}.pags_act{float:left;}.smilies_preview{margin-top:5px;padding:8px;background:#FFF;border:1px solid #CBD8E4;}.smiliesgroup{height:33px;*height:34px;overflow:hidden;width:expression(this.parentNode.offsetWidth);}.smiliesgroup ul,.imguptype{margin:6px 0;padding:0 0 26px 8px;border-bottom:1px solid #D3E8F2;}.smiliesgroup li,.imguptype li{display:inline;}* html .smiliesgroup li,* html .imguptype li{line-height:18px;}.smiliesgroup li a,.imguptype li a{float:left;margin:2px 6px 0 0;padding:2px 10px;height:19px;border:1px solid #D3E8F2;color:#09C;text-decoration:none;}.smiliesgroup li a:focus,.imguptype li a:focus{outline:none;}.smiliesgroup li a.current,.imguptype li a.current{border-bottom-color:#FEFEFE;font-weight:700;color:#444;}.alert_win{margin:0;width:350px;}.alert_win .float_ctrl{margin-bottom:0;padding:8px;}.alert_win .shadowline{margin:0;*margin:-8px 0;}.alert_win .postbox{*margin-top:-15px;padding:15px;}.alert_right,.alert_error,.alert_info{padding:6px 0 6px 58px;line-height:160%;background:url(../../images/default/right_big.gif) no-repeat 8px 50%;font-size:14px;}.alert_error{background-image:url(../../images/default/error_big.gif);}.alert_info{background-image:url(../../images/default/info_big.gif);}.alert_btnleft{margin-top:8px;}.alert_btn{margin-top:20px;text-align:center;}.alert_act{margin-top:20px;padding-left:58px;}.popupcredit{}.pc_l,.pc_c,.pc_inner,.pc_r{width:29px;height:56px;line-height:56px;background:url(../../images/default/popupcredit_bg.gif) no-repeat 0 0;}.pc_c{width:200px;background-position:0 -56px;background-repeat:repeat-x;}.pc_inner{white-space:nowrap;text-align:center;width:auto;background-position:50% -112px;}.pc_inner span{margin-right:15px;color:#FFEA97;font-size:14px;font-weight:700;}* html .pc_inner span{display:inline-block;}.pc_inner span a{color:#FFEA97;text-decoration:underline;}.pc_inner span em{color:#FFF;font-size:18px;font-weight:400;}.pc_inner span em.desc{color:#930;}.pc_btn img{opacity:0.5;}.pc_btn:hover img{opacity:1;}.pc_r{background-position:-30px 0;}.optionbar{float:left;overflow:hidden;margin:3px 4px 0 -6px;background:#09C url(../../images/default/header.gif) repeat-x;height:14px;}.deloption{float:left;margin:4px;width:12px;height:12px;background:url(../../images/default/close.gif) no-repeat 0 0;overflow:hidden;text-indent:-9999px;}.deloption:hover{background-position:0 -12px;}.color_menu{overflow:hidden;width:63px;}.color_menu a{overflow:hidden;float:left;width:20px;height:20px;}.chosemagic{margin-bottom:9px;width:220px;}.topicadminhigh{height:200px;}.topicadminhigh .tah_body{margin:5px 0 15px;}.topicadminhigh .tah_body select{width:217px;}.topicadminlow{height:50px;}.topicadminlow table{width:100%;}.topicadminlow td{padding:0 5px;}.topicadminlow .txt{width:100px;}.topicadminlow .wide .txt{width:50px;}.topicadminlog{}.topicadminlog h4{font-weight:400;}.topicadminlog .dropdownbtn{border-left-width:1px;}.topicadminlog .txtarea{margin:5px 0;width:212px;height:40px;}body{font-size:12px;color:#555;font-family:Arial,Tahoma,Verdana,Serif;padding:0;height:100%;margin:0;background:#ebebeb;}table,tr,td{font-family:Tahoma,Verdana,Georgia,Simsun,Serif;font-size:12px;background-color:inherit;color:#666;}em,cite,strong,th{font-style:normal;font-weight:normal;}img{border-width:0px;outline:none;}img.inline{vertical-align:middle;outline:none;}h1,h2,h3,h4,h5,h6{font-size:1em;}img.inline{vertical-align:middle;outline:none;}#topbar{width:100%;height:34px;background:url(../../templates/goodnight/images/tbg.gif) repeat-x;position:relative;}.topanel{width:1024px;height:34px;margin:auto;}#memberp{width:630px;float:left;height:32px;line-height:33px;}#memberp a{color:#D0D0D0;padding:0 4px;}#searchform{background-color:inherit;width:190px;height:25px;margin-top:3px;float:right;}#searchform #srchtxt{margin-right:3px;padding:4px 7px 1px 5px;background:#FFF url(../../templates/goodnight/images/form-field-bg.gif) no-repeat;width:120px;color:#999;height:17px;border:0;}#searchform #searchsubmit{background:url(../../templates/goodnight/images/t_go.gif) no-repeat;width:29px;text-indent:-999%;line-height:1px;height:23px;cursor:pointer;margin-top:2px;border:0;}.searchsub{background:url(../../templates/goodnight/images/t_go.gif);width:29px;height:23px;margin:0px;border:0px;padding:0px;font-size:0.1em;}#headerbg{width:100%;height:174px;background:url(../../templates/goodnight/images/bg.gif) repeat-x;}.header{width:1024px;height:116px;margin:auto;}#dmenu{width:1024px;height:58px;margin:auto;}.bg-dmenuleft{width:76px;height:58px;background:url(../../templates/goodnight/images/bg_cat.gif) no-repeat;float:left;}.bg-dmenu{width:822px;height:58px;background:#DCE1E8 url(../../templates/goodnight/images/bg_dmenu.gif) no-repeat;float:left;}#nav{width:1024px;height:53px;margin:0 auto;background:url(../../templates/goodnight/images/bg_areabar.gif) no-repeat center bottom;clear:both;color:#999;}#wrapper{width:1024px;min-height:450px;margin:auto;background:#ebebeb url(../../templates/goodnight/images/cbg.gif) repeat-y;clear:both;}.wrap{width:95% !important;}#footer{width:1024px;height:200px;font-size:11px;color:#717275;background:#ebebeb url(../../templates/goodnight/images/bg_bottom.gif) no-repeat;clear:both;margin:auto;}.footerc{width:900px;height:150px;margin:auto;text-align:left;}#ftop{width:80px;height:25px;text-align:center;}#ftop a{text-decoration:none;color:#406a78;background-color:inherit;font-size:11px;}#footlink{width:900px;margin:20px auto;height:60px;clear:both;text-align:left;}.fmenu{width:430px;height:16px;margin:10px;list-style:none;clear:both;}.fmenu li{width:65px;height:16px;float:left;}.fmenu li a{text-decoration:none;color:#a6a6a6;background-color:inherit;}.fmenu li a:hover{text-decoration:none;color:#bdbdbd;background-color:inherit;}.bhoge{float:right;width:110px;height:60px;background:url(../../templates/goodnight/images/b_hoge.gif) no-repeat 30% 80%;text-align:left;line-height:23px;}.bw3c{float:right;width:110px;height:60px;background:url(../../templates/goodnight/images/b_w3c.gif) no-repeat 30% 80%;text-align:left;line-height:23px;}.bexa{float:right;width:120px;height:60px;background:url(../../templates/goodnight/images/b_exa.gif) no-repeat 40% 80%;text-align:left;line-height:23px;}#menu{padding:0;width:700px;height:36px;position:absolute;left:100px;bottom:0;}#menu a{float:left;width:88px;height:36px;border:0;background:transparent url(../../templates/goodnight/images/menu_bg.gif) no-repeat;line-height:45px;color:#FFF;text-align:center;overflow:hidden;padding:0;}#menu a.dropmenu{float:left;width:88px;height:36px;border:0;background:transparent url(../../templates/goodnight/images/menu_bg.gif) no-repeat;line-height:45px;color:#FFF;text-align:center;overflow:hidden;padding:0;}#menu li.current a{background:url(../../templates/goodnight/images/menu_h_bg.gif) no-repeat;color:#333;height:36px;font-weight:bold;font-size:14px;}.postattachlist{width:600px !important;}.clearbar{overflow:hidden;height:10px;clear:both;}.muban_price{padding:10px 15px;border:1px solid #FADC80;background:#FFFBDB;color:#965432;line-height:24px !important;}strong.price{color:#FF6600;font-size:18px;}.minifont{color:#A2A7AB;font-family:arial,tahoma,verdana;font-size:11px;}.nums{color:#999999;font-size:10px;text-align:right;width:150px;}.main h4{font-size:14px;height:38px;line-height:38px;padding-left:5px;color:#000;}.main h1{margin-bottom:10px;font-size:16px;font-weight:400;}.main .list h3{padding-left:6px;color:#666;line-height:35px;}.itemtitle .l{float:left;}.itemtitle .r{float:right;}.itemtitle .r li{float:left;width:50px;list-style:none;text-align:left;padding-left:17px;}.itemtitle .r li.tposts{background:url(../../templates/goodnight/images/boy.gif) no-repeat left center;}.itemtitle .r li.pdata{background:url(../../templates/goodnight/images/girl.gif) no-repeat left center;}.itemtitle .r li.tmembers{background:url(../../templates/goodnight/images/baom.gif) no-repeat left center;}.dotbar{width:574px;height:10px;text-align:center;margin:0 auto;clear:both;background:url(../../templates/goodnight/images/dot1.gif) repeat-x bottom;}.wbar{width:560px;color:#806C80;height:33px;margin:0 auto;line-height:32px;text-align:center;clear:both;background:url(../../templates/goodnight/images/dot1.gif) repeat-x bottom;}.wbar .l{float:left;padding-left:12px;}.wbar .r{float:right;width:220px;}.wbar li{float:left;width:50px;padding-left:17px;list-style:none;text-align:left;}.wbar .newthread{background:url(../../templates/goodnight/images/newthread.gif) no-repeat left center;width:240px;}.news_box{clear:both;position:relative;width:560px;margin:0 auto;}.news_box ul{padding:0;margin:0;list-style:none;}.news_box li{height:30px;line-height:30px;border-bottom:1px dashed #E5E5E5;clear:both;overflow:hidden;}.news_box li.bai{background:#FFF;}.news_box li .icon{width:30px;height:30px;background:url(../../templates/goodnight/images/slisticon.gif) no-repeat center center;float:left;}.img_box{clear:both;position:relative;width:560px;margin:0 auto;border-top:1px solid #EBEBEB;background:#F4F4F4;height:110px;}.img_box ul{padding:8px 0 0 4px;margin:0;overflow:hidden;}.img_box li{width:168px;height:95px;background:url(../../templates/goodnight/images/mob_img_bg.gif) repeat-x bottom;float:left;margin:0 7px;}.img_box img{width:166px;height:88px;border:1px solid #EBEBEB;background:#333;display:block;}.img_box a{position:relative;display:block;}.img_box span{width:43px;height:43px;position:absolute;right:0;top:0;display:block;background:url(../../templates/goodnight/images/hot/free.gif) no-repeat right top;}.img_box span.free{background:url(../../templates/goodnight/images/hot/free.gif) no-repeat right top;}.img_box span.unfree{background:url(../../templates/goodnight/images/hot/unfree.gif) no-repeat right top;}.img_box span.yugao{background:url(../../templates/goodnight/images/hot/yugao.gif) no-repeat right top;}.taolun_box{clear:both;position:relative;width:560px;margin:0 auto;}.list th{padding-left:55px !important;background-image:url(../../templates/goodnight/images/forum.gif);background-position:13px 10px;}.list th.new{background-image:url(../../templates/goodnight/images/forum_new.gif);}.side h4{height:32px;background:url(../../templates/goodnight/images/side_title_bg.png) repeat-x;line-height:32px;border:1px solid #D6E3E9;padding-left:10px;}.sbox{padding:8px;overflow:hidden;}.login_box,.event_box,.caifu_box{padding:8px;background:#FFF;border:1px solid #F2F2F2;overflow:hidden;clear:both;}.login_ava{width:80px;height:58px;background:url(../../templates/goodnight/images/avatar_bg.gif) no-repeat;float:left;}.login_ava img{padding:5px;}.login_text{width:140px;float:left;}.login_join{width:60px;float:right;}.announcement{height:30px;background:url(../../templates/goodnight/images/side_title_bg.png) repeat-x 0 -34px;line-height:30px;border:1px solid #E7E6C8;padding-left:20px;}.announcement .laba{padding-left:22px;background:url(../../templates/goodnight/images/announcement.png) no-repeat left center;}.announcement .laba a{color:#8B0000 !important;text-decoration:none !important;}.event_box{height:230px;overflow:hidden;}.event_box ul{padding:0;margin:0;}.event_box li{float:left;width:142px;height:118px;text-align:center;}.event_box li img{width:135px;height:110px;border:1px solid #F2F2F2;}.caifu_box .info{border:1px solid #E7E6C8;background:#FCFBE7;padding:2px 4px;clear:both;}.caifu_box .paihang{clear:both;}.caifu_box ul{padding:0;margin:0;}.caifu_box li{clear:both;height:64px;border-bottom:1px dashed #E5E5E5}.caifu_box li p{clear:both;overflow:hidden;height:6px;padding:0;margin:0;}.caifu_box li div{height:52px;float:left;color:#999999;}.caifu_box li span{color:#666;}.caifu_box li .caifu_num{width:42px;background:url(../../templates/goodnight/images/paihang_bg.gif) no-repeat center 22px;text-align:center;line-height:54px;font-size:10px;color:#FFF;}.caifu_box li .caifu_ava{width:60px;}.caifu_box li .caifu_ava img{border:2px solid #E1E9EF;}.caifu_box li .caifu_point{line-height:20px;overflow:hidden;width:180px;}.caifu_box li.no1 .caifu_num{background:url(../../templates/goodnight/images/paihang_bg.gif) no-repeat center -82px;font-size:14px;font-weight:bold;}.caifu_box li.no1 span{color:#FF8176;font-size:14px;}.caifu_box li.no2 .caifu_num{background:url(../../templates/goodnight/images/paihang_bg.gif) no-repeat center -27px;font-size:12px;font-weight:bold;}.caifu_box li.no2 span{color:#80B94B;}.threadv{background:url(../../templates/goodnight/images/slisticon.gif) no-repeat 5px center;padding-left:30px;}.photoshow{width:574px;height:174px;background:url(../../templates/goodnight/images/photo_bg.gif);margin:0 auto;}#slideshow{list-style:none;color:#fff;}#slideshow span{display:none}#psbar{overflow:hidden;height:7px;clear:both;}#slidephoto{width:560px;margin:0;margin:0 auto;display:none}#slidephoto *{margin:0;padding:0}#s_fullsize{position:relative;width:560px;height:160px;padding:0;background:#000}#s_information{position:absolute;bottom:0;width:560px;height:0;background:#000;color:#fff;overflow:hidden;z-index:200;opacity:.7;filter:alpha(opacity=70)}#s_information h3{padding:4px 8px 3px;font-size:12px;color:#CCC;}#s_information p{padding:0 8px 8px;font-size:12px;color:#7b7b7b;}#s_image{width:560px}#s_image img{position:absolute;z-index:25;width:auto}.imgnav{position:absolute;width:25%;height:160px;cursor:pointer;z-index:150}#imgprev{left:0;background:url(../../templates/goodnight/images/photo/s_left.gif) left center no-repeat}#imgnext{right:0;background:url(../../templates/goodnight/images/photo/s_right.gif) right center no-repeat}#imglink{position:absolute;height:160px;width:100%;z-index:100;opacity:.4;filter:alpha(opacity=40)}.linkhover{background:url(../../images/ahmengv2/link.gif) center center no-repeat}#slideleft{float:left;width:20px;height:81px;background:url(../../templates/goodnight/images/photo/scroll-left.gif) center center no-repeat;background-color:#222}#slideleft:hover{background-color:#333}#slideright{float:right;width:20px;height:81px;background:#222 url(../../templates/goodnight/images/photo/scroll-right.gif) center center no-repeat}#slideright:hover{background-color:#333}#slidearea{float:left;position:relative;width:540px;margin-left:3px;height:81px;overflow:hidden}#slider{position:absolute;left:0;height:81px}#slider img{cursor:pointer;border:1px solid #666;padding:2px}#ad_headerbanner{position:absolute;right:30px;top:60px;}.ad_text{margin:0 auto 5px;padding:10px 0;width:95%;background:#FFF;}
\ No newline at end of file
ҹģ...Ժɾ
\ No newline at end of file
*{word-wrap:break-word;}html,body{border:0 !important;}body{background:#EBEBEB url("/images/common/bodybg.gif") repeat-x 0 90px;text-align:center;}body,td,input,textarea,select,button{color:#444;font:12px/1.6em Verdana,Helvetica,Arial,sans-serif;}input,select,button{vertical-align:middle;}textarea{resize:none;}body,ul,li,dl,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:1em;}ul li{list-style:none;}a{text-decoration:none;color:#000;}a:hover{text-decoration:underline;}.lightlink,.lightlink a{color:#09C;}a img{border:none;}em,cite,strong,th{text-align:left;font-style:normal;}.emfont{color:#F60;}table{empty-cells:show;border-collapse:collapse;}th{font-weight:400;}.txt,.txtarea{padding:2px;*padding:0 2px;height:16px;*height:20px;border:1px solid;border-color:#999 #CCC #CCC #999;background:#FFF;}.txtarea{height:auto;}.checkbox,.radio{margin:0;width:15px;}.pipe{margin:0 5px;}.lighttxt,.lighttxt a,.pipe{color:#999;}.smalltext{font-size:0.83em;font-family:Verdana,Helvetica,Arial,sans-serif;}.noborder,.noborder td{border:none !important;}.nobg{background:none !important;}.right{float:right;}.left{float:left;}.onerror,.onright{clear:both;padding:2px 2px 2px 22px;background:url(/images/check_error.gif) no-repeat 2px 2px;}.onright{background:url(/images/check_right.gif) no-repeat 2px 2px;}.notice{clear:both;margin:5px 0;padding:3px 5px 3px 20px;background:url(/images/common/notice.gif) no-repeat 2px 6px;}.nodata{margin:99px auto;text-align:center;color:#999;font-size:16px;font-weight:700;}#ajaxwaitid{display:none;position:absolute;z-index:100;top:0;right:0;width:100px;height:1.6em;background:#D00;line-height:1.6em;color:#FFF;overflow:hidden;}#checksecanswer img,#checksecanswer3 img,#checkseccodeverify img,#checkseccodeverify3 img,.warning img{vertical-align:middle;}.s_clear:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.s_clear{zoom:1;}hr{clear:both;margin:1em 0;border:0 solid #E6E7E1;background:transparent;}.solidline{border-top:1px solid #FFF;border-bottom-width:1px;}.dashline{height:0px;border-bottom-width:1px;border-style:dashed;}.shadowline{*margin:2px 0;border-width:1px 0;border-top-color:#C8DCEC;border-bottom-color:#FFF;}.side .shadowline{margin:5px 0;*margin:2px 0;}.cornerlayger{padding:6px 8px;border:1px solid #09C;background:#EBF2F8;line-height:1.6em;}.minicorner{margin-top:-1px;height:6px;background:url(/images/common/attachinfobg.gif) no-repeat 50% 0;}.wrap{text-align:left;margin:0 auto;}#wrap{padding-bottom:10px;min-height:450px;border:0 solid #00B2E8;background-color:#FFF;clear:both;}* html #wrap{height:450px;}.wrap,#nav{width:1024px;}#header{margin-bottom:8px;min-width:1024px;width:100%;border-bottom:1px solid #00B2E8;background:#00A2D2 url("/images/common/header.gif") repeat-x 0 100%;}#header .wrap{position:relative;padding:24px 0 22px;}#header h2{float:left;}#umenu{position:absolute;right:0;top:0;line-height:20px;}#umenu a{margin:0 6px;}#umenu cite{font-weight:700;}#umenu cite span a{margin:0;font-weight:400;}#myprompt.new{padding-left:22px;background:url(/images/common/notice_newpm.gif) no-repeat 0 50%;}#myprompt_menu a.new{color:#F60;}#myprompt_menu li{float:left;width:50%;}.promptmenu{margin-left:-27px;padding-top:10px;width:250px;background:transparent url(/images/common/pm_ntc.gif) no-repeat 0 0;text-align:left;opacity:0.98;}.promptcontent{padding-bottom:10px;background:transparent url(/images/common/pm_ntc.gif) no-repeat -250px 100%;}.promptmenu ul{padding:0 10px;border:solid #91C8E2;border-width:0 2px;background:#FEFEFE;}.promptmenu li{border-bottom:1px solid #F4F4F4;line-height:29px;display:block;width:100%;color:#999;overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-moz-text-overflow:ellipsis;-o-text-overflow:ellipsis;}.promptmenu a:hover{text-decoration:none;color:#09C;}.up{padding-top:0;padding-bottom:10px;width:150px;background-position:-500px 100%;}.up .promptcontent{padding-top:5px;padding-bottom:0;background-position:-650px 0;}.up li{border-bottom:none;line-height:160%;}#uchome_ntc{padding:1px 10px 3px 15px;*padding:2px 10px 2px 15px;background:url(/images/common/notify_bg_m.gif) no-repeat 0 50%;color:#FFF !important;}#uchome_ntc a{margin:0;}#umenu,#umenu a,#umenu .pipe{color:#97F2FF;}#footer{padding:1em 0;}#rightinfo{float:left;}#footlink{float:right;text-align:right;}#footer,#footer a{color:#8691A2;}.content{padding:20px 25px;}.content h1{margin-bottom:10px;font-size:16px;font-weight:400;}#menu{position:absolute;right:0;bottom:0;_bottom:-2px;height:26px;}#menu li{display:inline;float:left;margin-left:5px;;}#menu a{float:left;padding:0 14px;height:25px;border:solid #B0E4EF;border-width:1px 1px 0;background:transparent none;line-height:25px;color:#FFF;text-decoration:none;overflow:hidden;}#menu a.dropmenu{padding-right:20px;background-image:url(/images/common/arrow_down.gif);background-repeat:no-repeat;background-position:95% 50%;}#menu a:hover{border-color:#00B2E8;background-color:;color:#333;}#menu li.current a{height:26px;border-color:#00B2E8;background-color:;color:#333;}#nav{margin:-8px auto 0;background:url(/images/common/icon_nav.gif) no-repeat 0 50%;text-align:left;text-indent:25px;line-height:3em;}#nav,#nav a{color:#333;}.mainbox table{width:100%;}.blocktitle{margin-bottom:0.5em;font-size:16px;font-weight:700;}.channelinfo{clear:both;margin:5px 0;color:#666;}.channelinfo img{vertical-align:middle;}.channelinfo .onerror{* background-position:2px 0;}.pages_btns{padding:5px 0 1em;line-height:30px;}.pages,.pageback{float:right;padding:2px 0;}.pages a,.pages strong,.pageback a{float:left;padding:0 6px;margin-right:2px;height:26px;border:1px solid;line-height:26px;overflow:hidden;}.pages a,.pageback a{border-color:#E6E7E1;background-color:#FFF;color:#09C;}.pages a:hover,.pageback a:hover{text-decoration:none;}.pages strong{border-color:#09C;background-color:#09C;color:#FFF;font-weight:700;}.pages a.prev,.pages a.next{background-repeat:no-repeat;}.pages a.prev{background-image:url(/images/common/arrow_left.gif);background-position:30% 50%;padding:0;width:22px;overflow:hidden;text-indent:-9999px;}.pages a.next{padding-right:16px;background-image:url(/images/common/arrow_right.gif);background-position:90% 50%;}.pageback a{padding-left:16px;background:#FFF url(/images/common/arrow_left.gif) no-repeat 0 50%;}.pages a:hover,.pageback a,.pages a.next{border-color:#09C;}.formtable{width:100%;}.formtable th{padding:5px 2px;width:100px;}.formtable th a{font-weight:400;color:#09C;text-decoration:underline;}.formtable td{padding:5px 2px;}.formtable .sep_space th{height:40px;}.formtable .txt{width:270px;}.formtable .txtarea{float:left;margin:-1px 8px 0 0;width:270px;height:60px;border-top-color:#CCC;}.float_typeid{float:left;margin-right:6px;}.float_typeid select{float:left;height:20px;}.float_typeid a{display:block;overflow:hidden;padding:0 17px 0 4px;width:73px;height:20px;text-decoration:none !important;color:#444 !important;border:1px solid;border-color:#999 #CCC #CCC #999;background:#FFF url(/images/common/newarow.gif) no-repeat 100% 0;}* html .float_typeid a{height:18px;padding-top:2px;}.float_typeid a:hover,.float_typeid a:focus{border:1px solid #09C;background-position:100% -20px;}.float_typeid select{width:94px;}.short_select a{width:39px;}.short_select select{width:60px;}.select_menu{border:1px solid #09C;background:#FFF url(/images/common/newarow.gif) no-repeat 100% -20px;text-align:left;}.select_menu ul{margin:0 4px;}.select_menu li{color:#444;cursor:pointer;}.select_menu li:hover{color:#09C;}.select_menu li.current{color:#F60;}.commonlist li{margin:4px 0;}.inlinelist li{float:left;width:33%;}.inlinelist li.wide{width:49.5%;}.datalist{zoom:1;}.datalist table{margin-bottom:30px;width:100%;border:1px solid #E6E7E1;}.datalist th,.datalist td{padding:4px 5px;border:1px solid #E6E7E1;font-weight:400;}.datalist th img{vertical-align:top;}.datalist table .stat_subject{border-right:none;}.datalist table .stat_num{padding-right:15px;text-align:right;border-left:none;}.datalist .datatable{margin-bottom:10px;}.datalist .datatable,.datalist .datatable th,.datalist .datatable td{border-width:1px 0;}.datalist .fixtable{table-layout:fixed;}.colplural,.colplural th,.colplural td,th.highlight,td.highlight{background-color:#F5F5F5;}.avt_list li{float:left;margin-right:9px;width:64px;height:54px;text-align:center;}.side .avt_list li{margin:0;width:33.3%}.postmessage .avt_list li{height:70px;}.avt_uname li{height:80px;}.avt_list img{display:block;margin:0 auto;}.avt_list p{width:96%;white-space:nowrap;overflow:hidden;}.avt_list .cornerlayger p{white-space:normal;text-align:left;}.avt_list .minicorner{background:url(/images/common/attachinfobg.gif) no-repeat -30px 0;}.avt_title{margin:8px;}.list{border-top:3px solid #E6E7E1;}.content .list h3{padding-left:6px;color:#666;line-height:35px;}.list td,.list th{height:50px;padding:6px 0;border-top:1px dashed #E6E7E1;color:#666;}.list th{background:url(/images/common/forum.gif) 5px 10px no-repeat;padding-left:45px !important;}.narrowlist th{vertical-align:top;}.list th.new{background-image:url(/images/common/forum_new.gif);}.list th h2 em{font-weight:400;}.list th h2 em strong{color:#F60}.feed{margin-bottom:10px;}.feed h3{margin:10px 0 10px 30px;font-size:14px;color:#999;}.feed a{color:#09C;}.feed li{border-bottom:1px dashed #E6E7E1;}.feed div{padding:10px 30px;background:url(/images/common/alert.gif) no-repeat 0 12px;position:relative;}.feed div div{padding:0;background:none;}.feed .f_icon{background:none;}.feed .apptype{position:absolute;float:left;display:inline;margin:3px 0 0 -30px;}.feed .f_thread{background-image:url(/images/common/folder_new.gif);}.feed .f_reply{background-image:url(/images/topic/fastreply.gif);}.feed .f_quote{background-image:url(/images/topic/repquote.gif);}.feed .f_buddy{background-image:url(/images/common/user_link.gif);}.feed .f_pin{background-image:url(/images/common/pin_1.gif);background-position:0 9px;}.feed .f_digest{background-image:url(/images/common/digest_1.gif);}.feed .f_rate{background-image:url(/images/common/agree.gif);}.feed .f_manage{background-image:url(/images/common/icon_manage.gif);}.feed .f_magic{background-image:url(/images/common/magic.gif);}.feed .f_trade{background-image:url(/images/common/tradesmall.gif);}.feed .f_activity{background-image:url(/images/common/activitysmall.gif);}.feed .f_reward{background-image:url(/images/common/rewardsmall.gif);}.feed .f_task{background-image:url(/images/common/icon_task.gif);background-position:0 14px;}.feed .f_credit{background-image:url(/images/common/viewpay.gif);}.feed dfn{position:absolute;right:0;top:14px;*top:12px;font-style:normal;}.feed dfn .deloption{float:right;margin:0;}.feed em,.feed em a,.feed .summary{color:#999;}.feed .summary{margin:12px 2em 6px;}.feed dt{float:left;color:#444;}.feed dd{margin-bottom:6px;}.feed .il{margin-left:2em;white-space:nowrap;}a.to{padding-right:1em;background:url(/images/common/arrow_right.gif) no-repeat 100% 50%;}.feed i{margin:0 5px;color:#999;}.f_thumb{margin:5px 0;}.f_thumb img{margin-right:4px;padding:2px;max-width:100px;max-height:70px;border:1px solid #E6E7E1}* html .f_thumb img{width:100px;height:70px;}.feed fieldset{margin:10px 0;padding:0 0 0 20px;border:none;background:url(/images/common/icon_quote_m_s.gif) no-repeat 0 0;}.feed ins{margin:0;padding:0 20px 0 0;display:inline;background:url(/images/common/icon_quote_m_e.gif) no-repeat 100% 100%;line-height:1.6em;color:#999;text-decoration:none;}.folder{width:25px;text-align:center;}td.icon{width:20px;text-align:center;}.icon .solved{filter:alpha(opacity=30);opacity:0.3;}.subject label{float:right;}.threadlist th a:hover,.subject a:hover{color:#09C;}.datatable .subject{padding:8px 5px;}.threadpages{white-space:nowrap;}.threadpages a{padding:2px 4px;color:#444;}.threadpages a:hover{background-color:#EBF2F8;}.forum,.author,.lastpost{width:110px;}.lastpost,.lastpost cite,.lastpost em{text-align:right;}.author cite,.lastpost cite{display:block;margin-bottom:-5px;width:105px;height:1.6em;overflow:hidden;}thead .lastpost cite{margin-bottom:0;}.author em,.lastpost em,.lastpost em a{font-size:9px;font-family:Arial,sans-serif;color:#999;}.lastpost cite,.lastpost em{display:block;margin-right:5px;}.nums{width:80px;color:#999;text-align:center;}thead .nums{color:#444;}.nums strong{padding-right:2px;color:#09C;font-weight:400;}.nums em{padding-left:2px;color:#444;}.forumnums{width:90px;padding-right:10px !important;color:#999;text-align:center;}.forumnums em{color:#09C;}.forumlast{width:225px;text-align:left;}.num{width:120px;text-align:center;color:red;}.threadlist td{padding:0 !important;}.threadlist .colplural th,.threadlist .colplural td{padding:7px 0 !important;background:#EBF2F8;}.threadlist .colplural th{padding:7px 5px !important;}.threadlist .colplural a{color:#09C;font-family:Tahoma,sans-serif;}.threadlist .colplural a:hover{text-decoration:underline;}.threadlist .colplural .order_active{padding-right:8px;background:url(/images/common/order.gif) no-repeat 100% 50%;}.itemfilter{line-height:18px;}.itemfilter *{float:left;height:18px;overflow:hidden;}.itemfilter li{margin-right:5px;}.itemfilter .current a{margin-right:2px;background:url(/images/common/btn_block.gif) no-repeat 0 -161px;}.itemfilter .current a:hover{text-decoration:none;}.itemfilter span{cursor:pointer;}.itemfilter .current span{padding:0 5px;background:url(/images/common/btn_block.gif) no-repeat 100% -179px;color:#FFF;}.threadlist th em{margin-right:4px;}.threadlist th em,.threadlist th em a{color:#09C;}.threadlist th .attach{vertical-align:middle;}* html .threadlist th .attach{vertical-align:baseline;}.threadlist th a{text-decoration:none;}.dropmenu{padding-right:15px;background:url(/images/common/arrow_down.gif) 100% 50% no-repeat;cursor:pointer;}.popupmenu_popup{overflow:hidden;padding:10px;text-align:left;border:1px solid #CBD8E4;background:#FEFEFE;}.popupmenu_popup li{margin:3px 0;line-height:20px;}.headermenu_popup{width:100px;}.headermenu_popup li{width:100px;border-bottom:1px solid #E6E7E1;}.headermenu_popup a:hover{text-decoration:none;color:#09C;}.headermenu_popup .active{font-weight:700;}.titlemenu_popup{padding:0;}.titlemenu_popup li{margin:0;}.titlemenu_popup a{display:block;padding:3px 8px;}* html .titlemenu_popup a{display:inline-block;}.titlemenu_popup .current a{background:#F1F5FA;}.filter_popup{width:5em;}.filter_popup li{width:60px;}.showselect_menu{margin-bottom:0.8em;padding:5px;text-align:left;border:1px solid #CBD8E4;background:#FEFEFE;}.headactions .popupmenu_popup a,.headactions .popupmenu_popup strong{color:#666;background:none;white-space:nowrap;}.headactions .popupmenu_popup{overflow:visible;}.hasdropdownbtn{}.hasdropdownbtn input{float:left;width:129px;}.hasdropdownbtn .spmediuminput{width:115px;}.dropdownbtn{float:left;overflow:hidden;text-indent:-9999px;width:20px;height:20px;border-width:1px 1px 1px 0;border-style:solid;border-color:#999 #CCC #CCC #999;background:#FFF url(/images/common/newarow.gif) no-repeat 0 0;}.dropdownbtn:hover{background-position:0 -20px;}#style_switch{position:absolute;right:0px;bottom:-25px;}#style_switch li{float:left;padding-left:5px;}#style_switch a{float:left;width:8px;height:8px;border:1px solid #DDD;background:#FFF;line-height:100px;overflow:hidden;}#style_switch a:hover,#style_switch .current a{border-color:#FFF;}#style_switch .current a{margin-top:-1px;border-width:2px;}#ad_headerbanner{float:right;margin:5px 0 10px;}.ad_text{margin:0 auto 5px;padding:10px 0;width:1024px;background:#FFF;}.ad_text table{width:100%;}.ad_text td{padding:3px 20px;text-align:left;}.ad_textlink1,.ad_textlink2{margin:10px 0;padding-left:20px;background:url(/images/common/icon_ad.gif) no-repeat 0 50%;}.ad_pip{clear:right;float:right;padding:10px;background:#FFF;color:#999;line-height:130%;}.ad_pip li{margin-bottom:1em;}.ad_pip a{color:#09C;}.ad_topicrelated{clear:both;float:right;display:inline;margin:0 10px 10px;padding:10px 10px 10px 30px;border:1px solid #78A73D;background:#CAEEC0;}.ad_column{text-align:center;}.ad_footerbanner{text-align:center;clear:both;margin:5px;}.ad_float_left,.ad_float_right{float:right;position:fixed;top:350px;z-index:300;}* html .ad_float_left,* html .ad_float_right{position:absolute;top:expression(offsetParent.scrollTop+350);}.ad_float_left{left:5px;}.ad_float_right{right:5px;}.ad_couplebanner{top:5px}* html .ad_couplebanner{top:expression(offsetParent.scrollTop+5);}.headactions{float:right;line-height:1em;padding:12px 0 0;}.headactions img{vertical-align:middle;cursor:pointer;padding:0 5px;}.headactions a{margin-left:4px;}.mainbox .headactions{color:#999;}.mainbox .headactions strong{font-weight:700;}.msgfix{overflow:hidden;}.side{width:170px;}.postauthor .avatar img{background:url(/images/common/midavt_shadow.gif) repeat-x scroll 0 100% #FFFFFF;padding:5px 5px 8px;max-height:160px;max-width:130px;}.sideinner .txt{margin:6px 0;}.side li.current a{font-weight:700;color:#444;text-decoration:none;}.with_side{background:#FFF url("/images/common/sidebg.gif") repeat-y 100% 0;}.with_side .main{float:left;overflow:hidden;margin-left:-180px;width:100%;}.with_side .content{margin-left:180px;width:auto;}.with_side .side{float:right;padding-bottom:20px;width:180px;}.with_side .side h2{margin:20px 25px 10px;color:#999;font-size:14px;}.with_side .side a{color:#09C;text-decoration:underline;}.sideinner{padding:0 25px;}.sideinner .tabs{margin:5px 0;}.sideinner .tabs li{line-height:2em;}.numbg{float:right;text-align:center;width:35px;height:2em;background:url(/images/common/numbg.gif) no-repeat 0 50%;color:#FFF;font-weight:700;}.special{background:none;}.special .main{float:right;}.special .side{float:left;}.sidebox{overflow:hidden;margin:5px 10px 10px;}.sidebox h4{margin-bottom:4px;color:#09C;}.fwinmask{}.fwin{overflow-x:hidden;margin:0 auto;text-align:left;}.t_l,.t_c,.t_r,.m_l,.m_r,.b_l,.b_c,.b_r{overflow:hidden;opacity:0.9;filter:alpha(opacity=90);background:#CBD8E4;}.t_l,.t_r,.b_l,.b_r{width:8px;height:8px;}.t_c,.b_c{height:8px;}.m_l,.m_r{width:8px;}.m_c{background:#F1F5FA;}.fcontent{margin:15px;}.float_ctrl{margin-bottom:15px;height:20px;line-height:20px;}.float_ctrl em{float:left;font-size:14px;font-weight:700;color:#09C;}.float_ctrl em a{text-decoration:none;}.float_ctrl .needverify{margin-left:8px;padding-left:13px;width:45px;height:21px;line-height:21px;background:url(/images/common/re_unsolved.gif) no-repeat 0 0;font-size:12px;color:#666;font-weight:400;}.float_ctrl .onerror,.float_ctrl .onright{white-space:nowrap;height:auto;line-height:140%;color:#444;font-size:12px;font-weight:400;}.float_ctrl span{float:right;color:#999;}.float_ctrl span a,.float_ctrl strong{float:left;text-decoration:none;margin-left:8px;font-weight:400;color:#444;}.float_ctrl span a:hover{color:#999;}.float_close{float:left;width:20px;height:20px;overflow:hidden;text-indent:-9999px;background:url(/images/common/newclose.gif) no-repeat 0 0;}.float_close:hover{background-position:0 -20px;}.floatwrap{overflow:auto;overflow-x:hidden;margin-bottom:10px;height:280px;}.fcontent li{list-style:none;}.fcontent a{color:#09C;text-decoration:underline;}.fcontent .list{margin:0 auto;width:570px;border-top:3px solid #E6E7E1;border-bottom:3px solid #E6E7E1;}.fcontent .list th,.fcontent .list td{padding:3px !important;height:auto;border-bottom:1px dashed #E6E7E1;}.fcontent .list .btns th,.fcontent .list .btns td{border-bottom:none;}.fcontent .list th{width:150px;background:none;}.postbox{clear:both;}.moreconf{margin-top:10px;}.moreconf button,.moreconf a{margin-right:3px;}.loginform{float:left;margin-bottom:10px;*margin-bottom:-10px;padding:20px 0;width:280px;border-right:1px solid #D3E8F2;}.regsec{margin-bottom:10px;}.channelinfo .onerror,.channelinfo .onright{background-position:2px 0;}.loginform label{clear:both;overflow:hidden;display:block;margin:0 0 10px;line-height:22px;}.loginform .txt{width:170px;}.loginform select{width:175px;}.fsubmit{clear:both;margin-top:8px;}.fsubmit .submit{margin-right:8px;}.loginform label em,.fsubmit em{float:left;width:60px;}.fsubmit .regpre{*margin-top:4px;}.nolabelform .txt{width:230px;}.clause{overflow:auto;margin-bottom:10px;width:470px;height:240px;}.selectinput{float:none;margin:0 0 10px;width:234px;height:20px;background-color:#FFF;border:1px solid;border-color:#999 #CCC #CCC #999;}.selectinput a{float:left;padding-right:0;width:61px;border:none;}.selectinput a:hover,.selectinput a:focus{border:none;}.selectinput .txt{float:left;width:160px;border:none;}.selecttype{float:none;margin:10px 0;clear:both;}.selecttype a,.selecttype a:hover,.selecttype a:focus{padding-right:0;width:230px;background-color:transparent;border-color:#F1F5FA;color:#999 !important;}.loginpsw label{float:left;padding-left:4px;width:61px;line-height:150%;}.capslock{background:url(/images/common/capslock.gif) no-repeat 98% 50%;}.logininfo{float:left;overflow:visible;margin:87px 25px 10px 40px;}.logininfo h4{margin-bottom:10px;font-weight:400;font-size:14px;}.multinfo{margin-top:53px;}.switchnav{float:left;white-space:nowrap;overflow:hidden;width:480px;}.postboardlist{overflow:hidden;margin:9px 0;width:597px;border-width:1px 0 1px 1px;border-style:solid;border-color:#CBD8E4;background:#FFF;}.postboardlist li{float:left;overflow-x:hidden;overflow-y:auto;padding:5px;width:188px;height:300px;border-right:1px solid #CBD8E4;}.postboardlist p{height:25px;line-height:25px;}.postboardlist a{display:block;white-space:nowrap;overflow:hidden;padding:0 4px;text-decoration:none;color:#444;}.postboardlist a:hover{text-decoration:none;background-color:#F5F5F5;}.postboardlist .highlightlink{color:#09C;}.hassubboard{background:url(/images/common/arrow_right.gif) right center no-repeat;}.pbl_selected a,.pbl_selected a:hover{background-color:#09C;color:#FFF !important;font-weight:700;}.nofloat{height:auto !important;height:410px;min-height:410px;background-color:#EBF2F8;}.nofloat .fcontent{margin:15px auto;width:600px;}.nofloat .loginform{height:auto;}.nofloat .clause{width:auto;height:auto;}.fcontent .float_postinfo{width:568px;}.c_header{overflow:hidden;margin-bottom:10px;}* html .c_header{zoom:1;}.c_header h2,.c_header h3{float:left;padding-right:15px;background:#FFF;font-size:14px;cursor:pointer;}.c_header h3{background:#FFF url(/images/common/arrow_down_big.gif) no-repeat 100% 5px;color:#09C;}.searchfaq h3{background:none;cursor:auto;}.c_header .noarrow{background:none;cursor:auto;}.c_header h3 a{color:#09C;}.c_header h3 span{font-size:12px;font-weight:400;color:#666;}.c_header h2 em,.c_header h3 em{margin-left:8px;font-size:12px;color:#999;font-weight:400;}.c_header_action{float:right;}.c_header .c_header_ctrlbtn{display:none;}.c_header .c_header_ext{display:block;}.closenode{background:url(/images/common/dashline.gif) repeat-x 0 10px;}.closenode h3{background-image:url(/images/common/arrow_right_big.gif);}.closenode .c_header_ctrlbtn{display:block;background-color:#FFF;color:#666;cursor:pointer;}.closenode .c_header_ext{display:none;}.itemtitle{clear:both;overflow:hidden;margin-bottom:10px;line-height:23px;}.itemtitle h1{float:left;margin:0 20px 0 0;}.itemtitle ul{float:left;}.itemtitle li{float:left;margin-right:5px;}.itemtitle li.pipe{margin-left:0;}.itemtitle ul a{display:block;overflow:hidden;height:23px;cursor:pointer;}* html .itemtitle ul a{float:left;}.itemtitle ul a span{display:block;padding:0 7px;*padding:1px 7px 0;*line-height:22px;}.itemtitle ul a:hover{background:#F5F5F5 url(/images/common/btn_block.gif) no-repeat 0 -46px;text-decoration:none;}.itemtitle ul a:hover span{background:url(/images/common/btn_block.gif) no-repeat 100% -69px;}.itemtitle ul a.dropmenu{padding-right:0;background-position:0 -161px;}.itemtitle ul a.dropmenu span{padding-right:12px;background:url(/images/common/btn_block.gif) no-repeat 100% -138px;}.itemtitle ul a.dropmenu:hover{background-position:0 -46px;}.itemtitle ul a.dropmenu:hover span{background-position:100% -115px;}.itemtitle ul .current a,.itemtitle ul .current a:hover,.itemtitle ul .current a.dropmenu:hover{background:#09C url(/images/common/btn_block.gif) no-repeat 0 0;}.itemtitle ul .current a span,.itemtitle ul .current a:hover span{background:url(/images/common/btn_block.gif) no-repeat 100% -23px;color:#FFF;}.itemtitle ul .current a.dropmenu span,.itemtitle ul .current a.dropmenu:hover span{background-position:100% -92px;}.float_postinfo{}.float_postinfo em{float:left;margin-right:5px;padding-left:3px;height:20px;border:1px solid;border-color:#999 #CCC #CCC #999;background-color:#FFF;cursor:pointer;}.float_postinfo em img{margin-top:2px;}.float_postinfo input{float:left;}.float_postinfo #subject{width:358px;}.float_postinfo .float_typeid{display:inline;margin-right:0;margin-left:6px;}.viewpoint{margin:9px 0;}.colorbox input{margin:2px;padding:0px;float:left;cursor:pointer;width:12px;height:12px;border:0;}.smilieslist{padding:10px;border:1px solid #CBD8E4;background:#FEFEFE;}.smilieslist td{padding:8px;border:none;cursor:pointer;}.smilieslist_page{*float:left;text-align:right;}.smilieslist_page a{margin-right:5px;color:#09C;text-decoration:underline;}.pags_act{float:left;}.smilies_preview{margin-top:5px;padding:8px;background:#FFF;border:1px solid #CBD8E4;}.smiliesgroup{height:33px;*height:34px;overflow:hidden;width:expression(this.parentNode.offsetWidth);}.smiliesgroup ul,.imguptype{margin:6px 0;padding:0 0 26px 8px;border-bottom:1px solid #D3E8F2;}.smiliesgroup li,.imguptype li{display:inline;}* html .smiliesgroup li,* html .imguptype li{line-height:18px;}.smiliesgroup li a,.imguptype li a{float:left;margin:2px 6px 0 0;padding:2px 10px;height:19px;border:1px solid #D3E8F2;color:#09C;text-decoration:none;}.smiliesgroup li a:focus,.imguptype li a:focus{outline:none;}.smiliesgroup li a.current,.imguptype li a.current{border-bottom-color:#FEFEFE;font-weight:700;color:#444;}.alert_win{margin:0;width:350px;}.alert_win .float_ctrl{margin-bottom:0;padding:8px;}.alert_win .shadowline{margin:0;*margin:-8px 0;}.alert_win .postbox{*margin-top:-15px;padding:15px;}.alert_right,.alert_error,.alert_info{padding:6px 0 6px 58px;line-height:160%;background:url(/images/common/right_big.gif) no-repeat 8px 50%;font-size:14px;}.alert_error{background-image:url(/images/common/error_big.gif);}.alert_info{background-image:url(/images/common/info_big.gif);}.alert_btnleft{margin-top:8px;}.alert_btn{margin-top:20px;text-align:center;}.alert_act{margin-top:20px;padding-left:58px;}.popupcredit{}.pc_l,.pc_c,.pc_inner,.pc_r{width:29px;height:56px;line-height:56px;background:url(/images/common/popupcredit_bg.gif) no-repeat 0 0;}.pc_c{width:200px;background-position:0 -56px;background-repeat:repeat-x;}.pc_inner{white-space:nowrap;text-align:center;width:auto;background-position:50% -112px;}.pc_inner span{margin-right:15px;color:#FFEA97;font-size:14px;font-weight:700;}* html .pc_inner span{display:inline-block;}.pc_inner span a{color:#FFEA97;text-decoration:underline;}.pc_inner span em{color:#FFF;font-size:18px;font-weight:400;}.pc_inner span em.desc{color:#930;}.pc_btn img{opacity:0.5;}.pc_btn:hover img{opacity:1;}.pc_r{background-position:-30px 0;}.optionbar{float:left;overflow:hidden;margin:3px 4px 0 -6px;background:#09C url(/images/common/header.gif) repeat-x;height:14px;}.deloption{float:left;margin:4px;width:12px;height:12px;background:url(/images/common/close.gif) no-repeat 0 0;overflow:hidden;text-indent:-9999px;}.deloption:hover{background-position:0 -12px;}.color_menu{overflow:hidden;width:63px;}.color_menu a{overflow:hidden;float:left;width:20px;height:20px;}.chosemagic{margin-bottom:9px;width:220px;}.topicadminhigh{height:200px;}.topicadminhigh .tah_body{margin:5px 0 15px;}.topicadminhigh .tah_body select{width:217px;}.topicadminlow{height:50px;}.topicadminlow table{width:100%;}.topicadminlow td{padding:0 5px;}.topicadminlow .txt{width:100px;}.topicadminlow .wide .txt{width:50px;}.topicadminlog{}.topicadminlog h4{font-weight:400;}.topicadminlog .dropdownbtn{border-left-width:1px;}.topicadminlog .txtarea{margin:5px 0;width:212px;height:40px;}body{font-size:12px;color:#555;font-family:Arial,Tahoma,Verdana,Serif;padding:0;height:100%;margin:0;background:#ebebeb;}table,tr,td{font-family:Tahoma,Verdana,Georgia,Simsun,Serif;font-size:12px;background-color:inherit;color:#666;}em,cite,strong,th{font-style:normal;font-weight:normal;}img{border-width:0px;outline:none;}img.inline{vertical-align:middle;outline:none;}h1,h2,h3,h4,h5,h6{font-size:1em;}img.inline{vertical-align:middle;outline:none;}#topbar{width:100%;height:34px;background:url(/images/common/tbg.gif) repeat-x;position:relative;}.topanel{width:1024px;height:34px;margin:auto;}#memberp{width:630px;float:left;height:32px;line-height:33px;}#memberp a{color:#D0D0D0;padding:0 4px;}#searchform{background-color:inherit;width:190px;height:25px;margin-top:3px;float:right;}#searchform #srchtxt{margin-right:3px;padding:4px 7px 1px 5px;background:#FFF url(/images/common/form-field-bg.gif) no-repeat;width:120px;color:#999;height:17px;border:0;}#searchform #searchsubmit{background:url(/images/common/t_go.gif) no-repeat;width:29px;text-indent:-999%;line-height:1px;height:23px;cursor:pointer;margin-top:2px;border:0;}.searchsub{background:url(/images/common/t_go.gif);width:29px;height:23px;margin:0px;border:0px;padding:0px;font-size:0.1em;}#headerbg{width:100%;height:174px;background:url(/images/common/bg.gif) repeat-x;}.header{width:1024px;height:116px;margin:auto;}#dmenu{width:1024px;height:58px;margin:auto;}.bg-dmenuleft{width:76px;height:58px;background:url(/images/common/bg_cat.gif) no-repeat;float:left;}.bg-dmenu{width:822px;height:58px;background:#DCE1E8 url(/images/common/bg_dmenu.gif) no-repeat;float:left;}#nav{width:1024px;height:53px;margin:0 auto;background:url(/images/common/bg_areabar.gif) no-repeat center bottom;clear:both;color:#999;}#wrapper{width:1024px;min-height:450px;margin:auto;background:#ebebeb url(/images/common/cbg.gif) repeat-y;clear:both;}.wrap{width:95% !important;}#footer{width:1024px;height:200px;font-size:11px;color:#717275;background:#ebebeb url(/images/common/bg_bottom.gif) no-repeat;clear:both;margin:auto;}.footerc{width:900px;height:150px;margin:auto;text-align:left;}#ftop{width:80px;height:25px;text-align:center;}#ftop a{text-decoration:none;color:#406a78;background-color:inherit;font-size:11px;}#footlink{width:900px;margin:20px auto;height:60px;clear:both;text-align:left;}.fmenu{width:430px;height:16px;margin:10px;list-style:none;clear:both;}.fmenu li{width:65px;height:16px;float:left;}.fmenu li a{text-decoration:none;color:#a6a6a6;background-color:inherit;}.fmenu li a:hover{text-decoration:none;color:#bdbdbd;background-color:inherit;}.bhoge{float:right;width:110px;height:60px;background:url(/images/common/b_hoge.gif) no-repeat 30% 80%;text-align:left;line-height:23px;}.bw3c{float:right;width:110px;height:60px;background:url(/images/common/b_w3c.gif) no-repeat 30% 80%;text-align:left;line-height:23px;}.bexa{float:right;width:120px;height:60px;background:url(/images/common/b_exa.gif) no-repeat 40% 80%;text-align:left;line-height:23px;}#menu{padding:0;width:700px;height:36px;position:absolute;left:100px;bottom:0;}#menu a{float:left;width:88px;height:36px;border:0;background:transparent url(/images/common/menu_bg.gif) no-repeat;line-height:45px;color:#FFF;text-align:center;overflow:hidden;padding:0;}#menu a.dropmenu{float:left;width:88px;height:36px;border:0;background:transparent url(/images/common/menu_bg.gif) no-repeat;line-height:45px;color:#FFF;text-align:center;overflow:hidden;padding:0;}#menu li.current a{background:url(/images/common/menu_h_bg.gif) no-repeat;color:#333;height:36px;font-weight:bold;font-size:14px;}.postattachlist{width:600px !important;}.clearbar{overflow:hidden;height:10px;clear:both;}.muban_price{padding:10px 15px;border:1px solid #FADC80;background:#FFFBDB;color:#965432;line-height:24px !important;}strong.price{color:#FF6600;font-size:18px;}.minifont{color:#A2A7AB;font-family:arial,tahoma,verdana;font-size:11px;}.nums{color:#999999;font-size:10px;text-align:right;width:150px;}.main h4{font-size:14px;height:38px;line-height:38px;padding-left:5px;color:#000;}.main h1{margin-bottom:10px;font-size:16px;font-weight:400;}.main .list h3{padding-left:6px;color:#666;line-height:35px;}.itemtitle .l{float:left;}.itemtitle .r{float:right;}.itemtitle .r li{float:left;width:50px;list-style:none;text-align:left;padding-left:17px;}.itemtitle .r li.tposts{background:url(/images/common/boy.gif) no-repeat left center;}.itemtitle .r li.pdata{background:url(/images/common/girl.gif) no-repeat left center;}.itemtitle .r li.tmembers{background:url(/images/common/baom.gif) no-repeat left center;}.dotbar{width:574px;height:10px;text-align:center;margin:0 auto;clear:both;background:url(/images/common/dot1.gif) repeat-x bottom;}.wbar{width:560px;color:#806C80;height:33px;margin:0 auto;line-height:32px;text-align:center;clear:both;background:url(/images/common/dot1.gif) repeat-x bottom;}.wbar .l{float:left;padding-left:12px;}.wbar .r{float:right;width:220px;}.wbar li{float:left;width:50px;padding-left:17px;list-style:none;text-align:left;}.wbar .newthread{background:url(/images/common/newthread.gif) no-repeat left center;width:240px;}.news_box{clear:both;position:relative;width:560px;margin:0 auto;}.news_box ul{padding:0;margin:0;list-style:none;}.news_box li{height:30px;line-height:30px;border-bottom:1px dashed #E5E5E5;clear:both;overflow:hidden;}.news_box li.bai{background:#FFF;}.news_box li .icon{width:30px;height:30px;background:url(/images/common/slisticon.gif) no-repeat center center;float:left;}.img_box{clear:both;position:relative;width:560px;margin:0 auto;border-top:1px solid #EBEBEB;background:#F4F4F4;height:110px;}.img_box ul{padding:8px 0 0 4px;margin:0;overflow:hidden;}.img_box li{width:168px;height:95px;background:url(/images/common/mob_img_bg.gif) repeat-x bottom;float:left;margin:0 7px;}.img_box img{width:166px;height:88px;border:1px solid #EBEBEB;background:#333;display:block;}.img_box a{position:relative;display:block;}.img_box span{width:43px;height:43px;position:absolute;right:0;top:0;display:block;background:url(/images/common/hot/free.gif) no-repeat right top;}.img_box span.free{background:url(/images/common/hot/free.gif) no-repeat right top;}.img_box span.unfree{background:url(/images/common/hot/unfree.gif) no-repeat right top;}.img_box span.yugao{background:url(/images/common/hot/yugao.gif) no-repeat right top;}.taolun_box{clear:both;position:relative;width:560px;margin:0 auto;}.list th{padding-left:55px !important;background-image:url(/images/common/forum.gif);background-position:13px 10px;}.list th.new{background-image:url(/images/common/forum_new.gif);}.side h4{height:32px;background:url(/images/common/side_title_bg.png) repeat-x;line-height:32px;border:1px solid #D6E3E9;padding-left:10px;}.sbox{padding:8px;overflow:hidden;}.login_box,.event_box,.caifu_box{padding:8px;background:#FFF;border:1px solid #F2F2F2;overflow:hidden;clear:both;}.login_ava{width:80px;height:58px;background:url(/images/common/avatar_bg.gif) no-repeat;float:left;}.login_ava img{padding:5px;}.login_text{width:140px;float:left;}.login_join{width:60px;float:right;}.announcement{height:30px;background:url(/images/common/side_title_bg.png) repeat-x 0 -34px;line-height:30px;border:1px solid #E7E6C8;padding-left:20px;}.announcement .laba{padding-left:22px;background:url(/images/common/announcement.png) no-repeat left center;}.announcement .laba a{color:#8B0000 !important;text-decoration:none !important;}.event_box{height:230px;overflow:hidden;}.event_box ul{padding:0;margin:0;}.event_box li{float:left;width:142px;height:118px;text-align:center;}.event_box li img{width:135px;height:110px;border:1px solid #F2F2F2;}.caifu_box .info{border:1px solid #E7E6C8;background:#FCFBE7;padding:2px 4px;clear:both;}.caifu_box .paihang{clear:both;}.caifu_box ul{padding:0;margin:0;}.caifu_box li{clear:both;height:64px;border-bottom:1px dashed #E5E5E5}.caifu_box li p{clear:both;overflow:hidden;height:6px;padding:0;margin:0;}.caifu_box li div{height:52px;float:left;color:#999999;}.caifu_box li span{color:#666;}.caifu_box li .caifu_num{width:42px;background:url(/images/common/paihang_bg.gif) no-repeat center 22px;text-align:center;line-height:54px;font-size:10px;color:#FFF;}.caifu_box li .caifu_ava{width:60px;}.caifu_box li .caifu_ava img{border:2px solid #E1E9EF;}.caifu_box li .caifu_point{line-height:20px;overflow:hidden;width:180px;}.caifu_box li.no1 .caifu_num{background:url(/images/common/paihang_bg.gif) no-repeat center -82px;font-size:14px;font-weight:bold;}.caifu_box li.no1 span{color:#FF8176;font-size:14px;}.caifu_box li.no2 .caifu_num{background:url(/images/common/paihang_bg.gif) no-repeat center -27px;font-size:12px;font-weight:bold;}.caifu_box li.no2 span{color:#80B94B;}.threadv{background:url(/images/common/slisticon.gif) no-repeat 5px center;padding-left:30px;}.photoshow{width:574px;height:174px;background:url(/images/common/photo_bg.gif);margin:0 auto;}#slideshow{list-style:none;color:#fff;}#slideshow span{display:none}#psbar{overflow:hidden;height:7px;clear:both;}#slidephoto{width:560px;margin:0;margin:0 auto;display:none}#slidephoto *{margin:0;padding:0}#s_fullsize{position:relative;width:560px;height:160px;padding:0;background:#000}#s_information{position:absolute;bottom:0;width:560px;height:0;background:#000;color:#fff;overflow:hidden;z-index:200;opacity:.7;filter:alpha(opacity=70)}#s_information h3{padding:4px 8px 3px;font-size:12px;color:#CCC;}#s_information p{padding:0 8px 8px;font-size:12px;color:#7b7b7b;}#s_image{width:560px}#s_image img{position:absolute;z-index:25;width:auto}.imgnav{position:absolute;width:25%;height:160px;cursor:pointer;z-index:150}#imgprev{left:0;background:url(/images/common/photo/s_left.gif) left center no-repeat}#imgnext{right:0;background:url(/images/common/photo/s_right.gif) right center no-repeat}#imglink{position:absolute;height:160px;width:100%;z-index:100;opacity:.4;filter:alpha(opacity=40)}.linkhover{background:url(../../images/ahmengv2/link.gif) center center no-repeat}#slideleft{float:left;width:20px;height:81px;background:url(/images/common/photo/scroll-left.gif) center center no-repeat;background-color:#222}#slideleft:hover{background-color:#333}#slideright{float:right;width:20px;height:81px;background:#222 url(/images/common/photo/scroll-right.gif) center center no-repeat}#slideright:hover{background-color:#333}#slidearea{float:left;position:relative;width:540px;margin-left:3px;height:81px;overflow:hidden}#slider{position:absolute;left:0;height:81px}#slider img{cursor:pointer;border:1px solid #666;padding:2px}#ad_headerbanner{position:absolute;right:30px;top:60px;}.ad_text{margin:0 auto 5px;padding:10px 0;width:95%;background:#FFF;}
\ No newline at end of file
#modlayer{position:absolute;right:0;padding:12px;width:275px;background-color:#FFF;border:4px solid #7FCAE2;}#modlayer a{color:#09C;}#modlayer label{float:right;margin-top:5px;}#modcount{padding:0 2px;font-size:24px;font-weight:400;color:#F60;}#modlayer .collapse{position:absolute;right:0;top:5px;padding:0 5px;}#modlayer.collapsed{margin-right:-23px;padding:0;width:27px;height:35px;border:none;background:#F60;overflow:hidden;}#modlayer.collapsed #modcount{display:block;position:absolute;left:0;top:0;z-index:999;width:27px;height:35px;border-color:#09C;background-color:#09C;color:#FFF;font-size:12px;text-align:center;line-height:35px;cursor:pointer;}.listtopicadmin{margin:10px 0;border-top:1px solid #C5DAEB;}.listtopicadmin li{*overflow:hidden;*margin-bottom:-2px;height:28px;line-height:18px;border-top:1px solid #FFF;border-bottom:1px solid #C5DAEB;zoom:1;}.listtopicadmin .currentopt{height:auto;}.detailopt{visibility:hidden;overflow:hidden;white-space:nowrap;}.currentopt .detailopt{visibility:visible;}.detailopt p .txt{width:100px;}.detailopt span .txt{width:18px;border-right:none;}.detailopt a{float:left;text-indent:-999px;margin-right:3px;width:22px;height:20px;text-align:center;}.detailopt_bold,.detailopt_italic,.detailopt_underline{border:1px solid #F1F5FA;outline:none;}.detailopt .current{border:1px solid #999;background-color:#FFF;}.listtopicadmin table{width:100%;}.listtopicadmin td{vertical-align:top;}.listtopicadmin .labeltxt{display:block;cursor:pointer;width:100%;background:url(../../images/default/arrow_down.gif) no-repeat 100% 8px;}.currentopt .labeltxt{float:left;cursor:default;width:45px;background:none;color:#09C;}.listtopicadmin .checkbox{margin-top:3px;*margin-top:-2px;}.listtopicadmin img{vertical-align:middle;}.tah_fixiesel{overflow:hidden;white-space:nowrap;width:217px;*border-right:1px solid #CCC;}.tah_fixiesel select{width:160px;*width:expression(this.offsetWidth > 180 ? 'auto':'180');} #modlayer{position:absolute;right:0;padding:12px;width:275px;background-color:#FFF;border:4px solid #7FCAE2;}#modlayer a{color:#09C;}#modlayer label{float:right;margin-top:5px;}#modcount{padding:0 2px;font-size:24px;font-weight:400;color:#F60;}#modlayer .collapse{position:absolute;right:0;top:5px;padding:0 5px;}#modlayer.collapsed{margin-right:-23px;padding:0;width:27px;height:35px;border:none;background:#F60;overflow:hidden;}#modlayer.collapsed #modcount{display:block;position:absolute;left:0;top:0;z-index:999;width:27px;height:35px;border-color:#09C;background-color:#09C;color:#FFF;font-size:12px;text-align:center;line-height:35px;cursor:pointer;}.listtopicadmin{margin:10px 0;border-top:1px solid #C5DAEB;}.listtopicadmin li{*overflow:hidden;*margin-bottom:-2px;height:28px;line-height:18px;border-top:1px solid #FFF;border-bottom:1px solid #C5DAEB;zoom:1;}.listtopicadmin .currentopt{height:auto;}.detailopt{visibility:hidden;overflow:hidden;white-space:nowrap;}.currentopt .detailopt{visibility:visible;}.detailopt p .txt{width:100px;}.detailopt span .txt{width:18px;border-right:none;}.detailopt a{float:left;text-indent:-999px;margin-right:3px;width:22px;height:20px;text-align:center;}.detailopt_bold,.detailopt_italic,.detailopt_underline{border:1px solid #F1F5FA;outline:none;}.detailopt .current{border:1px solid #999;background-color:#FFF;}.listtopicadmin table{width:100%;}.listtopicadmin td{vertical-align:top;}.listtopicadmin .labeltxt{display:block;cursor:pointer;width:100%;background:url(/images/common/arrow_down.gif) no-repeat 100% 8px;}.currentopt .labeltxt{float:left;cursor:default;width:45px;background:none;color:#09C;}.listtopicadmin .checkbox{margin-top:3px;*margin-top:-2px;}.listtopicadmin img{vertical-align:middle;}.tah_fixiesel{overflow:hidden;white-space:nowrap;width:217px;*border-right:1px solid #CCC;}.tah_fixiesel select{width:160px;*width:expression(this.offsetWidth > 180 ? 'auto':'180');}
\ No newline at end of file \ No newline at end of file
.titlelist li{margin:3px 0;height:1.6em;background:url(/images/common/dot.gif) no-repeat 8px 9px;overflow:hidden;}.titlelist li a{padding-left:16px;}.titlelist li cite{float:right;padding:0 10px 0 0;width:90px;overflow:hidden;text-align:right;}.titlelist li cite a{padding:0;color:#666;}.postbtn,.replybtn,#modopt,#modopttmp{float:left;margin-right:10px;color:#09C;cursor:pointer;}#modopt,#modopttmp,.threadlist tfoot a{background-color:#FFF;border:1px solid;border-color:#999 #CCC #CCC #999;padding:0 16px 0 6px;line-height:20px;}.threadlist tfoot a{margin-right:5px;padding:3px 16px 3px 3px;}#modopt:hover,#modopttmp:hover,.threadlist tfoot a:hover{text-decoration:none;color:#09C;}.postbtn,.replybtn{width:67px;height:30px;background:url(/images/topic/newtopic.gif) no-repeat 0 0;font-size:14px;font-weight:700;line-height:28px;*line-height:32px;text-align:center;overflow:hidden;}.replybtn{background-image:url(/images/topic/reply.gif);}.postbtn a,.replybtn a{display:block;padding-left:5px;color:#FFF;letter-spacing:5px;}.postbtn a:hover,.replybtn a:hover{text-decoration:none;}.ratelist{margin-bottom:3px;}.ratelist .dropdownbtn{margin-right:5px;}.ratelist .txt{width:45px;}.ratelist label{float:left;white-space:nowrap;overflow:hidden;width:120px;}.tagthread{width:360px;}.tagthread .close{float:right;}.tagthread h4{line-height:26px;border-bottom:1px solid #E6E7E1;}.tagthread ul{padding:5px;}.tagthread li{line-height:1.8em;}.tagthread li.more{padding-right:10px;text-align:right;background:url(/images/common/arrow_right.gif) no-repeat 100% 50%;}.forumcontrol{}.forumcontrol table{width:100%;background:#EBF2F8;}.forumcontrol td{padding:15px;}.forumcontrol .narrow td{padding:0 15px 5px;}.forumcontrol .modaction{width:140px;background:#D3E8F2;}.userinfopanel{margin:-1px 0 0 9px;width:500px;border:1px solid #CBD8E4;background:#FFF;filter:alpha(opacity=96);opacity:0.96;}.popavatar{float:left;width:150px;}.popavatar p{padding:0 10px;}.popuserinfo{float:left;width:350px;padding:5px 0;}.imicons img{vertical-align:middle;margin:0 8px 0 0;}.userinfopanel p{text-align:left;margin:0 !important;padding:0 !important;}.userinfopanel p a{color:#09C;}.userinfopanel dl{margin:5px 0;padding:5px 0;}.postauthor .userinfopanel dt{width:70px;}.postauthor .userinfopanel dd{width:100px;}.popupmenu_popup .postauthor{width:180px;}.popupmenu_popup .postauthor a{color:#09C;}.userinfopanel .avatar{margin:0 0 10px 0 !important;}.profile_side ul{margin:5px 30px;line-height:1.6em;overflow:hidden;}.profile_side li{margin:5px 0;background-position:0 50%;background-repeat:no-repeat;text-indent:22px;}.profile_side li.pm{background-image:url(/images/common/pmto.gif);}.profile_side li.buddy{background-image:url(/images/common/addbuddy.gif);}.extralist{border:solid #CCC;border-width:2px 0;}.extralist td,.extralist th{height:2.2em;padding-left:14px;line-height:2.2em;border:solid #E6E7E1;border-width:1px 0;}.extralist th{width:120px;background:#F5F5F5;font-weight:700;}.extralist td em{font-weight:700;color:#09C;}.extralist td span,.extralist td strong{color:#F60;font-size:14px;margin-right:4px;}.extralist td strong{font-weight:700;}#ntc_jp{margin-left:-9px;margin-top:-33px;width:460px;height:43px;background:url(/images/common/notice_jump.png) no-repeat 0 0;line-height:35px;position:absolute;}#ntc_jp div{margin:0 11px 0 9px;background:#3285D6;}#ntc_jp em{float:left;padding-left:15px;color:#47E8FF;font-weight:700;}#ntc_jp h2{float:right;display:inline;margin-right:10px;width:300px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#EAF2F9;text-align:right;}* html #ntc_jp h2{font-family:Simsun,sans-serif;}#ntc_jp h2 a{color:#EAF2F9;text-decoration:underline;}#ntc_jp .deloption{float:right;margin-top:12px !important;}.viewthread{}.threadfix{padding-bottom:0!important;min-height:300px !important;}* html .threadfix{height:300px !important;}.viewthread table,#pmprompt table,#forumlinks,#pmlist,#specialpost,#newpost,#editpost{table-layout:fixed;}.viewthread td.postcontent,.viewthread td.postauthor{vertical-align:top;padding:0 1px;border:none;overflow:hidden;}.viewthread td.postcontent{padding:0 15px;}.viewthread td.postbottom{vertical-align:bottom;}.mainbox td.postauthor{padding:0;width:170px;background:#EBF2F8;overflow:hidden;}.postauthor .avatar{margin:10px 20px;}.postauthor p,.postauthor dl.profile{margin:5px 10px 5px 20px;}.postauthor p.customstatus{color:#666}.postauthor p em,.postauthor dt em{color:#F60;}.postauthor dd,.postauthor dt{height:1.6em;line-height:1.6em;float:left;overflow:hidden;font-family:Tahoma,sans-serif;}.postauthor dt{margin-right:5px;width:50px;}.postauthor dd{width:80px;}.postauthor .shadowline{margin:9px 20px 4px;*margin:0 20px -5px;}.posterinfo,.postmessage,.postact{max-width:600px;}#threadstamp{position:absolute;margin-top:-70px;margin-left:170px;}* html .postmessage{width:600px;}.postinfo{color:#666;margin-bottom:10px;border-bottom:1px dashed #E6E7E1;line-height:36px;height:36px;overflow:hidden;}.postinfo strong a{float:right;height:24px;font-weight:100;color:#444;line-height:24px;padding:0 6px;margin-top:4px;border:1px solid #FFF;}.posterinfo a.posterlink{color:#09C;}.postinfo strong em.rpostno{float:right;font-weight:100;color:#444;margin-left:20px;}.postinfo strong em.rpostno input{border:1px solid #09C;}.postinfo #rpostnobtn{cursor:pointer;}* html .postinfo strong em.rpostno{margin-top:6px;}.postinfo strong a:hover{border:1px solid #09C;text-decoration:none;}.msgfontsize img{vertical-align:middle;}* html .msgfontsize{margin-top:8px;}.postinfo em{color:#09C;margin-right:4px;}.posterinfo{color:#999;margin-right:auto;}* html .authorinfo{padding-top:8px;}.authicon{margin-bottom:-4px;cursor:pointer;}.posterinfo a,.posterinfo em{margin:0 4px;color:#444;}.posterinfo cite{float:right;}.posterinfo cite img{vertical-align:middle;margin:0 8px 6px 0;}.postmessage{clear:left;}.postmessage *{line-height:normal;}.postmessage h1,.postmessage h2{margin:8px 0;font-size:1.17em;}.postmessage h1 a{font-weight:400;color:#444;}#threadtitle{margin-bottom:8px;border-bottom:1px dashed #E6E7E1;}#threadtitle h2{font-size:1.33em;}.postmessage h2 em{float:right;font-size:12px;font-weight:400;}.defaultpost{padding-bottom:1em;}.t_msgfont,.t_msgfont td{font-size:14px;line-height:1.6em;}.t_msgfont a{color:#09C;}.t_bigfont .t_msgfont,.t_bigfont .t_msgfont td{font-size:16px;line-height:1.6em;}.recordinfo{height:32px;}.t_msgfont *,.t_bigfont .t_msgfont *{line-height:normal;}.postratings{float:right;}.signatures{overflow:hidden;padding:20px 0 10px;color:#666;line-height:1.6em;background:url(/images/common/sigline.gif) no-repeat 0 0;}.signatures *{line-height:normal;}.signatures strong{font-weight:700;}.postactions{padding:0 10px 0 0;border-top:1px dashed #E6E7E1;}.postactions strong{cursor:pointer;}.postactions .right{margin:8px 0 0 5px;}.postactions p{float:right;}.postactions p a{margin-right:6px;}.postact{line-height:36px;}.postact em{float:left;}.postact em a{padding:5px 10px 5px 25px;}.fastreply{background:url(/images/topic/fastreply.gif) no-repeat 0 50%;}.repquote{background:url(/images/topic/repquote.gif) no-repeat 0 50%;}.editpost{background:url(/images/topic/edit.gif) no-repeat 0 50%;}.postmessage .typeoption{margin-bottom:1em;}.typeoption h4{padding:10px 2px;border-bottom:1px solid #E6E7E1;font-size:14px;font-weight:bold;}.typeoption table{width:600px;}.typeoption th,.typeoption td{border-bottom:1px solid #E6E7E1;padding:4px;}.postmessage .box tbody th,.postmessage .box tbody td{border-top-color:#E6E7E1;}.t_msgfont ul{margin-left:14px;}.t_msgfont li{margin-left:2em;}.t_msgfont ul li{list-style-type:disc;}ul.litype_1 li{list-style-type:decimal;}ul.litype_2 li{list-style-type:lower-alpha;}ul.litype_3 li{list-style-type:upper-alpha;}.postattach{width:500px;margin:10px 0;}.zoominner{padding:5px 10px 10px;background:#FFF;text-align:left;}.zoominner p{padding:8px 0;color:#999}.zoominner p a{float:left;margin-left:10px;width:17px;height:17px;background:url(/images/common/imgzoom_tb.gif) no-repeat 0 0;line-height:100px;overflow:hidden;}.zoominner p a:hover{background-position:0 -39px;}.zoominner p a.imgadjust{background-position:-40px 0;}.zoominner p a.imgadjust:hover{background-position:-40px -39px;}.zoominner p a.imgclose{background-position:-80px 0;}.zoominner p a.imgclose:hover{background-position:-80px -39px;}.tagrelated{border-top:1px dashed #E6E7E1;margin:10px 0;}.tagrelated h3{padding:6px 0;color:#09C;}.tagrelated h3 em{float:right;}.taghelated h3 em a{color:#666;font-weight:300;}.tagrelated li{padding-bottom:6px;}.zoomctl{float:right;text-indent:-999px;overflow:hidden;}.t_attach,.t_attach_img{border:1px solid #E6E7E1;background:#FFF;font-size:12px;padding:5px;}.t_attach{width:130px;}.t_attach em{color:#999;}.t_attachinsert{margin:1em 0;font-size:12px;}.t_attachinsert p img{margin-bottom:-4px;}.t_table{border:1px solid #E3EDF5;empty-cells:show;border-collapse:collapse;}.t_table td{padding:4px;border:1px solid #E3EDF5;overflow:hidden;}.threadad{}.threadad td.postauthor{background:#D3E8F2;padding:0;height:6px;}.adcontent{background:#EBF2F8;overflow:hidden;}.locked{margin:10px 0;width:600px;w\idth:560px;padding:8px 8px 8px 24px;border:1px dashed #FF9A9A;background:#FFF url(/images/common/locked.gif) no-repeat 6px 50%;font-size:12px;}.locked:hover{background:#F7F7F7 url(/images/common/locked.gif) no-repeat 6px 50%;}.locked strong{color:#F60;}.viewpay{margin:0 6px;padding:1px 0 1px 24px;background:url(/images/common/viewpay.gif) no-repeat 6px 60%;color:#09C;font-weight:700;}.showhide{border:1px dashed #FF9A9A;margin:8px 0;padding:10px;}.showhide h4{margin-bottom:10px;color:#F66;font-size:12px;text-align:center;}.pstatus,.modact{display:block;height:32px;text-align:center;font-style:normal;color:#999;font-size:12px;}.pstatus,.modact,.modact a{line-height:32px !important;color:#999;}.useraction{height:50px;width:110px;clear:both;display:block;margin:20px auto;}.nrate{width:220px;}.useraction a{float:left;margin-right:10px;padding:30px 0 0;width:45px;height:20px;text-align:center;background:url(/images/common/ajaxaction.gif) no-repeat 0 0;}.useraction #share{background-position:0 -50px;}#ajax_recommendlink{float:left;margin-right:10px;width:100px;height:50px;text-align:center;background:url(/images/common/recommend.gif) no-repeat 0 0;}#recommendav,#recommendv{cursor:pointer;height:26px;line-height:26px;font-size:14px;font-weight:700;color:#FFF;}ul#recommendav{font-size:11px;}ul#recommendav li{margin-top:6px;}ul#recommendav li#recommendv_subtract{color:#EEE;}.recommend_act li{float:left;width:50%;}#recommend_add,#recommend_subtract{float:none;margin-right:0;padding:0 0 0 15px;*padding-left:19px;width:auto;height:24px;line-height:24px;background:url(/images/common/rec_add.gif) no-repeat 2px 50%;*background-position:6px 0;}#recommend_subtract{background-image:url(/images/common/rec_subtract.gif) !important;}.newrate .cornerlayger{color:#999;border:1px solid #CCC;background:#F7F9F8;white-space:nowrap;}.newrate .cornerlayger em{color:#F60;}.newrate .attach_popup{width:auto;}.newrate .minicorner{background:url(/images/common/ratesrcorebg.gif) no-repeat 5px 0;}.re_unsolved,.re_solved{font-size:14px;float:right;height:21px;width:48px;padding-left:10px;line-height:21px;color:#C30;font-weight:700;}.re_solved{color:#060;}.votemsg{width:486px;height:80px;}.buyinfo{margin:5px 10px;}.buyinfo table td,.buyinfo table th{border-bottom:1px solid #DDD;padding:6px;}.buyinfo table th{width:100px;}.buyinfo p{padding:6px;}.quote,.blockcode{margin:10px 0;padding:10px 10px 10px 65px;}.quote{padding-bottom:5px;background:#F9F9F9 url(/images/common/icon_quote_s.gif) no-repeat 20px 6px;}.quote blockquote{margin:0;padding:0 65px 5px 0;background:url(/images/common/icon_quote_e.gif) no-repeat 100% 100%;line-height:1.6em;}.blockcode{padding:10px 0 5px 10px;width:598px;w\idth:586px;border:1px solid #CCC;background:#F7F7F7 url(/images/common/codebg.gif) repeat-y 0 0;overflow:hidden;}.blockcode ol{margin:0 0 0 10px;padding:0;}.blockcode ol li{padding-left:10px;list-style-type:decimal-leading-zero;font-family:Monaco,Consolas,\"Lucida Console\",\"Courier New\",serif;font-size:12px;line-height:1.8em;}.blockcode ol li:hover{background:#FFF;color:#09C;}* html .blockcode ol li{font-family:\"Courier New\",serif;}.blockcode em{margin-left:43px;color:#09C !important;font-size:12px;cursor:pointer;}.threadtags{margin-top:-8px;padding-left:20px;background:url(/images/common/tag.gif) no-repeat 0 50%;color:#999;}.threadtags a,.footoperation span.threadtags a{margin-right:6px;color:#333;line-height:30px;}.threadtags .postkeywords a{color:#F60;}.pagecontrol{float:right;width:160px;}.print{padding-left:20px;background:url(/images/common/printpost.gif) no-repeat 0 10px;*line-height:38px;}.msgfsize *{float:left;}.msgfsize small,.msgfsize big{width:20px;text-indent:-9999px;cursor:pointer;}.msgfsize small{background:url(/images/common/text_common.gif) no-repeat 7px 8px;}.msgfsize big{background:url(/images/common/text_zoom.gif) no-repeat 0 8px;}.postmessage strong{font-weight:bold;}.postmessage em{color:#666;}.postmessage span.t_tag{cursor:pointer;border-bottom:1px solid #F00;white-space:nowrap;}.postmessage span.t_tag:hover{border-bottom:1px solid;}.t_msgfontfix table,.specialmsg table{margin-left:1px;}.taglinks{margin:10px;border-top:1px dashed #E3EDF5;overflow:hidden;}.taglinks div{float:left;width:33%;}.taglinks div h4{height:30px;line-height:30px;text-indent:14px;}.taglinks div h4 a{color:#09C}.taglinks div ul{border-right:1px dashed #E3EDF5;margin:0 10px 0 20px;}.taglinks div.noborder ul{border-right:none;}.taglinks div ul li{list-style:none;height:20px;overflow:hidden;line-height:20px;color:#999;white-space:nowrap;}.taglinks div li a:hover{color:#09C}.taglinks div dl dt{float:left;width:100px;text-align:center;}.taglinks div dl dt img{width:76px;height:58px;}.taglinks div dl dt p{margin:10px;overflow:hidden;color:#999;}.taglinks div dl dd{margin-left:80px;}#relatedthreads td{height:30px;}.postattachlist{width:100%;margin-top:2em;border-bottom:1px dashed #E6E7E1 !important;overflow:hidden;font-size:12px;}.t_attachlist{float:left;width:45%;height:50px;overflow:hidden;padding:10px;}.t_attachlist a{color:#09C;text-decoration:underline;}.t_attachlist dt{width:40px;float:left;font-weight:700;}.t_attachlist strong{color:#F60;margin-right:6px;}.t_attachlist dt img{width:32px;height:32px;}.t_attachlist dd{margin-left:40px;color:#999}.attachname{height:16px;margin-bottom:3px;overflow:hidden;white-space:nowrap;}*html .attachname{white-space:normal;}.attachimg{width:580px;height:auto;overflow:visible;float:none;}.attachimg dt{width:0;}.attachimg dd{margin-left:0;}.attachimg .zoom{cursor:pointer;}.imgtitle{margin-bottom:10px;}.attach_popup{width:180px;border:solid #FFF;border-width:0;}.newrate{margin:20px 0;}.newrate dt{float:left;width:80px;padding-top:7px;text-align:center;}.newrate dt strong{height:46px;padding:12px 8px;font-size:24px;background:#FFF4DD;}.newrate dt p{padding-top:10px;}.newrate dt strong a,.newrate dt strong a em{line-height:48px;height:48px;color:#F60;}.newrate dd{margin-left:80px;}.newrate dd ul li{float:left;list-style:none;width:67px;height:84px;overflow:hidden;margin:0 4px;text-align:center;}.newrate dd ul.ratelist{float:none;padding-top:1px;}.newrate dd ul.ratelist li{height:24px;width:auto;line-height:24px;margin:4px 0;color:#999;text-align:left;float:none;}.ratelist img{height:24px;width:24px;vertical-align:middle}.ratelist em{margin-left:10px;color:#F60;}.ratelist a{margin-right:6px;}.ratelist span{margin:0 4px;color:#999;}.rateavatar{padding:8px 0;}.rateavatar img{margin:auto;}#authornewfeed{padding:2px 12px 2px 23px;*padding:3px 12px 1px 23px;background:url(/images/common/notify_bg_m.gif) no-repeat 0 50%;color:#FFF;cursor:pointer;}#authornewfeed_menu{padding-top:10px;width:250px;background:url(/images/common/pm_ntc.gif) no-repeat 0 0;}#authornewfeed_menu div{padding-bottom:10px;background:url(/images/common/pm_ntc.gif) no-repeat -250px 100%;}#authornewfeed_menu ul{zoom:1;border:solid #91C8E2;border-width:0 2px;background:#FEFEFE;}#authornewfeed_menu li{margin:0 5px;padding:4px 0 4px 20px;border-bottom:1px solid #F4F4F4;color:#444;}#authornewfeed_menu a{color:#09C;text-decoration:underline;}#authornewfeed_menu img.appicon{position:absolute;float:left;margin-top:3px;*margin-top:0;margin-left:-20px;width:16px;height:16px;}#f_post td{padding-top:15px;padding-bottom:20px;vertical-align:top;}#f_post p,.fastcheck{margin:5px 0;}#f_post .txtarea{margin:-1px 0 0;width:596px;height:120px;border-color:#999 #CCC #CCC #999;border-top:none;overflow:auto;}* html .signatures{height:expression(signature(this));}.t_msgfontfix{min-height:100px;}* html .t_msgfontfix{height:100px;overflow:visible;}.stand_select .postauthor{background:#EBF2F8;}.stand_select .itemtitle,.stand_select .solidline{margin:15px 15px 10px;}.stand_select h2{float:left;}.focus{float:right;position:fixed;bottom:0;z-index:300;right:0;overflow:hidden;padding:8px;width:255px;border:2px solid #CBD8E4;background:#F1F5FA;}* html .focus{position:absolute;top:expression(offsetParent.scrollTop+document.documentElement.clientHeight-this.offsetHeight);}.focus .float_ctrl{margin:0;}.focus .float_ctrl em{font-size:12px;}.focus .shadowline{margin:8px 0 5px;*margin:0;}.detail{text-align:left;}.detail h4{overflow:hidden;white-space:nowrap;margin-bottom:5px;}.detail p{overflow:hidden;height:58px;}.detail img{float:left;margin-right:8px;width:58px;height:58px;}.detail a{color:#444;}.moreinfo{float:right;padding:0 5px 0 15px;background:url(/images/common/notice.gif) no-repeat 0 3px;}.postmenu{width:100px;}#visitedforums_menu{width:140px;}.postmenu li,#visitedforums_menu li{float:left;background:url(/images/common/folder_s.gif) no-repeat 3px 50%;}.postmenu .poll{background-image:url(/images/common/pollsmall.gif);}.postmenu .trade{background-image:url(/images/common/tradesmall.gif);}.postmenu .reward{background-image:url(/images/common/rewardsmall.gif);}.postmenu .activity{background-image:url(/images/common/activitysmall.gif);}.postmenu .debate{background-image:url(/images/common/debatesmall.gif);}.postmenu a,#visitedforums_menu a{display:block;width:75px;border-bottom:1px solid #E6E7E1;padding-left:25px;}.postmenu a:hover,#visitedforums_menu a:hover{text-decoration:none;color:#09C;border-bottom-color:#E3EDF5;}#visitedforums_menu li{background:none;}#visitedforums_menu li a{padding-left:0;width:140px;}#fjump_menu{padding:0 30px 0 10px;}#fjump_menu dl{padding:5px 0;}#fjump_menu dt a{font-weight:700;color:#666;}#fjump_menu dd{padding-left:1em;}#fjump_menu .sub{padding-left:1em;}#fjump_menu .current a{font-weight:700;}#fjump_menu li a{color:#09C;}.userlist{overflow:auto;margin:4px 0;height:220px;}.userlist li{list-style:none;float:left;width:33%;height:1.8em;line-height:1.8em;}#buddies ul{width:400px;}#buddies li{float:left;width:8em;height:1.6em;overflow:hidden;white-space:nowrap;}
\ No newline at end of file
=19:37 2011/4/23
lotus相关文件列表
images/common/ajax-loader.gif
images/common/banner.jpg
images/common/banner2.jpg
images/topic/new.png
images/topic/post.png
stylesheets/jquery-ui-1.8.11.custom.css
stylesheets/style.css
javascripts/jquery-1.5.1.min.js
javascripts/jquery-ui-1.8.11.custom.min.js
images/common
ui-bg_diagonals-thick_18_b81900_40x40.png
ui-bg_diagonals-thick_20_666666_40x40.png
ui-bg_flat_10_000000_40x100.png
ui-bg_glass_100_f6f6f6_1x400.png
ui-bg_glass_100_fdf5ce_1x400.png
ui-bg_glass_65_ffffff_1x400.png
ui-bg_gloss-wave_35_f6a828_500x100.png
ui-bg_highlight-soft_100_eeeeee_1x100.png
ui-bg_highlight-soft_75_ffe45c_1x100.png
ui-icons_222222_256x240.png
ui-icons_228ef1_256x240.png
ui-icons_ef8c08_256x240.png
ui-icons_ffd27a_256x240.png
ui-icons_ffffff_256x240.png
---------------------------------
js css 目录为touhou.cc美工提供的皮肤相关 js css 目录为touhou.cc美工提供的皮肤相关
另外css/ui-lightness里那个css的调用有问题,部分地方调用1.7.1的,而另一些地方调用1.8.11的 另外css/ui-lightness里那个css的调用有问题,部分地方调用1.7.1的,而另一些地方调用1.8.11的
于是我复制了一份改名什么的 于是我复制了一份改名什么的
......
7160 3668
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment