body
{
	background: #222 url('/images/bg-tile.gif');
	margin: 0px;
	text-align: center;
	color: #fff;
	font-family: Verdana, Arial;
	font-size: 12px;
}

div#pageContainer
{
	position: absolute;
	min-height: 100%;
	width: 100%;
	left: 0;
}

div#content
{
	margin-bottom: 40px;
}

div#header
{
	width: 100%;
	text-align: left;
	background: url('/images/bg-header.png');
}



/* JQuery based info box CSS*/
/* ============================================================================== */

div#panel
{
	position: absolute;
	background: url('/images/bg-dark.png');
	margin: 0pt auto;
	display: none;
}

div#userinfo
{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
}

div#userinfo a
{
	color: #76bab8;
	font-weight: bold;
	text-decoration: underline;
}

.slide
{
	position: absolute;
	margin-left: -31px;
	background: #111 url('/images/boxOpenIcon.png') no-repeat center center;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.active
{
	background: green url('/images/boxOpenIcon.png') no-repeat center center;
}

/* ============================================================================== */



.spacer
{
	height: 40px;
}

div#flashWrapper
{
	margin: 0pt auto;
}

.spacer2
{
	height: 15px;
}

div#footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: url('/images/bg-header.png');
	color: #333;
	font-size: 10px;
	width: 100%;
	line-height: 4em;
}

object
{
	outline: none;
}

a:link
{
	color: #76bab8;
}