@CHARSET "ISO-8859-1";

body {
	margin: 4px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
}

div {
	position:relative;
	z-index:3
}
div.internal-frame{
	border: 2px solid #3ca23b;
	height: 90%; 
	left: 50px; 
	margin: 0; 
	padding: 0; 
	position: absolute;
	top: 50px;
	width: 93%;
	z-index: 2
}
div.background-image{
	color: rgba(0,0,0,0.60);
	border: 17px solid #3ca23b;
	height: 97%; 
	left: 0; 
	margin: 0; 
	padding: 0; 
	position: absolute;
	top: 0;
	width: 97%;
	z-index: 1
}
div.background-image img {
	height: 100%;
	width: 100%;
	opacity: 0.3
}
#pageOverlay {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index:1000;
	background: url("/eefs/javax.faces.resource/page-overlay.png.xhtml?ln=images") no-repeat center center fixed;
	background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}
#pageOverlayBusy {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index:1001;
	background: url("/eefs/javax.faces.resource/page-overlay-busy.gif.xhtml?ln=images") no-repeat center center fixed;
}
.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#panel-header {
	position:absolute; 
	top:4px; 
	left:4px; 
	right:4px; 
	height: 65px;
}
#panel-header .top-info {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	width: 100%; 
}
#panel-header .logo-container {
	width:40%;
	float:left;
}
#panel-header .logo-img {
	margin-left:-10px;
	margin-top:5px;
	width:140px;
	height:55px;
	border: 0px;
	background-image: url("/eefs/javax.faces.resource/title_elany1.gif.xhtml?ln=images");
	background-repeat: no-repeat;
}
#panel-header .right-info {
	font-size: 12px;
	float: right; 
	vertical-align: top; 
	text-align: right; 
}
#panel-header .right-info .line1 {
	font-weight: bold;
}
#panel-header .right-info .line2 {
	font-size: 10px;
}
#panel-header .right-info .line3 {
	color: black;
	margin-top: 6px;
	font-size: 10px;
	float:right;
}

#panel-header .left-info {
	font-size: 12px;
	vertical-align: top; 
	text-align: center; 
	margin-right:auto;
	display: inline-block;
}
#panel-header .left-info .line1 {
	font-weight: bold;
}
#panel-header .left-info .line2 {
	font-size: 10px;
}

#header-buttons {
	position: absolute; 
	left: 160px; 
	top: 40px;
}
#header-buttons .ui-button {
	width: 70px;
	margin-right: 3px;
}

#panel-menu {
	/*
	border-color: #4297D7;
	background: #5C9CCC; 

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C9CCC', endColorstr='#8AACC3');
	background: -webkit-gradient(linear, left top, left bottom, from(#5C9CCC), to(#8AACC3)); 
	background: -moz-linear-gradient(top,  #5C9CCC,  #8AACC3);  
	*/
 	position:absolute; 
 	top:74px; 
 	overflow:auto; 
 	width:150px;
}
#panel-menu.without-footer {
 	bottom: 4px;
}
#panel-menu.with-footer {
	bottom: 68px;
}


#messages-checkbox {
	position: absolute;
	bottom: 0px;
	vertical-align: middle;
	padding-bottom: 5px;
 }
#messages-checkbox .ui-chkbox {
	position: relative;
	bottom: -5px;
}

#panel-menu_content {
	padding: 6px 3px;
}

#menu button {
	width: 100%;
	margin-top: 3px;
}



#panel-content {
	position:absolute; 
	top:74px; 
	left:159px; 
	right:4px; 
	overflow:auto;	
}
#panel-content.without-footer {
 	bottom: 4px;
}
#panel-content.with-footer {
	bottom: 68px;
}

#panel-footer {
	/*
	border-color: #4297D7;
	background: #8AACC3;
	*/
	position:absolute;
	left:4px; 
	bottom:4px; 
	right:4px; 
	overflow:auto;
}
#panel-footer.without-footer {
	height: 0px;
	display: none;
}
#panel-footer.with-footer {
	height: 59px;
}

.ui-widget {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10px;
}

.ui-widget file {
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size:10px;
}

.ui-button-text-only .ui-button-text {
	padding: 2px 4px;
	font-size: 11px;
}

.rsi-button-green .ui-button-text {
	color: green;
}





#busyDialog div .ui-dialog-titlebar.ui-widget-header {
	display: none;
}

::-ms-clear {
	width: 0;
	height: 0;
}