#loading { width: 100%; min-height: 200px; line-height: 200px; text-align: center; vertical-align: middle; position: relative; display:  block; font-size: 11px; }

/* ######### CSS for Shade Tabs. Remove if not using ######### */
.topTabs { width: 480px; padding: 3px 0; margin-left: 10px; margin-top: 1px; margin-bottom: 0; font: normal 12px Tahoma; list-style-type:  none; text-align: left; /*set to left, center, or right to align the menu as desired*/ }
	.topTabs li { display: inline; margin: 0px; }
		.topTabs li a { text-decoration: none; position: relative; z-index: 1; padding: 3px 7px; margin-right: -0px; border: 1px solid #778; color: #000000; background: white url("shade.gif") top left repeat-x; }
		.topTabs li a:visited, .topTabs li a:hover { color: #2d2b2b; text-decoration: none; }
		.topTabs li a.selected { /*selected main tab style */ position: relative; top: 1px; }
		.topTabs li a.selected { /*selected main tab style */ background-image: url("shadeactive.gif"); border-bottom-color: white; }
		.topTabs li a.selected:hover { /*selected main tab style */ text-decoration: none; }


