table.table-expandable > tbody > tr:nth-child(odd)
{
    cursor: pointer;
}
table.table-expandable > thead > tr > th
{
    font-size: 16px;
}

.content td table thead tr th
{
    font-size: 13px;
}

.content td table tbody tr td
{
    font-size: 12px;
}


table.table-expandable > tbody > tr div.table-expandable-arrow
{
    background: transparent url(../images/arrows.png) no-repeat scroll 0px -16px;
    width: 16px;
    height: 16px;
    display: block;
}

table.table-expandable > tbody > tr div.table-expandable-arrow.up
{
    background-position: 0px 0px;
}

.trcolorone
{
    /* background: #E8FCF1;*/
    font-size: 13px;
    font-weight: bold;
}
.trcolortwo
{
    /*background: #EeEeEe;*/
    font-size: 13px;
    font-weight: bold;
}
.fontClass
{
    font-size: 16px;
    font-weight: bold;
    background-color: #2EA9F8;
    border: 1px solid #2EA9F8;
    color: White;
}
.td-content
{
    border: 1px solid #2EA9F8;
}

