/***********************************************************************
File: basics.css
************************************************************************
initial authors: Jens Schille, Andre Nitschke - Mogul Entertainment Ltd.
************************************************************************


/* ###>>> Global Resets <<<### */
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

a {
	text-decoration: none;
	outline: none;
}

body {
	background: #202020 url(../media/bodyBg.jpg) repeat-x top left;
	text-align: center;
	color: #fff;
}

.clear {
	clear: both;
}

.status_view
{
	position: absolute;
	width:31px;
	height:31px;
	background-image: url(../media/ajax-loading.gif);
	left: 210px;
	top:210px;
	visibility:hidden;
	z-index: 2;
}
#tooltips {
	display: none;
	visibility:hidden;
}

hr {
	clear: both;
}
