body {
	width: 98%;
	background-color: white;
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

a img {
	border: 0;
}

p {
	text-align: justify;
}

table {
	border-collapse: collapse;
	margin: 0;
}

table td {
	vertical-align: top;
}

table#struct {
	margin: 1px auto;
	width: 780px;
	border: 0 none transparent;
	background-color: white;
	border-collapse: collapse;
}
table#struct td.struct {
	border: 0 none transparent;
}

table#tb_header {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 9px;
	background-color: white;
}

td#td_header_left {
	background-image: url(../images/focci_top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

table#tb_body {
	background-color: white;
	background-image: url(../images/bolle.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

td#td_left_menu_top {
	background-image: url(../images/focci_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
	width: 213px;
	padding: 200px 0 120px 0;
}

td#td_canvas_container {
	padding: 0 0 130px 0;
}

div#undertab {
	background-image: url(../images/undertab_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 32px;
	border-top: 1px solid black;
}

div#canvas_wrapper {
	width: 100%;
}
div#canvas_top {
	background-image: url(../images/canvas_top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100%;
	height: 22px;
	margin-bottom: 0;
}
div#canvas {
	background-image: url(../images/canvas_middle.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	padding: 0;
}
div#canvas div#canvas_content {
	margin: 0;
	padding: 1px 4ex 1px 2.7ex;
	font-size: 12px;
}
div#canvas div#canvas_content h1 {
	margin-top: 0;
	font-size: 27px;
	border-bottom: 1px solid black;
}
div#canvas_bottom {
	background-image: url(../images/canvas_bottom.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100%;
	height: 22px;
	margin-top: 0;
}

div.tab {
	float: left; 
	border-bottom: 1px solid #eee;
	padding: 0;
	margin-right: 7px;
}
div.tab a:link, div.tab a:visited, div.tab a:active {
	text-align: center;
	padding: 3px 1ex;
	text-decoration: none;
	width: 70px;
	height: 100%;
	margin: 0;
	display: block;
	color: black;
}
div.tab a:hover {
	text-align: center;
	padding: 3px 1ex;
	text-decoration: none;
	width: 70px;
	height: 100%;
	margin: 0;
	display: block;
	color: black;
	background-image: url(../images/tab_selected.gif);
	background-repeat: repeat-x;
}
div#tab_selected {
	background-image: url(../images/tab_selected.gif);
	background-repeat: repeat-x;
	color: #444;
}


.button_list {
	width: 95%;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}
ul.button_list {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.button_list li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}
.button_list li a {
	display: block;
	padding: 1px 1px 1px 0.5em;
	border-left: 10px solid #A7F7FE;
	/* border-right: 10px solid #508fc4; */
	/* background-color: #2175bc; */
	color: #51A3A3;
	text-decoration: none;
	width: 100%;
}
.button_list li a:hover {
	border-left: 10px solid #1c64d1;
	/* border-right: 10px solid #5ba3e0; */
	background-color: #2586d7;
	color: #fff;
}
.button_list li a {
	width: auto;
}


.button_list li a.em {
	border-left: 10px solid #D72828;
	background-color: tomato;
	font-weight: bold;
	color: white;
}
.button_list li a.em:hover {
	border-left: 10px solid #1c64d1;
	background-color: #2586d7;
}

table#struct_candidati {
	width: 100%;
}

td.struct_candidati {
	vertical-align: middle;
}

div.scheda_candidato {
	width: 260px;
	margin-bottom: 2px;
}
div.scheda_candidato table {
	border-collapse: collapse;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
	width: 100%;
}
div.scheda_candidato table td {
	text-align: left;
	vertical-align: top;
	padding-left: 1.7ex;
	padding-top: 0.em;
}
div.scheda_candidato table td.sc_image {
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 100px;
	height: 130px;
}
div.scheda_candidato table td.sc_image img {
	padding: 0;
	margin: 0;
}
div.scheda_candidato table td.sc_nome {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	padding-top: 0;
	padding-right: 2.7ex;
	text-align: center;
	vertical-align: bottom;
	height: 35px;
}

div#footer a:hover, div#footer a:link, div#footer a:visited {
	margin-top: 0;
	text-decoration: none;
	color: gray;
	margin-right: 1.3ex;
}
div#footer {
	color: gray;
	font-size: 8px;
	text-align: right;
	border-top: 1px solid lightgray;
}

div#logos {
	margin: 0.3em auto;
	vertical-align: middle;
}
div#logos img {
	vertical-align: middle;
	text-align: center;
	margin: 0.3em 0.3ex;
}

div#pg_credits #pg_credits_footer {
	margin: 4em 1.3ex 0.3em 1ex;
	text-align: center;
	font-size: 11px;
}
div#pg_credits #pg_credits_footer a:link, 
div#pg_credits #pg_credits_footer a:visited, 
div#pg_credits #pg_credits_footer a:hover {
	text-decoration: none;
	color: gray;
}

#img_caption a:link,
#img_caption a:visited,
#img_caption a:hover {
	text-decoration: none;
	font-size: 10px;
	color: blue;
}

div.caption {
	font-size: 11px;
	text-align: center;
	font-style: italic;
}

table.tbl_immagini {
	width: 100%;
	border-bottom: 1px solid gray;
}
table.tbl_immagini td {
	text-align: center;
	border-bottom: 1px solid gray;
}

#canvas a:link, #canvas a:visited {
	color: blue;
}

