/*
==============================================================================

(c) 2014-2015 by Beck IPC GmbH, http://www.beck-ipc.com

==============================================================================

Module:
    page_interface.css

Function:
    CSS file for the interface page.

==============================================================================

$Id$

==============================================================================
*/

#page_interface_head{
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #F1F1F1;
	margin-bottom: 5px;
}
#page_interface_head>*{
	line-height: 40px;
	text-align: center;
}
#page_interface_center{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.page_interface_arrow{
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 2;
	cursor: pointer;
}
.page_interface_arrow a, .page_interface_arrow img{
	width: 100%;
	height: 100%;
}
.page_interface_arrow.active:hover{
	background-color: #059805;
}
.page_interface_arrow.inactive{
	background-color: #E1E1E1;
	display: initial;
	cursor: default;
}
.page_interface_arrow.left{
	float: left;
}
.page_interface_arrow.right{
	float: right;
}
