﻿

/* DEFINIZIONI PER POPUP - stile BENELLI */

DIV.Benelli_Popup_Container		{
	background-color:#ffffff; border:0px solid #ffcb03; overflow:visible;
}
DIV.Benelli_Popup_Container2	{
	padding:0px;
}
DIV.Benelli_Popup_Container_Shadow	{
	background-color:#808080;
}
DIV.Benelli_Popup_Container_BgModal	{
	background-color:#000000;
}
DIV.Benelli_Popup_TitleBar		{
	background-color:#a7a6a4;
}
TABLE.Benelli_Popup_TitleBar_Table		{
	background-color:#a7a6a4; font-size:9pt;
}
TABLE.Benelli_Popup_TitleBar_Table	TR	{
	padding:3px;
}
TABLE.Benelli_Popup_TitleBar_Table	TD.Benelli_Popup_TitleBar_Title		{
	color:white; font-weight:bold; font-size:9pt;
}
TABLE.Benelli_Popup_TitleBar_Table	TD.Benelli_Popup_TitleBar_CmdAbort	{
	width:5%; text-align:center;
}
TABLE.Benelli_Popup_TitleBar_Table	TD.Benelli_Popup_TitleBar_CmdAbort	A	{
	display:block; background-color:#ea0003; color:white; text-decoration:none;
	padding-left:3px;padding-right:3px; font-weight:bold;
}
TABLE.Benelli_Popup_TitleBar_Table	TD.Benelli_Popup_TitleBar_CmdAbort	A:hover	{
	color:#a7a6a4;
}
DIV.Benelli_Popup_Content		{
	margin-top:0px;
	border:5px solid #ea0003; 
}
DIV.Benelli_Popup_Content	DIV		{
}
DIV.Benelli_Popup_Content	IFRAME		{
	border-style:none;
}

