.titleTdWarning{
color:Fuchsia;
font-weight:bold;
font-size:14px;
padding-left:25px;
background-image:url(../../common/img/tdWarning.gif);
background-position:top left;
background-repeat:no-repeat;
margin-bottom:8px;
margin-top:4px;
min-height:23px;
height:auto;
height:23px
}

.titleTdConfirm{
color:Green;
font-weight:bold;
font-size:14px;
padding-left:25px;
background-image:url(../../common/img/tdOk.gif);
background-position:top left;
background-repeat:no-repeat;
margin-bottom:8px;
margin-top:4px;
min-height:23px;
height:auto;
height:23px
}

.titleTdNo{
color:Red;
font-weight:bold;
font-size:14px;
padding-left:25px;
background-image:url(../../common/img/tdNo.gif);
background-position:top left;
background-repeat:no-repeat;
margin-bottom:8px;
margin-top:4px;
min-height:23px;
height:auto;
height:23px
}

.titleTdInfo{
color:Blue;
font-weight:bold;
font-size:10px;
padding-left:25px;
background-image:url(../../common/img/tdInfo.gif);
background-position:top left;
background-repeat:no-repeat;
margin-bottom:8px;
margin-top:4px;
min-height:23px;
height:auto;
height:23px
}

BODY,td,p,div,form,tr,table,input,select,Calendar {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.txt {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.bold {
	font-family: Verdana;
	font-size: 10px;
	color: #0D5C90;
	font-weight: bold;
}
a:visited {
	color: #E20581;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0D5C90;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #E20581;
	text-decoration: none;
	font-weight: bold;
}

.txttitolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3b5c5d;
	font-weight: bold;
}

.generale 
{
	background-color: "#f2f2f2";
}

.titolo_tabella {
	color: #a72f5a;
	font-weight: bold;
	font-size: 10px;
	/*background-color: DarkGray;*/
	background-color: #e0c2c2;
	background-image: url(../../common/img/bg_tabelle.jpg);
	background-repeat:repeat-x;
}

.titolo_gruppi_dati 
{
	color: #9d214e;
	/*background-color: #9d214e;*/
	font-weight: bold;
	font-size: 10px;
	background-image: url(../../common/img/bg_tit_tabelle.jpg);
	background-repeat:repeat-x;
	padding-bottom: 2px;
	padding-top: 2px;
}


.tabella 
{
	background-color: "#ede4e5";
}

.rigaAlternataTabella 
{
	background-color: WhiteSmoke;
}

.txtItemMenu { 
	font-family: Verdana;
	font-size: 10px;
	/*background-color: "#E0E0E0";
	padding: 0px;*/
	color: #3b5c5d;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 3px;
}

.txtSelectedItemMenu { 
	font-family: Verdana;
	font-size: 10px;
	color: #E20581;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 3px;
	cursor:hand;
}

.subMenu 
{
	background-color: "f2f2f2";
 /* padding-top: 2px;
	padding-bottom: 2px;*/
	BORDER-RIGHT: black thin solid; 
	BORDER-TOP: black thin solid; 
	BORDER-LEFT: black thin solid; 
	BORDER-BOTTOM: black thin solid 
}

