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


/* --- settingsNav --- */
#settingsNav {
	background-position: 100% 0;
	background-repeat: repeat-y;
	padding-right: 2em;
	vertical-align: top;
}
#settingsNav ul {
	margin: 0 1em 0 0;
	padding: 0;
}
#settingsNav li {
	line-height: 1.8em;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}


/* --- itemDelete --- */
#itemEdit, #itemDelete {
	font-size: 10px;
}



/* --- statsCode --- */
#statsCode {
	border-style: none;
	bottom: 10px;
	left: 10px;
	position: absolute;
}



/* --- credits, copyright --- */
#credits {
	font-size: 9px;
	text-align: center;
}#mainNav {
	line-height: 24px;
	position: relative;
	width: 100%;
	z-index: 10;
}
#mainNav, #mainNav li ul, #mainNav li, #editNav {
	margin: 0;
	padding: 0;
	text-align: center;
}
#mainNav li, #mainNav a {
	text-decoration: none;
}
#mainNav li {
	display: inline;
}



/* --- mainNav --- */
#mainNav a {
	font-size: 12px;
	margin: 0;
	padding: 6px 10px;
	white-space: nowrap;
}
#mainNav a:focus {
	-moz-outline-style: none;
}
li#curMain a {
	font-weight: bold;
}



/* --- subNav --- */
#mainNav li ul {
	background-repeat: repeat-x;
	display: none;
	font-size: 10px;
	left: 0;
	height: 60px;
	line-height: 20px;
	padding-top: 10px;
	top: 18px;
	position: absolute;
	width: 100%;
}
#mainNav li ul a {
	background-color: transparent;
	font-size: 11px;
	padding: 10px 6px 6px;
}
#mainNav li ul.mOver {
	background-repeat: repeat-x;
	display: block;
	z-index: 100;
}
#mainNav li#curMain ul {
	border-bottom-width: 0;
	display: block;
}
#mainNav ul li {
	padding: 0 4px;
}
li#curMain li a {
	font-weight: normal;
}
li#curMain li#curSub a {
	font-weight: bold;
}



/* --- forms --- */
form {
    margin: 0 auto;
}
form td {
	vertical-align: top;
}
label {
    font-weight: bold;
    margin-right: .2em;
    vertical-align: top;
    white-space: nowrap;
}
input[type=radio] ~ label, label.smallText { /* label preceded by radio button */
	font-weight: normal;
}
.box label {
	display: block;
    float: none;
    font-weight: normal;
}
.instruction {
	display: block;
	font-size: 10px;
	margin-bottom: 6px;
}
#togglePasswordVisibility {
	display: none;
}
input[disabled="disabled"] {
	color: #999;
}
input[disabled="disabled"].redText {
	color: #a55;
}



/* --- mailForm --- */
#mailForm {
	float: right;
	border-style: solid;
	border-width: 0 0 0 1px;
	margin: 0 0 10px 10px;
	padding: 0 0 10px 14px;
	width: auto;
}
#mailForm p {
	margin: 0 0 5px;
}
#mailForm label {
	display: block;
	float: none;
	font-size: 90%;
	text-align: left;
}
#mailForm #btnSubmit {
	margin: 4px 0 20px;
}