﻿.lf-control-panel
{
	position: absolute;
	
	width: 100%;
	height: 100%;
}

.lf-control-panel .panel-top-left
{
	position: absolute;
	
	left: 0px;
	top: 0px;
	width: 15px;
	height: 15px;
	
	background-image: url(panel-top-left.png);
}

.lf-control-panel .panel-top-center
{
	position: absolute;
	
	left: 15px;
	top: 0px;
	right: 15px;
	height: 15px;
	
	background-image: url(panel-top-center.png);
}

.lf-control-panel .panel-top-right
{
	position: absolute;
	
	top: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	
	background-image: url(panel-top-right.png);
}

.lf-control-panel .panel-middle-left
{
	position: absolute;
	
	left: 0px;
	top: 15px;
	bottom: 15px;
	width: 15px;
	
	background-image: url(panel-middle-left.png);
}

.lf-control-panel .panel-middle-center
{
	position: absolute;
	
	left: 15px;
	top: 15px;
	right: 15px;
	bottom: 15px;
	
	background-color: White;
}

.lf-control-panel .panel-middle-right
{
	position: absolute;
	
	right: 0px;
	top: 15px;
	bottom: 15px;
	width: 15px;
	
	background-image: url(panel-middle-right.png);
}

.lf-control-panel .panel-bottom-left
{
	position: absolute;
	
	left: 0px;
	bottom: 0px;
	width: 15px;
	height: 15px;
	
	background-image: url(panel-bottom-left.png);
}

.lf-control-panel .panel-bottom-center
{
	position: absolute;
	
	left: 15px;
	right: 15px;
	bottom: 0px;
	height: 15px;
	
	background-image: url(panel-bottom-center.png);
}

.lf-control-panel .panel-bottom-right
{
	position: absolute;
	
	right: 0px;
	bottom: 0px;
	width: 15px;
	height: 15px;
	
	background-image: url(panel-bottom-right.png);
}

.lf-control-panel .panel-container
{
	position: absolute;
	
	left: 10px;
	top: 5px;
	right: 10px;
	bottom: 5px;
	
	z-index: 1;
}

.lf-control-panel .panel-container-header
{
	position: absolute;
	
	color: #303B5E;
	font-weight: bold;
	height: 30px;
}

.lf-control-panel .panel-container-content
{
	position: absolute;
	
	left: 0px;
	top: 30px;
	right: 0px;
	bottom: 0px;
}