
/* basic */

body {
	margin:0px;
	padding:0px;
	color:#606060;

	font-family:Verdana,Arial,sans-serif;
	font-size:10pt; /* this gets repeated in some places, because
	                   old IEs can't remember it */

	background:#ffffff url(img/orange.gif) repeat-y;
}

table {
	font-size:10pt;
}

/* menu */

.menu {
	position:absolute;
	top:185px;
	left:0px;
	padding:16px 0px 0px 16px;
	width:176px;
}

.menu ul, .menu ol {
	padding:0px;
	margin:0px;
}
.menu ul li, .menu ol li {
	padding:2px 0px;
	list-style-type:none;
	font-family:Arial,sans-serif;
	font-weight:bold;
}
.menu ul li {
	margin:0px;
	/* px based, because the menu has a px width */
	font-size:18px;
}
.menu ol li {
	margin:0px 0px 0px 2em;
	/* px based, because the menu has a px width */
	font-size:12px;
	letter-spacing:0.1em;
}
.menu li a {
	color:#400000;
	text-decoration:none;
}
.menu li a:hover {
	color:#a06000;
	text-decoration:none; /* required for some IE */
}

/* content */

.content {
	padding:2em 5em 5em 5em;
	margin-left:192px; /* space for menu */
}

.content2 {
	/* this mid-element is required to working around IE5.x bugs */
	width:100%;
}

a {
	text-decoration:none;
	color:#0000ff;
}

a:hover {
	text-decoration:underline;
	color:#6060ff;
}

p {
	font-family:Verdana,Arial,sans-serif;
	font-size:10pt;
}

h1 {
	font-size:18pt;
	color:#606060;
	margin:2ex 0em;
	padding:0px;
}

h2 {
	font-size:13pt;
	color:#606060;
	margin:2ex 0em;
	padding:0px;
}

ul {
	padding-left:20px;
	margin-left:0px;
/*	font-size:11px;*/ /* for IE5(.5) */
}

ol {
	padding-left:25px;
	margin-left:0px;
/*	font-size:11px;*/ /* for IE5(.5) */
}

tt {
/*	font-size:11px; */
	line-height:15px;
	font-family:'Lucida Console',monospace;
	color:#808080;
}

/* news */

.newsitem {
	border:1px solid #c0c0c0;
	padding:0ex 1em;
	margin:2ex 0em;
}

/* guestbook form */

.gb input.name {
	font-family:Verdana,Arial,sans-serif;
	font-weight:bold;
	color:#ff9900;
	background:#f0f0f0;
	border:0px none;
}

.gb textarea {
	font-family:Verdana,Arial,sans-serif;
	font-size:10pt;
	width:470px;
	color:#606060;
	background:#f0f0f0;
	border:0px none;
	margin-bottom:1ex;
}

/* guestbook display */

.gb-entry {
	margin:1ex 0ex;
	padding:0.2em 0.5em;
	background:#f0f0f0;
}

.gb-name {
	width:19%;
	color:#ff9900;
	font-weight:bold;
	float:left;
	overflow:hidden;
}
.gb-text {
	width:79%;
	float:right;
}
.gb-text p {
	margin:0px;
	padding:0px;
}
.gb-date {
	font-size:smaller;
	text-align:right;
	color:#c0c0c0;
	clear:both;
}

.gb-admin {
	color:red;
}

/* edit pages */

a.edit, a.edit:hover, a.editnoul {
	color:#0000ff;
}

/* panel */

.panel {
	margin:2px 2px 2px 194px;
}

/* next event plugin */

.ne {
	font-size:11px;
	border:1px solid #99bbff;
	padding:0px;
	margin:12pt 0px 12pt 12pt;
	float:right;
	width:220px;
}

.ne table {
	font-size:11px;
	width:100%;
	margin:0px;
	cursor:pointer;
}

.ne-highlight {
	background:#99bbff;
	color:#000000;
}

.ne-prelight {
	background:#cddeff;
	color:#303030;
}

.ne td, .ne th {
	text-align:left;
	vertical-align:top;
	padding:0px 0.3em;
}

.ne-div {
	padding:0px 0.3em;
	background:#cddeff;
	color:#303030;
}

.ne-header {
	font-weight:bold;
}

/**/

.focusbox {
	border:2px solid green;
	padding:1ex 1em;
	margin:1ex 0;
	background:#e0ffe0;
}

.errorbox {
	border:4px solid red;
	padding:1ex 1em;
	margin:1ex 0;
	background:#ffe0e0;
	color:#800000;
}

.hint {
	border:2px solid #c0c0ff;
	margin:1ex 40px;
	padding:1ex 1em;
	background:#f0f0ff;
	color:#404040;
	font-size:smaller;
}

/* edit pagelist */

#edit-pagelist-new {
	margin:1ex 0;
}

#edit-pagelist-new p {
	margin:0;
}

.edit-pagelist tr {
	background:#f0f0f0;
}

.edit-pagelist tr.odd {
	background:#e0e0e0;
}

table.edit-pagelist {
	border-spacing:0;
}

.edit-pagelist-item {
	font-weight:bold;
	font-size:smaller;
	padding:0 0.5em;
}

.edit-pagelist-column-control {
	font-size:smaller;
	text-align:right;
}

/* syntax warnings */

.syntaxwarn {
	background:#ffd0d0;
	border:1px solid #ff0000;
	color:#800000;
	padding:0.2ex 0.5em;
	margin:1ex 0;
}
.syntaxwarn pre {
	margin:0px;
	padding:0px;
}

.editor textarea {
	border:none;
	background:#e8e8e8;
	margin-bottom:2px;
	padding:0;
}

.editthis {
	font-size:12px;
}

.editor .tools {
	font-size:smaller;
}


