
/**
 * Flash Setup
 */
html.flash {
	height: 100%;
	margin-top: 0px !important;
}
html.flash body {
	height: 100%;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}
html.flash #wpadminbar {
	display: none;
}

/**
 * SWF Site Upgrade Notice Bar
 */
#swfsite-bar {
	background-color: #333;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	position: relative;
	text-align: left !important;
	width: 100%;
}
	#swfsite-bar strong {
		color: #CCC;
	}
	#swfsite-bar hr {
		display: none;
	}
	#swfsite-bar a:link,
	#swfsite-bar a:visited {
		color: #CCC;
		text-decoration: underline;
	}
	#swfsite-bar a:hover,
	#swfsite-bar a:active {
		color: #FFF;
		text-decoration: underline;
	}
	#swfsite-bar #swfsite-notice {
		padding: 10px 10px 10px 48px;
	}
	#swfsite-bar #swfsite-download {
		background-image: url(../images/flash-icon.jpg);
		overflow: hidden;
		position: absolute;
			top: 10px;
			left: 10px;
		width: 28px;
		height: 28px;
	}
		#swfsite-bar #swfsite-download a {
			display: block;
			padding: 28px 0 0 0;
		}
