/*  
 * 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; under version 2
 * of the License (non-upgradable).
 * 
 * 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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 * 
 * Copyright (c) 2008-2010 (original work) Deutsche Institut für Internationale Pädagogische Forschung (under the project TAO-TRANSFER);
 *               2009-2012 (update and modification) Public Research Centre Henri Tudor (under the project TAO-SUSTAIN & TAO-DEV);
 * 
 */
@CHARSET "UTF-8";

.grid-row-edited { }

.grid-row-actions { white-space:inherit; white-space:nowrap !important; margin-bottom:7px; }
.grid-row-actions img { margin-top:3px; } 
.grid-row-actions a.grid-row-action { border-color:#CCCCCC #AAAAAA #AAAAAA #CCCCCC; border-width:1px; border-style:solid; padding:3px 6px; cursor:pointer; margin-right:5px; text-decoration:none; }
/* cellDataList used for displaying lists in a cell within JQgrid*/
ul.cellDataList{
	margin:1px;
}
li.cellDataListElement{
	margin:1px;
	padding: 1px;
}
span.highlight{
    font-style: italic;
    text-decoration:underline;
}
span.numeric{
    color:darkblue;
    font-weight:bold;
    text-align: right;
    
}