body{
    margin:0;
}
/*#body_div{*/
    /*border:1px solid #CCC;*/
    /*padding:5px;*/
/*}*/
.crumbsDiv{
    padding:5px 0;
}
.self_searchDiv{
    padding:8px 0;
}
.labelSearchBtn{
    display: inline-block;
    background: url(PublicServerresourcesimageserch.jpg) no-repeat 0 0;
    width: 49px;
    padding: 0;
    height: 23px;
    border: 0;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 2px;
}
#withoutDataDiv{
    text-align: center;
}

.dataDiv{
    min-height:494px;
}
.dataDiv table{
    table-layout:fixed;
    width:100%;
}
.dataDiv td{
    -ms-word-break: break-all;
    word-break: break-all;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    height:30px;
}
.dataDiv table thead tr{
    background-color:#F6F6F6;
    color: #fb9247;
}
.dataDiv tbody tr:not(:last-child) td{
    border-bottom:1px dashed #CCC;
}