﻿/*
Viewthread.css Offical Style for Discuz!(R)
URL: http://www.discuz.net
(C) 2001-2007 Comsenz Inc.
<style type="text/css">
*/


/*Viewthread*/

.viewthread {
    padding-bottom: 1px;
}

.viewthread table,
#pmprompt table,
#forumlinks,
#pmlist,
#specialpost,
#newpost,
#editpost {
    table-layout: fixed;
}

.viewthread ins,
.mainbox ins {
    display: block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 1px;
    background: #F7F7F7;
    border-bottom: 1px solid #CAD9EA;
    line-height: 26px;
}

ins.logininfo {
    background: #FFFFFF;
    padding: 2px 5px;
    line-height: 22px;
    color: #666;
    text-align: left;
    border: none;
}

.viewthread ins,
.viewthread ins a {
    color: #090;
}

.viewthread td.postcontent,
.viewthread td.postauthor {
    vertical-align: top;
    padding: 0 1px;
    border: none;
    overflow: hidden;
    background: #FFF;
}

.postinfo {
    color: #666;
    border-bottom: 1px solid #CAD9EA;
    padding: 0 5px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
}

.postinfo strong,
.postinfo em {
    float: right;
    line-height: 26px !important;
    cursor: pointer;
    padding: 0 3px;
    color: #069;
}

.postinfo strong {
    margin-left: 5px;
    color: #090;
    font-weight: bold;
}

* html .postinfo strong {
    margin-top: -2px;
}

.postinfo strong sup {
    font-weight: normal;
    margin-left: 1px;
    color: #999;
}

.postinfo a {
    color: #069;
}

.postinfo label {
    color: #090;
    cursor: pointer;
}

.postmessage {
    padding: 10px;
    overflow-x: hidden;
}

.postmessage *,
.pmmessage *,
.register * {
    line-height: normal;
}

.postmessage h2 {
    font-size: 1.17em;
    margin-bottom: 0.5em;
}

.t_msgfont,
.t_msgfont td {
    font-size: 14px;
    line-height: 1.6em;
}

.t_smallfont,
.t_smallfont td {
    font-size: 12px;
    line-height: 1.6em;
}

.t_bigfont,
.t_bigfont td {
    font-size: 16px;
    line-height: 1.6em;
}

.t_msgfont *,
.t_smallfont *,
.t_bigfont * {
    line-height: normal;
}

.t_msgfont a,
.t_smallfont a,
.t_bigfont a {
    color: #069;
}

.postratings {
    float: right;
}

.signatures {
    overflow: hidden;
    margin: 10px;
    padding-top: 20px;
    color: #666;
    line-height: 1.6em;
    background: url(../images/sigline.gif) no-repeat 0 0;
}

.signatures * {
    line-height: normal;
}

.signatures strong {
    font-weight: bold;
}

.postactions {
    border-top: 1px solid #E8E8E8;
    background: #F7F7F7;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
}

.postactions strong {
    cursor: pointer;
}

.postactions input {
    float: right;
    margin: 5px 0 0 5px;
}

.postactions p {
    float: right;
}

.postmessage .box {
    border-width: 0;
    margin: 5px 0;
}

.postmessage .typeoption {
    width: 500px;
}

.typeoption tbody th {
    width: 100px;
}

.typeoption tbody td,
.typeoption tbody th {
    border-top: 0px;
    border-bottom: 1px dashed #E8E8E8;
}

.postmessage .box tbody th,
.postmessage .box tbody td {
    border-top-color: #E8E8E8;
}

.postmessage fieldset {
    font-size: 12px;
    width: 600px;
    padding: 10px;
    border: 1px solid #CAD9EA;
    margin-top: 2em;
}

.postmessage fieldset li {
    color: #999;
    line-height: 1.6em;
}

.postmessage fieldset li cite,
.postmessage fieldset li em {
    margin: auto 10px;
}

.t_msgfont li,
.t_bigfont li,
.t_smallfont li,
.faq li {
    margin-left: 2em;
}

.postattach {
    width: 600px;
    margin: 10px 0;
}

.postattachlist {
    width: 600px;
    font-size: 12px;
    margin-top: 2em;
}

.t_attach {
    border: 1px solid #E8E8E8;
    background: #FFF;
    font-size: 12px;
    padding: 5px;
}

