﻿/* Specific style sheet reversals...
 These are Required to reverse the style sheet setting that come from YOL
*/
.gridClass img
{
    display: inline;    
}

.gridClass table td
{ 
    border: none;
    font-weight: normal;
    color:Black;
    padding:0px
}

.gridClass table th
{ 
    border: none;
    font-weight: normal;
    color:Black;
}

.gridClass table 
{ 
    border: none;
}

.gridClass th div
{ 
    border: none;
    font-weight: normal;
    color:Black;
}

