/**
 * @package		mod_jpanel
 * @copyright	Copyright (C) 2012 Girolamo Tomaselli All rights reserved.
 * @email		girotomaselli@gmail.com
 * @website		http://bygiro.com
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

.jPanel{
    position:fixed;
	z-index: 1000000;
}

.jpanelHandle{
    height:auto;
    width:auto;
    cursor:pointer;
	text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
	padding: 6px;
	box-shadow: 2px 0 5px #000000;
}

#jPanel_344.jpanelHandle div {
position:absolute;
right: 0px;
top: -60px;
}

.jpanelContent{
	overflow:auto;

}

li.jpanelMod {
	list-style: none;
}

ul.modulelist {
	margin: 0;
	padding: 5px;
}

.jpanelHandle p {
	margin: 0;
	padding: 0;
	width: auto;
}

#close_jpanel {
	text-align: center;
}

.jpanelContainer {
	position: relative;
}

.dot-intro {
background: url('../images/dot-blue.png') 50% 50% no-repeat;
width: 70px;
height: 70px;
margin: -40px 0 0 48.2%;
text-align: center;
position: absolute;
color: #FFF;
font-size: 3em;
z-index: 9;
}