.t_attach em {
    color: #999;
}

.t_attachlist {
    border-bottom: 1px dashed #E8E8E8;
    padding: 5px 0;
}

.t_attachlist dt {
    font-weight: bold;
    font-size: 14px;
}

.t_attachlist dt img {
    margin-bottom: -4px;
}

.t_attachlist dd {
    padding-left: 25px;
    color: #999;
}

.t_attachinsert {
    margin: 1em 0;
    font-size: 12px;
}

.t_attachinsert p img {
    margin-bottom: -4px;
}

.t_table {
    border: 1px solid #CAD9EA;
    empty-cells: show;
    border-collapse: collapse;
}

.t_table td {
    padding: 4px;
    border: 1px solid #CAD9EA;
    overflow: hidden;
}


/* Discuz! Code */


/*CODE & Quote*/

.blockcode,
.quote {
    font-size: 12px;
    margin: 10px 20px;
    border: solid #CAD9EA;
    border-width: 4px 1px 1px;
    background: #FFF;
    background-repeat: repeat-x;
    background-position: 0 0;
    overflow: hidden;
}

.blockcode h5,
.quote h5 {
    border: 1px solid;
    border-color: #FFF #FFF #CAD9EA #FFF;
    line-height: 26px;
    padding-left: 5px;
    color: #666;
}

.blockcode code,
.quote blockquote {
    margin: 1em 1em 1em 3em;
    line-height: 1.6em;
}

.blockcode code {
    font: 14px/1.4em "Courier New", Courier, monospace;
    display: block;
    padding: 5px;
}

.blockcode em {
    float: right;
    line-height: 1em;
    padding: 10px 10px 0 0;
    color: #666;
    font-size: 12px;
    cursor: pointer;
    padding-top: 5px;
}

p.posttags {
    margin: 2em 0em 0.5em 0em;
}

p.posttags a,
.footoperation span.posttags a {
    color: #F00;
    font-weight: bold;
    margin: 0 4px;
}

p.posttags .postkeywords a,
{
    color: #090;
}

.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 #EDEDCE;
}

.mainbox td.postauthor {
    width: 180px;
    background: #E8F3FD;
    padding: 5px;
    overflow: hidden;
}

.postauthor cite {
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #CAD9EA;
    height: 21px;
    overflow: hidden;
    margin-bottom: 5px;
}

.postauthor cite label a {
    float: right;
    padding: 3px;
}

div.avatar {
    margin: 5px;
    text-align: center;
    width: 160px;
    overflow: hidden
}

.postauthor dt {
    float: left;
    margin-right: 0.5em;
    color: #666;
}

.postauthor dd,
.postauthor dt {
    height: 1.6em;
    line-height: 1.6em;
}

.postauthor dd {
    overflow: hidden;
}

.postauthor p {
    margin: 0 10px;
}

.postauthor p.customstatus {
    color: #666
}

.postauthor p em,
.postauthor dt em {
    color: #090;
}

.postauthor ul {
    margin: 5px 10px;
    line-height: 1.6em;
    overflow: hidden;
}

.postauthor li {
    text-indent: 22px;
    width: 49.5%;
    height: 1.6em;
    overflow: hidden;
    float: left;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.postauthor li.pm {
    background-image: url(../images/buddy_sendpm.gif);
}

.postauthor li.buddy {
    background-image: url(../images/user_add.gif);
}

.postauthor li.space {
    background-image: url(../images/forumlink.gif);
}

.postauthor li.online {
    background-image: url(../images/user_online.gif);
    color: #090;
}

.postauthor li.offline {
    color: #666;
    background-image: url(../images/user_offline.gif);
}

.postauthor li.magic {
    background-image: url(../images/magic.gif);
}

.postauthor dl.profile,
.postauthor div.bio {
    margin: 5px 10px;
    padding-top: 5px;
}

.taglinks {
    margin: 10px;
    border-top: 1px dashed #CAD9EA;
    overflow: hidden;
}

.taglinks div {
    float: left;
    width: 33%;
}

.taglinks div h4 {
    height: 30px;
    line-height: 30px;
    text-indent: 14px;
}

.taglinks div h4 a {
    color: #069
}

.taglinks div ul {
    border-right: 1px dashed #CAD9EA;
    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;
}

.taglinks div li a:hover {
    color: #069
}

.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;
}
