HTML, BODY, #wrapper
{
	background-color: #fafafa;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 10px;
	height: 100%;
}
IMG
{
	border: 0px;
}

/* Menu */
A.MenuTopRight
{
	color: #2f2f2f;
	text-decoration: none;
}
A.MenuTopRight:hover
{
	color: #fc6000;
}
A.MenuTop
{
	color: #2f2f2f;
	font-weight: bold;
	text-decoration: none;
}
A.MenuTop:hover
{
	color: #fc6000;
}
A.MenuSx
{
	color: #484848;
	text-decoration: none;
}
A.MenuSx:hover
{
	font-weight: bold;
}
TD.TitoloMenuSx
{
	color: #ffffff;
	font-weight: bold;
	background-color: #a4a4a4;
	text-indent: 5px;
}
TD.MenuSx
{
	text-indent: 5px;
}
TD.MenuSx:hover
{
	text-indent: 5px;
	background-color: #ffd9a5;
}
TD.TitoloMenuCx
{
	color: #ffffff;
	font-weight: bold;
	background-color: #636363;
	text-indent: 10px;
}
A.TitoloColonnaMenuCx
{
	color: #434343;
	font-weight: bold;
}


/* Form */
INPUT
{
	border: solid 1px #d7d7d7;
	font-size: 10px;
}
SELECT
{
	border: solid 1px #d7d7d7;
	font-size: 10px;
}
A.Form
{
	text-decoration: none;
	color: #930000;
}
TD.Form
{
}

/*border:solid 1px #cccccc; border-bottom:solid 1px #cccccc; border-left:solid 0px #cccccc; border-right:solid 1px #cccccc; border-top:solid 1px #cccccc;*/


TD.MenuTree
{
}
A.MenuTree
{
	color: #484848;
	text-decoration: none;
}
A.MenuTree:hover
{
	font-weight: bold;
}

.PadreDrop
{
	font-weight: bold;
}

#TabellaLogin
{
	min-height: 100%;
}

/*LinkButton Pulsanti*/
A.lnkPulsanti
{
	color: #484848;
	text-decoration: none;
}
A.lnkPulsanti:hover
{
	color: #fc6000;
}

/*Tooltip Immagine*/
#preview{
position:absolute;
border:1px solid #ccc;
background:#333;
padding:5px;
display:none;
color:#fff;
} 

/*TabellaTiny*/

TABLE.TabellaTiny
{
	float:left;
}

DIV.DivTiny
{
	float:left;
}

/*
DIV.DivTiny:hover
{
	background-color:#ffd9a5;
}
*/

/*Pulsante Login*/
INPUT.Login:hover
{
	font-weight:bold;
	color: #ffd9a5;
}

INPUT.Login
{
	cursor:pointer;
}