/*style for screen*/
@media screen{
/* 
PLEASE DON'T CHANGE POSITIONS OF THIS ELEMENTS IF YOU DON'T WANT LOSE LINK FORMAT  
*/
	a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

	a:link {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

	a:visited {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

	a:hover {
	color: #C66453;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a.ezbuttonMenu {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
	
	a.ezbuttonMenu:visited {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
	
	a.ezbuttonMenu:link {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
	
	a.ezbuttonMenu:hover {
	color: #C5C5C5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

	/*style for layers positions*/
	
	#leftTop {
	background-image: url(images/imagetop.gif);
	background-position: top left;
	height: 130px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

	#topLeft{
	background-image: url(images/imagesx.gif);
	background-position: top left;
	height: 93px;
	left: 0px;
	position: absolute;
	top: 130px;
	width: 17px;
}

	.bgLeft{
	background-image: url(images/bgsx.gif);
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 20px;
	background-repeat: repeat-y;
}

	#topRight{
	background-image: url(images/imagedx.gif);
	background-position: top right;
	height: 130px;
	right: 0px;
	position: absolute;
	top: 0px;
	width: 213px;
}

	.bgRight{
	background-image: url(images/bgdx.gif);
	right: 0px;
	position: absolute;
	top: 0px;
	height: 100%;
	width: 212px;
	background-repeat: repeat-y;
}

	#main{
	position: relative;
	top: 0px;
	left:0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 135px;
	width: 100%;
	height: 100%;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	text-align: center;
}

#ezmaintext{
	position: relative;
	top: 0px;
	left:0px;
	margin-left: 20px;
	margin-right: 212px;
	padding-top: 20px;
	width: 80%;
	height: 100%;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: justify;
	background-position: top center;
}

	/*style for body and scroll bars*/
	body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	scrollbar-3dlight-color: #C99968;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #C66453;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	text-decoration: none;
}

	/*style for form's elements*/
	input {
	background: #C66453;
	border: 1px solid #000000;
	font-family: verdana;
	font-size: 8pt;
	padding: 1px;
	color: #FFFFFF;
}

	select {
	background: #C66453;
	font-family: verdana;
	font-size: 8pt;
	color: #FFFFFF;
}

	/*style for tables*/
	table {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

	.items1 {
	background-color: #CC9966;
}

	.items2 {
	background-color: #CC9966;
}

	.header {
	background: #C66453;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

	/*style for text*/
	.title {
	color: #C66453;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}

	.subtitle {
	color: #C66453;
	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: #000000;
}

}
/*style for print*/
@media print{
  #maintext{
	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;
}

}
