body {
	background-color: #f2f0ee;
}

.title {
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 36px;
	cursor: default;
}

.loginHeader {
	font-weight: bold;
}

.navBar {
	background-color: #BBDDBB;
	font-weight: bold;
}

td.navButton {
	background-color: #BBDDBB;
	color: purple;
	font-weight: bold;
	border: 5px;
	valign: middle;
	text-align: center;
	cursor: pointer;
}

.comicTitle {
	font-weight: bold;
	font-size: 24px;
}

.comicDate {
	font-weight: bold;
	font-size: 24px;
}

.configStripName {
	font-size: 18px;
	cursor: default;
	color: #666666;
}

.configStripNameSelected {
	font-weight: bold;
	font-size: 24px;
	cursor: default;
}

.configStripDescription {
	font-style: italic;
}

.configStripSample {
	margin-left: 30px;
	display: none;
}

.editHeader {
	font-weight: bold;
	text-align: right;
}

.editField {
	width: 100%;
}

.inputBox {
	width: 100%;
}

.comment {
	background-color: #AAAAAA;
	text-align: center;
        font-weight: bold;
}

.error {
	display: inline;
	color: red;
	font-weight: bold;
}
