﻿body 
{
    font-family:Arial;
}

.graycat
{
    color:gray;
}

a
{
    text-decoration:none;
    color:blue;
}

a.cat
{
    text-decoration:none;
    color:black;
}

a.cat:hover
{
    background-color:#555555;
    color:White;
}

span.cat
{
    padding:3px;
    width:150px;
    display:block;
    border-bottom:solid 1px gray;
}

span.cat:hover
{
    background-color:#555555;
    color:White;
}

.ReorderControl
{
    background-color: #ccc;
    font-size:12px;
}

.PanelStyle
{
    background-color:Red;
    font-size:12px;
}
