body {
	margin: 0px; padding: 0px;
	background-color: #05142d;
	text-align: center;
}
#container {
	text-align: left;
}
#container, #container td, th {
	font-family: "Century Gothic" !important;
	font-size: 12px !important;
	color: white !important;
}
a {
	color: #25dd37;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #25dd37;
	font-family: "Century Gothic";
	font-weight: normal;
}







a img { border: 0px; }
.warn {
	border: 1px solid yellow;
	background: white url("images/warning.gif") no-repeat 6px 6px;
	padding: 3px 3px 3px 60px;
	height: 50px;
}
.error {
	border: 1px solid red;
	background: white url("images/error.gif") no-repeat 6px 6px;
	color: red;
	padding: 3px 3px 3px 60px;
	height: 50px;
}
.page_controls {
	text-align: center;
}

.timestamp {
	text-align: right;
	font-size: .9em;
	color: #999;
}
.o {
	background-color: #333;
}
.gallery_thumb {
	width: 120px;
	height: 106px;
	text-align: center;
	float: left;
	margin: 0 0 10px 12px;
}
.gallery_thumb img {
	width: 120px; height: 90px;
}
#view .e td, #view .o td {
	font-size: .9em;
	font-family: tahoma;
}