@charset "UTF-8";/* SpryMasterDetail.css *//* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. *//* This is the selector for the main Master/Detail structure container.  * * If you want to constrain the width of the Master/Detail structure, set a width on * the Master/Detail container. By default, our structure expands horizontally to fill * up available space. */.MasterDetail{	font: bold 14px "Times New Roman", Times, serif;	margin: 0px 2px 2px 15px;	text-align: center;}/* This is the selector for the Master Container element which houses all the MasterColumn * classes. By default the Master column occupy about 35% from the width of the  * entire structure. */.MasterDetail .MasterContainer{	width: 25%;	float: left;	overflow: auto;	border-bottom: 2px solid #FFC;	color: #333333;	font-family: "Times New Roman", Times, serif;	padding-top: 20px;	font-weight: bold;	height: 800px;}/* This is the selector for a Master Column element which holds the actual data for  * a master column.*/.MasterDetail .MasterColumn{	cursor:pointer;	border-bottom-width: 1px;	border-bottom-style: dotted;	text-align: center;	margin-left: 5px;	margin-right: 5px;	padding-right: 5px;	padding-bottom: 2px;	padding-left: 5px;	padding-top: 2px;}/* This is the selector for a highlighted Master Column element.*/.MasterDetail .MasterColumnHover{	color: #0033b2;}/* This is the selector for a selected Master Column element.*/.MasterDetail .MasterColumnSelected{	color: #0033b2;	font-weight: bold;}/* This is the selector for the Detail Container element which houses all the DetailColumn * classes. By default the Detail column occupy about 60% from the width of the  * entire structure. */.MasterDetail .DetailContainer{	padding:20px 10px;	width: 70%;	float: right;	text-align: center;	border-left-width: 1px;	border-left-style: solid;	border-left-color: #063;	height: 800px;}/* This is the selector for a Detail Column element which holds the actual data for  * a detail column.*/.MasterDetail .DetailColumn{	margin-bottom: 1px;	border-top: none;	border-right: none;	border-bottom: none;	border-left: none;	text-align: center;	padding-bottom: 10px;}.testofondo {	text-align: center;}.MasterDetail .DetailMisure {	text-align: left;	width: 200px;	left: 100px;	border: thin solid #518359;	font-weight: normal;	padding: 10px;}