﻿body 
{
    font-family:Verdana;
    font-size:small;
    text-align:left;
}
legend
{
    font-size: medium;
    color: #1e70c7;
}
fieldset
{
    padding: 10px 10px 10px 10px;
}
.mainContainer 
{
    width:780px;
    margin:0 auto;
}
.MainTableHeader 
{
	font-size:medium;
	font-weight: bold;
	text-align: center;
	
	border: 1px solid #003366;
	background-color: #2F2F4F;
	color: #FFFFFF; 
	margin-top: 10px; 
	margin-bottom:10px
}
.TableHeader 
{
	font-size:medium;
	font-weight: bold;
	text-align: center;
	
	background-color: #5D7B9D;
	color: #FFFFFF;
	width:100%;
	margin-top: 10px; 
	margin-bottom:10px; 
}
.ItemTableHeader 
{
	font-size:small;
	font-weight: bold;
	background-color: #5D7B9D;
	color: #FFFFFF;
	width:100%;
	margin-top: 10px; 
	margin-bottom:10px; 
}
H1
{
	font-size:medium;
	font-weight: bold;
	text-align: center;
	
	border: 1px solid #003366;
	background-color: #2F2F4F;
	color: #FFFFFF; 
	margin-top: -5px; 
}
.ChboxLabeled input
{
    margin-left:15px;    
}
.help
{
    display: none;
    border: dashed 1px lightblue;
    padding: 3px 3px 3px 3px;
    width: 200px;
    position: absolute;
    background-color: #EAF4FF;
}