﻿/* Modules Buttons */
.ModulCell
{
	width: 150px;
	height: 120px;
}

.ModulText
{
	display: table-cell;
	position: relative;
	font-weight: bold;
	font-size: 9px;
	font-family: Tahoma, Verdana, Arial;
	margin-left: -5px;
	margin-top: -26px;
	vertical-align: middle;
	text-align: center;
	width: 75px;
	height: 25px;
	line-height: 25px;
	color: #696969;
	cursor:hand; 
}

.ModulText span
{
	line-height:4px;
}

.ModuleDisabled
{
	cursor: hand;
	background-image: url(../images/modules/disabled.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 74px;
	width: 96px;
	border: 0;
}

.ModuleDisabledOver
{
	cursor: hand;
	background-image: url(../images/modules/disabled_f2.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 74px;
	width: 96px;
	border: 0;
}

.Module
{
	background-image: url(../images/modules/modul.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 74px;
	width: 96px;
	cursor: hand;
	border: 0;
}

.ModuleOver
{
	background-image: url(../images/modules/modul_f2.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 74px;
	width: 96px;
	cursor: hand;
	border: 0;
}

