html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000;
	color: #fff;
	font: .9em/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}
#outer {
	/*background: url(../global/logo-b.gif) 190px 100% no-repeat;*/
	font-size: .9em;
	margin: 20px auto;
	padding: 60px 0 50px 190px;
	position: relative;
	width: 560px;
}
p {
	margin-top: 15px;
}
a {
	color: #ccc;
}
a.login, #mainNav a.login, .login a {
	color: #f00;
}
a img {
	border-style: none;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}



/* --- thumbs --- */
table#thumbs {
	margin: 0;
	padding: 0;
}
#thumbs td {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 50% 12px;
	height: 140px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 140px;
}
#thumbs img {
	height: 140px;
	width: 140px;
}
.caption {
	font-size: 9px;
	margin-top: -9px;
}



ol#descriptions {
	margin-top: 3em;
}
ol#descriptions li {
	margin-bottom: 1.2em;
}
.smallText {
	font-size: xx-small;
}
.redText {
	color: #f00;
}
.greenText, #mainNav .greenText {
	color: #0f0;
}
.label {
	float: left;
	text-align: right;
	white-space: nowrap;
}
hr {
	background-color: #666;
	border: none;
	clear: both;
	color: #666;
	height: 1px;
}
a#back {
	background: transparent url(../global/arrows.gif) 0 0;
	font-size: 0;
	height: 23px;
	left: 20px;
	position: absolute;
	top: 30px;
	width: 23px;
}
a:hover#back {
	background-position: 0 100%;
}
.editLinks {
	color: #666;
	font-size: 10px;
	margin: 0 0 1em;
}
.editLinks a {
	color: #30f;
}
a.itemEdit {
	color: #0f0;
}
.itemDelete {
	color: #f00;
	cursor: pointer;
	text-decoration: underline;
}
.itemDelete span {
	display: none;
}



/* --- footer --- */
#footer {
	border-top: 1px solid #333;
	color: #666;
	font-size: 10px;
	margin-top: 3em;
	position: relative;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#topLink {
	left: 150px;
	position: absolute;
}
#credits {
	position: absolute;
	right: 0;
	text-align: right;
}
