/* Copyright (c) 1998-2011 ILIAS open source, Extended GPL, see docs/LICENSE */

/********
 *  Panel
 ********/

/**
* The panel is now positioned by il.CharSelector.resizePanel() relative to .ilMainHeader
*/

#ilCharSelectorPanel.ilTopFixed {
    background: #FFFFFF;
    padding: 1em;
    z-index: 1029;      /* one less than the main menu to be behind the drop-downs */
}

body.kiosk #ilCharSelectorPanel.ilTopFixed {
    background:#FAFAFA;
    padding: 2em;
}


/****************
 *  Panel content
 ****************/

#ilCharSelectorPreviewCol {
   font-size: 3em;
   height: 1em;
}

#ilCharSelectorChars a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #BABABA;
	border-bottom-color: #808080;
	border-right-color: #808080;
	border-radius: 3px;
	text-decoration: none;
	font-size: 100%;
	cursor: pointer;
    display: inline-block;
    min-width: 2em;
    line-height: 2em;
}

#ilCharSelectorChars a:hover {
	box-shadow: 2px 2px 4px #C0C0C0;
}