﻿body
{
	margin: 0px;
	background-color: Black;
	text-align: center; /*color: #898989;*/
	color: White;
	font-family: Tahoma;
	font-size: 20pt;
}

.layoutTable, #mainTable, .linkTable
{
	padding: 0;
	border-spacing: 0;
	border-width: 1;
	border-collapse: collapse;
	margin: 0 0 0 0;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.linkTable
{
	width: 100%;
	text-align: center;
}


#mainTable
{
	width: 1000px; /*height: 655px;*/
	border-left: SOLID 1PX #454545;
	border-right: SOLID 1PX #454545;
}


td#tdHeader
{
	height: 100px;
	background-image: url( '../images/headerBG.jpg' );
}

td#tdMain
{
	background-image: url( '../images/background.jpg' );
	background-repeat: no-repeat;
}

td#tdMenu
{
	width: 200px;
	vertical-align: top; /*    border-right: solid 1px #454545;*/
}

td#tdContent
{
	width: 800px;
	font-family: Segoe Print;
}

td.menuItem, .menuItemSelected, .menuItemOver
{
	font-family: Viner Hand ITC;
	font-size: 14pt;
	height: 40px;
	padding-left: 10px;
	vertical-align: middle;
}

td.menuItem
{
	filter: alpha(opacity=40);
	moz-opacity: 0.4;
	opacity: 0.4;
	background-color: Black; /*border:solid 1px #454545;      border-right:none; */
	border-right: solid 1px #454545;
	font-family: Viner Hand ITC; /*color: White;*/
}

.menuItemSelected
{
	background-image: url( '../images/bg.gif' );
	border: solid 1px #454545;
	border-right: none;
	border-left: none;
	font-family: Viner Hand ITC;
	color: White;
}

.menuItemOver
{
	border: solid 1px #454545;
	border-left: none;
	cursor: pointer;
}

a.menuItem
{
	width: 100%;
	color: White;
	text-decoration: none;
}

a.menuItem:visited
{
	color: White;
}

#divContent
{
	background-image: url( '../images/bg.gif' );
	padding: 0px 0px 0px 0px;
	overflow-y: auto;
	overflow-x: auto;
	height: 100%;
	margin: 0px;
	border-style: none;
	scrollbar-arrow-color: #B0AEAF;
	scrollbar-3dlight-color: #B0AEAF;
	scrollbar-highlight-color: #626262;
	scrollbar-shadow-color: #B0AEAF;
	scrollbar-darkshadow-color: #626262;
	scrollbar-face-color: #171619;
	scrollbar-track-color: #171619; /*3D scrollbar-arrow-color:#999999; 	scrollbar-darkshadow-color:#454545; 	scrollbar-face-color:#000; 	scrollbar-track-color:#000;*/ /*BORDO LATO scrollbar-arrow-color:#999999; 	scrollbar-highlight-color:#777777; 	scrollbar-darkshadow-color:#000; 	scrollbar-shadow-color:#313131; 	scrollbar-face-color:#000; 	scrollbar-track-color: #000;*/
}

.itemAttrezz, .itemAttrezzSelected, .itemAttrezzOver
{
	font-family: Segoe Print;
	font-size: 10pt;
	height: 28px;
	padding-left: 10px;
	vertical-align: top;
	cursor: pointer;
}

.itemAttrezz
{
	filter: alpha(opacity=70);
	moz-opacity: 0.7;
	opacity: 0.7;
	color: #999999;
}

.itemAttrezzSelected
{
	text-decoration: 'underline';
}

.itemAttrezzOver, .itemAttrezzSelected
{
	filter: alpha(opacity=100);
}

.intestAttrezz, .intestLink
{
	font-family: Viner Hand ITC;
	font-size: 15pt;
	color: Yellow;
	height: 20px;
	padding-left: 10px;
	vertical-align: middle;
}

.intestPubb
{
	/*font-family: Viner Hand ITC;*/
	font-size: 10pt;
	color: Yellow;
	height: 20px;
	padding-left: 10px;
	vertical-align: middle;
}

.intestLink
{
	font-size: 18pt;
}

.rigLink, .rigLinkOver
{
	font-family: Viner Hand ITC;
	font-size: 16;
	text-decoration: none;
	color: #999999;
}

.rigLink:visited
{
	color: #999999;
}

.rigLinkOver
{
	color: White;
}

.imgLink
{
	border: solid 0;
}

.imgLinkOver
{
	border: solid 0 #999999;
}

.commAttrezz
{
	/*font-family: Arial;     font-style:italic;*/
	font-size: 10pt;
	width: 520;
	height: auto;
	padding-left: 5px;
	vertical-align: top;
	color: #999999;
}

.pubLine td
{
	border-top: solid 1px #454545;
}

a.menuItem2
{
	width: 100%;
	color: White;
	text-decoration: none;
	font-size: 11pt;
	font-family: Viner Hand ITC;
}

.imgMenu
{
	filter: alpha(opacity=50);
	moz-opacity: 0.5;
	opacity: 0.5;
}

.imgMenuOver
{
	filter: alpha(opacity=100);
	moz-opacity: 1;
	opacity: 1;
}

.galLink, .galLinkOver
{
	font-family: Viner Hand ITC;
	font-size: 21;
	text-decoration: none;
	color: White;
}

.galLink:visited
{
	color: White;
}

.galNoLink
{
	font-family: Viner Hand ITC;
	font-size: 21;
	text-decoration: none;
	color: #656565;
}

.divAnteprima
{
	width: 200px;
	height: 200px;
	overflow:hidden;
	border: solid 1px FloralWhite;
}

body {
	margin: 0px;
	font-size: 12px;
	font-family: Arial;
	color: #000;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
h2 {
	font-weight: normal;
}
p {
	margin: 5px 0px 20px;
	padding: 0px;
}
fieldset {
	margin: 20px 0px;
	padding: 10px;
}
select {
	width: 100px;
}
pre {
	border: 1px dotted #000;
	padding: 10px;
	background-color: #fff;
	color: #000;
}
.jprojects {
    position: absolute;
    top: 70px;
    left: 0px;
}
.jprojects a:link, .jprojects a:visited {
    font-size: 16px;
    text-decoration: none;
    color: #000;
}
.jprojects a:hover {
    text-decoration: underline;
}

/********** aSlider * DO NOT CHANGE **************/
#aslider {
	position: relative;
}
#slider-list {
	display: none;
}
#slider-container {
	overflow: hidden;
	position: relative;
	z-index: 9998;
}
.slider-item {
	position: absolute;
	z-index: 9997;
	overflow: hidden;
	display: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#slider-pager {
	position: absolute;
	z-index: 9999;
}
.slider-pager-item {
	cursor: pointer;
}
#slider-loader {
	position: absolute;
}
.slider-btn {
	position: absolute;
	z-index: 9999;
	display: none;
	cursor: pointer;
}
#slider-title {
	position: absolute;
	z-index: 9998;
	display: none;
}
#slider-description {
	position: absolute;
	z-index: 9998;
	display: none;
}

/********** aSlider look ***************/
#aslider {
	width: 720px;
	height: 480px;
	margin: 0px auto;
}
#slider-container {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	background: #efefef;
}
.slider-item {
	width: 100%;
	height: 100%;
}
#slider-loader {
	font-size: 14px;
	width: 100%;
	height: 400px;
	line-height: 400px;
	text-align: center;
	color: #000;
}
#slider-title {
	color: #ffffff;
	text-shadow: #000 1px 1px 1px;
	top: 10px;
	left: 10px;
	font-size: 20px;
}
#slider-description {
	background-color: #000;
	color: #fff;
	bottom: 0px;
	left: 0px;
	font-size: 15px;
	width: 100%;
	height: 30px;	
	line-height: 30px;
	padding: 0px 10px;
}


