/* ----------------------------------------------------------------------------------- */
/* GENERAL */
/* ----------------------------------------------------------------------------------- */
body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	background-image: url(../img_graf/background.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #01278a;/* | 101676*/
	background-position: left top;
}
h1, h2 {
	color: #990000;
}
/*link*/
a {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
/* ----------------------------------------------------------------------------------- */
/* CONTAINER */
/* ----------------------------------------------------------------------------------- */
#container {
	width: 960px;
	height: 900px;
	margin: 0 auto;
}
/* ----------------------------------------------------------------------------------- */
/* HEADER ELEMENTS */
/* ----------------------------------------------------------------------------------- */
#header {
	width: 100%;
	height:334px;
}
/* ----------------------------------------------------------------------------------- */
/* CONTENT ELEMENTS */
/* ----------------------------------------------------------------------------------- */
div#content_left{
	float:left;
	width:443px;
}
div#content_right{
	float:right;
	width:505px;
	height:505px;
	overflow: auto;
	padding-left: 10px;	
}
.red {
	color: #990000;
}
/* ----------------------------------------------------------------------------------- */
/* MENU */
/* ----------------------------------------------------------------------------------- */
div#menu{
	padding-left: 80px;
}
div#menu a{
	color: #FFFFFF;	
	width:100%;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
div#menu a:link{
	color: #FFFFFF;	
}
div#menu a:hover{
	color: #FF0000;
}
#no_link {
	color: #990000;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
/* ----------------------------------------------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------------------------------------------- */
div#footer{
	width:100%;
	height: 50px;
	margin:0;
	padding:20px;
	clear:both;
	text-align: center;
}
div#footer a{
	text-decoration: none;
	color: #01278a;
}
/* ----------------------------------------------------------------------------------- */
/* FORM */
/* ----------------------------------------------------------------------------------- */
input {
	font-family: monospace;
	font-size: 12px;
	color: #000000;
	background-color: #8F99CE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
}
.form_170 {
	width: 170px;
}
.textarea_417 {
	font-family: monospace;
	font-size: 12px;
	color: #000000;
	width: 417px;
	height: 80px;
	border:1px solid #666666;
	background-color: #8F99CE;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
}
.tasto_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 50px;
	margin: 4px;
	background-image: url(../img_graf/sf_tab.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left center;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
}
/* ----------------------------------------------------------------------------------- */
/* AVVISI */
/* ----------------------------------------------------------------------------------- */
#err {
	width: 97%;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border: 1px dashed #FF0000;
	background-attachment: scroll;
	background-image: url(../img_graf/error.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	vertical-align: middle;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#success {
	width: 97%;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border: 1px dashed #008428;
	background-attachment: scroll;
	background-image: url(../img_graf/ok.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	vertical-align: middle;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* ----------------------------------------------------------------------------------- */
