#notices {
	list-style: none;
	padding: 0;
	margin: 0;
}

#notices li {
	position: relative;
	padding: 15px;
	padding-left: 40px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#notices li .close {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 100px;
}

#notices li {
	margin-bottom: 25px;
}

#notices li.notice {
	color: green;
	background-color: lightgreen;
	border-color: green;
}

#notices li.error {
	color: red;
	background-color: #FFCCCC;
	border-color: red;
}

#notices li.warning {
	color: #FF9500;
	background-color: #FFF995;
	border-color: #FF9500;
}

label.hint {
	color: #7e7e7e;
	cursor: text;
}

.indicator {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100px;
	width: 100px;
	margin-left: -50px;
	margin-top: -50px;
	background-color: black;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
    border-radius: 1em;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.indicator.white {
	background-color: white;
}

.indicator img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 32px;
	width: 32px;
	margin-left: -16px;
	margin-top: -16px;
}

.paginatorControls {
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}

.paginatorControls, .paginatorControls a, .paginatorControls span {
	color: #527D97;
	font-family: "Lucida Grande", Geneva, Helvetica,sans-serif;
/*	font-size: 11px;*/
	text-transform: uppercase;
}

.paginatorControls span.selected {
	font-weight: bold;
	color: black;
}

.paginatorControls span.label {
	letter-spacing: 0.2em;
	font-weight: normal;
}

ul.errors li, #article ul.errors li {
	color: red;
}

div.charCounter {
	margin-top: -10px;
	margin-bottom: 10px;
}

.adminLinks, .adminLinks li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.adminLinks {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 5px;
	margin-right: 3px;
}

.adminLinks li {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 10px;
}
