﻿body 
{
    margin: 0px 0px 0px -50px; /*margin: 0px 0px;*/
    padding-top: 0px;
    text-align: center;
    font-family: Arial, Trebuchet MS;
    font-size: 13px;
    color:black;
    /*background-color: #b9e1f8;*/
    background-position: left top;
    background-image: url(../images/bg-gradient.jpg);
    background-repeat: repeat-x;
}
#Content
{
    width:756px;
    height:100%;
    margin:0px auto;
    text-align:left;
    background-color:White;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:20px;
    padding-top:10px;
}
A
{
    color:#96131f;
    text-decoration:none;
}    
A:hover
{
    text-decoration:underline;
}

.divEditPanel
{
    position:absolute; 
    top:0px; 
    width:900px;
    height:35px;
    margin:0px auto;
    text-align:left; 
    z-index:1000; 
    background-color:#ffffcc; 
    filter:alpha(opacity=90); 
    opacity:0.9; 
    border-left:2px solid #ccc; 
    border-right: 2px solid #ccc; 
    border-bottom:2px solid #666; 
    font-family:Arial;
    }
.tblContainer
{
    color:black; 
    padding:3px; 
    filter:alpha(opacity=100); 
    opacity:1;
    }