﻿/*************** 表格样式 ****************/
.ErrorCode
{
    width: 160px;
    font-family: Verdana;
    font-size: 12px;
    color: #0099CC;
    font-weight: bold;
    display: inline-block;
}
.mytable
{
    width: 100%;
    border-left: #C8B9AE solid 1px;
    border-top: #C8B9AE solid 1px;
    border-collapse: collapse;
    border-top-color: #C0C0C0;
    border-left-color: #C0C0C0;
    margin-top: 0px;
}
.mytable td
{
    padding: 8px 5px 8px 5px;
    border-right: #C8B9AE solid 1px;
    border-bottom: #C8B9AE solid 1px;
    border-right-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
}
.mytable th
{
    border-right: #C8B9AE solid 1px;
    border-bottom: #C8B9AE solid 1px;
    padding: 8px 5px 8px 5px;
    border-right-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
    background-color: #E3E3E3;
}


.updateinfo
{
    font-size: 12px;
    color: #999999;
    padding: 2px 9px 2px 3px;
    margin: 8px 0px 0px 10px;
}
.titleB
{
    font-size: 24px;
    font-weight: bold;
    padding: 9px 3px 9px 3px;
    margin: 5px 0px 0px 10px;
    color: Navy;
    border-bottom: solid 2px #abcdef;
    font-family: "黑体";
}

.faq_body {width: 980px; text-align: left; margin:5px auto 5px auto; background:#ffffff;}

.errorContent
{
    line-height: 1.4em;
    padding: 5px;
    margin: 0px 10px 10px 30px;
}
.searchBar
{
    /*background-position: #ABCBFA;*/
    line-height: 48px;
    /*padding: 10px;*/
    /*margin: 10px 10px 10px 5px;*/
    /*background: #CDE0FC;*/
}
.bbsUrl
{
    margin: 10px 30px 10px 30px;
}
.bbsUrl a
{
    color: Maroon;
    text-decoration: none;
}
.bbsUrl a
{
    color: Red;
    text-decoration: underline;
}

#Pager2
{
    margin: 5px 10px 10px 30px;
    line-height: 2em;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #99CCFF;
}

#ErrorList
{
    margin: 20px 10px 5px 30px;
    list-style-type: armenian;
    list-style-position: outside;
}
#ErrorList li
{
    line-height: 2em;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
#ErrorList a
{
    font-size: 14px;
    color: #336699;
    text-decoration: none;
}
#ErrorList a:hover
{
    color: #FF9900;
    text-decoration: underline;
}

#Pager2 a
{
    border: 1px solid #0099CC;
    color: #3366CC;
    padding: 2px 3px 2px 3px;
}
