﻿/* This StyleSheet contains custom styles for this project */

code 
{
color:darkblue;
}
.TableCellStyle
{
    background-color: rgb(247, 247, 255);
    border-bottom: solid 1px rgb(236, 233, 216);
    border-left: solid 1px rgb(236, 233, 216);
    border-right: solid 1px rgb(236, 233, 216);
    border-top: solid 1px rgb(236, 233, 216);
    font-family: 'verdana';
    outline-color: rgb(236, 233, 216);
}
.TableHeaderStyle
{
    background-color: rgb(239, 239, 247);
    border-bottom: solid 1px rgb(236, 233, 216);
    border-left: solid 1px rgb(236, 233, 216);
    border-right: solid 1px rgb(236, 233, 216);
    border-top: solid 1px rgb(236, 233, 216);
    color: Navy;
    font-family: 'verdana';
    font-weight: bold;
    outline-color: rgb(236, 233, 216);
}
