body {	width: auto;
	margin: auto;
	font-size: 10px;
	background-color: #c3d5c3;
	font-family : evrdana, arial, sans-serif,"Times New Roman", Times, serif;	
	text-align: center;
	}	
		
/* General text styles. */

a, a:visited, a:active {
   	text-decoration: none;
   	font-weight: normal;   	
   	color: #2A702F; 	
   	}
   	
a:hover {   	
	font-weight: bold;
       	}

arttitle {
        color:#4D564E; 
        text-decoration:underline;
	}	


h1 {
	font-size: 15px;
	color: #000000;	
	border-bottom: 1px solid #000000;	
	text-align: left;	
	}	
	
h2 {
	font-size: 13px;
	color: #000000;	
	border-bottom: 1px solid #000000;	
	}	
	
	/* End of general text styles. */
	
	/* The top of the page. */
	
#page {	
	width: auto;
	text-align: left;	
	}

#header {
	margin-top: 15px;	
	height: 100px;
	background-color: #ffffff;	
	border-top: 1px solid #000000;	
	border-bottom: 1px solid #000000;	
  	}
	
#header h1 {	
	float: right;	
      	margin-right: 20px;
        color:white;	
	font: 30pt fantasy;	
       	margin-top: 50px;	
	border: 0;
	}		
	
#headerimage {	
	background: url(http://www.cs.unicam.it/diberardini/pivot/templates/paesaggio.jpg) top left repeat;	
	height: 151px;	
	}	
	
	/* The left sidebar. */	
	
#leftcolumn { 	
	position: absolute; 	
	margin-top: 10px; 	
	left: 10px; 	
	width: 180px; 	
	padding: 0px;	
	}	
	
.lefttitle {	
	float: right;	
	height: 46px;	
	width: 65px;	
	margin-bottom: 2px;	
	background: url(http://www.cs.unicam.it/diberardini/pivot/templates/title1.jpg) top right no-repeat;	
	}

.leftcontent {	
	padding: 5px;	
	margin-bottom: 10px;	
	background-color: #ffffff;	
	border: 1px solid #000000;	
	font-size: 10pt;	
	line-height: 13pt;	
	text-align: left;	
	}
	
	/* The search box. */
	
.searchbox {
	width: 7em;
	padding: 2px;
	border: 1px solid #000;	
	font-size: 8pt;
	}
	
.searchbutton {
	padding: 1px;	
	border: 1px solid #000;	
	font-size: 8pt;	
	color: #000000;
	}
	
/* End of the searchbox. */	

/* The main contents area. */

#centercolumn {	
	position: relative; 	
	margin: 10px 10px 10px 200px;	
	}	
	
.content {	
	padding: 5px;	
	background-color: #ffffff;	
	border: 1px solid #000000;
	font-size: 10pt;	
	text-align: left;	
	line-height: 1.6em;	
	}	
	
.entrytitle{	
	float: right;    	
	position: relative;	
	width: 115px; 	
	height: 69px;    	
	background: url(http://www.cs.unicam.it/diberardini/pivot/templates/entry.jpg) top left no-repeat;   }
	
.entryfooter {	
	margin: 0;
	padding: 6px 0;
	text-align: right;
	color: #666;
	font-size: 8pt;
	line-height: 1.3em;
	font-weight: normal;
	clear: both;
	}
	
.entryfooter_linkdump {	
	margin: 0;	
	padding: 6px 0;
	text-align:right;
	color: #666;	
	font-size: 8pt;
	line-height: 1.3em;	
	font-weight: normal;		
	}
	
.entryfooter A, .date A, .entryfooter_linkdump A, .date_linkdump A {	
	text-decoration: none;	
	font-weight: bold;	
	color: #82a482;
	}
	
.entryfooter a:hover, .date a:hover {	
	text-decoration: underline;	
	font-weight: bold;	
	color: #82a482;
	}

	/* End of the main contents area. */
	/* The right sidebar. */
	
#rightcolumn { 	
	position: absolute; 	
	top: 127px; 	
	right: 10px; 	
	width: 180px;
	}	
	
.righttitle {	
	float: right;	
	background: url(http://www.cs.unicam.it/diberardini/pivot/templates/title.jpg) top right no-repeat;	
	height: 38px;	
	width: 65px;	
	}
	
.rightcontent {	
	padding: 5px;	
	border: 1px solid #000000;
	font-size: 10pt;	
	line-height: 1.4em;	
	background-color: #ffffff;	
	margin-bottom: 10px;	
	text-align: left;	
	}	
	
.date_linkdump {	
	color: #666;	
	font-size: 8pt;	
	line-height: 1.3em;	
	font-weight: normal;	
	float: right;
	}

/* End of the right sidebar. */

/* The calendar styles. */

.calendar { 	
	padding: 1px 5px;	
	margin: 0;	
	font-size: 10px;
	}

.calendarHeader { 	
	font-weight: bold; 	
	color: #000;                   	
	background: #ffffff;	
	margin:0;	
	padding: 2px 5px;		
	font-size: 10px;}
	
.calendartoday { 	
	background-color: #ffffff;	
	font-weight: bold;	
	text-decoration: underline;
	}	
	
table.calendar {
	/* only the calendar has a line, not the individual cells */	
	padding: 0;	
	width: 130px;
	}
	
.calendarHeader A, .calendar A {	
	font-weight: bold; 	
	color: #000000;	
	text-decoration: none;
	}
	
	/* End of the calendar styles. */	
	
/* ACCESSIBILITY CHANGES - JM 2004/10/03 */
/* these hide the accessibility tags to stop the layout from changing */
	
label { visibility:hidden; display:none; }
legend { visibility:hidden; display:none; }
fieldset { border:0; padding:0; margin:0; }

/* this replaces inline style tags */

img.badge { border:0; margin-bottom:2px; }

/* this is a bonus */

a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }
