body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-image: url(/pub/images/bkg.gif);
}

body, p, td, th {
  font: normal 14px/1.5em Times, "Helvetica Neue", Verdana, Arial, sans-serif;
}

h1 {
	font-size: 18px;
	border-bottom: 2px solid black;
	padding: 10 0 2 10;
}

h2 {
	font-size: 14px;
}

tr.Menu td {
	text-align: right;
}

tr.Menu td a {
	font-weight: bold;
	font-size: 16px;
	color: black;
}

tr.Content td {
	padding: 0 50 0 50;
	border-bottom: 1px dotted #aaaaaa;
}

tr.Footer td {
	font-size: 10px;
	text-align: center;
}

li {
	padding-bottom: 10px;
}

.content {
	padding: 20 40 20 40;
}


.editbar {
	margin-top: 3px;
	border-top: 2px solid black;
	border-bottom: 1px solid black;
	background: #eeeeaa;
	text-align: center;
	font-weight: bold;
	color: white;
}
.editbar a {
	color: black;
}

#user img {
	border: 1px solid black;
}

.user1 {
	border: 2px solid black;
	padding: 10 10 10 10;
	background: #ffffee;
}

table.maestri td {
	font-weight: bold;
	}

table.maestri td img {
	border: 1px solid black;
	}

table.menu2 {
	border-bottom: 2px solid black;
	}
table.menu2 th {
	font-size: 18px;
	font-weight:bold;
	}

table.menu_up {
	border-bottom: 1px solid black;
}
table.menu_down {
	border-top: 1px solid black;
}

table.quickref {
	background: #eeeeaa;
	padding: 10 10 10 10;
	border: 1px solid black;
}

table.eventi {
	border-top: 2px solid black;
	border-bottom: 1px solid black;
	background: #eeeeaa;
}
table.eventi td {
	padding: 0 10 0 10;
}
table.eventi td.sel {
	background: #cece8a;
	font-size: 120%;
}

table.EV th {
	border-bottom: 2px solid white;
	text-align: left;
	padding: 15 0 0 10;
	font-size: 120%;
	font-weight: bold;
	color: white;
}
table.EV td {
	border-bottom: 1px dotted white;
}
table.EV td.c1 {
	text-align: right;
	color: white;
}
table.EV td.c2 {
	font-weight: bold;
	padding: 0 20 0 20;
}
table.EV td.c3 {
	font-style: italic;
}



.diffbox {
	margin-top: 20px;
	border: 1px solid #888888;
}
.difftime {
	background: #cccccc;
	font-weight: bold;
}
.difftype {
	background: #eeeeee;
}
.diffdel {
	background: #ffdddd;
}

@media print {
	.print_break { page-break-before: always }
}		

