﻿body
{
    font-size: small;
    width: 99%;
    font-family: Arial;
}

.main
{
    width: 99%;
}

.errorText
{
    color: #FF0000;
}

p.title
{
    font-weight: bold;
    font-size: medium;
    font-family: Arial;
    text-align: center;
}

a:link
{
    font-weight: bold;
    color: blue;
    text-decoration: underline;
}

a:active
{
    font-weight: bold;
    color: purple;
    text-decoration: underline;
}


a:hover
{
    font-weight: bold;
    color: blue;
    text-decoration: underline;
}


a:visited
{
    font-weight: bold;
    color: purple;
    text-decoration: underline;
}

/*Gridview Customization*/
.Grid
{
    width: 100%;
    background-color: #fff;
    /*margin: 5px 0 10px 0;*/
    border: solid 1px #353535;
    border-collapse: collapse;
}

.Grid td
{
    padding: 2px;
    border: solid 1px #353535;
    color: #000000;
}

.Grid th
{
    padding: 4px 2px;
    color: #000000;
    background: #b9d5f8;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}

.Grid .alt
{
    background: #fcfcfc url(images/gridaltrow.jpg) repeat-x top;
}

/*Links Inside GV*/
.Grid td a:link
{
    color: Navy;
    text-decoration: underline;
}

.Grid td a:hover
{
    text-decoration: underline;
}

.Grid td a:visited
{
    color: #47525F;
    text-decoration: underline;
}

#skip-navigation {
    height: 0;
}

#skip-navigation > a {
    position: absolute;
    top: -100px;
    z-index: 10000;
    left: auto;
    overflow: hidden;
    display: inline-block;
    padding: 5px;
    background-color: #bdd5ff;
    color: #000;
    transition: top .2s cubic-bezier(.17,.84,.44,1);
}

#skip-navigation > a:focus {
    top: 0;
    width: auto;
    height: auto;
    transition: top .2s cubic-bezier(.17,.84,.44,1);
}