.grid
{
    border: solid 1px #888888;
    border-collapse: collapse;
}

/* <Border settings> */
table.grid tr td,
table.grid tr th
{
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #888888;
}

table.grid tr td.grid_menu_bottom
{
    border-top-style: solid;
    border-top-width: 1px;
}
/* </Border settings> */

/* <Empty grid style> */
table.grid tr td.emplygrid
{
    background-color: #F8F8F8;
    color: #828282;
    height: 200px;
    text-align: center;
    vertical-align: middle;
}
/* <Empty grid style> */

/* <Grid Menu> */
table.grid tr td.grid_menu
{
    background-color: #CEDEDE;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #000000;
}

table.grid tr td.grid_menu a
{
    color: #000000;
}
/* </Grid Menu> */

/* <Grid Head> */

table.grid tr th.even
{
    background-color: #FFCC33;
    color: #333300;
}
table.grid tr th.odd
{
    background-color: #FFCC33;
    color: #333300;
}
/* Grid head links */
table.grid tr th.odd a:hover,
table.grid tr th.odd a:active,
table.grid tr th.even a:hover,
table.grid tr th.even a:active
{
    color: #333300;
}
table.grid tr th.even a,
table.grid tr th.even a:visited,
table.grid tr th.odd a,
table.grid tr th.odd a:visited
{
    color: #333300;
}
/* </Grid Head> */

/* <Rows> */
table.grid tr.highlited td
{
    background-color: #FFDEAD !important;
    color: #FFFFFF;
}

/* Common cell style */
table.grid tr td
{
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

/* Even row, odd column style */
table.grid tr.even td.odd
{
    background-color: #FFFFFF;
    color: #000000;
}

/* Even row, even column style */
table.grid tr.even td.even
{
    background-color: #FFFFFF;
    color: #000000;
}

/* Odd row, odd column style */
table.grid tr.odd td.odd
{
    background-color: #FFEFBE;
    color: #000000;
}

/* Odd row, Even column style */
table.grid tr.odd td.even
{
    background-color: #FFEFBE;
    color: #000000;
}

/* Odd row style */
table.grid tr.odd
{
    background-color: #FFFFFF;
    color: #000000;
}

/* Even row style */
table.grid tr.even
{
    background-color: #FFFFFF;
    color: #000000;
}
/* </Rows> */

table.grid a,
table.grid a:visited
{
    color: #FF6633;
}

table.grid a:hover,
table.grid a:active
{
    color: #FF6633;
}

table.grid tr.editor_buttons td
{
    border-top-style: solid;
    border-top-width: 1px;
}

