@charset "utf8";
html {
  font-family: "Lucida Grande", "Lucida Sans", Sans-Serif, Arial, Verdana;
  padding: 10px 50px;
}

#pulsantiera {
    height:65px;
    width:100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    padding: 0px 0px;
    margin: 0px;
    font-weight: bold;
    opacity: 0.8;
    -moz-opacity:.80;
    <!--[IF IE]>
    filter: alpha(opacity = 80);
    <![ENDIF]-->
    border-style: none;
}

#pulsante  {
    position: relative;
    top: 5px;
    padding: 2px 2px 2px 2px;
	}

.nota  {
	color: gray;
	font-size: 9px;
	vertical-align: middle;
    position: relative;
    bottom: 3px;
    padding: 3px 3px 3px 3px;
	}


tr.righe td {
	-webkit-border-horizontal-spacing: 100px;
	-webkit-border-vertical-spacing: 100px;
	}
	
.righe  {
	background-image: url("/planart/wp-content/themes/tecnica/pulsantiera/img/stripes.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	width: 100%;
	height: 65px
	}

.line {
	background-color: #fc0;
	height: 3px
	}

.selected-line {
	background-color: #f90;
	height: 3px
	}

.menubar {
	background-image: url("/planart/wp-content/themes/tecnica/pulsantiera/img/submenu.gif");
	padding-top: 0;
	height: 19px;
	vertical-align: top
	}

.menubar div {
	color: black;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	display: inline;
	margin: 6px 8px
	}
	
.menubar div a {
	color: black;
	text-decoration: none;
	text-transform: inherit
	}
	
.menubar div a:hover {
	background-image: url("/planart/wp-content/themes/tecnica/pulsantiera/img/submenu.gif")
	}
	
/*<agl.folder "StiliBrowser">*/

#pulsantiera .testopulsanti {
	font-size: 16px;
	color: gray;
	font-weight: bold;
	text-align: center;
	margin-bottom: -31px;
	position: relative;
	width: 99px;
	height: 19px;
	vertical-align: middle;
	}
	
/*</agl.folder>*/

