﻿.path_nav
{
    width: 100%;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    padding-left:10px;
    display:inline-block;
    text-align:left;
}

.docErrorEdit
{
    width:702px;
    height:350px;
    border:1px solid #D8D8D8;
    padding:25px;
    margin:20px auto;
    text-align:left;
}
.errordl
{
    width:650px;
    height:300px;
    margin:0 auto;    
}
.errordd
{
    width:100%;
    height:auto;  
    margin:10px 0;
}
.docErrorEdit .left
{
    width:90px;
    height:auto;
    font-size:14px;
    color:#616161;
    line-height:25px;
    text-align:left;
    float:left;
    overflow:hidden;
}
.docErrorEdit .right
{
    width:540px;
    height:auto;
    line-height:25px;
    font-size:14px;
    color:#333333;
    float:left;
}
.docErrorEdit a.doctitle
{
    font-size:14px;
    text-decoration:none;
    color:#186B96;
}
.docErrorEdit a.doctitle:hover
{
    text-decoration:none;
}
.errortextarea
{
    width:550px;
    height:160px;
    border:1px solid #B5B5B5;
}
.erroraward
{
    width:auto;
    height:auto;
    margin-top:5px;
}
.errorsumbmit
{
    width:100%;
    height:auto;
    margin:10px 0;
    text-align:center;
}
a.btnsumbmit
{
    width:133px;
    height:36px;
    background:url(/ShowSkins/18show/Images/Public/companybutton.png);
    text-align:center;
    text-decoration:none;
    color:#fff;
    line-height:36px;
    font-size:14px;
    display:inline-block;
}
a.btnsumbmit:hover
{
    background:url(/ShowSkins/18show/Images/Public/companybutton.png) 0 -39px;
    text-decoration:none;
}


.selectobj
{
    width:100px;
    height:23px;
    line-height:23px;
    position:relative;
    text-align:left;
    background:url(/ShowSkins/18show/Images/Public/downlistbg.png);
    text-indent:10px;
    float:left;
    color:#333333;
    z-index:10;
    display:inline;
    cursor:pointer;
    margin-right:10px;
}

.selectobj-over
{
    background:url(/ShowSkins/18show/Images/Public/downlistbg.png) 0 -24px;
}

.selectobj .selectlist
{
    width:180px;
    padding:5px;
    border:1px solid #B5B5B5;
    background:#fff;
    overflow:hidden;
    position:absolute;
    top:22px;
    left:0;
    display:none;
}
.selectobj dl
{
    width:100%;
    list-style:none;
    padding:0;
    margin:0;
    text-indent:0;
}
.selectobj dl dd,
.selectobj dl dt
{
    margin:0;
    padding:0;
    float:left;
    margin-right:10px;
    overflow:hidden;
    white-space:nowrap;
    cursor:default;
}
.selectobj dl dt
{
    width:100%;
    color:#D27530;
    font-weight:700;
    margin-right:0;
}
.docNavigation
{
    width:100%;
    height:30px;
    line-height:30px;
    text-align:left;   
}
.docNavigation a
{
    color:#186B96;
    font-size:12px;
    margin:0 5px;
}
.docNavigation label
{
    color:#333;
    margin:0 5px;
}