/* CSS Document */
.red h1 { margin:0; padding:0; color: #8c0c0d; font-weight: bold; font-size: 23px;  margin: 10px 0px; line-height:140%; }
.blue h1 { margin:0; padding:0; color: #03366e; font-weight: bold; font-size: 23px;  margin: 10px 0px; line-height:140%; }
.green h1 { margin:0; padding:0; color: #277029; font-weight: bold; font-size: 23px;  margin: 10px 0px; line-height:140%; }

.green table.bb_table TH, .red table.bb_table_wide TH { font-size: 12px; color: #277029; font-weight:bold; height: 30px; border-bottom: solid 3px #212121; padding-right: 10px; }
.red table.bb_table TH, .red table.bb_table_wide TH { font-size: 12px; color: #8c0c0d; font-weight:bold; height: 30px; border-bottom: solid 3px #212121; padding-right: 10px; }
.blue table.bb_table TH, .blue table.bb_table_wide TH { font-size: 12px; color: #03366e; font-weight:bold; height: 30px; border-bottom: solid 3px #212121; padding-right: 10px; }

.blue STRONG {color: #03366e; }
.red STRONG {color: #8c0c0d; }
.green STRONG {color: #277029; }

table.bb_table { background: #f8f8f8; border-top: dotted 1px black;border-right: dotted 1px black;border-left: dotted 1px black;   }
table.bb_table th { padding: 3px 3px; background: #FEB101;  }
table.bb_table td { font-weight:normal; height:3px; border-bottom: dotted 1px black; color:black; padding: 3px 3px;  }
table.bb_table tr.totals { background:#666; padding:0px 3px; }
table.bb_table tr.totals td { color:white;padding:0px 3px; }

table.bb_table_wide { background: #f8f8f8;border-top: dotted 1px black;border-right: dotted 1px black;border-left: dotted 1px black;   }
table.bb_table_wide th {  padding:3px 3px; background: #FEB101;}
table.bb_table_wide td { font-weight:normal; height:20px; border-bottom: dotted 1px black; color:black; padding:0px 3px;  }
table.bb_table_wide tr.totals { background:#666; padding:0px 3px; }
table.bb_table_wide tr.totals td { color:white;padding:0px 3px; }

span.alert
{
	color: #cc0000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #fe7b7a;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fe7b7a;
	background:#ffd6d6 url(../images/status-alert.png) no-repeat 10px 50%;

}

span.alert, span.info, span.download, span.note

{
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	margin-top: 15px;
	margin-right: 0pt;
	margin-bottom: 15px;
	margin-left: 0pt;
}
