﻿
.div_panel
{
	background-color:#ffffff;
	border:1px solid #0F9FBD;
	overflow:hidden;
	position:absolute;
	z-index:999;
	border-top:0;
}

.div_panel_header
{
	width:238px;
	height:25px;
	cursor:move;
	background-image:url(Images/pt_title_bg.jpg);
	border:0;
	width:100%;
	padding-left:6px;
}

.div_panel_header img
{
	margin:0 5 0 0px;
}

.div_panel_header td
{
	color:#0A5496;	
	font-weight:bold;
	vertical-align:middle;
}

.div_panel_body
{
	overflow:scroll;
	font-size:9pt;
	line-height:18px;
	padding:5px;
}

.div_panel_moved
{
	background-color:#ffffff;
	border:1px solid #C7CACE;
	position:absolute;
	z-index:999;
	filter:alpha(opacity=60);
}

.div_panel_header_moved
{
	width:238px;
	height:25px;
	cursor:move;
	background-image:url(Images/pt_title_bg.jpg);
	border:0;
	color:#000000;
	font-weight:bold;
	width:100%;
}

.div_panel_mask
{
	position:absolute;
	left:0;
	top:0;	
	filter:alpha(opacity=20);
	background-color:#000;
	z-index:1;
}

.desk_tb_bg
{
	width:100%;
	height:100%;
	background-image:url(Images/fr_bg.gif);	
}