﻿#panelFrame
{
	top: 0px;
	left: 0px;
	padding: 0px;
    position: absolute;
	text-align: center;
	vertical-align: middle;
}

.PanelContent
{
	position: absolute;
	background-color: white;
	border: 1px solid #000000;
	padding: 0px;
	z-index: 110;
	background-color: White;
}

.PanelHeader
{
	width: 100%;
	height: 25px;
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
}

.PanelBody
{
	padding: 10px;
}
