@charset "utf-8";
#TabbedPanelsProgram .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table .yellowBG {
	background-color: #FF9;
}
#TabbedPanelsProgram .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table .blueBG {
	background-color: #6CF;
}
#TabbedPanelsProgram .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table .purpleBG {
	background-color: #FCF;
}
#TabbedPanelsProgram .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table .greenBG {
	background-color: #6F9;
}
#TabbedPanelsProgram .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table .orangeBG {
	background-color: #F96;
}
#TabbedPanelsProgram .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#TabbedPanelsProgram .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table th {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	background-color: #274930;
	color: #ede3bf;
}
#TabbedPanelsProgram .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table .darkBG {
	background-color: #E8D89F;
}
#TabbedPanelsProgram .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #27492E;
	text-align: left;
	vertical-align: top;
	padding: 7px;
}
