@charset "UTF-8";
/**********************************************************************
* /css/element/form/language-sources-selection.css
* Copyright (C) 2007-2009 Kyoto University
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* 
* This library 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
* Lesser General Public License for more details.
* 
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-
* 1301  USA
***********************************************************************/

.sources{
	margin:0px;
	padding:5px;
	overflow:auto;
	scrollbar-base-color: #D2E3FF;
	max-height:200px;
	/* kitajima add start 20090909 */
	min-height: 114px;
	/* kitajima add end 20090909 */
}

.source-name{
	margin:35px 5px 0px 5px;
	text-align:center;
	vertical-align:middle;
	height:50px;color:#003366;
	font-weight:bold;
}

.unselected, .selected{
	width:156px;
	height:83px;
	padding:5px;
	margin:3px 10px 3px 3px;
	font-size:12px;
	cursor:pointer;
	/* kitajima add start 20090909 */
	overflow: hidden;
	min-height: 1px;
	/* kitajima add end 20090909 */
}

.short .sources{
	margin:0px;
	padding:5px;
	scrollbar-base-color: #D2E3FF;
	max-height:100px;
}

.short .unselected, .short .selected{
	width:200px;
	height:60px;
	padding:5px;
	margin:3px 15px 3px 3px;
	font-size:12px;
	cursor:pointer;
}

.short .source-name{
	margin:10px 5px 0px 80px;
	text-align:left;
	font-size:120%;
	height:auto;
}

.supported-language-pairs{
	max-height:200px;
	overflow:auto;
}