/* these classes are related to the form tags ( input, select )*/
.form  {
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	color : #000000;
	border-width : 1;
	border-style : solid;
	border-color : #005980;
	background-color : #ffffff;
}
.pulsante  {
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	color : #000066;
	border-width : 1;
	border-style : solid;
	border-color : #005980;
	background-color : #D0F4FF;
}


/*  this class is related to the edges and to the background colour of the tables */
.tablemenu  {
	border-width : 0;
	border-style : normal;
	border-color : #005980;
	/* background-color : #ffffff; */
}

/* basic colour: red */
/* basic colour: blue */
.red { COLOR: #ff0000 }
.blue{ COLOR: #005980 }

/* these classes simulate the tag hr in order to avoid problems with browser various from IE */
.hrred { margin-top: 7px; margin-bottom: 7px; background-color: #ff0000}
.hrblue { margin-top: 7px; margin-bottom: 7px; background-color: #005980}
.hrbluesmall { margin-top:1px; margin-bottom:1px; background-color: #005980}

@import url(/include/css/jeyjeysongs.css);
