div.faceToface {
    margin: 0 17px;
}

    div.faceToface div.row {
        display: inline-block;
        margin-bottom: 10px;
        width: 100%;
    }

        div.faceToface div.row div.cell-left, div.faceToface div.row div.cell-right {
            float: left;
            width: 50%;
            text-align: left;
        }

            div.faceToface div.row div.cell-left div.periods, div.faceToface div.row div.cell-right div.periods {
                margin-top: 5px;
            }

            div.faceToface div.row div.cell-left span.label, div.faceToface div.row div.cell-right span.label {
                display: block;
                margin-bottom: 5px;
            }

        div.faceToface div.row div.cell-right {
            float: right;
        }

        div.faceToface div.row table td input.generalTextBoxYear {
            text-align: center;
        }

div.bmManagement {
    /*height: 30px;*/
    margin: 0 0 18px 0px;
    text-align: left;
    
}

    div.bmManagement div.presentationArea {
        width: 180px;
        display: inline-block;
        margin-left: 15px;
        background:linear-gradient(to bottom, #248f5f 0%,#075d38 100%);
        padding:5px 5px 8px 5px;
        color:white;
        text-align:center;
        border-radius: 10px;
        margin-top:5px;
    }

    div#downPart-master div#content div[id$="AnnualBenchmarkTab"] .title, 
    div#downPart-master div#content div[id$="QuarterlyScorecardTab"] .title,
    div#downPart-master div#content div[id$="HeadToHeadTab"] .title,
    div#downPart-master div#content div[id$="TournamentTab"] .title {
        margin-top:30px;
        margin-bottom:0px;
    }
        div.bmManagement div.presentationArea span {
            /*padding: 10px 0 0;*/
            font-weight: bold;
            vertical-align:middle;
            /*display: inline-block;
            float: left;*/
        }

        div.bmManagement div.presentationArea span.arrow {
            background: url("../images/user/image_next.png") no-repeat scroll center center transparent;
            /*display: inline-block;*/
            display:none;
            float: right;
            height: 25px;
            /*margin: 6px 10px 0 0;*/
            width: 25px;
        }

        div.bmManagement div.presentationArea div.hidden {
            display: none;
            background: url("../images/user/image_next_hover.png") center center no-repeat;
        }

        div.bmManagement div.presentationArea:hover {
            cursor: pointer;
            background: linear-gradient(to bottom, #75c7a2 0%,#248f5f 100%);
        }

            div.bmManagement div.presentationArea:hover span {
                /*color: #4887b1;*/
            }

            div.bmManagement div.presentationArea:hover span.arrow {
                /*background: url("../images/user/image_next_hover.png") center center no-repeat;*/
            }

    div.bmManagement div.periodSelection {
        display: inline-block;
    }

        div.bmManagement div.periodSelection input[type="radio"] {
            border: medium none;
            margin: 11px 5px 0 8px;
            vertical-align: bottom;
            width: auto;
        }

div.ViewDatabase {
    padding-left: 0;
}

    div.ViewDatabase div.tab-item > div:last-child {
        /*margin-left: 321px;*/
        overflow-x: hidden;
        overflow-y: hidden;
        width: 506px;
    }

    div.ViewDatabase div.tab-item td {
        /*padding: 5px !important;*/
    }

    div.ViewDatabase div.tab-item table tr th, div.ViewDatabase div.tab-item table tr td {
        padding-left: 0;
    }

    div.ViewDatabase div.tab-item th {
        width: 100px;
    }

        div.ViewDatabase div.tab-item td.first, div.ViewDatabase div.tab-item th.first {
            /*width: 320px;
            position: absolute;
            left: 0;*/
        }

        div.ViewDatabase div.tab-item th.first {
            height: 17px;
            background-color: #4b87b1;
        }

    div.ViewDatabase div.tab-item td.first {
        background-color: white;
    }

div.ViewDatabase div.tab-item table {
    /*table-layout: fixed;*/
}

.noselection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.propNames {
    float:left;
    border-left:1px solid black !important;
    border-bottom:1px solid black !important;
    border-top:1px solid black !important;
    border-right-width:0 !important;
}