.dbg,
.use-border
{
   border: 1px solid black;
}

.text-box-style
{
   margin-top: 0px;
   border-color: #4DA9BA;
   border-width: 1px;
   border-style: solid;
}

.input-field-container
{
   padding-top: 1px;
   padding-bottom: 2px;
}

.section-title
{
   padding-left:10px;
   border-top:10px solid white;
   background:#57B4CE;
   color:white;
   font-weight:bold;
   font-size:11px;
   font-family:Verdana;
   line-height:20px;
}

.section-title-large
{
   padding-left:10px;
   border-top:10px solid white;
   background:#57B4CE;
   color:white;
   font-size:14px;
   font-family:Verdana;
   line-height:20px;
}

.section-title-no-top-border
{
   padding-left:10px;
   background:#57B4CE;
   color:white;
   font-size:14px;
   font-family:Verdana;
   line-height:20px;
}

.section-title-no-padding
{
   padding-left:10px;
   background:#57B4CE;
   color:white;
   font-weight:bold;
   font-size:11px;
   font-family:Verdana;
   line-height:20px;
}

.section-title-gray
{
   padding-left:10px;
   margin-top:15px;
   background:#AAB4BE;
   color:white;
   font-weight:bold;
   font-size:11px;
   font-family:Verdana;
   line-height:20px;
}

.sub-section-title
{
   padding-left:10px;
   background:#CAECF4;
   color:black;
   font-weight:bold;
   font-size:11px;
   font-family:Verdana;
   line-height: 20px;
}

.section-text,
.gray-section-text
{
   padding:10px;
   padding-bottom:10px;
}

.section-table,
.section-text,
.section-color
{
   background:#E4F5F9;
}

.gray-section-text
{
   background:#F3F3F3;
}

.gray-section-color
{
   background:#F3F3F3;
}

.field-title
{
	width:120px;
}

.section-table
{
   border:10px solid #E4F5F9;
   border-bottom-width:20px;
}

.section-table,
.section-text,
.gray-section-text,
.field-title,
.text-font,
.input-font,
.input-field-container
{
   font-weight:regular;
   font-size:11px;
   font-family:Verdana;
}

.section-table,
.section-text,
.gray-section-text,
.field-title,
.text-font
{
   line-height:17px;
}

.large-font
{
   font-weight:regular;
   font-family:Verdana;
   font-size: 14px;
   line-height: 20px;
   color:#000000;
}

.small-text-font
{
   font-weight:regular;
   font-size:10px;
   font-family:Verdana;
}

.title-font
{
   font-weight:bold;
   font-size:14px;
   font-family:Verdana;
}

.multi-line-table
{
   border:1px solid #6995A2;
}

.select-width
{
   width: 350px;
}

.section_content
{
   background-color: #E3F5F9;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   color: #053769;
   font-size: 8pt;
   padding-top: 12px;
   padding-left: 16px;
   padding-right: 16px;
   padding-bottom: 2.5em;
}