﻿.lf-control-mainPanel
{
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	min-width: 640px;
	min-height: 480px;
}

.lf-control-mainPanel .logo
{
	position: absolute;
	
	top: 2px;
	left: 8px;
	width: 52px;
	height: 27px;
	
	z-index: 2;
	
	background-image: url(logo.png);
}

.lf-control-mainPanel .utility-panel
{
	position: absolute;
	
	top: 0px;
	left: 0px;
	width: 100%;
	height: 63px;
}

.lf-control-mainPanel .utility-panel .control-bar
{
	position: absolute;
	
	top: 0px;
	left: 0px;
	width: 100%;
	height: 39px;
	
	z-index: 1;
}

/* logo-space *********************************************************************/

.lf-control-mainPanel .utility-panel .control-bar .logo-space
{
	position: absolute;
	
	top: 0px;
	left: 0px;
	width: 80px;
	height: 39px;
}

.lf-control-mainPanel .utility-panel .control-bar .logo-space .begin
{
	display: none;
}

.lf-control-mainPanel .utility-panel .control-bar .logo-space .content
{
	position: absolute;
	
	top: 0px;
	left: 0px;
	width: 80px;
	height: 39px;
	
	background-image: url(logo-space.png);
}

.lf-control-mainPanel .utility-panel .control-bar .logo-space .end
{
	display: none;
}

/* info-space *********************************************************************/

.lf-control-mainPanel .utility-panel .control-bar .info-space
{
	position: absolute;
	
	top: 0px;
	left: 80px;
	width: 280px;
	height: 39px;
	
	cursor: default;
}

.lf-control-mainPanel .utility-panel .control-bar .info-space .begin
{
	position: absolute;
	
	top: 0px;
	left: 0px;
	width: 35px;
	height: 39px;
	
	background-image: url(begin-info-space.png);
}

.lf-control-mainPanel .utility-panel .control-bar .info-space .content
{
	position: absolute;
	
	top: 0px;
	left: 35px;
	right: 35px;
	height: 39px;
	
	background-image: url(info-space.png);
}

.lf-control-mainPanel .utility-panel .control-bar .info-space .end
{
	position: absolute;
	
	top: 0px;
	right: 0px;
	width: 35px;
	height: 39px;
	
	background-image: url(end-info-space.png);
}

/* reserve-space *********************************************************************/

.lf-control-mainPanel .utility-panel .control-bar .reserve-space
{
	position: absolute;
	top: 0px;
	left: 360px;
	right: 230px;
	height: 39px;
}

.lf-control-mainPanel .utility-panel .control-bar .reserve-space .begin
{
	display: none;
}

.lf-control-mainPanel .utility-panel .control-bar .reserve-space .content
{
	position: absolute;
	
	top: 0px;
	left: 0px;
	right: 0px;
	height: 39px;
	
	background-image: url(reserve-space.png);
}

.lf-control-mainPanel .utility-panel .control-bar .reserve-space .end
{
	display: none;
}

/* menu-space *********************************************************************/

.lf-control-mainPanel .utility-panel .control-bar .menu-space
{
	position: absolute;
	
	top: 0px;
	right: 0px;
	width: 230px;
	height: 39px;
}

.lf-control-mainPanel .utility-panel .control-bar .menu-space .begin
{
	position: absolute;
	
	top: 0px;
	left: 0px;
	width: 35px;
	height: 39px;
	
	background-image: url(begin-menu-space.png);
}

.lf-control-mainPanel .utility-panel .control-bar .menu-space .content
{
	position: absolute;
	
	top: 0px;
	left: 35px;
	right: 0px;
	height: 39px;
	
	background-image: url(menu-space.png);
}

.lf-control-mainPanel .utility-panel .control-bar .menu-space .end
{
	display: none;
}

/* navigator-bar *********************************************************************/

