.buttons
{
	float: left;
}

.buttons a, .buttons input
{
	cursor: pointer;
	float: left;
	display: block;
	margin: 5px;
	text-align: center;
	width: 150px;
	padding: 15px 5px 15px 15px;
	background-color: #00009c;
	color: #ffffff;
	font-weight: bold;
	border: solid 1px #ffffff;
	font-size: 1em;
	font-family: Arial;	
}

.buttons a:hover, .buttons  input:hover
{
	background-color: #009c00;
	color: #ffffff;
}

.button-save
{
	background-image: url(/graphic/button-icon-floppy.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

.button-calc
{
	background-image: url(/graphic/button-icon-calculator.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

.button-print
{
	background-image: url(/graphic/button-icon-printer.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

.button-label-print
{
	background-image: url(/graphic/button-icon-label-printer.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

.button-remove
{
	background-image: url(/graphic/button-icon-skull.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

.button-search
{
	background-image: url(/graphic/button-icon-search.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

.button-add
{
	background-image: url(/graphic/button-icon-add.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

.button-key
{
	background-image: url(/graphic/button-icon-key.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

.button-send
{
	background-image: url(/graphic/button-icon-send.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

.button-sign
{
	background-image: url(/graphic/button-icon-signpad.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

.button-clean
{
	background-image: url(/graphic/button-icon-clean.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}
.button-products
{
	background-image: url(/graphic/button-icon-products.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}
.button-inventory
{
	background-image: url(/graphic/button-icon-inventory.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}
.button-check
{
	background-image: url(/graphic/icon_yes.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

.button-filter
{
	background-image: url(/graphic/button-icon-filter.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

.button-list
{
	background-image: url(/graphic/button-icon-list.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

.button-update
{
	background-image: url(/graphic/button-icon-update.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

.button-login
{
	cursor: pointer;
	float: left;
	display: block;
	margin: 5px;
	text-align: center;
	width: 120px;
	padding: 10px 5px 10px 15px;
	background-color: #00009c;
	color: #ffffff;
	font-weight: bold;
	border: solid 1px #ffffff;
	background-image: url(/graphic/button-icon-login.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

.button-directdebit
{
	cursor: pointer;
	float: left;
	display: block;
	margin: 5px;
	text-align: center;
	width: 120px;
	padding: 10px 5px;
	background-color: #00009c;
	color: #ffffff;
	font-weight: bold;
	border: solid 1px #ffffff;
}

.button-login:hover
{
	background-color: #009c00;
	color: #ffffff;
}

.function-button
{
	float: left; 
	width: 50px; 
	height: 50px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #696969;
	border-radius: 10px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
}

.function-button:hover
{
	background-color: #a9a9a9;
}

.function-button:hover .tooltip
{
	display: block;
}

.tooltip {
	display: none;
	background: #ffffff;
	border: 1px dashed #696969;
	margin-left: -100px;
	padding: 10px;
	position: relative;
	z-index: 1000;
	width:250px;
	height:20px;
	font-weight: bold;
	color: #000000;
}

.information-buttons
{
	float: left;
	margin-left: 100px;
}

.information-buttons > div
{
	float: left;
	margin-right: 20px;
	width: 230px; 
	height: 40px; 
	border: solid 2px #696969; 
	background-color: #00009c;
	color: #ffffff;
	font-size: 2em; 
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	cursor: pointer;
}

.information-buttons > div:hover
{
	background-color: #9c0000;
}
