﻿.twrap {
    padding: 7px;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    width: 97%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 5px;
}

.leftInner {
    background-position: -1px -1px;
    margin: 5px 15px 5px 5px;
    width: 78px;
    height: 78px;
    float: left;
    background-repeat: no-repeat;
}

.rightInner h1 {
    border: 1px solid #C0C0C0;
    padding: 3px;
    text-align: center;
    font-size: large;
    margin-left: 100px;
    background-color: #F5F5F5;
}

    .rightInner h1 a {
        color: #4E6176;
        text-decoration: none;
    }

.tform {
    font-size: small;
    padding-left: 122px;
}

.info {
    color: #445153;
    font-family: tahoma;
    text-indent: 15px;
    padding-top: 7px;
    font-size: 13px;
}

#allcount {
    border: 1px solid #C0C0C0;
    margin: 5px;
    padding: 4px 20px 4px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #EBF4FE;
    color: #6A78B7;
    font-weight: bolder;
    font-size: small;
}

.empty td {
    margin: 20px;
    padding: 20px;
    font-size: 15px;
    color: #373737;
    text-align: center;
    font-family: 'trebuchet MS';
}

#searchTeams {
    padding-left: 20px;
}

    #searchTeams input, #searchTeams a {
        position: relative;
        bottom: 20px;
        font-family: tahoma;
    }

    #searchTeams input {
        padding: 2px;
        width: 200px;
    }

    #searchTeams a {
        bottom: 17px;
        margin-left: 12px;
        text-decoration: none;
        color: #5975A4;
        cursor: pointer;
    }

        #searchTeams a:hover {
            text-decoration: underline;
        }