.lf-control-mainPanel .utility-panel .navigator-bar
{
	position: absolute;
	
	top: 39px;
	left: 0px;
	width: 100%;
	height: 24px;
	border-bottom: solid 1px #9094AD;
	
	background-image: url(navigator-space.png);
}

/* content-panel *********************************************************************/

.lf-control-mainPanel .content-panel
{
	position: absolute;
	
	top: 63px;
	left: 0px;
	bottom: 30px;
	width: 100%;
}

.lf-control-mainPanel .content-panel .content-loading-panel
{
	position: absolute;
	
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	z-index: 10;
}

.lf-control-mainPanel .content-panel .content-loading-panel .loading-mask
{
	position: absolute;
	
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-color: #CBD4D6;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	
	z-index: 0;
}

.lf-control-mainPanel .content-panel .content-loading-panel .loading-icon
{
	position: absolute;
	
	left: 50%;
	top: 50%;
	width: 220px;
	height: 19px;

	margin-left: -110px;
	margin-top: -10px;
	
	z-index: 10;
}

/* status-panel *********************************************************************/

.lf-control-mainPanel .status-panel
{
	position: absolute;
	
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 22px;
	
	padding-left: 10px;
	padding-top: 8px;
	
	font-weight: bold;
	color: White;
	
	background-image: url(status-space.png);
}

.lf-control-mainPanel .status-panel .loading-status
{
	position: absolute;
	
	left: 5px;
	top: 7px;	
	width: auto;
	height: 100%;
}

.lf-control-mainPanel .status-panel .immediate-status
{
	position: absolute;
	
	left: 50%;
	top: 0px;
	height: 100%;
	width: 500px;
	
	margin-left: -250px;
}

.lf-control-mainPanel .status-panel .other-status
{
	position: absolute;
	
	right: 20px;
	top: 7px;
	width: auto;
	height: 100%;
}

/* info-content *********************************************************************/

.lf-control-mainPanel .utility-panel .control-bar .info-space .content .time-block
{
	position: absolute;
	
	left: 0px;
	top: 14px;
	width: 30%;
	height: 20px;
	
	font-weight: bold;
	color: White;
	
	text-align: center;
}

.lf-control-mainPanel .utility-panel .control-bar .info-space .content .separater
{
	position: absolute;
	
	left: 30%;
	top: 12px;
	width: 5%;
	height: 20px;
	
	font-weight: bold;
	color: White;
	
	text-align: center;
	
	border-right: solid 1px #cccccc;
}

.lf-control-mainPanel .utility-panel .control-bar .info-space .content .name-block
{
	position: absolute;
	
	left: 35%;
	top: 14px;
	width: 65%;
	height: 20px;
	
	font-weight: bold;
	color: White;
	
	text-align: center;
}

/* indicator-space *******************************************************************/

.lf-control-mainPanel .utility-panel .navigator-bar .indicator-space
{
	position: absolute;

	left: 0px;	
	top: 0px;
	width: 295px;
	height: 20px;
	padding-left: 5px;
	padding-top: 4px;

	color: #2F3739;
	font-weight: bold;
	
	cursor: default;
}

/* sub-menu-space *******************************************************************/

.lf-control-mainPanel .utility-panel .navigator-bar .sub-menu-space
{
	position: absolute;
	
	left: 300px;
	top: 0px;
	right: 0px;
	height: 100%;
}

.lf-control-mainPanel .utility-panel .navigator-bar .sub-menu-space .sub-menu-item
{
	position: static;
	float: right;
	
	top: 0px;
	height: 20px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	
	border-left: solid 1px #B7C1C0;
	
	color: #2F3739;
	font-weight: bold;
}

.lf-control-mainPanel .utility-panel .navigator-bar .sub-menu-space .sub-menu-item:hover
{
	position: static;
	float: right;
	
	top: 0px;
	height: 20px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	
	color: #2F3739;
	font-weight: bold;
	border-left: solid 1px #B7C1C0;
	
	background-color: #C1C9CE;
	
	cursor: hand;
}