@charset "utf-8";

/* CSS Document */

body {
	font-family: Verdana, Arial;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color: #FAFAFA;
	behavior: url(csshover2.htc);
}

div#title {
	font-family:Arial;
	font-size:14px;
	font-weight:700;
	font-style:italic;
	text-decoration:underline;
	color:#990000;
	text-align:right;
	padding-right:30px;
	height:40px;
}

h1 {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:bold;
	color: #990000;
	padding-left:5px;
}

h2 {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight:bold;
	color:#000066;
	background: #CCCCCC;
	height:18px;
	padding-top:2px;
	padding-left:2px;
}

a {
	font-family: Verdana, Arial;
	font-weight:bold;
	color: #C00;
	text-decoration:none;
}

a:hover {
	Color: #F00;
	font-weight:bold;
}

.table-container {
	margin:0px;
	width:100%;
	height:100%;
}

.table-container td {
	vertical-align:top;
}

.table-top {
	background-color: #d8d8d8;
	width:940px;
	margin-top: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight:bold;
}

#marqueecontainer {
	position: relative;
	width: 160px; /*marquee width */
	height: 200px; /*marquee height */
	background-color: white;
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
}

#css_dropdown_verticale, #css_dropdown_verticale ul, #css_dropdown_verticale li {
	padding:0px;
	margin:0px;
	list-style:none;
}

#css_dropdown_verticale li {
	list-style: none;
	position: relative;
	width:160px;
	height: 20px;
	padding:2px;
	background-color: #EEE;
	line-height: 20px;
	border:1px solid #FFF;
	font-weight:bold;
}

#css_dropdown_verticale li a {
	text-decoration:none;
	color: #C00000;
}

#css_dropdown_verticale li:hover {
	background-color:#CCC;
}

#css_dropdown_verticale li a:hover {
	text-decoration:underline;
}

#css_dropdown_verticale ul ul {
	position: absolute;
	top:0px;
	left:165px;
	visibility:hidden;
}

#css_dropdown_verticale ul li:hover ul {
	visibility:visible;
}
/*//SLIMBOX//*/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

