@charset "UTF-8";
/* CSS Document */

@media screen {
.lavaLampBottomStyle {
	position: relative;
	height: 29px;
	padding: 15px;
	/*            margin: 10px 0; */
	overflow: hidden;
	background-color: #662499;
	/*           border: 1px solid gray; */
	padding-left: 6em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.lavaLampBottomStyle li {
	float: left;
	list-style: none;
}

.lavaLampBottomStyle li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	border-bottom-color: #9accff;
	border-bottom-style: solid;
}

.lavaLampBottomStyle li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #DCCDE8;
	outline: none;
	text-align: center;
	top: 7px;
	/*text-transform: uppercase;*/
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}   
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}                     
}

@media print {
.lavaLampBottomStyle {
	border: none;
	font-size: 1px;
	color: #000;
	position: relative;
	height: 4px;
	padding: 0px;
	/*            margin: 10px 0; */
	overflow: hidden;

/*           border: 1px solid gray; */
	padding-left: 6em;
	margin: 0px;
	visibility:hidden;
}

.lavaLampBottomStyle li {
	border: none;
	font-size: 6px;
	color: #000;
	float: left;
	list-style: none;
	visibility:hidden;
}

}

.alert {
	font-style: italic;
}
