﻿html
{
    width: 100%;
    height: 100%;
}

body
{                    
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family:Arial;
    font-size:12px;
    background-color:White;
}    

td
{
    font-family:Arial;
    font-size:12px;
}

label
{
    font-family:Arial;
    font-size:12px;
}

.content
{
    margin-left: 10px;
    margin-right: 10px;
}

.title
{    
    font-size:14px;
    font-weight:bold;
}

.icon
{
    width: 16px;
    height: 16px;
    vertical-align:middle;
    margin-right:5px;
}

.bigfont
{
    font-size:14px;
}

table#content
{
    border-collapse: collapse;
}

table#content td
{
    border: 1px solid black;   
    padding: 2px;
}
    
.tableheader
{  
    background-color: #D0D0D0; 
    font-weight: bold; 
}
