body {
	color: #030459;
	margin: 0px;
	padding: 0px;
	margin: 0px;
}

.titel {
	background-color: #627C95;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	height: 24px;
}

#login-wrapper {
	left: 50%;
	margin-left: -15em;
	margin-top: -9em;
	position: absolute;
	top: 50%;
	width: 400px;
	background: none repeat scroll 0 0 #F0FAFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#login-wrapper #title {
	font-weight: bold;
	padding: 0px 5px;
	height: 25px;
	line-height: 25px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: none;
	background-image: url('images/tabelheadflow.jpg');
}

#euromode {
	margin: 0;
	text-align: center;
}

#login {
	background: none repeat scroll 0 0 #F0FAFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#login #logo {
	background-image: url('images/faxion.png');
	background-repeat: no-repeat;
	height: 100px;
	margin: 10px 0 0 75px;
	width: 252px;
}

.button {
	background-color: #627C95;
	border-color: white black black #627C95;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	display: inline;
	font-weight: bold;
	margin: 0 0 10px 10px;
	padding: 0 10px;
	text-align: center;
	width: 80px;
	height: 25px;
}

#wrapper {
	margin: 0 auto;
}

/* Header */
#header {
	height: 60px;
	position: relative;
}

#header #logo {
	
}

#header #right {
	width: 560px;
	height: 100px;
	float: left;
	text-align: right;
}

#header span#title {
	bottom: 0;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	position: absolute;
}

ul#messages {
	list-style: none;
	margin: 5px 0px;
	padding: 0px;
}

ul#messages span {
	display: block;
	border: 1px solid #CCC;
	padding: 5px;
}

ul#messages span.iceMsgsInfo {
	background-color: #FFEE66;
	border-color: #FF9966;
}

ul#messages span.iceMsgsError {
	color: #D8000C;
	background-color: #FFBABA;
	border-color: #FF9966;
}

.list {
	margin: 5px 0px;
}

/* IceFaces Connection Status */
#header .iceOutConStat {
	position: absolute;
	right: 25px;
	top: 5px;
}

#header .iceOutConStat div {
	height: 25px;
	position: absolute;
	width: 25px;
}

#header .iceOutConStatInactv {
	background: url('../xmlhttp/css/xp/css-images/connect_idle.gif');
}

#header .iceOutConStatActv {
	background: url('../xmlhttp/css/xp/css-images/connect_active.gif');
}

#header .iceOutConStatCaution {
	background: url('../xmlhttp/css/xp/css-images/connect_caution.gif');
}

#header .iceOutConStatDisconnect {
	background: url('../xmlhttp/css/xp/css-images/connect_disconnected.gif');
}

/* Links */
a.view {
	background-image: url('icons/view.png');
}

a.permission {
	background-image: url('icons/permission.png');
}

/* icons */
.list .small .trueIcon {
	background-image: url("icons/true.gif ");
	background-repeat: no-repeat;
	display: block;
	height: 16px;
}

.list .small .falseIcon {
	background-image: url("icons/false.gif ");
	background-repeat: no-repeat;
	display: block;
	height: 16px;
}

/* IceFaces Menu Bar */
.iceMnuBar {
	background-color: #030459;
	height: 30px;
	padding: 0px;
	white-space: nowrap;
}

.iceMnuBarItem {
	float: left;
	padding: 0px;
	white-space: nowrap;
}

.iceMnuBarItem.rightItem,.iceMnuBarItem.right {
	float: right;
	padding: 0px;
	white-space: nowrap;
}

.iceMnuBarItem.activeItem {
	font-weight: bold;
}

.iceMnuBarItem a {
	border-top: 2px solid #030459;
	color: #FFFFFF;
	display: block;
	float: left;
	line-height: 28px;
	margin: 0px;
	padding: 0px 10px;
	text-decoration: none;
	white-space: normal;
}

.iceMnuBarItem.activeItem a {
	border-top: 2px solid #DD0000;
	line-height: 28px;
	color: #FFFFFF;
}

.iceMnuBarItem a:hover {
	background-color: #627C95;
	border-top: 2px solid #627C95;
	color: #FFFFFF;
}

.iceMnuBarItem.activeItem a:hover {
	border-top: 2px solid #DD0000;
}

.iceMnuBarItem hr {
	border: none 0;
	border-top: 1px solid #696A6E;
	width: 100%;
	height: 1px;
	margin-top: 3px;
	padding: 0px;
	text-align: left;
}

.iceMnuBarSubMenu {
	position: absolute;
	background-color: #627C95;
	width: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px;
	height: auto;
	display: block;
	font-weight: normal;
	z-index: 600;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.iceMnuItm {
	padding: 0px;
	display: block;
}

.iceMnuItm a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	height: 25px;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 5px;
}

.iceMnuItm a:hover {
	background-color: #D4F0FE;
	color: #030459;
}

.iceMnuItm a:hover .iceOutTxt {
	color: #FFFFFF;
}

.iceMnuItmLabel,.iceMnuBarItemLabel {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	font-size: 1.0em;
	display: inline;
}

.iceMnuBarItemImage {
	width: 0px;
}

.iceMnuItmImage,.iceMnuBarItemImage {
	display: inline;
	vertical-align: top;
}

.iceMnuBarSubMenuInd {
	display: inline;
	float: right;
	padding-top: 3px;
	padding-right: 1px;
}

/* IceFaces Panel Confirmation */
.icePnlCnf {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	color: #333333;
	padding: 0px;
	width: 300px;
	z-index: 1000;
	margin-top: 10px;
}

.icePnlCnfHdr {
	background-color: #CCCCCC;
	border-bottom: 1px solid #333333;
	color: #636363;
	font-weight: bold;
	height: 15px;
	padding: 5px;
	margin: 0px;
}

.icePnlCnfBody {
	padding: 5px;
}

.icePnlCnfBtns {
	font-size: 1em;
	font-weight: normal;
	padding: 5px 10px 10px;
	text-align: center;
}

table.list .odd {
	
}

table.list .even {
	background-color: #FFFFFF;
}

/* Application Info */
#appinfo {
    bottom: 5px;
    position: absolute;
    right: 5px;
    text-align: right;
    z-index: 490;
}

#appinfo, #appinfo td {
	font-size: 7px;
}