body {
	 background: #ffffff;
	 margin: 0 0 0 0;
	 font-family: 'Verdana';
	 font-size: 14px;
	 color: #000000;
}

td {
	 font-family: 'Verdana';
	 font-size: 14px;
	 color: #000000;
}

.midsmall {
	font-size:13px;
}

.small {
	font-size:12px;
}

.extrasmall {
	font-size:11px;
}

.supersmall {
	font-size:10px;
}

.midbig {
	font-size:15px;
}

.big {
	font-size:16px;
}

.fides_color {
	color: #da1a0b;
}

.flag {
	border: 1px #000000 solid;
	margin: 4 5 0 0;
}

.content_title {
	border-bottom: 1px solid black;
	height:16px;
}

.table_frame {
	width: 1000px;
	height: 100%;
	border-left: 1px #da3426 solid;
	border-right: 1px #da3426 solid;
}

.row_title {
	height: 61px;
}

.row_menu {
	height: 100px;
}

.row_submenu {
	width: 100%;
	height: 21px;
}


.tip_table {
	width: 180px;
	background: #d0def6;
}

.tip_table_extra {
	width: 210px;
	background: #d0def6;
}

.tip_cell {
	padding: 5 8 5 8;
	font-size: 11px;
}

.logo_fides {
	margin: 18 0 19 0;
}

.logo_fides1 {
	margin: 8 0 0 0;
}

.logo_fides2 {
	margin: 5 0 8 0;
}

/* attualmente non in uso */
.header {
	width: 1000px;
	height: 125px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
}
/**************************/

.credit {
	font-family: 'Verdana';
	font-size: 10px;
	color: #000000;
	margin-bottom: 4px;
}

.image_window {
	margin: 0 0 0 0;
}

.thumb_image {
	border: 1px solid #000000;
}

.thumb_draw {
	border: 1px solid #989898;
}

.gallery_thumb {
	width: 122px;
	text-align: center;
}

.gallery_thumb_space {
	width: 33px;
}





/******* top navigation *******/

.topnav {
	position:relative;
	clear:both;
	height:21px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:#cccccc;
	font-size:8pt;
}

#nav ul{
	padding:0 0 0 0;
	margin:0 0 0 0;
	white-space: nowrap;
	font-size:8pt;
	color:#ffffff;
	float:left;
	width:100%;
	background:#ffffff url(../images/topnav_bg_grey.gif);
	list-style:none;
}

#nav ul li{
	display:inline;
	list-style:none;
}

#nav ul li a{
	margin: 0 0 0 0;
	padding: .25em 2em .3em 1em;
	background:#ffffff url(../images/topnav_bg_grey.gif);
	color: #000000;
	text-decoration:none;
	float: left;
	border-right:1px solid #cccccc;
}

#nav ul li a:hover{
	background:#8DA8D5 url(../images/topnav_bg.gif);
	color: #ffffff;
	text-decoration:none;
	border-right:1px solid #cccccc;
}


/******* main navigation *******/

.col_right {
	width: 200px;
}

.col_right_extra {
	width: 230px;
}

