/* EyeGrip style sheets */

body 
{ 
    background: url('../Pictures/BlueFade.gif');
    background-color: ddddff;
    background-repeat: repeat-y;
    background-width: 100%;
    color:      #000000;
    font-family: arial;
}

li
{
text-indent: 1em;
}

ul
{
text-indent: 0em;
}

td
{
    lbackground: ddddff;
    color:      #000000;
    font-family: arial;

    vertical-align: middle;
    text-align: left;
}

a.link
{
    text-style: underline;
    color:      #ccccff;
}

a.visited
{
    text-style: underline;
    color:      ddddff;
}

img
{
    border: 0 0 0 0;
}

h1 
{ 
    color:      #000000;
    text-align: center;
    font-family: arial;
}

h3 
{ 
    color:      #ffcc44;
    text-align: center;
    vertical-align: middle;
    font-family: arial;
}

.ajaxResult tr td
{
    vertical-align: bottom;
    border: 0;
}
