@import url("header.css");
@import url("center.css");
@import url("form.css");
@import url("moduli.css");
@import url("right.css");
@import url("home.css");
@import url("left.css");
@import url("footer.css");
/*@import url("print.css") print;*/
/* COMMON_STYLES */

body {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	padding: 0;
	margin: 0;
}
img {
	border-style: none;
}
p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
ul {
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:link {
	color: #a00000;
	text-decoration: none;
}
a:visited {
	color: #a00000;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
.selected {
	font-weight: bold;
}
.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
.cleanbottom {
	background-color: #FFFFFF;
	height: 100%;
	margin-bottom: auto;
	clear: right;
}
.spacer {
	width: 18%;
	float: left;
}
.hide {
	visibility: hidden;
	height: 0px;
	width: 0px;
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.top img {
	vertical-align: top;
}
.bottom img {
	vertical-align: bottom;
}
.corner_container_top {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
}
.corner_container_bottom {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 8px;
}
.corner_container img {
	height: 8px;
	width: 8px;
	margin: 0px;
	padding: 0px;
}
#vertical_shadow_top {
	width: 83.1em;
	height: 17px;
	background-image: url(../images/graphics/top_shadow_middle.png);
	background-repeat: repeat-x;
	background-position: center 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 10;
	padding: 0px;
	margin-top: 0px;
	position: absolute;
	top: -6px;
	left: 6px;
}
#vertical_shadow_left {
	background-image: url(../images/graphics/top_shadow_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 16px;
	height: 17px;
	float: left;
}
#vertical_shadow_right {
	background-image: url(../images/graphics/top_shadow_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 16px;
	height: 17px;
	float: right;
}
#maincontainer {
	background-image: url(../images/graphics/shadow_sx.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 83em;
	padding-left: 16px;
	clear: both;
	min-height: 550px;
	position: relative;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#rightshadow {
	background-image: url(../images/graphics/shadow_dx.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 16px;
	min-height: inherit;
}
#middlecolumn {
	margin: auto;
	padding: 0;
}
#main {
	padding: 0px;
	float: left;
	margin: 0px;
	width: 65em;
}
#tooltip1 {
	color: #000000;
	font-size: 0.9em;
	background-color: #f0f0f0;
	padding-top: 0.4em;
	padding-bottom: 0.2em;
	height: 1.4em;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.8em;
	margin-left: 0px;
	font-weight: bold;
}
.top_page {
	font-size: 0.8em;
	padding-right: 0.3em;
}
.top_page_arrow a {
	color: white;
	font-weight: bold;
	background-color: #888;
	float: left;
	margin-right: 3px;
	font-size: 0.9em;
	padding-bottom: 1px;
}
#top_page_container {
	border: 1px solid #ABABAB;
	margin: 0px;
	padding: 0px;
	width: 8em;
	float: right;
}

#image_container {
	width: 100%;
}

input, select, textarea {
	border: 1px solid #C4C4C4;
	font-size: 0.9em;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 2px;
	vertical-align: middle;
}
.accesstext {
	display: none;
	visibility: hidden;
}

#tools_stripe li {
  margin: 0 0 0 5px;
  list-style-position: inside;
  list-style-type: none;
  font-size: 0.8em;
  height: 16px;
  line-height: 2em;
  text-indent: 0;
  display: inline-block;
	padding: 0 0 0 22px;
}


#tools_stripe li a{
	font-weight: normal;
	font-style: normal;
	color: #4a4a4a;
}

#tools_stripe li.print {
  background: url(../images/graphics/printer.gif) no-repeat 0 center;
}

#tools_stripe li.segnala {
  background: url(../images/graphics/baloon.gif) no-repeat 0 center;
}

#tools_stripe {
  float: right;
  text-align: right;
  margin: 0;
}

/* DEBUG */
#debug {
	float:left;
	background-color: #F0F0F0;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 6px;
	font-size: 0.9em;
	width: 950px;
}
.debug_news {
	position: absolute;
	font-size: 9px;
	font-weight: bold;
	padding-left: 3px !important;
	padding-right: 3px !important;
	color: #FFF;
	background-color: #C07575;
	border: 1px solid #7F0303;
	opacity: 0.5;
}
.debug_news:hover {
	opacity: 0.7;
}
.debug_news a:link, .debug_news a:visited {
        color: #FFF !important;
        padding: 0px !important;
}
.debug_news a:hover {
        color: #FFF;
        background-color: #C07575 !important;
        text-decoration: none;
        opacity: 1.0;
}

