@charset "UTF-8";
/* CSS Document */

/* Inner pages */

.container-body-content-full
{
	width: 850px;
	height: 360px;
	
	margin-left: 0px;
	
	*margin-left: -425px;
	
	position: absolute;
	
	background-image: url(/includes/images/bkg-body-flash-area.png);
	background-repeat: no-repeat;
	
	z-index: 2;
}

.container-body-content-left
{
	width: 509px;
	height: 360px;
	
	margin-left: 0px;
	
	*margin-left: -250px;
	
	position: absolute;
	
	background-image: url(/includes/images/bkg-body-flash-area.png);
	background-repeat: no-repeat;
	
	z-index: 2;
}

.container-body-content-right-scroll
{
	width: 335px;
	height: 320px;
	
	float: right;
	
	margin-top: 6px;
	
	*margin-top: 20px;
	
	margin-right: 15px;
	
	overflow: auto;
}

.container-body-content-right-inner
{
	width: 305px;
	
	float: left;
}

.container-body-content-right-scroll-full
{
	width: 820px;
	height: 320px;
	
	float: right;
	
	margin-top: 6px;
	
	*margin-top: 20px;
	
	margin-right: 15px;
	
	overflow: auto;
}

.container-body-content-right-inner-full
{
	width: 790px;
	
	float: left;
}

/* Google Map corner cover */

.container-map-cover
{
	width: 167px;
	height: 358px;
	
	margin-left: 342px;
	margin-top: 1px;
	
	position: absolute;
	
	background-image: url(/includes/images/map-cover.png);
	background-repeat: no-repeat;
	
	z-index: 3;
}

/* XXX */

.container-session-info
{
	width: 350px;
	
	margin-top: 2px;
	margin-left: 515px;
	
	*margin-left: -388px;
	
	text-align: right;
	
	position: absolute;
}