﻿.collapse
{
    cursor:pointer;
}
.collapsiblePanel
{
    overflow:hidden;
    height:0px;    
}
.tabella th
{
	background-color:#669999;
	color:white;
	font-weight:bold;
	padding: 2px;
}
.tabella td
{
	padding:2px;
	background-color:#EAEEEA;
}
.mouseOverRow
{
    color:red;
    font-weight:bold;
}
.selectedRow
{
    background-color:#c0e0f1;
}
.modalErrore
{
    font-size:12px;
    min-width:200px;
    border:solid 1px #669999;
    background-color:#EAEEEA;
    max-width:400px;
}
.modalErrore div#modalErroreTitolo
{
    background-color:#669999;
    color:White;
}
.modalErrore div#modalErroreBottoni
{
    background-color:#EAEEEA;
    text-align:center;
    margin-bottom:5px;
}
.voceMenu 
{
    text-decoration:none; 
	font-size:1em; 
	color:#000000!important; 
	font-weight: bold!important; 
	text-align:left;
	display:block;
	padding:0;
	margin:0;
	background-color:#D9D9D9;
	border-left: #919B9D 7px solid;
	margin-bottom:2px;
	padding-left:5px;
	padding-bottom:3px;
	padding-top:3px;
	padding-right:15px;
	text-decoration:none;
	list-style-type:none!important;
	margin-bottom:0!important;
	/*HACK IE5.x*/
	width: 165px; 
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 138px; 
}
.selectDummy1
{
    display:none;
}
