﻿/*---------- Drag Panels ----------*/

.dragPanelsContainer
{
	/* Position the container. All the panels will follow this position. */
	position: absolute;
	top: auto;
	left: 30%;
	z-index: 1000;
	font-size: 12px;
}

.dragPanelWrapperPanel
{
	position: absolute; /* important */
	width: 400px;
	background-color: #fff;
	border: 1px solid #b4b4b4;
	/* Opacity */
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
}

.dragPanelDragBar
{
	height: 25px;
	text-align: right;
	background: #ddd;
	cursor: move;
	padding: 3px;
	background: #cdcdcd url(../Images/title_bar_bg.gif) repeat-x;
}

.dragPanelTitle
{
	position: absolute;
	left: 10px;
	top: 7px;
	font-size: 1.3em;
	color: #333;
	margin: 0;
}

.dragPanelDragBarButton
{
	width: 23px;
	height: 23px;
}

.dragPanelContentPanel
{
	border-top: solid 1px #b4b4b4;
	padding: 10px;
}

.dragPanelFooterPanel
{
	clear: both;
	background: #eee;
	border-top: solid 1px #ccc;
	text-align: right;
	padding: 3px;
}

.dragPanelHtmlTableCell {}
.dragPanelHtmlTable
{
	border-collapse: collapse;
}

/*---------- PreviewDateInfoPanel ----------*/

.PreviewDateInfoPanel
{
	/*padding: 1px;
	background: #FFFFE1;
	border: solid 1px #BEB494;*/
	text-align: center;
}