﻿.Link {cursor:pointer;}

.MenuTable 
{
    background-color: #638AAF; 
    color: White; 
    padding: 5px;
    margin:3px;
    font-weight: bold;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.MenuHoverstyle
{
    height:25px;
    color: Black;
    cursor: pointer;
    background-color: Yellow;
}

.MainRow 
{
    background-color: white;
}

.Alter 
{
    color:#696969;
    background-color: #E5EBED;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.Rating
{
    height: 17px;
    width: 95px;
    background: url('images/ratingblue.png') repeat-x 0 0px;
    text-align: left;
}

.RatingValue 
{
    height: 17px; 
    background: url('images/ratingblue.png') repeat-x 0 -34px;
}

.Grid
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:small;
    width:100%;
    color:#333333;
    border-color:#999999;
    border-style:solid;
    border-width:1px;
}

.GridRow 
{

}

.GridAltRow
{
    background-color: #E2E9EF;
    color: #284775;
}
    