﻿.lf-control-dragPanel
{
	position: absolute;
	
	width: 100%;
	height: 100%;
}

.lf-control-dragPanel .dragPanel-mask
{
	position: absolute;
	
	width: 100%;
	height: 100%;
	background-color: White;
	display: none;
	
	opacity: 0.00;
	filter: alpha(opacity=0);	
}

.lf-control-dragPanel .dragPanel-top-left
{
	position: absolute;
	
	left: 0px;
	top: 0px;
	width: 35px;
	height: 35px;
	
	background-image: url(dragPanel-top-left.png);
}

.lf-control-dragPanel .dragPanel-top-center
{
	position: absolute;
	
	left: 35px;
	top: 0px;
	right: 35px;
	height: 35px;
	
	background-image: url(dragPanel-top-center.png);
}

.lf-control-dragPanel .dragPanel-top-right
{
	position: absolute;
	
	top: 0px;
	right: 0px;
	width: 35px;
	height: 35px;
	
	background-image: url(dragPanel-top-right.png);
}

.lf-control-dragPanel .dragPanel-middle-left
{
	position: absolute;
	
	left: 0px;
	top: 35px;
	bottom: 35px;
	width: 35px;
	
	background-image: url(dragPanel-middle-left.png);
}

.lf-control-dragPanel .dragPanel-middle-center
{
	position: absolute;
	
	left: 35px;
	top: 35px;
	right: 35px;
	bottom: 35px;
	
	background-color: White;
}

.lf-control-dragPanel .dragPanel-middle-right
{
	position: absolute;
	
	right: 0px;
	top: 35px;
	bottom: 35px;
	width: 35px;
	
	background-image: url(dragPanel-middle-right.png);
}

.lf-control-dragPanel .dragPanel-bottom-left
{
	position: absolute;
	
	left: 0px;
	bottom: 0px;
	width: 35px;
	height: 35px;
	
	background-image: url(dragPanel-bottom-left.png);
}

.lf-control-dragPanel .dragPanel-bottom-center
{
	position: absolute;
	
	left: 35px;
	right: 35px;
	bottom: 0px;
	height: 35px;
	
	background-image: url(dragPanel-bottom-center.png);
}

.lf-control-dragPanel .dragPanel-bottom-right
{
	position: absolute;
	
	right: 0px;
	bottom: 0px;
	width: 35px;
	height: 35px;
	
	background-image: url(dragPanel-bottom-right.png);
}

.lf-control-dragPanel .dragPanel-container
{
	position: absolute;
	
	left: 30px;
	top: 25px;
	right: 20px;
	bottom: 25px;
	
	z-index: 1;
}

.lf-control-dragPanel .dragPanel-container-header
{
	position: absolute;
	
	color: #303B5E;
	font-weight: bold;
	height: 30px;
	cursor: default;
}

.lf-control-dragPanel .dragPanel-container-content
{
	position: absolute;
	
	left: 0px;
	top: 30px;
	right: 0px;
	bottom: 0px;
	cursor: default;
}