﻿
body
{
    background: white;
    font-family:georgia, times, serif;
    font-size: 10pt;


}

h1
{
    font-size:14pt;
}

#HeaderArea
{
    display:none;
}
#MainMenuArea
{
    display:none;
    
}
.printButton
{
    display:none;
}
#BackToNavigationArea
{
    display:none;
}
#LeftContentArea
{
    display:none;
}
#FooterArea
{
    display:none;
}

#PageContainer, #PageContainer
{
    width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;

}


input.literalStyle
{
    border:0;
   
}
tr.rowWithBottomBorder td
{
  
    border-bottom:solid 4px #EEEEEE;
}
tr.rowWithBottomAndTopBorder th
{
  
    border-bottom:solid 4px #EEEEEE;
    border-top:solid 4px #EEEEEE;
}
.compensationLabel
{
    float:left;
    width:110px;
    color:#004A80;
}
.compensationRow
{
    padding-bottom:10px;
    
}
.compensationRowWithBorder
{
    padding-bottom:10px;
    border-bottom:solid 2px #EEEEEE;
}
.compensationCheckbox input
{
    width:30px !important;
}
.compensationRowTextAreaMulti
{
    padding-bottom:10px;
    height:50px;
}
.compensationRowTextAreaMulti textarea
{
    float:left !important;
    height:50px !important;
}
div.bold
{
    font-weight:bold;
}