

/* CopyRight (c) Enzo Lanzilotti enzolanz@gmail.com ////// */



div.mustat {
	width:330px !important;
	width /**/:330px;
    height:200px !important;
	height /**/: 200px;
    overflow:auto;
	padding: 4px;
    border-width: thin;
	border-color: #972e2e;
	border-style: solid;
	/* border-right:0 solid; */
	background-color: #f8f4f3;
	font-size: 11px;
}

div.box{
	width:330px !important;
	width /**/:330px;
    height:200px !important;
	height /**/: 200px;
    overflow:auto;
	padding: 4px;
    border-width: thin;
	border-color: #972e2e;
	border-style: solid;
	/* border-right:0 solid; */
	background-color: #f8f4f3;
}

div.box p{margin-top:0}

/* formattazione testo */

.content_title {
	margin-left: 10px;
	font-family: Georgia, verdana, tahoma, arial;
	font-size: 16px;
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;
}

/* ---------------------  */

.content_table {
	font-family: Georgia, verdana, tahoma, arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.content_table a:link {
	color: #f5821f;
	text-decoration: none;
}

.content_table a:visited {
	color: #f5821f;
	text-decoration: none;
}

.content_table a:active {
	color: #f5821f;
	text-decoration: none;
}

.content_table a:hover {
	color: #902E00;
	text-decoration: underline;
}

/* --------------------- */

.footer_table {
	font-family: Georgia, verdana, tahoma, arial;
	font-size: 10px;
	color: #747474;
	font-weight: normal;
	text-decoration: none;
}

.footer_table a:link {
	color: #f5821f;
	text-decoration: none;
}

.footer_table a:visited {
	color: #f5821f;
	text-decoration: none;
}

.footer_table a:active {
	color: #f5821f;
	text-decoration: none;
}

.footer_table a:hover {
	color: #902E00;
	text-decoration: underline;
}


/* menu */


.menu_table{
	font-family: Georgia, verdana, tahoma, arial;
	font-size: 12px;
	color: #464646;
	text-decoration: none;
}

.menu_table a:link {
	color: #972E2E;
	text-decoration: none;
}

.menu_table a:visited {
	color: #972E2E;
	text-decoration: none;
}

.menu_table a:active {
	color: #972E2E;
	text-decoration: none;
}

.menu_table a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* ---------------------- */


body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	cursor: default;
	background-color: #ffffff;

	/* background: url(images/bg_righe.gif) repeat; */


}


Input {

			background-color: #ffffff;
			color: #900000;
			font-size: 10px;
			text-align: left;
			padding-right: 4px;
			font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;

}

Select {

			background-color: #ffffff;
			color: #900000;
			font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			text-align: left;
			padding-right: 4px;
			border: 1px solid #f1bd2e;
}



.buttons {
 font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 background-color: #ffffff;
 color: #800000;
 margin-right: 6px;
 border: 1px solid #284279;
}

textarea {
			background-color: #ffffff;
			color: #990000;
			font-size: 14px;
			text-align: left;
			padding-right: 4px;
			/* border: 1px solid #f1bd2e;*/
}

.elenco {
	list-style-type: upper-roman;

}

  .error {
	font-family: Georgia, Verdana, Tahoma;
	font-size: 8pt;
	color: red;
	margin-left: 50px;
	display:none;
}
