﻿.ee_td_1 /* colonna validatore */
{
	vertical-align: middle;
	padding-left: 2px; /*border-bottom: silver 1px solid;*/
	width: 10px;
}
.ee_td_2 /* colonna descrizione */
{
	padding-left: 2px; /*border-bottom: silver 1px solid;*/
	padding-top: 3px;
	vertical-align: middle;
	text-align: left;
}
.ee_td_3 /* colonna valore */
{
	text-align: left;
	padding-left: 10px;
	padding-right: 0px;
	vertical-align: middle; /*border-bottom: silver 1px solid;*/
}

.ee_td_1b /* colonna validatore */
{
	vertical-align: top;
	padding-left: 2px;
	border-bottom: silver 1px solid;
	width: 10px;
}
.ee_td_2b /* colonna descrizione */
{
	padding-left: 2px;
	border-bottom: silver 1px solid;
	padding-top: 3px;
	vertical-align: top;
	text-align: left;
}
.ee_td_3b /* colonna valore */
{
	text-align: left;
	padding-left: 10px;
	padding-right: 0px;
	border-bottom: silver 1px solid;
	vertical-align: top;
}


.tabpan_message
{
	text-align: left;
	color: Red;
	font-size: 14px;
}


/*TOOLBAR*/
.EntityToolbar_MainTable
{
	background-image: url('../Controls/EntityToolbar/Immagini/blue_header.gif');
	background-repeat: repeat-x;
	border-bottom: solid 1px black;
	width: 100%;
}


input.flat, select.flat, textarea.flat
{
	border: 1px gray solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
}



.MESSAGEBOX_UL
{
	margin: 5px;
	list-style-type: none;
	font-weight: normal;
}

.VAL_SUMMARY
{
	margin: 5px;
	padding-top: 10px;
	list-style-type: none;
	border-bottom: 0;
	width: 100%;
}

.MESSAGEBOX_UL li
{
}

.OM_Success
{
	color: Green;
}
.OM_Failure
{
	color: Red;
}
.OM_None
{
}




.__immagini__lnkNew
{
	display: block;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 10px;
}

.__immagini__hr
{
	color: Gray;
	height: 2px;
	margin-left: 5px;
	margin-right: 5px;
}
.__immagini__div__ImageList
{
	overflow: auto;
	padding: 10px;
}


.ResourceContainerNormalButtonHeader
{
}

.ResourceContainerActiveButtonHeader
{
	font-weight: bold;
}

div.ResourceContainer
{
	margin: 10px;
	border: solid 2px gray;
}



div.ResourceContainerHeader
{
	padding-top: 4px;
	height: 28px;
	background-image: url(../Controls/EntityEditor/immagini/ResourceContainerHeaderBackground.gif);
	background-repeat: repeat-x;
}

div.ResourceContainerHeader a
{
	font-size: 10px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	color: White;
}

div.ResourceContainerHeader a:hover
{
	text-decoration: underline;
}

table.comune
{
	border: solid 1px white;
	font-size: 9px;
}

table.comune input
{
	font-size: 9px;
}


.WPBoundDropDownList_MenuPanel
{
	border-width:2px;
	border-style:solid;
	border-color:#74818F;
	background-color: #C3D9FF;
	padding:0px;
	width:400px;
}

.WPBoundDropDownList_MenuTitle
{
	padding-left:5px;
	height:20px;
	color:White;
	font-weight:bold;
	border-bottom:solid 1px gray;
}

.WPBoundDropDownList_CellaSx
{
	background-color:#C3D9FF;
	width:100px;
	border-right: solid 1px gray;
	vertical-align:top;
}

.WPBoundDropDownList_CellaDx
{
	background-color:white;
	width:300px;
	vertical-align:top;
}

.WPBoundDropDownList_PanelInsertEdit
{
	width:100%;
	height:100%;
	padding:10px;
}

.WPBoundDropDownList_PanelInsertEditTitle
{
	color:#0000CC;
	font-size:12px;
	font-style:italic;
}

.WPBoundDropDownList_PanelDelete
{
	width:100%;
	height:100%;
	padding:10px;
}

.WPBoundDropDownList_PanelDeleteTitle
{
	color:#0000CC;
	font-size:12px;
	font-style:italic;
	margin-bottom:15px;
}

.WPBoundDropDownList_MenuItem
{
	vertical-align:middle;
	padding:2px 5px 2px 5px;
}
.WPBoundDropDownList_MenuItem:hover
{
	background-color:Orange;
	cursor:pointer;
}


.WPBoundDropDownList_MenuItem a
{
	color: Black;
	text-decoration: none;
	margin:0px;
}




/*ENTITY VIEWER*/


.ev_td_2 /* colonna descrizione */
{
	padding-left: 12px; /*border-bottom: silver 1px solid;*/
	padding-top: 3px;
	vertical-align: middle;
	text-align: left;
	border-bottom:solid 1px #DDD;
}
.ev_td_3 /* colonna valore */
{
	text-align: left;
	padding-left: 10px;
	padding-right: 0px;
	vertical-align: middle; /*border-bottom: silver 1px solid;*/
	border-bottom:solid 1px #DDD;
}


.ev_td_2b /* colonna descrizione */
{
	padding-left: 12px;
	border-bottom: silver 1px solid;
	padding-top: 3px;
	vertical-align: top;
	text-align: left;
	border-bottom:solid 1px #DDD;
}
.ev_td_3b /* colonna valore */
{
	text-align: left;
	padding-left: 10px;
	padding-right: 0px;
	border-bottom: silver 1px solid;
	vertical-align: top;
	border-bottom:solid 1px #DDD;
}