﻿@import url(layout.css);

.bottoni {
	border: 0px #000000;
	border-style: solid;
	font-family: 1em Trebuchet MS;
	font-size: 14px;
	background: #272E27;
	color: white;
	cursor: pointer;
	padding-left: 1px;
	padding-right: 1px;
}

.bottoni:hover {
	background-color: #708570;
	color: #FFFFFF;
	text-decoration: none;
}

.btnSlide {
	height: 25px;
	cursor: hand;
	vertical-align: middle;
}

.btnSlide:hover {
	height: 24px;
}

.tendina {
	border: 0px;
	font: 1em Trebuchet MS;
	color: white;
	font-size: 11.75px;
	font-style: normal;
	background-color: #272E27;
	float: left;
	width: 200px;
	select-3d-light-color: #587E21;
	scrollbar-dark-shadow-color: #587E21;
	scrollbar-face-color: #272E27;
	scrollbar-highlight-color: #272E27;
	scrollbar-3dlight-color: #272E27;
	scrollbar-darkshadow-color: #272E27;
	scrollbar-shadow-color: #272E27;
	arrow-color: #ffffff;
	scrollbar-track-color: #587E21;
}

.label {
	width: 500px;
	border: 0px;
	background: transparent;
	font-size: medium;
	font-style:italic;
	font-weight: bold;
	color: white;
	text-align: Left;
	font: 1em Trebuchet MS;
	letter-spacing: 0px;
}
.textarea {
	width: 200px;
	overflow: auto;
	background-color: #272E27;
	color: white;
	border: 0px #000000;
	padding: 5px;
}

.tableImage {
	padding: 5;
	border: 0px;
	border-spacing: 0px;
	width: 500px;
}
#btnZoom {
	width: 30px;
}

#btnZoom:hover {
	width: 40px;
	cursor: hand;

}

#lightbox{
	background-color: white;
	padding: 1px;
	border: 0;
}

#overlay{
	 background-image: url(../images/overlay.png);
	 border: = 0;
}

#foto{
	max-width: 300px;
	height: 300px;
	overflow: hidden;
}

#divSlide {
	bottom: 20px;
	right: 50%;
	left: 40%;
	display: block;
	float: right;
	z-index: 200;
	height:26px;
	width: 150px;
	position: absolute;
	background-color: #CED3E7; 
	visibility: hidden;
	text-align: center;
}

#from_foto {
	width: 560px;
	text-align: left;
	max-width: 560px;
}

#tableSlide {
	border: 0px;
}

#tableImage{
	width: 560px;
	float: left;
}

#tdGalleryLeft{
	width: 370px;
}

#_foto {
	max-width: 230px;
	max-height: 330px;
}

#imgStop {
	visibility: hidden;
}

* html #overlay{
	background-color: white;
	border: 0;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}