﻿html,body
{
	_overflow-x:hidden;
	_overflow-y:auto;
}
/*新增编辑页顶部固定样式*/
.topdiv
{
    height: 25px;
    background-color: #FAFAFA;
    border-bottom: 2px solid #DEDFE3;
    padding-left: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    _position: absolute;
    _top: expression(eval(eval(document.documentElement.scrollTop)));
}
.topdivnoborder
{
    height: 30px;
    border:0px;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    _position: absolute;
    _top: expression(eval(eval(document.documentElement.scrollTop)));
    background: url(../images/tabbg.jpg);
}
.bottomdiv
{
    height: 40px;
    background-color: #FAFAFA;
    border-top: 2px solid #DEDFE3;
    text-align: center;
    z-index: 500;
    left: 0;
    bottom: 0;
    width: 100%;
    /*position: fixed;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight));
     _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));*/
}
.fixbottom
{
    height:30px;
    text-align: center;
    z-index: 500;
    left: 0;
    bottom: 0;
    width: 100%;
    position: fixed;
    _position: absolute;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
/*returnTop*/

#back-to-top
{
    bottom: 20px;
    overflow: hidden;
    position:fixed;
    _position:absolute;
    z-index: 999;
    display: none;
    right: 20px;
    width:45px;
}
#back-to-top .back-top
{
    background: url("../images/topback.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 37px;
    outline: 0 none;
    text-indent: -9999em;
    width: 35px;
}
#back-to-top .back-top:hover
{
    background-position: -35px 0;
}

.sellpactheader
{
	padding: 5px;
    color: Black;
    font-size: 14px;
    /*font-weight: bold;*/
    height:30px;
    line-height:30px;
    margin:0;
    text-align:center;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    /*background: url("../images/tabletitle.jpg");*/
    vertical-align:middle;
}
.sellpacttable
{
	padding: 5px;
    color: Black;
    font-size: 14px;
    font-weight: bold;
    height:30px;
    line-height:30px;
    margin:0;
    text-align:center;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.blockHeader
{
    padding: 0;
    background: url("../images/tabletitle.jpg") repeat-x;
    color: Black;
    font-size: 14px;
    font-weight: bold;
    height:30px;
    line-height:30px;
    padding-left:5px;
    margin:0;
    text-align:left;
}
.blockHeader th
{
    padding: 0;
    background: url("../images/tabletitle.jpg") repeat-x;
    color: Black;
    font-size: 14px;
    font-weight: bold;
    height:30px;
    line-height:30px;
    padding-left:5px;
    margin:0;
    text-align:left;
}
.blockHeaderr
{
    padding: 0;
    background-color:#C9E6F5;
    color: Black;
    font-size: 14px;
    font-weight: bold;
    height:30px;
    line-height:30px;
    padding-left:5px;
    margin:0;
    text-align:left;
}
.blockHeaderr th
{
    padding: 0;
    background-color:#C9E6F5;
    color: Black;
    font-size: 14px;
    font-weight: bold;
    height:30px;
    line-height:30px;
    padding-left:5px;
    margin:0;
    text-align:left;
}
.tdLabel
{
    color: gray;
    background-color: #f7f7f7;
    border: 1px solid #dedede;
    text-align: right;
    padding-top:3px;
    padding-bottom:3px;
    white-space:nowrap;
    
}
.tdInput
{
    border: 1px solid #dedede;
    text-align:left;
    margin:0;
    padding-left:2px;
}
.tdInputt
{
    border: 1px solid #dedede;
    text-align:left;
    margin:0;
    padding-left:2px;
    white-space:nowrap;
}
.tdInput img
{
  vertical-align:middle;
}
.tdbutton
{
  height:60px;
  text-align:center;
}
.topTitle
{
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    margin-top: 38px;
    margin-bottom: 15px;
}
.dialogTable
{
    margin: 0 auto;
    background-color: #fff;
    text-align:center;
}
