body 
{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.DatePickerButton 
{
	border: 0;
	width: 24px;
	height: 23px;
	background-color: Transparent;
	background-image: url("../Images/calendar.gif");
	cursor: pointer;
}

.DatePickerButton:hover
{
	border: 0;
	width: 24px;
	height: 23px;
	background-color: Transparent;
	background-image: url("../Images/calendarMouseOver.gif");
	cursor: pointer;
}

.GrayOut 
{
	position: absolute;
	background-color: #777777;
	z-index: 9999;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

input 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

.Page {
    overflow: hidden;
    position: relative;
    margin: auto;
    margin-top: 1em;
    border: solid 1px black;
    width: 768px;
    height: 1200px;
    background-color: #eeeeee;
}

.PageMaster {
    overflow: hidden;
    position: relative;
    margin: auto;
    margin-top: 1em;
    border: solid 1px black;
    width: 768px;
    height: 100%;
    
}
.Title 
{
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
}

.imgCheck
{
	display: inline-block;
	border: 0;
	width: 15px;
	height: 15px;
	background-image: url("../Images/bulletNtrl.png");
	background-color: Transparent;
	color: #444477;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.imgUnCheck
{
	display: inline-block;
	border: 0;
	width: 15px;
	height: 15px;
	background-image: url("../Images/bulletSlct.png");
	background-color: Transparent;
	color: #444477;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}


 .SubTitle 
{ 
	
    font-size: 13pt;
    font-weight: bold;
    text-align: center;
}


.Title .VersionDate
{
	padding-top: 6px;
	margin-bottom: 0.45em;
	font-size: 9pt;
}

.Page .Footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}



.SignatureTxt {
    position:relative;    
    width: 100%;
    font-size: 9pt;     
    text-align:center;
    padding:2 2 6 2;
}


table {
    width: 100%;
    font-size: 10pt;
}

table.InnerTable td {
    padding: 6px;
}

table.BorderedTable td {
    padding: 2px;
    border: solid 1px #888888;
}

td.SectionLabel {
    font-size: 11pt;
    font-weight: bold;
    text-align: right;
    font-style:italic;
}

td.SubsectionLabel 
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
}

.Note 
{
	font-family: Times New Roman, Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

td.LabelCell {
    text-align: right;
}

td.ScoreCell 
{
	font-weight: bold;
	text-align: center;
}

td.ButtonCell {
    text-align: center;
}

.Total 
{
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-bottom: solid 1px black;
}

.bulletNtrl {
    width: 20px;
    height: 20px;
    border: 0;
    background-color: transparent;
    background-image: url("../Images/bulletNtrl.png");
    cursor: pointer;
}

.bulletSlct {
    width: 20px;
    height: 20px;
    border: 0;
    background-color: transparent;
    background-image: url("../Images/bulletSlct.png");
    cursor: pointer;
}

.PrintOnly {
    display: none;
}

input.PrintableTextField, select 
{
	border: solid 1px black;
	background-color: white;
	color: black;
}


@media print 
{
	html, body 
	{
		height: 99%;
	}
	
	.DatePickerButton 
	{
		display: none;
	}
	
	.GrayOut 
	{
		display: none;
	}
	
    .Page 
    {
    	
        width: 100%;
        height: 99%;
        margin-top: 0;
        margin-bottom:0;
        
        border: 0;
    }
    
    input.PrintableTextField {
        border: 0;
        border-bottom: 1px solid black;
        background-color: transparent;
        color: black;
    }
    
    .PrintOnly {
        display: block;
    }
    
    .NonPrintOnly {
        display: none;
    }
    
   
}
