
/* stile del campo dell'etichetta di ogni editor*/
.edDefault_Campo_Label,.edCombo_Campo_Label,.edData_Campo_Label,.edEmpty_Campo_Label,.edHTML_Campo_Label,.edIP_Campo_Label,.edNum_Campo_Label,.edOrdinamento_Campo_Label,.edSelettore_Campo_Label,.edSettore_Campo_Label,.edStato_Campo_Label,.edTesto_Campo_Label,.edTesto_Campo_Label,.edUpBinary_Campo_Label,.edPwd_Campo_Label,.edFileBase_Campo_Label,.edVisibilita_Campo_Label
{
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
	padding-bottom:5px;
	
}

/* stile del campo dell'editor */
.edDefault_Campo_Testo,.edCombo_Campo_Testo,.edData_Campo_Testo,.edEmpty_Campo_Testo,.edHTML_Campo_Testo,.edIP_Campo_Testo,.edNum_Campo_Testo,.edOrdinamento_Campo_Testo,.edSelettore_Campo_Testo,.edSettore_Campo_Testo,.edStato_Campo_Testo,.edTesto_Campo_Testo,.edTesto_Campo_Testo,.edUpBinary_Campo_Testo,.edPwd_Campo_Testo,.edFileBase_Campo_Testo,.edVisibilita_Campo_Testo
{
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	
}

