/**
 *
 * stili.css
 *
 * Created: Tue Jun 8 19:52:26 2004
 *
 * Copyright (C) 2004 M. Corbatto
 * version 0.1.0
 *
 * Definisce gli stili usati nel modulo didattica
 *
 * This program is free software; you can redistribute it and/or modify it under the terms of the
 * GNU General Public License as published by the Free Software Foundation; either version 2 of
 * the License, or (at your option) any later version.
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
 * the GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License along with this program; if
 * not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 */
a:visited, a:link {color:#00a;} 
 
div#areaAlbero {
	float:left;
	width:25%;
        overflow:hidden;
}	
div#areaInfo {
	float:left;
	width:74%;
	margin-left:2px;
}	
 
.centrato {
	text-align:center !important
}

img {border:none}
.treeMenuDefault,.treeMenuSelected {
	vertical-align:bottom; 
	font-style: normal;
}
A.treeMenuSelected span{
/*	font-variant:small-caps; 	*/
	vertical-align:bottom;
	color:#3766FF;
	background:yellow;
}

#albero {
	text-align:left;
	margin:10px 0 0 10px;
}

#cerca {text-align:left;
	padding:3px 2px;
	margin-bottom:0;
}
#cerca input {
	font-size:10px;
	vertical-align:middle;
}
/* linea di intestazione con il percorso corrente */
.titolo{
	text-align:center;
} 
.commands_bar {
	text-align:left;
	padding:5px 0 8px 0;
	margin-top:2px;
	text-transform:capitalize;
	line-height:1.8em;
}
#tb_did {
	border-style:none; 
	width:100%;
	clear:left;
	margin-top:2px;
}
#tb_did a,#tb_did img{
/*	text-align:left;*/
	vertical-align:bottom
}
#tb_did td:first-child, #tb_did th:first-child {
	text-align:center;
}

/*pagina di info di un oggetto*/
.div_info {margin:0;
}
.div_info img,.div_info span,.div_info p {
	vertical-align:bottom;
	line-height:24px;
}

.div_info p {
	padding:2px 0.5em 2px 0.5em;
	width:76%;
}

.description {
	height:60px;
}
.description span, .description p {
	height:54px;
}

.button_bar select {
	vertical-align:bottom;
}

.shortcut input {
	font-size: 10px;
	font-family:sans-serif;
	border:none;
	background-color:transparent;
	padding:0;
	vertical-align:middle;
	cursor: pointer;
	text-align:left;
}
