﻿/* ------------------------------------------------------------------------------------ */
/* Benefit Statement Classes */
/* ------------------------------------------------------------------------------------ */

.benefitStatementBeneficiaryLink {
	visibility:visible;
}

.benefitStatementChart {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	left: 20px;
	page-break-before: always;
}

.benefitStatementDisclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	background-color: #FFE8E8;
	color: #990000;
	text-align: justify;
	vertical-align: middle;
	padding: 10px;
	width: 100%;
}

.benefitStatementSmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}

.benefitStatementTbl {
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	left: 20px;
}

.benefitStatementTblColLbl {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
	font-size: 11px;
	font-weight: normal;
	background-color: #ECE9DC;
}

.benefitStatementTblHeader {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #809165;
}

.benefitStatementTblRow {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
	font-size: 11px;
	font-weight: bold;
}

.benefitStatementTblRowLbl {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
	font-size: 11px;
	font-weight: normal;
	background-color: #ECE9DC;
}


