/*
 * Copyright (C) 2006 Generalitat de Catalunya
 * This file is part of ECAT Platform.
 * 
 * ECAT Platform 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.
 * 
 * ECAT Platform 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, 
 * currently published at http://www.gnu.org/copyleft/gpl.html 
 * or in the gpl.txt in the licenses folder of this distribution. 
 * 
 * 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., 51 Franklin 
 * Street, Fifth Floor, Boston, MA 02110-1301, USA. 
 * 
 * Authors:
 * 
 * Eduard Morales (eduard@fib.upc.edu)
 * Universitat Politècnica de Catalunya
 * 
 * You may contact the copyright holder at: Direcció General 
 * d'Atenció Ciutadana, Departament de la Presidència, 
 * Generalitat de Catalunya, Via Laietana 14, Third 
 * Floor, 08003 Barcelona, Spain
 *  
 */
.caixaEsquerra {
	width: 49%;
	float: left;
}

.caixaDreta {
	width: 49%;
	float: right;
}

.entrylist ul {
	padding: 0px;
}

.entrylist LI {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 1.5em;
}

.entrylist LI UL {
	margin-left: 0px;
}

.entrycredits {
	color: #999;
}

A.toollink, A.toollink:link, A.toollink:visited, A.toollink:active {
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

A.toollink:hover {
	color: #c00;
}

A.entrylink, A.entrylink:link, A.entrylink:visited, A.entrylink:active {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

A.grupname:hover,  A.grupname:active, A.grupname:link, A.grupname:visited {
	margin-left: 5px;
	color:#666666;
	font-weight:normal;
	font-style: italic;
}

A.entrylink:hover {
	color: #c00;
}

.toolrow {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}