/* Standard page elements */
Body {
	margin: 					0;
/*	SCROLLBAR-FACE-COLOR: 		#ff9900;
	SCROLLBAR-HIGHLIGHT-COLOR: 	#ffffff;
	SCROLLBAR-SHADOW-COLOR:		#ffffff;
	SCROLLBAR-3DLIGHT-COLOR: 	#ff9900;
	SCROLLBAR-ARROW-COLOR: 		#ffffff;
	SCROLLBAR-TRACK-COLOR: 		#99cc00;
	SCROLLBAR-DARKSHADOW-COLOR: #ff9900;
	SCROLLBAR-BASE-COLOR: 		#99cc00			*/
}

TD.TopLine {
	border-top: 	1px dotted #2951A4;
}

TD.SideLine {
	border-right: 	1px dotted #2951A4;
}

img {
	border:			0;
}

P {
	font-family:	Arial;
	font-size:		10pt;
}

TD {
	font-family:	Arial;
	font-size:		10pt;
}

A:link { color: #2951A4 }       /* unvisited link */
A:visited { color: #2951A4 }   /* visited links */
A:active { color: #FFf000 }    /* active links */
A:hover { font-weight: bold }

.Form {
	border-size:	1
	border-style:	solid
	border-color:	#2951A4;
	font-size: 		10px;
	font-family: 	Arial;
	color: 			#2951A4;
	background-color: #ffffff
}


Input {
	border:			1px solid #2951A4;
	font-weight:	bold;
}

TextArea {
	border:			1px solid #2951A4;
	font-weight:	bold;
}

H1 {
	font-family:	Arial;
	font-size:		14pt;
	font-weight:	bold;
	color:			#2951A4;
}

H1 {
	font-family:	Arial;
	font-size:		12pt;
	font-weight:	bold;
	color:			#2951A4;
}

DIV {
	font-family:	Arial;
	font-size:		10pt;
}

/*  this class is related to the edges of the tables in weblog, where defined */
.tablemenu  {
	border-width : 0;
	border-style : solid;
	border-color : #2951A4;
}

/* this class define the current day in the calendar in the case in which  
blogs are present*/
.back A:link {
	COLOR: 			#2951A4;
	FONT-SIZE:  	10pt;
	FONT-FAMILY:	Arial;
	text-decoration: none;
	border-width: 	0;
	border-style: 	solid;
	border-color: 	#2951A4;
	background-color: #FFF000;
}

.back A:visited {
	COLOR:			#2951A4;
	font-size:  	10pt;
	font-family:	Arial;
	TEXT-DECORATION: none;
	border-width: 	0;
	border-style: 	solid;
	border-color: 	#2951A4;
}

.back A:hover {
	COLOR:			#2951A4;
	font-size:  	10pt;
	font-family:	Arial;
	font-weight:	bold;
	TEXT-DECORATION: none;
	border-width: 	0;
	border-style: 	solid;
	border-color: 	#2951A4;
}

.back A:active {
	COLOR:			#2951A4;
	font-size:  	10pt;
	font-family:	Arial;
	TEXT-DECORATION: none;
	border-width: 	0;
	border-style: 	solid;
	border-color: 	#2951A4;
}

/* this class define a general day in the calendar in the case in which  
blogs are present*/
.back2 A:link {
	COLOR:			#2951A4;
	font-size:  	10pt;
	font-family:	Arial;
	TEXT-DECORATION: none;
	border-width: 	0;
	border-style: 	solid;
	border-color: 	#2951A4
}

.back2 A:visited {
	COLOR:			#2951A4;
	font-size:  	10pt;
	font-family:	Arial;
	TEXT-DECORATION: none;
	border-width: 	0;
	border-style: 	solid;
	border-color: 	#2951A4
}

.back2 A:hover {
	COLOR:			#2951A4;
	font-size:  	10pt;
	font-family:	Arial;
	font-weight:	bold;
	TEXT-DECORATION: none;
	border-width: 	0;
	border-style: 	solid;
	border-color: 	#2951A4
}

.back2 A:active {
	COLOR:			#2951A4;
	font-size:  	10pt;
	font-family:	Arial;
	TEXT-DECORATION: none;
	border-width: 	0;
	border-style: 	solid;
	border-color: 	#2951A4;
}

/* basic colour: green */
.green {
	COLOR: 			#2951A4;
}

/* basic colour: orange */
.arancio{
	COLOR: 			#2951A4;
}

/* this class define a current day in the calendar in the case in which  
no blogs are present*/
.giornocorrente{
	COLOR: 			#2951A4;
	background : 	#FFF000;
}

/* these classes simulate the tag hr in order to avoid problems with browser various from IE */
/* Thanks ..:: gico ::.. */
.hrgreen {
	margin-top: 	7px;
	margin-bottom: 	7px;
	background-color: #FFF000;
}
	
.hrarancio {
	margin-top: 	7px;
	margin-bottom: 	7px;
	background-color: #2951A4;
}