@CHARSET "UTF-8";

body {
	
}

#adminMenu {
	text-align: right;
	background-color: #454545;
	padding: 4px;
}

#adminMenu a {
	padding: 4px;
	background-color: #454545;
	border-top: 1px solid #656565;
	border-left: 1px solid #656565;
	border-right: 1px solid #252525;
	border-bottom: 1px solid #252525;
	line-height: 23px;
	color: #c00;
}

#adminMenu a:hover {
	color: #eee;
}

.sortable div {
	width: 100px;
}

i.adInfo {
	font-size: 9px;
}

textarea {
	font-family: Verdana;
	font-size: 11px;
}

table.addNode td {
	padding: 4px;
	vertical-align: top;
}

table.addNode input[type="text"] {
	width: 331px;
}

#blocker {
	position: fixed;
	top: 0;
	left: 0;
	right: 0; /* IE doesn't read this */
	bottom: 0; /* IE doesn't read this */ /*padding: 10px;*/
	/*border: 1px solid;
border-color:#FFFFFF;*/
	overflow: auto;
	z-index: 10000;
	height: 100%;
	background-image: url("/gfx/bg_opacity_40.png");
	/* IE only needs the next lines 
height: expression(document.body.clientHeight + "px");
/*width: expression(document.body.clientWidth + "px");*/
}

* html div#blocker {
	top: 0;
	left: 0;
	height: expression(document . body . clientHeight +   "px");
	position: absolute;
}

#blocker-label {
	float: right;
	margin: 16px;
	background-color: #fff;
	color: #800;
	padding: 4px;
}

#blocker-label img {
	vertical-align: middle;
}

.news_menu a, #modules_menu a {
	color: #b92e26;
}

form, input {
	line-height: 13px;
}