﻿body 
{
    background-color: #a8a9ad;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.MenyItem
{
    font-family: serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    font-size: medium;
}
.MenyItemCell
{
    padding-left: 20px;
    padding-top: 6px;
}
.MenyItemCell a:hover
{
    color: #00CCFF;
}
.MenyItemAktive
{
    font-family: serif;
    font-size: 11px;
    color: #ede2bd;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    font-size: medium;
}
.StartCell
{
    vertical-align: top;
    max-height: 650px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    overflow-y: auto;

}
.Links {
    text-decoration: none;
    color: #159eda;
}    
.CellText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}