/**
 * 公用样式
 * add file: zhongfj 2018-01-15
 */


/* 模拟超链接样式 */
.tda {
    color: #428bca;
    text-decoration: none;
}

.tda:hover, .tda:focus {
    color: #2a6496;
    text-decoration: underline;
    cursor: pointer
}

.tda:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.select-hight-width {
    height: 26px;
    width: 156px;
    background-color: rgb(255, 255, 255);
}
