/*@CHARSET "ISO-8859-1";*/

div#footer_area {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 22px;
	background-color: #F3F3F3;
	border-top: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
}

div#footer_area_logo {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

div#progressbar {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 99px;
}

.progressbar_active {
	background-image: url(../cibimages/progressbar.gif);
	background-repeat: no-repeat;
}

.progressbar_inactive {
	display: none;
}