﻿a
{
    text-decoration: none;
    font-size: smaller;
    font-family: 宋体;
    font-size: 12px;
}
/*外框*/
.mainContainer
{
    text-align: center;
    font-family: 宋体;
    font-size: 12px;
}
/*主题外框*/
.topicContainer
{
}
.topicContainer table
{
    background-color: #E2F4FA;
    width: 800px;
    margin: 0;
    border-collapse: collapse;
}
.topicContainer table td a
{
    text-decoration: none;
    font-size: smaller;
    font-family: 宋体;
    font-size: 12px;
    color: Black;
}
.topicContainer table td a:hover
{
    text-decoration: none;
    font-size: smaller;
    font-family: 宋体;
    font-size: 12px;
    color: #33CCFF;
}
.topicContainer table td
{
    width: 33%;
    text-align: center;
    border-style: inset;
    border-width: 1px;
}
/*新增主题容器*/
.blog_tp_newTopic
{
}
/*新增主题按钮*/
.blog_tp_newTopic_btn
{
    background: url(image/fqtp.gif);
    width: 79px;
    height: 18px;
    display: inline-block;
}
/*编辑主题容器*/
.topicEdit
{
    font-style: normal;
    font-family: Verdana, Arial;
    color: #4c6b89;
    font-size: 12px;
}
/*编辑主题按钮*/
.topicEditBtn
{
    background: url(image/topicEditBtn.gif);
    width: 79px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
/*删除主题容器*/
.topicDelete
{
}
/*删除主题按钮*/
.topicDeleteBtn
{
    background: url(image/topicDeleteBtn.gif);
    width: 79px;
    height: 30px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}
/*投票按钮*/
.topicSubmitBtn
{
    background: url(image/tp.gif);
    width: 61px;
    height: 30px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}
/*投票项外框*/
.optContainer
{
    background-color: #E2F4FA;
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-color: #4C6B89;
    text-align:center;
}
.optContainer td
{
    margin: 0 auto;
    text-align: center;
    width: 400px;
    word-wrap: break-word;
    word-break: break-all;
    border-color: #4C6B89;
    border-collapse: collapse;
}

/*新增投票项容器*/
.optNew
{
    text-align: center;
}
.optNew a
{
    background: url(image/add-ol.gif);
    width: 60px;
    height: 20px;
    display: inline-block;
}
/*新增投票项按钮*/
.optNewBtn
{
}
/*编辑投票项容器*/
.optEdit
{
    width: 100px;
}
/*编辑投票项按钮*/
.optEditBtn
{
    background: url(image/bianji_bbs.gif);
    width: 61px;
    height: 18px;
    display: inline-block;
}
/*删除投票项容器*/
.optDelete
{
    width: 100px;
}
/*删除投票项按钮*/
.optDeleteBtn
{
    background: url(image/delete.gif);
    width: 61px;
    height: 18px;
    display: inline-block;
}

/*显示弹出框*/
.showWindow
{
    top: 60%;
    left: 40%;
    position: absolute;
    display: block;
    border: solid 1px black;
    background-color: White;
    font-family: 宋体;
    font-size: 12px;
}
.showWindow a
{
    color: Red;
}
/*隐藏弹出框*/
.hideWindow
{
    top: 40%;
    left: 40%;
    position: absolute;
    display: none;
    border: solid 1px black;
    background-color: White;
    font-family: 宋体;
    font-size: 12px;
}
/*详细页外框*/

/*.topicContainer_body
{
    margin: 0;
}

.topicContainer_body table
{
    background-color: #E2F4FA;
    margin: 0 auto;
}
.topicContainer_body table td a
{
    text-decoration: none;
    font-size: smaller;
    font-family: 宋体;
    font-size: 12px;
    color: Black;
}
.topicContainer_body table td a:hover
{
    text-decoration: none;
    font-size: smaller;
    font-family: 宋体;
    font-size: 12px;
    color: #33CCFF;
}
.topicContainer_body table td
{
    padding: 0;
    text-align: center;
    border: solid 1px black;
}
.topicContainer_body table td table td
{
    padding: 0;
    text-align: center;
    border: solid 1px black;
}*/
.look_btn
{
    background: url(image/Look.gif);
    width: 61px;
    height: 18px;
    display: inline-block;
}

