body{
	background: silver;
	font-family: Verdana CE, Verdana;
	font-size: 90%;
}

#adminMenu{
	left: 0;
	top: 0;
	height: 1.5em;
	line-height: 1.5em;
	color: white;
	background-color: black;
	text-align: center;
	padding: 3px 0;
	border-bottom: 1px solid #555;
}

#adminMenu a{
	color: white;
	font-weight: bold;
	text-decoration: none;
	background: #000 url(..\img\adminMenuButton.gif) top left repeat-x;
	line-height: 20px;
	height: 20px;
	padding: 0 5px;
	border: 1px solid #808080;
	border-width: 0 1px;
}

#adminMenu a:hover{
	background-color: #808080;
	background-image: none;
}


#adminMenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#adminMenu li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.okmessage{
	font-weight: bold;
	color: #00A217;
}

.errormessage{
	font-weight: bold;
	color: #ed3000;
}

.directory .name{
	font-weight: bold;
	padding-left: 8px;
	background-image: url(../img/closed.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.directory .name.opened{
	background-image: url(../img/opened.gif);
}

.directory .content{
	padding-left: 1em;
	display: none;
}

textarea.big{
	width: 98%;
	height: 20em;
}

a.textbutton{ 
	background-color: white !important;
	color: #000 !important;
	border: 1px solid black;
	font-weight: bold;
	text-decoration: none;
	padding: 0 3px;
	margin: 0 3px;
	z-index: 100 !important;
	position: relative !important;
}

.untranslated{
	color: red;
	font-weight: bold;
	background-color: black;
}
