.vDotLine
{
    background-color: transparent;
    background-repeat: repeat-y;
    /*ERK 7.10 REMOVED BACKGROUND IMAGE TO GET RID OF VERTICAL LINES*/
    background-attachment: scroll;
    width: 20px;
    font-size: 1px;
}

.hDotLine/*ERK 7.10 GET A GRADIEND FOR THIS EVENTUALLY*/
{
    /*ERK 7.10 REMOVED BACKGROUND IMAGE TO GET RID OF HORIZONTAL LINES*/
    padding:1px 0;
}