﻿body { padding-left: 5px;
       padding-top: 5px;
       font-family: verdana;
       font-size: x-small;}
li{
            font-family: verdana;
            font-size: x-small;
        }
p {         font-family: verdana;
            font-size: x-small;
            font-weight: bold;
        }
        
.table1{
            width: 700px;
            font-family: verdana;
            font-size: x-small;
            border-style: groove;
        }
.HeadLine
        {
            font-family: Verdana;
            font-weight: bold;
            font-size: x-small;
        }
.TopHeadLine
        {
            font-family: Verdana;
            font-weight: bold;
            font-size: small;         
        }
.text
        {
            font-size: x-small;
            font-family: Verdana;
            font-weight: normal; 
        }        
 a       {color: blue;
            font-family: Verdana;
            font-size: x-small;}
a:visited {color: blue;}
a:hover {color: red;}   

/* Data Web Control Styles */
.DataWebControlStyle
{
    font-family: Verdana, sans-serif; font-size:7.5pt;
    background-color: #FFFFBD;
    color:#111111; 
    }

.HeaderStyle
{
    background-color: #226622;
    color: White;
    font-weight: bold;}
    
/* Grid view header is rendered as th, other rows are td */
tr.RowStyle td, tr.AlternatingRowStyle td, tr.HeaderStyle th
{
    padding-right: 10px; }
    
    
/* Table style  */    
.tbl
{
    font-family: Verdana, sans-serif; font-size:7.5pt;
    background-color: #FFFFBD;
    color:#111111;
    }

.tblHeader
{
    background-color: #226622;
    color: White;
    font-weight: bold;}
    
table,tr, td
        {
            border: 1px solid black;
            border-collapse:collapse;}      
    
