/* Extricant CSS stylesheet */

/*
  Copyright 2006 Extricant srl
*/

body {
	margin: 0 auto;
	background: white;
	color: #788787;
	font-family: "Bitstream Vera Sans", "Lucida", "Lucida Sans", "Geneva", "Chicago", "Arial", sans-serif;
	max-width: 1200px;
}

p code {font-variant: small-caps; font-size: 120%}

h1 { font-size: 180%; margin-left: 17px;}
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-style: italic; font-weight: bold; font-size: 100%; margin: 0; height: auto;}
h5 { font-style: italic; font-size: 100%; }
h6 { font-variant: small-caps; font-size: 100%; }

a:link	{
	color: #788787;
	text-decoration: none;
	font-style: italic;
}

a:visited {
	color: #d46800;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	color: #FF0000;
	border-color: #FF0000;
	text-decoration: underline;
}

div.footer {
	margin-left: 0;
	margin-top: 5em;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #788787;
}

.footer p {
	margin-left: 17px;
	margin-top: 1em;
	margin-bottom: 1em;
	font: 75% sans-serif;
}

div.print_footer {
	display: none;
}

.homemenu ul {
	margin: 0 0 5em 0;
	padding-left: 40px;
	list-style-image: url("../images/bracketrx.png");
	list-style-type: square;
}

.homemenu li {
	background: white;
	margin-left: 110px;
	padding: 3px 2px 3px 2px;
	border-left-style: solid;
	border-left-width: 3px;
       	border-left-color: #788787;
}

.stdmenu ul {
	margin-left: 49px;
	list-style-image: url("../images/bracketrx.png");
	list-style-type: square;
}

/* per incolonnare i bullet al logo
.stdmenu li {
	margin-left: -42px;
}
*/

.stdmenu li.off {
	list-style-image: none;
	list-style-type: none;
}

div.stdpage {
	margin-left: 152px;
	margin-right: 5em;
}

.headmast table {
	table-layout: fixed;
	width: 100%;
	border-style: hidden;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin-top: -1px;
}

.headmast td {
	vertical-align: top;
	text-align: right;
	font-size: 75%;
}

.pulloutbox table {
	table-layout: fixed;
	width: 75%;
	border-collapse: separate;
	border-spacing: 1em;
	margin-left: 54px;
}

.pulloutbox td {
	border: 2px solid #788787;
	vertical-align: top;
	padding: 1em;
	font-size: 75%;
}

.pulloutbox ul {
	list-style-image: url("../images/bracketrx.png");
	list-style-type: square;
	margin-left: 0em;
}

.pulloutbox li.off {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0em;
	margin-right: 2em;
	text-align: justify;
}

.pulloutbox code {font-variant: small-caps; font-size: 140%; font-weight: bold;}
