/* resultsframe.css */

.list_parent
{
    background-color: #5B5C5F;
}


.list_studio
{
    width: 49px; 
    height:13px;
    /*
    background:url("/assets/images/resultsframe/studiobg.png") no-repeat;
    color:#8C939E; 
    font-family:arial,sans-serif;
    font-size:7pt;
    letter-spacing:-1px; 
    text-align:center;
    */
    padding-top:1px;
    margin-top:1px;
    margin-left:0px;  
}

.list_coach
{
    width:34px;
    height:13px; 
    
    /*color:#8C939E; 
    font-family:arial,sans-serif;
    font-size:7pt;
    letter-spacing:-1px; 
    text-align:center;
    */
    padding-top:1px;
    margin-top:1px;
    margin-left:2px;
}

.studentLastName,
.infoStudentLastName
{
    color:#8C939E; 
    font-family:arial,sans-serif;
    font-size:7pt; 
    text-align: right; 
    text-transform: uppercase;
}

.studentLastName {
    width: 68px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.studentFirstName,
.infoStudentFirstName
{
    
    color:#8C939E; 
    font-family:arial,sans-serif;
    font-size:9pt; 
    text-align:left; 
    text-transform:uppercase;
    font-weight:bold; 
    margin-left:5px;   
}

.studentFirstName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 87px;
}


#lessonDescriptionBox .infoStudentFirstName,
#lessonDescriptionBox .infoStudentLastName {
    line-height: 20px;
    vertical-align: bottom;
}

