/*
 * 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
 *  
 */
/* This is the outline round the main forum tables */
.indexes .indexesline	{ background-color: #FFFFFF; border: 1px #C2C2C1 dotted; }

.indexes td.row0 {
   padding: 10px 5px 0px 5px; 
}

.indexes td.row1, td.row2, td.row3,td.row3Right {
     height: 43px;
     padding:10px 10px 2px 10px;
     border-left: 1px #C2C2C1 dotted;
}


.indexes .maintitle{
   font-family:Helvetica,Sans-Serif;
   font-weight:bold;
   font-size:13px;
   text-decoration:none;
   color:#BF2F14;
}

.indexes .gen,.genmed,.gensmall{
   font-family:Verdana,Sans-Serif;
   font-weight:normal;
   font-size:10px;
   color:#585854;;
   text-decoration:none;
}

.indexes .gensmall,.genmed,.gen{
   line-height:15px;
}

.indexes .llista TD {
/*	border-style:solid solid none none;*/
/*	border-color:#CCCCCC;*/
	line-height:14px; 
}

.indexes .llista TH {
	vertical-align:top;
	text-align:left;
	background-color:#FFF;	
	padding: 1px;
	border-bottom: 1px dotted #838378;
	border-top: 1px dotted #838378; 
  font-size:11px;
  font-weight:bold;
  text-decoration:none;  
  color:#FFFFFF;
  height:17px;	  
}

.indexes .forumlink{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size:11px;
   text-decoration:none;
   color:#585854;
}

.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.entrylink:hover {
	color: #c00;
}
