﻿.grid
{
    border: 1px solid #111;
    white-space: normal;
}

.header-Row
{
    border-bottom: 1px solid #666;
    background-color: #eeff55;
}

.Row
{
    border-bottom: 1px dotted #888;
}

.Row:hover
{
    background-color: #eee;
}

.Price
{
    color: Red;
}

.BranchName
{
    white-space: nowrap;
}
.LevelNo
{
    white-space: nowrap;
}
.Title
{
    white-space: nowrap;
}
.red
{
    color: Red;
}
.yellow
{
    background-color: Yellow;
}
.blue
{
    background-image: url("right-1px.jpg");
    background-repeat: repeat-x;
    height: 100px;
    width: 250px;
    text-align: center;
}
.green
{
    background-image: url("left-1px.jpg");
    background-repeat: repeat-x;
    width: 250;
    height: 100px;
    text-align: center;
}
.mid
{
    background-image: url(title-middle.jpg);
    background-repeat: no-repeat;
    width: 460px;
    height: 100px;
}
.noSpace
{
    margin: 0;
    padding: 0;
}
