/* ######### CSS for Shade Tabs. Remove if not using ######### */.shadetabs{	padding: 3px 0 2px;	margin-left: 0;	margin-top: 1px;	margin-bottom: 0;	list-style-type: none;	text-align: left; /*set to left, center, or right to align the menu as desired*/	font-size: 14px;	font-weight: bold;	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #ED1D25;	margin-right: 0px;}.shadetabs li{	margin: 0;	display: inline;	padding: 0px;}.shadetabs li a{	text-decoration: none;	position: relative;	z-index: 1;	padding: 3px 7px;	background: #ED1D25;	border-top: 1px solid #778;	border-right: 1px solid #778;	border-left: 1px solid #778;	color: #FFFFFF;	margin: 0px;}.shadetabs li a:visited{	color: #FFFFFF;}.shadetabs li a.selected:visited{	color: #00A23B;	background-color:#FFFFFF;}.shadetabs li a:hover{	color: #FFFFFF;	background-color: #1D5528;}.shadetabs li a.selected{ /*selected main tab style */	position: relative;	top: 1px;	color: #1D5528;	background-color: #FFFFFF;	border-bottom-color: #FFFFFF;	border-bottom-width: 1px;	border-bottom-style: solid;}.shadetabs li a.selected:hover{ /*selected main tab style */text-decoration: none;}.tabcontent{display:none;}@media print {.tabcontent {	display:block !important;}}.tabcontent{display:none;}@media print {.tabcontent {display:block !important;}}.greeneventBox {	background-color: #D9FFCB;	float: right;	width: 225px;	padding: 5px;	margin-left: 8px;}
