@media screen{

/* 
PLEASE DON'T CHANGE POSITIONS OF THIS ELEMENTS IF YOU DON'T WANT LOSE LINK FORMAT  
*/
	a {
	color: #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

	a:link {
	color: #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

	a:visited {
	color: #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

	a:hover {
	color: #346969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a.ezbuttonMenu {
	color: #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
	a.ezbuttonMenu:visited {
	color: #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
	a.ezbuttonMenu:link {
	color: #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
	a.ezbuttonMenu:hover {
	color: #346969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#top{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 110px;
	width: 100%;
	background-image: url(images/bgtop.gif);
	background-repeat: repeat-x;
}

#left{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 157px;
	background-image: url(images/bgmenu.gif);
	background-repeat: repeat-y;
}

#topLeft{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 161px;
	width: 110px;
	background-image: url(images/topmenu.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#ezmaintext{
	
	color: Black;
	position: absolute;
	top: 100px;
	left: 0px;
	padding-left: 200px;
	padding-right: 2%;
	text-align: justify;
	background-image: url(images/bgmenu.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

	/*style for body and scroll bars*/
	body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #346969;
	scrollbar-face-color: #009999;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #B9E0E0;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

	/*style for form's elements*/
	input {
	background: #B9E0E0;
	border: 1px solid #3B84A5;
	font-family: verdana;
	font-size: 8pt;
	padding: 1px;
	color: black;
}

	select {
	background: #B9E0E0;
	font-family: verdana;
	font-size: 8pt;
	color: black;
}

	/*style for tables*/
	table {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

	.items1 {
	color: #000000;
	background-color: #009999;
}

	.items2 {
	color: #000000;
	background-color: #009999;
}

	.header {
	color: #000000;
	background: #78CDCD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

	/*style for text*/
	.title {
	color: #509B9B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}

	.subtitle {
	color: #346969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

	.error {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
	
	/*style for lines*/
	hr {
	border-style: dotted;
	color: black;
}

}
/*style for print*/
@media print{
  #ezmaintext{
	background-color: #FFFFFF;
	color: #000000;
	color: #000000;
	left: 0px;
	position: relative;
	text-align: justify;
	top: 0px;
}

  
  h1{
	text-align: center;
}

  #ezmenu{
	visibility: hidden; /*questo basta a rendere invisibile il menu*/
}

	
	#image{
	background-image: none;
	background-repeat: no-repeat;
	height: 0px;
	left: 0%;
	top: 0%;
	width: 0px;
}

}
