
.tableEvaluation{
    border:1px solid #d0d0d0;
    width: 96%;
    margin-left: 2%;
}
.tableEvaluation th,
.tableEvaluation td{
    height: 30px;
    border: solid #d0d0d0;
    border-width: 0 1px 0 0;
    font-size: 13px;
    text-align: center;
	vertical-align: middle;
}
.tableEvaluation th{
    color: #ffffff;
    background-color: #0f86ce;
}
.tableEvaluation td{
    color: #585858;
    background-color: #ffffff;
}
.tableEvaluation td select{
    color: #585858;
    border: none;
    text-align: center;
}

.row{
    padding: 0.5% 0;
    color: #515151;
    font-size: 13px;
}
.body-content {
	padding-top: 0px;
}
.row button{
    cursor: pointer;
    background-color: #356aad;
    border-radius: 2px;
    border:solid 1px #2b5697 ;
    color: #ffffff;
    padding: 1px 2.5%;
    margin-left: 1%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.row button:hover{
    background-color: #69a3f1;
    border:solid 1px #4f86da ;
}
.row:after{
    display: block;
    content: '';
    clear: both;
}

.contentNav ul{
	padding-left:0px;
}


.contentNav ul li{
	margin-top:20px;
    float: left;
    font-size: 13px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 120px;
    background-color:#eeeeee;
    border-right: solid 1px #c4c4c4;
    border-bottom: solid 1px #c4c4c4;
}
.resultsSummary .contentNav ul li{
    width: 160px;
    border: solid 1px #c4c4c4;
    border-left:none;
}
.resultsSummary .contentNav ul li:first-child{
    border-left:solid 1px #c4c4c4;
}
.contentNav ul li a{
    color: #808080;
}
.contentNav .contentNav-active{
    background-color: #1287d0;
}
.contentNav .contentNav-active a{
    color: #ffffff;
}
.contentNav ul li:hover{
    background-color: #1287d0;
}
.contentNav ul li:hover a{
    color: #ffffff;
}