.PopupMenu
{
}

.PopupMenuCont
{
	border-top: 1px solid #FFF;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.PopupMenuTable
{
}

.PopupMenuBlock, .PopupMenuArrow
{
	height: 23px;
	padding-left: 13px;
	padding-right: 14px;

	font-family: Arial;
	font-weight: bold;
	font-height: 11px;
	color: #005CBA;

	border-top: 1px solid #FFF;
	background-color: #C4E9FC;

	cursor: pointer;
	cursor: hand;
}

.PopupMenuAct, .PopupMenuActArrow
{
	height: 23px;
	padding-left: 13px;
	padding-right: 14px;

	font-family: Arial;
	font-weight: bold;
	font-height: 11px;
	color: #FFF;

	border-top: 1px solid #FFF;
	background-image: url(../../images/custom/menu-act-back.png);
	background-color: #2298EF;

	cursor: pointer;
	cursor: hand;
}
