body {
	margin:0px;
	padding:0px;
	background:url('/assets/header.png') repeat-x #000000;
	font:9pt arial,helvetica,tahoma;
	color:#FFFFFF;
}
#body {
	width:810px;
	margin-left:auto;
	margin-right:auto;
	background:url('/assets/logo.png') no-repeat center 0px;
}

#footer {
	font:9pt arial,helvetica,tahoma;
	color:#909090;
	width:810px;
	text-align:center;
	margin-top:40px;
	border-top:solid 1px #606060;
	padding-top:10px;
	padding-bottom:80px;
}
#footer a {
	color:#C0C0C0;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
#footer span.text {
	color:#FFFFFF;
}

div.clr {
	clear:both;
}

#contents {
}

div.gallery {
	border:solid 5px #404040;
	background-color:#202020;
}

div.thumb {
	width:200px;
	height:180px;
	float:left;
	background:url('/assets/throbber.gif') no-repeat center center #202020;
}
div.thumb .infotip {
	position:relative;
	top:-180px;
	background-color:#101010;
	padding:5px;
	opacity:0.0;
}

div.gallerybar {
	clear:both;
	height:32px;
	background:#404040;
	border-bottom:solid 5px #404040;
}
div.gallerybar a {
	color:#F0F0F0;
	padding:8px;
	text-decoration:none;
	text-align:center;
	display:block;
}
div.gallerybar a:hover {
	color:#FFFFFF;
	background-color:#383838;
}
div.gallerybar .button {
	width:50px;
	float:left;
	height:32px;
	text-align:center;
}
div.gallerybar .label {
	width:700px;
	float:left;
	height:32px;
	text-align:center;
	font-weight:bold;
}


div.notificationarea { }
div.notification {
	padding:5px;
	background-color:#303030;
	border:solid 1px #606060;
	margin-bottom:2px;
}
div.close { float:right; }
div.notification a {
	color:#FFFFFF;
	text-decoration:none;
}
div.notification img {
	border:0px;
}

h1 {
	border-bottom:solid 1px #404040;
	padding-bottom:5px;
}
p.gallery {
	margin:0px;
	padding:5px 5px 5px 25px;
	background:url('/assets/silk/images.png') no-repeat 2px center;
	border-bottom:solid 1px #202020;
	color:#C0C0C0;
}
p.invisible {
	background-color:#181010;
}
p.gallery a {
	color:#FFFFFF;
	text-decoration:none;
}


div.infotip {
	position:absolute;
	left:10px;
	top:10px;
	opacity:0.9;
	background-color:#404040;
	border:solid 1px #101010;
	padding:5px;
	font:8pt arial,helvetica,tahoma;
	color:#FFFFFF;
}


div.buttonbar {

}
div.buttonbar a {
	float:left;
	display:block;
	padding:5px 9px 5px 22px;
	background-repeat:no-repeat;
	background-position:3px center;
	color:#FFFFFF;
	text-decoration:none;
	font:9pt arial,helvetica,tahoma;
	border:solid 1px #000000;
}
div.buttonbar a:hover {
	background-color:#404040;
	border:solid 1px #606060;
	color:#F8F8F8;
}

div.information {
	background-color:#202020;
}
div.information .title {
	font:bold 12pt arial,helvetica,tahoma;
	padding:5px;
}
div.information .status {
	font:9pt arial,helvetica,tahoma;
	padding:5px;
}
div.information .left {
	float:left;
	width:300px;
}
div.information .right {
	float:left;
	width:490px;
	padding:5px;
	color:#C0C0C0;
}
div.information .right p {
	margin:0px;
	padding:5px 0px 0px 0px;
}
div.information .right p:first {
	padding:0px 0px 0px 0px !important;
}
div.information .right a {
	text-decoration:underline;
	color:#909090;
}

div.thumb a {
	border:none;
}
div.thumb a img {
	border:none;
}


a>img { border:none; }
