@charset "UTF-8";
/* CSS Document */

/* hide from ie on mac \*/
html,body {
	height: 100%;
	overflow: auto;
}
div#wrapperFlash {
	height: 100%;
}
/* end hide */

body {
	margin: 0;
	padding: 0;
	
}

object, div {
	margin: 0;
	padding: 0;
	border: 0;
}

div#wrapperFlash {
	width: 100%;
}

div#detectionError, div#nojsError {
	
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -250px;
	padding: 30px 5px 5px 5px;
	display: none;
}

div#nojsError {
	display: block;
}

	div#detectionError p, div#nojsError p {
		color: #666;
		font: 11px/1.3em Tahoma, Arial, Helvetica, sans-serif;
		text-align: center;
		margin: 0 0 15px 0;
	}
	
	div#detectionError p a, div#nojsError p a {
		color: #34B4E3;
		text-decoration: none;
	}

	div#detectionError p a:hover, div#nojsError p a:hover {
		color: #34B4E3;
		text-decoration: underline;
	}
	
	div.Hr {
		height: 1px;
		background: #aaa;
		width: 350px;
		margin: 15px auto 6px auto;
	}



