/* resetta tutto */
* {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #444444;
	font: 12px/18px "Trebuchet MS",Arial, Helvetica, sans-serif;
} 
td {
	padding:2px;
}
table{
	border-collapse:separate;
	empty-cells: show;
	
}

body{
	line-height: 18px;
}
/*---------ritmo verticale 18px------------------>>>>*/
h1{font-size: 2.4em;line-height:36px}
h2{font-size: 2.0em;line-height:36px}
h3{font-size: 1.35em}
h4{font-size: 1.2em}
h5{font-size: 1em}
h6{font-size: 0.75em}
p, blockquote, pre, ol, dl, ul, form {line-height: 18px;}
/* set di base per margini e padding */
h1, h2, h3, h4, h5, h6 {margin:0px}
address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul{
margin-top: 0;margin-bottom: 0px}
/*---------ritmo verticale ------------------<<<<*/
input {
	border: 1px solid #dadada;
}

b,strong{
	font-weight: bold;
}
b a,strong a{
	font-weight: bold;
}
select {
	border: 1px solid #dadada;
}

button {
	border: 1px outset #dadada;
}

pre {
	font-family: monospace;
}

ul {
	padding-left: 15px;
	list-style-type: disc;
}
ol{
	padding-left: 15px;
	list-style-type:decimal;
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
}

body {
	margin: 5px;
}

/* -------------tema------------ */ /* menu superiore */
#menu {
	background-image: url(images/menu-top.png);
	background-repeat: repeat-x;
	height: 28px;
}

#menu ul {
	list-style: none;
	padding-top: 6px;
	padding-left: 0px
}

#menu li {
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
}

/* menu inferiore */
#menu_bottom {
	height: 28px;
	text-align: center;
}

#menu_bottom ul {
	list-style: none;
	padding-top: 6px;
	padding-left: 0px
}

#menu_bottom li {
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
}

#menu_bottom a {
	text-decoration: none;
	font-weight: bold;
}

#menu ul li a:hover, #menu ul li a.active {
    text-decoration: none;
    color: #808080;
}
/*pagina principale*/
#mainpage {
	border: 0px;
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* sezione */
/*#left {
	background:url(images/left.jpg);
	background-repeat:no-repeat;
	height:698px;
	width:334px;
	overflow: hidden;
	float:left;	
}*/
#left ul{
		margin-left: 38px;
		margin-top: 50px;
		list-style: none;
	}
	
#left ul li a {
		line-height: 24px;
		text-decoration: none;
		background-repeat: no-repeat;
		color:#686875;
		font-weight:bold;
		font-size:15px;
		padding-left: 71px;
		font-family: "Trebuchet MS",Arial;
	}
#left ul li a:hover {
		background-image: url("images/menuitem.png");
	}
#left ul li a.active {
		background-image: url("images/menuitem.png");
	}

/*
#right {
	background:url(images/right.jpg);
	background-repeat:no-repeat;
	height:676px;
	width:644px;
	padding:11px;
	overflow: hidden;
	float:right;
}*/
/*
#section{
	height:600px;
	width:642px;
	padding-left:1px;
	padding-top:1px;
	overflow: auto;
}
*/
#footer{
	color:#9a9a9a;
	clear: both;
}
button,.button,.submit{
	border: 1px solid #e9e6dd;
	background-color: #F6F4E5;
	padding-left:20px;
	padding-right:20px;
	color: #000000;
	font-family: "Trebuchet MS",Arial;
}
button b{
	font-family: "Trebuchet MS",Arial;
}
a{text-decoration: none; 

}
a:hover{text-decoration: underline; 

}

/*
button,.button,.submit{
	border-top: 0px inset #ffffff;
	border-left: 0px inset #ffffff;
	border-bottom: 1px solid #7f7d7e;
	border-right: 1px solid #7f7d7e;	
	background-color: #333132;
	color: #ffffff;
	padding: 3px;
	padding-left:23px;
	padding-right:23px;
	font-size:13px;
	font-family: "Trebuchet MS",Arial;
	
}
button b{
	color: #c0bfad;
	font-size:13px;
	font-family: "Trebuchet MS",Arial;
	
}*/

.flatnukeadmin{
	background-color: #fafac0;
	padding:3px;	
	border: 1px #000000 dotted;
}
.flatnukeadmin fieldset{
	background-color: #ffffda;
	padding: 9px;
}
.flatnukeadmin legend{
	font-weight: bold;
	text-transform: uppercase;
}

b *,strong *{
	font-weight: bold;
}

u,u *{
	text-decoration: underline;
}

*.Novit{
	color:red;
	text-decoration: blink;
	background-color: yellow;
	background-image: url('new.gif');
	background-repeat: no-repeat;
	
}


em,em *{
	font-style: italic;
}

u b,u b *,u strong *{
	font-weight: bold;
	text-decoration: underline;
}


b u, b u *,strong u*{
	font-weight: bold;
	text-decoration: underline;
}




