html, body, td, th, form {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 15px;
	text-align: center;
}
h1 a, h1 a:hover {
	font-weight: normal;
	padding: 0;
	text-decoration: none;
}
#logo {
	display: block;
	margin: 15px auto;
}
a img {
	border-style: solid;
	border-width: 1px;
}
a img#logo {
	border-style: none;
}
table {
	margin: 0 auto;
}
h3 {
	border-style: solid;
	border-width: 0 0 1px;
	font-size: 12px;
	margin: 0 0 .5em;
	padding: 0 0 .3em;
}
th {
	font-weight: bold;
	text-align: left;
}
hr {
	border: none;
	clear: both;
	height: 1px;
}
.smallText {
	font-size: 10px;
}
.formatOptions {
	font-size: 10px;
	margin-bottom: 10px;
	margin-left: 120px;
}
ul.auto { /* ul generated with regex */
	margin-bottom: 0;
	margin-left: 2em;
	margin-top: -1.5em;
}
p#msg {
	margin: 3em auto;
	width: 400px;
}
#msgEmptyPage {
	margin: 4em;
	text-align: center;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
label {
	float: left;
	font-size: 12px;
	padding-right: .4em;
	text-align: right;
	white-space: nowrap;
	width: 10em;
}
td.label {
	padding-top: .2em;
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
}
a#back {
	background-image: url(../global/arrows.gif);
	font-size: 0;
	height: 23px;
	left: 20px;
	position: absolute;
	top: 30px;
	width: 23px;
}


/* --- tips --- */
i {
	cursor: default;
	font-style: normal;
	line-height: 1.5em;
	padding: .1em .2em;
	position: relative;
}
i span {
	border-style: solid;
	border-width: 1px;
	display: none;
	font-size: 11px;
	left: 15px;
	margin: 0;
	padding: 3px 6px;
	position: absolute;
	top: 0;
	white-space: nowrap;
	z-index: 100;
}



/* --- edit/delete/move --- */
a.moveUp, a.moveDown {
	background-image: url(../global/edit.gif);
	border-style: solid;
	border-width: 1px;
	display: block;
    font-size: 0;
	height: 13px;
	line-height: 13px;
	width: 13px;
}
a.moveUp {
	background-position: 0 0;
}
a.moveDown {
	background-position: 65px 0;
}



/* --- editTips --- */
#editTips {
	margin-top: 100px;
}
#editTips ul {
	line-height: 1.6em;
	margin-top: 0;
}


/* --- credits --- */
#credits {
	bottom: .6em;
	font-size: 9px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}