﻿.TopTitle {
    height: 40px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    background-color: #FF9000;
}

    .TopTitle font {
        color: White;
        font-size: 18px;
        font-weight: bold;
    }

#divUCardSearch {
    margin-top: 20px;
}

    #divUCardSearch table {
        width: 95%;
        margin: 0px auto;
    }

    #divUCardSearch tr {
        height: 30px;
        width: 100%;
    }

        #divUCardSearch tr th {
            width: 100%;
            text-align: left;
            font-size: 14px;
        }

        #divUCardSearch tr td {
            width: 100%;
            text-align: left;
            margin-left: 10px;
        }

            #divUCardSearch tr td input[type="text"] {
                height: 25px;
                width: 90%;
                line-height: 25px;
                padding-left: 5px;
            }

            #divUCardSearch tr td input[type="password"] {
                height: 25px;
                line-height: 25px;
                padding-left: 5px;
                width: 90%;
            }

            #divUCardSearch tr td input[type="text"].short {
                width: 40%;
            }

.RandomImage {
    vertical-align: middle;
}

#divUCardSearchResult table {
    width: 95%;
    margin: 0px auto;
}

#divUCardSearchResult tr {
    width: 100%;
}

    #divUCardSearchResult tr th {
        width: 100%;
        text-align: left;
        font-size: 14px;
    }

    #divUCardSearchResult tr td {
        text-align: left;
        margin-left: 10px;
    }

.ListTitle {
    height: 30px;
    width: 95%;
    margin: 0px auto;
    margin-bottom: 5px;
}

    .ListTitle font {
        display: block;
        height: 30px;
        font-size: 12px;
        color: Orange;
        font-weight: bold;
        line-height: 40px;
    }

.ListInfo {
    height: 40px;
    width: 95%;
    margin: 0px auto;
}

    .ListInfo p {
        height: 40px;
        line-height: 20px;
        width: 100%;
        background-color: #F4F3F2;
    }

        .ListInfo p.other {
            height: 40px;
            line-height: 20px;
            width: 100%;
            background-color: #D4D0C8;
        }

        .ListInfo p span {
            margin-left: 10%;
        }

        .ListInfo p font {
            color: #FFAA24;
            font-weight: bold;
            margin-left: 10px;
            margin-right: 5px;
        }

.TabCardType {
    height: 38px;
    border: 1px solid #FF9000;
    width: 95%;
    margin: 20px auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .TabCardType li {
        line-height: 38px;
        float: left;
        height: 38px;
        cursor: pointer;
        font-size: 14px;
        width: 50%;
        text-align: center;
    }

        .TabCardType li a {
            height: 38px;
            width: 100%;
            display: block;
        }

        .TabCardType li.Cur {
            background: #FF9000;
            color: white;
        }
