﻿.popupPanel
{
	display: none; 
	position: absolute;
	overflow: hidden;
}

.popupPanelHeader
{
	background-color: #A81F23;
	width: 100%;
}

.popupPanelHeaderDiv
{
    cursor: move;
	width: 100%;position: relative;
}

.popupPanelHeaderDiv .divText
{
    color: #FFFFFF;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	width: 100%;
}

.popupPanelHeaderDiv .divText .divImgLogo
{
    margin-top: 3px;
}

.popupPanelHeaderDiv .divButton
{
    position: absolute;
    right: 0px;
}

.popupPanelContent
{
    overflow: auto;
    background-color: #000000;
}

.closeButton
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	border-width: 0px;
	background-color: #A81F23;
	cursor: pointer;
	color: #FFFFFF;
	height: 20px;
}

.closeButton:hover
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	border-width: 0px;
	background-color: #A81F23;
	cursor: pointer;
	color: #000000;
	height: 20px;
}