html, body {
	font:12px/1.21 arial,helvetica,sans;
	width:100%;
	height:100%;
	min-height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	cursor:default;
	background:url('img/loading.gif') center no-repeat #333;
}
#w3c {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-height:100%;
	background:none;
	border-width:0;
	overflow:hidden;
	z-index:0;
	cursor:default;
}
#at16p, .at16p {
	visibility:hidden;
	top:-999em;
}
#addthis_wrapper {
	display:block;
	position:absolute;
	left:0;
	top:-1000px;
	background:none;
	border-width:0;
	overflow:hidden;
	text-align:center;
	z-index:998;
	cursor:default;
	visibility:visible;
}
#addthis_close {
	position:absolute;
	display:block;
	right:10px;
	top:10px;
	width:35px;
	height:26px;
	background:none;
	border:none;
	font-size:1px;
	color:#DDD;
	cursor:pointer;
	z-index:999;
}
#sharing_cover {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-height:100%;
	background:#FFF;
	border-width:0;
	overflow:hidden;
	z-index:997;
	cursor:no-drop;
	opacity:0;
	filter:alpha(opacity=0);
	visibility:visible;
}
#loading_indicator {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url('img/loading.gif') center no-repeat #333;
	border-width:0;
	overflow:hidden;
	z-index:999;
	cursor:default;
}

#meta_keywords, #meta_description {
	position:absolute;
	top:-999em;
	width:1px;
	height:1px;
	overflow:hidden;
}




a, a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration:none;
	color:#79B;
	font-weight:normal;
}
body a:hover {
	border-bottom:1px dotted #79B;
}








.dialog_backgroundcover {
	/* background:url('img/dialog_backgroundcover.png') center; */
	background:#000;
	opacity:0.4;
	filter:alpha(opacity=40);
}