
/* add zero-default here (I think it is also in some PeS CSS)? Better: have it in a separate file(?) */

.lipuDefault {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	background-color: #345064;
	color: #f6d434;
}

.lipuSep {
	width:100%; height: 8px; background-color: #bebece; color: #111122;
}

.toLelem {
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 2px;
	background-color: #afaffe;
	color: #221155;
}

a, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color:#afdede;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color:#afdddd;
}

.lipuDark1 { background: #405a3d; color: white; }

.lipuDark2 { background: #2d6c43; color: #eeeeee; }

.lipuDark3 { background: #2e6d43; color: #eeeeee; }

.lipuLight1 { background: #deefef; color: #405a3d; }

.lipuErrOnDark { color: #f07d8d; font-weight: bold; padding: 4px; }

.lipuMarkOnDark { color: #f47e8d; font-weight: bold; padding: 4px; }

.lipuTopBar { background: #12043f; color: #dde8b1; border-top: 1px solid red; padding-top: 4px; padding-bottom:4px; }

