/**
 * Joomla! 1.5 module JM TopPanle
 * @version 1.2
 * @author Matteo Nieddu by J!MatHome 
 * @link http://jmathome.mathome.com
 * @package mod_jm_toppanel
 * @copyright	Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.
 * @license http://www.gnu.org/licenses/gpl.html GNU Public License
 **/

.jm_toppanel {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
}

.jm_toppanel .content_module_panel {
	position: relative;
	background: url(images/bg.png) repeat 0 100%;
	overflow: hidden;
}

.jm_toppanel .content_module_panel .content_module {
	position: relative;
	overflow: hidden;
	padding: 10px;
}

.jm_toppanel .content_module_panel .content_module .credits_jmt_oppanel {
	font-size: 10px;
	color: #FFF;
	text-align: right;
	width: 100%;
	padding-top: 5px;
}

.jm_toppanel .content_module_panel .content_module .credits_jmt_oppanel a{
	color: #A10F15;
}

.jm_toppanel .content_module_panel .content_module .credits_jmt_oppanel a:hover{
	color: #A10F15;
	text-decoration: underline;
}

.jm_toppanel .button_line{
	position: relative;
	top: 0px;
	width: 100%;
	border-top: 2px ridge #000;
}

.jm_toppanel .button {
	position: relative;
	top: 0px;
	width: auto;
	cursor: pointer;
	
}


.jm_toppanel .button .button_l, .jm_toppanel .button .button_r {
	width: 8px;
	height: 26px;
	float: left;
}



.jm_toppanel .button .button_l {
	background: url(images/button_l.png) repeat-x 100% 0;
}



.jm_toppanel .button .button_r {
	background: url(images/button_r.png) repeat-x 100% 0;
}



.jm_toppanel .button .button_c {
	width: auto;
	height: 26px;
	background: url(images/button_c.png) repeat-x 100% 0;
	float: left;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	color: #ffffff;
}
