body 
{    
	background-color: #FFFFFF; 
	/* top, right, bottom, left */
	/*margin:  10px 0px 0px 10px; */
	margin:10 0 0 10 auto;    
}

div.rounded
{    
    /*margin-top: 6px;*/
    margin:0 auto;   
    margin-top:6;
    border:1px solid #000000;
    width:985px;
    height:100%;
    background-color: #EEEEEE;     
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}

div.space
{        
    margin: 0;
    padding: 0;
    border:3px solid #FFFFFF;
}

table.status
{
    width: inherit;
    height: inherit;
    border-width: 1px;
    border-color: blue;
    border-spacing: 2px;
    font-size:80%
}

table.server
{   
    width: inherit;
    border-width: 1px;
    border-color: yellow;
    border-spacing: 2px;
    font-size:80%    
}

table.view
{
    width:inherit;
    border-width: 1px;
    border-color: red;
    border-spacing: 2px;
    font-size: 80%;
}

table.status tr th.DiskSpace 
{ 

}
table.status tr th.FileCheck
{ 

}

table.status tr th.ServiceCheck
{
    
}

table.status tr th.ZipBackupDB
{
    
}

table.status tr th.DBViewCheck
{
    
}