.tdImage {
    width: 50px;
    text-align: center;
}

.tdCreateDate{
    width: 120px;
}

.tdName {
    width: 120px;
}

.tdTerminal {
     width: 70px;
}

.tdArea {
    width: 50px;
}

.thTop {
    vertical-align: top !important;
}

.tdMultipleButtonAction {
    width: 220px ;
}

.tdSingleButtonAction {
    width: 80px;
    text-align: center;
}

.tdTwoButtonAction {
    width: 120px;
    text-align: center;
}

.tdContent {
}

.tdEnable {
    width: 30px;
    text-align: center;

}

.hover_img a { position:relative; }
.hover_img a span {
    position:absolute;
    display:none;
    z-index:99;
    left: 50%;
    top: 50%;
    padding-left: -150px;
    padding-top: -150px;
    margin-left: -25px;
    margin-top: -50px;
}
.hover_img a:hover span { display:block; }

.loading_image {
    position:absolute;
    display:none;
    z-index:99;
    left: 50%;
    top: 45%;
}

.loading_image img{
    width: 30px;
    height: 30px;
}

.img-40x40{
    width: 40px;
    height: 40px;
}

.img-maxWidth{
    width: 250px;
    height: auto;
}

.img-detailWidth {
    width: 350px;
    height: auto;
}

.smallButton img {
    height: 14px;
    width: 14px;
}

.smallButton {
    border: 1px solid #cdcdcd;
    /*background: url('/images/buttons/titleBg.png') repeat-x 0 0;*/
    padding: 5px 5px;
    display: inline-block;
    cursor: pointer;
}
.smallButton:hover {
    background: #f6f6f6;
}

.smallButton:active {
    background: #f2f2f2;
}

.note {
    /*float: left;*/
    color: #999;
    padding: 4px 0px 0px 0px;
    font-size: 11px;
}

@media (max-width: 767px) {
    .tdCreateDate{
        width: 60px;
    }

    .tdName {
        width: 50px;
    }

    .tdContent {
        width: 200px;
    }

    .tdTerminal {
        width: 50px;
    }

    .tdMultipleButtonAction {
        width: 100px ;
    }
}