﻿body
{
}
a:link
{
    text-decoration: none;
    color: Black;
    font-size: small;
}
a:visited
{
    text-decoration: none;
    color: Black;
}
a:active
{
    text-decoration: none;
    color: red;
}
a:hover
{
    text-decoration: underline;
    color: red;
}
.AjaxTabStrip .ajax__tab_header
{
    font-size: small;
    padding-left: 0px;
    height: 28px !important;
    height: 20px;
    padding-top: 2px;
    border-bottom: 0;
}
.AjaxTabStrip .ajax__tab_body
{
    border: #C2E2ED 1px solid;
    padding: 0px;
    background-color: #ffffff;
}
table
{
    font-size: small;
}
.pointer
{
    cursor: pointer;
}
