﻿.popupPanel
{
	position: absolute;
}

.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;
    background-image: url("../images/popupPanel/popupPanelHeader.jpg");
    width: 54px;
    height: 20px;
    background-repeat: no-repeat;
}

.popupPanelHeaderDiv .divButton
{
    position: absolute;
    right: 0px;
}

.popupPanelContent
{
    overflow: auto;
    background-color: #C8D2D3;
}

.closeButton
{
	font-family: Tahoma; 
	font-size: 10pt;
	font-weight: bold;
	border-width: 0px;
	background-color: #A81F23;
	cursor: pointer;
	color: #FFFFFF;
}

.closeButton:hover
{
	cursor: pointer;
	color: #000000;
}