/**
 * @version		$Id: nooku.css 1082 2009-09-04 10:21:55Z johan $
 * @package		Nooku
 * @copyright	Copyright (C) 2007 - 2009 Joomlatools. All rights reserved.
 * @license		http://www.gnu.org/copyleft/gpl.html GNU/GPLv2
 * @link     	http://www.nooku.org
 */
 
/* Joomla status bar */
#module-status .nooku_statusbar_langselect
{
	padding-left: 0;
	white-space: nowrap;
}
#module-status .nooku_statusbar_link {
	padding:5px 10px 0 0;
	width:45px;
	height:15px;
	background:transparent url(../images/nooku_logo_top.png) no-repeat scroll 0 4px;
}

/* Nooku flags */
div.nooku_flag
{
	display: inline-block;
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 1px;
}

.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }