﻿body {
}

.AlleyPanel
{
    border-width: 5px;
    border-style: outset;
    width: 256px;
    text-align: center;
}

.AlleyInnerPanel
{
    width: 254px;
    height: 320px;
}

.AlleyTable
{
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
    background-image: url('Images/Normal.jpg');
}

.AlleyInnerTable
{
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
}

.AlleyTableHeader
{
    background-image: url('Images/Dark.png');
    color: White;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
}

.AlleyTableItemEven
{
     color: White;
     font-family: Arial;
     font-size:14px;
     text-align:left;
}

.AlleyTableItemOdd
{
     background-image: url('Images/Light.png');
     color: White;
     font-family: Arial;
     font-size:14px;
     text-align:left;
}

.AlleyActivityCellEven
{
    width: 20px;
    color: White;
    font-weight: bold;
}

.AlleyActivityCellOdd
{
    width: 20px;
    color: White;
    font-weight: bold;
}

.AlleyNameCellEven
{
    width: 204px;
    color: White;
}

.AlleyNameCellOdd
{
    width: 204px;
    color: White;
}

.AlleyInfoCellEven
{
    width: 20px;
    color: White;
}

.AlleyInfoCellOdd
{
    width: 20px;
    color: White;
}

.AlleyViewCellEven
{
    width: 20px;
    color: White;
}

.AlleyViewCellOdd
{
    width: 20px;
    color: White;
}

.AlleyInfoPopupPanel
{
    background-image: url('Images/Normal.jpg');
    border-width: 5px;
    border-style: outset;
    padding: 5px;
}

.AlleyInfoTextbox
{
    background-color: transparent;
    color: White;
    border: none;
    padding: 5px;
}