/* stile del campo dell'errore */
.edDefault_Campo_Errore,.edCombo_Campo_Errore,.edData_Campo_Errore,.edEmpty_Campo_Errore,.edHTML_Campo_Errore,.edIP_Campo_Errore,.edNum_Campo_Errore,.edOrdinamento_Campo_Errore,.edSelettore_Campo_Errore,.edSettore_Campo_Errore,.edStato_Campo_Errore,.edTesto_Campo_Errore,.edTesto_Campo_Errore,.edUpBinary_Campo_Errore,.edPwd_Campo_Errore,.edFileBase_Campo_Errore,.edVisibilita_Campo_Errore
{
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	
}
/* stile dell'etichetta di ogni editor*/
.edDefault_Label,.edCombo_Label,.edData_Label,.edEmpty_Label,.edHTML_Label,.edIP_Label,.edNum_Label,.edOrdinamento_Label,.edSelettore_Label,.edSettore_Label,.edStato_Label,.edTesto_Label,.edTesto_Label,.edUpBinary_Label,.edPwd_Label,.edFileBase_Label,.edVisibilita_Label
{
	color: #555555;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}

/* stile della text box in cui editare il campo o della select*/
.edDefault_TestoR,.edCombo_TestoR,.edData_TestoR,.edEmpty_TestoR,.edHTML_TestoR,.edIP_TestoR,.edNum_TestoR,.edOrdinamento_TestoR,.edSelettore_TestoR,.edSettore_TestoR,.edStato_TestoR,.edTesto_TestoR,.edPwd_TestoR,.edFileBase_TestoR,.edVisibilita_TestoR
{
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	border:1px dotted #dddddd;
	
}

/* stile del testo  modificabile se il campo è scrivibilie */
.edDefault_TestoW,.edCombo_TestoW,.edData_TestoW,.edIP_TestoW,.edNum_TestoW,.edOrdinamento_TestoW,.edSelettore_TestoW,.edSettore_TestoW,.edStato_TestoW,.edTesto_TestoW,.edUpBinary_TestoW,.edPwd_TestoW,.edFileBase_TestoW,.edVisibilita_TestoW
{
	border: 1px solid #60A4C7;
	background-color:#D6E7EF;
	color: Black;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}

/* stile del testo  modificabile se il campo è scrivibilie  specifico per l'editor html*/
.edHTML_TestoW
{
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}
/*stile dei diversi tipi di combo */
.edCombo_Combo,.edCombo_List
{
	border: 1px solid #60A4C7;
	background-color:#D6E7EF;
	color: Black;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}
.edCombo_Radio,.edCombo_Check
{
	border: none;
	background-color:transparent;
	color: Black;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}
.edCombo_Check_All
{
	border: none;
	background-color:Transparent;
	color: Black;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	padding-left:3px;
}
/*stile degli item delle combo - check e radio*/
/*non funziona
.edCombo_Radio_Item,.edCombo_Check_Item
{
	border: 1px solid #60A4C7;
	background-color:red;
	color: Black;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}*/

/* stile della combo selettore - link*/
a.edCombo_PopUp:active
{
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: underline;
}
a.edCombo_PopUp:hover
{
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: underline;
}
a.edCombo_PopUp:link
{
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: underline;
}
a.edCombo_PopUp:visited
{
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: underline;
}
/* stile del bottone di ricerca del selettore*/
.edSelettore_Button
{
	border: 1px solid #60A4C7;
	background-color:#D6E7EF;
	color: Black;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}

/* stile dell'indicatore di obbligatorietà di un campo */
.Obbligatorio
{
	color: red;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	text-align:left;
	clip:rect(0px,0px,0px,0px);
	left:0px;
	
}

/* stile del sommario degli errori lato server */
.Summary
{
	border: 1px dotted #333333;
	font-weight: bold; 
	padding: 4px;
	color: #555555;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	background-color: #fffce8
}
/* stile del titolo del sommario degli errori */
.Summary_Titolo
{
	color: #555555;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}
.Summary_Error{color: red; font-weight: bold; padding: 4px; }

/* stile del messaggio lato client*/
.Error_Msg
{
	color: #ff0000;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}
/* stile del * indicatore dell'errore*/
.Error_Chk
{
	color: #ff0000;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}



/*** EDITOR PUBBLICAZIONE - RELAZIONE ****/
.edPub_Label,.edRel_Label
{
	font-weight:bold;
	color: #555555;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	padding-bottom:5px;
}
.edPub_Testo,.edRel_Testo
{

	color:#555555;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}

.edPub_Titolo
{	width:100%;
	padding:2px;
	color:white;
	font-weight:bold;
	font-size: 15px;
	background-color:#60A4C7;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}
.edPub_Button,.edRel_Button,.edVis_Button
{
	border: 1px solid #60A4C7;
	background-color:#D6E7EF;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}
.edPub_Combo,.edRel_Combo /*,.edPub_Check,.edPub_Radio*/
{
	border: 1px solid #60A4C7;
	background-color:#D6E7EF;
	color: Black;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}
.edPub_RadioList
{
	border: none;
	border-right:1px solid black;
	border-bottom:1px solid gray;
	background-color: #D6E7EF;
	color: Black;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}
/* calendario della pubblicazione*/
.edPub_WebDateCHooser
{
	border-style:inset;
	border-width:1px;
	background-color:Transparent;
	border-color:Gray;
}

/* stile della riga del tipo oggetto: banda 0*/
.edPub_UWGrid_TypeRowStyleDefault
{
	border-color:Gray;
	border-style:solid;
	border-width:1px;
	border-left-width:0px;
	border-top-width:0px;
	padding-left:2px;
	font-weight: bold;
	
	
}
/*font della griglia*/
.edPub_UWGrid_FrameStyle,.edRel_UWGrid_FrameStyle
{
	color:#000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}
.edPub_UWGrid_HeaderStyleDefault,.edRel_UWGrid_HeaderStyleDefault
{
	background-color:LightGrey;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
	border-left-color:White;
	border-top-color:White;
	border-left-width:1px;
	border-top-width:1px;
	color:#000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}
/*
.edRel_UWGrid_SelectedHeaderStyleDefault
{
	border-left-color:White;
	border-top-color:White;
	border-left-width:1px;
	border-top-width:1px;
}
*/
.edPub_UWGrid_FooterStyleDefault,edRel_UWGrid_FooterStyleDefault
{
	background-color:LightGrey;
	border-style:solid;
	border-width:1px;
	border-left-color:White;
	border-top-color:White;
	border-left-width:1px;
	border-top-width:1px;
}
/*
.edRel_UWGrid_RowSelectorStyleDefault
{
	border-style:solid;
}
*/
.edPub_UWGrid_RowExpAreaStyleDefault,.edRel_UWGrid_RowExpAreaStyleDefault
{
	background-color:LightGrey;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
}
.edPub_UWGrid_SelectedRowStyleDefault /*,.edRel_UWGrid_SelectedRowStyleDefault*/
{
	background-color:LightGrey;
}
.edPub_UWGrid_RowStyleDefault,.edRel_UWGrid_RowStyleDefault
{
	border-color:Gray;
	border-style:solid;
	border-width:1px;
	border-left-width:0px;
	border-top-width:0px;
	padding-left:2px;
	
	
}
.edPub_UWGrid_EditCellStyleDefault,.edRel_UWGrid_EditCellStyleDefault
{
	border-style:none;
	border-width:0px;
}

.edPub_UWGrid_ActiveRowStyleDefault 
{
	background-color:#e6e6e6;
}

.edPub_Tree_Node {
	cursor:pointer;
}
.edPub_Tree
{
	background-color:Transparent;
	
	
	cursor:pointer;
	padding-top:5px;
	padding-left:2px;
	color:#000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	
}
.edPub_Tree_HoverNodeStyle
{
	background-color:Transparent;
}
.edPub_Tree_SelectedNodeStyle
{
color:blue;
	background-color:silver;

}

.edPub_CurrentSector {
	font-weight:bold;
	color: #555555;
}

/*** EDITOR RELAZIONE ****/
/* stile di una riga aggiunta*/
.edRel_UWGrid_NewRowStyleDefault
{
	border-color:Gray;
	border-style:solid;
	border-width:1px;
	border-left-width:0px;
	border-top-width:0px;
	padding-left:2px;
	font-weight: bold;
	
	
}
.edRel_SelOgg_UWGrid_FrameStyle
{
	color:#000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	
	border-color:Gray;
	border-style:solid;
	border-width:1px;
}
.edRel_SelOgg_UWGrid_GroupByRowStyleDefault
{
	background-color:LightGrey;
	border-color:Gray;
	border-style:solid;
	border-width:1px;
}
.edRel_SelOgg_UWGrid_HeaderStyleDefault
{
	background-color:LightGrey;
	border-color:Gray;
	border-style:solid;
	border-width:1px;
	border-left-width:1px;
	border-top-width:1px;
	border-right-width:1px;
	border-left-color:Gray;
	border-top-color:White;
	border-right-color:White;
	color:#000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}
.edRel_SelOgg_UWGrid_RowExpAreaStyleDefault
{
	border-color:Gray;
	border-style:solid;
	border-width:1px;
	
}
.edRel_SelOgg_UWGrid_RowStyleDefault
{
	border-color:Gray;
	border-style:solid;
	border-width:1px;
	padding-left:3px;
	border-right-width:0px;
	border-top-width:0px;
	
}
/*
.edRel_SelOgg_UWGrid_AddNewBoxStyle
{
	background-color:LightGrey;
	border-style:solid;
	border-left-width:1px;
	border-top-width:1px;
	border-left-color:White;
	border-top-color:White;
}
*/

/*** EDITOR AUTORIZZAZIONI ****/
.edAuth_Tree
{
	background-color:Transparent;
	border-style:none;
	border-width:0px;
	cursor:default;
	padding-top:5px;
	padding-left:2px;
	color:#000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	
}

.edAuth_Radio,.edVis_Check
{
/*border: 1px solid #60A4C7;
	background-color:#D6E7EF;*/
	color: Black;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}

.edAuth_Titolo
{

	color: Black;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}

/*** Menu ****/
.Menu
{
	background-color:Transparent;
	border-style:none;
	border-width:0px;
	cursor:default;
	color:#000000;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	width: 250px;
	
}
.Menu_HoverItemStyle
{
	background-color:LightGrey;
	padding-top:1px;
	
}

.Menu_IslandStyle
{
	border-color:Gray;
	border-style:solid;
	border-width:1px;
	background-color:AliceBlue;
	color:#000000;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	
}
.Menu_Item
{
	padding-top:1px;

}
a.Testata_Link:active
{
	color:  Black;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: underline;
	padding-left:3px;
	padding-top:5px;
}
a.Testata_Link:link
{
	color:  Black;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: underline;
	padding-left:3px;
	padding-top:5px;
}
a.Testata_Link:hover
{
	color:  Black;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: underline;
	padding-left:3px;
	padding-top:5px;
}
a.Testata_Link:visited
{
	color:  Black;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: underline;
	padding-left:3px;
	padding-top:5px;
}
.Testata_Titolo
{
	color: #555555;
	font-weight: normal;
	font-size: 12px;
	font-weight:bold;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	padding-left:1px;
	padding-top:3px;
}
.Testata_Testo
{
	color: Black;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	padding-left:1px;
	padding-top:3px;
	
}
.Testata_Login
{
	color: Black;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	padding-right:3px;
	padding-top:5px;
	
}
.Testata_SottoTitolo
{
	color: #555555;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	padding-left:3px;
	padding-top:5px;
	background-color:#D6E7EF;
	
}
.Testata_Combo
{
	border: 1px solid #60A4C7;
	background-color:#D6E7EF;
	color: Black;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	
}
/*** Calendario ****/
.Calendario
{
	color: Black;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	background-color:Transparent;
}
.Calendario_DayHeaderStyle
{
	background-color:Gainsboro;
}
.Calendario_OtherMonthDayStyle
{
	color:Gray;
	/*font-weight: normal;
	font-size: 18px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;*/
}
.Calendario_SelectedDayStyle
{
	background-color:Navy;
	font-weight: bold;
}
.Calendario_SelectorStyle
{
	background-color:Gainsboro;
}
.Calendario_TitleStyle
{
	background-color:DarkGray;
	color: Black;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	/*
	border-width:1px;
	border-style:solid;
	border-color:Black;*/
}
.Calendario_TodayDayStyle
{
	background-color:Gainsboro;
}
/*** EDITOR UPLOAD ****/
.Upload
{
	border-style:solid;
	border-color:#336666;
	border-width:1px;
}
a.Upload_Link:active
{
	color:  Black;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: underline;
}
a.Upload_Link:link
{
	color:  Black;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: underline;
}
a.Upload_Link:hover
{
	color:  Black;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: underline;
}
a.Upload_Link:visited
{
	color:  Black;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: underline;
}
.Upload_Img
{
	border-bottom-style:none;
	border-width:0px;
}

/*** EDITOR EDBASEFILE ****/

.edFileBase_Container
{
	border-Style:solid; 
	border-color:#5D94B2;
	border-width:1px;

	
}
.edFileBase_Header
{
	background-color: #D6E7EF;
	border-Style:solid; 
	border-color:#5D94B2;
	border-width:1px;

}

.edFileBase_Body
{
	padding: 2px;

}

.Error_REV{
	color:red;
}

.cssHelper{margin-left: 10px; font-size: 11px; color: #3d88b9}

.cssHelperWindow{
	position:absolute;
	padding: 8px;
	width: 300px;
	height: 200px;
	overflow: scroll;
	top:150px;
	right: 100px;
	border: 1px dashed #3d88b9;
	background-color: #ededed;
	
	font-weight: normal;
}