﻿table
{
    background-color:White;
}
table.center
{
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    border:1px solid black;
    border-collapse:collapse;
    
}
table.center_noborder
{
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    border-width:0px;    
}
td.noborder
{
    border-width:0px;
}
table.frame, td.frame
{
    
    margin:auto;    
    text-align:left;
    border-left:1px solid gray;
    border-right:1px solid gray;
    border-top-width:0px;
    border-bottom-width:0px;
    border-collapse:collapse;    
    height:100%;
    vertical-align:top;
}
td.title
{
    background-image:url('/Shared/Images/gradientgrey.gif');
    background-repeat:repeat-x;
    color:White;
    padding:3px;
    border-bottom:1px solid black;    
    font-family:Verdana;    
}

a,a:visited
{
    color:Black;
    text-decoration:underline;
}
a:hover
{
    color:Black;
    text-decoration:none;
}
tr.bold
{
    font-weight:bold;
}
tr.normal
{
    font-weight:normal;
}
.labelgray
{
    color:Gray;
}
table.onepixel, td.onepixel
{
    border:1px solid black;
    border-collapse:collapse;
}