﻿/* _____________________________________ STILI DEI POPUP __________________________________*/
.menuIcon
{
	width: 16px;
	height: 16px;
	border-color: #EDEDED;
	border-style: solid;
	border-width: 1px;
	margin: 0px 0px 0px 0px;
}
.popUpMenu
{
	background-color: #FFFFFF;
	width: 170px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
a.popUpMenuItem
{
	color: #444444;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px 2px 2px 2px;
}
a.popUpMenuItem:visited
{
	color: #444444;
}
a.popUpMenuItem:hover
{
	color: #979797;
	text-decoration: none;
}
.popUpSeparator
{
	width: 96%;
	color: #444444;
	margin-top: 0px;
	margin-bottom: 0px;
}
