/* background colour 
BODY {	background: #ffffff; }*/
/* kind of font and size relating to the basic tags */
#worldincatalogblog TD {FONT:  11px verdana, arial, helvetica, sans-serif}
#worldincatalogblog P {FONT:  11px verdana, arial, helvetica, sans-serif}
#worldincatalogblog DIV {FONT:  11px verdana, arial, helvetica, sans-serif}

/* property of basic hyperlinks*/
#worldincatalogblog A {COLOR: #ff9900; CURSOR: hand; FONT: 11px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: underline}
#worldincatalogblog A:hover {COLOR: #ff9900; TEXT-DECORATION: none}
#worldincatalogblog A:active {COLOR: #ff9900}

/* this class is related to the form tags ( input, select )*/
#worldincatalogblog .form  {
	font-size : 11px;
	font-family : verdana;
	color : #000000;
	border-width : 1;
	border-style : solid;
	border-color : #ff9900;
	background-color : #ffffff;
}

/*  this class is related to the edges of the tables, where defined */
#worldincatalogblog .tablemenu  {
	border-width : 1;
	border-style : solid;
	border-color : #ff9900;
}

/* this class define the current day in the calendar in the case in which blogs are present*/
#worldincatalogblog .back A:link {
	COLOR: #99cc00; FONT:  11px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none;  border-width : 1;border-style : solid;border-color : #ff9900
}
#worldincatalogblog .back A:visited {
	COLOR: #99cc00; FONT:  11px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none;  border-width : 1;border-style : solid;border-color : #ff9900
}
#worldincatalogblog .back A:hover {
	COLOR: #ff9900; FONT:  11px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none ; border-width : 1;border-style : solid;border-color : #ff9900
}
#worldincatalogblog .back A:active {
	COLOR: #99cc00; FONT:  11px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none;  border-width : 1;border-style : solid;border-color : #ff9900
}

/* this class define a general day in the calendar in the case in which blogs are present*/
#worldincatalogblog .back2 A:link {	COLOR: #99cc00; FONT:  11px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none;}
#worldincatalogblog .back2 A:visited { COLOR: #99cc00; FONT:  11px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none;}
#worldincatalogblog .back2 A:hover { COLOR: #ff9900; FONT:  11px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none;}
#worldincatalogblog .back2 A:active { COLOR: #99cc00; FONT:  11px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none;}

/* basic colour: green */
#worldincatalogblog .green {COLOR: #99cc00}
/* basic colour: orange */
#worldincatalogblog .arancio{COLOR: #ff9900}
/* this class define a current day in the calendar in the case in which no blogs are present*/
#worldincatalogblog .giornocorrente{COLOR: #ffffff; background : #99cc00}
/* these classes simulate the tag hr in order to avoid problems with browser various from IE */
/* Thanks ..:: gico ::.. */
#worldincatalogblog .hrgreen { margin-top: 7px; margin-bottom: 7px; background-color: #99cc00}
#worldincatalogblog .hrarancio { margin-top: 7px; margin-bottom: 7px; background-color: #ff9900}
