body {
	background:			url(canon350d.jpg) no-repeat bottom left #555555;
	color:				white;
	font-family:		Arial, helvetica, sans-serif;
}

a {
	text-decoration:	none;
	color:				white;
	font-weight:		bold;
}

a:hover {
	color:				yellow;
}

h1 {
	font-style:			italic;
	color:				silver;
	display:			inline;
	font-size:			250%;
}

h2 {
	font-style:			italic;
	display:			inline;
	font-size:			150%;
}

code {
	font-size:			50%;
}

small {
	font-size:			67%;
}

.header {
	border-bottom:		solid 1px #777777;
	background:			url(logo.jpg) no-repeat top left;
}

.settings {
	font-size:			75%;
}
.settings .admin {
	padding:			0;
}

.navigation {
	padding:			10px;
	border-right:		solid 1px #777777;
}

.view {
	padding:			4px;
}

.dull {
	color:				silver;
}

.footer {
	color:				#888888;
	font-size:			75%;
	text-align:			right;
	border-top:			solid 1px #777777;
}

.thumb {
	padding:			4px;
	vertical-align:		middle;
	text-align:			center;
	width:				100px;
	height:				100px;
}

.thumblist_thumb {
	vertical-align:		middle;
	text-align:			center;
	width:				50px;
	height:				50px;
}

.thumblist_meta {
	vertical-align:		middle;
	font-size:			85%;
}

.meta {
	font-size:			75%;
}

table.meta {
	width:				75%;
	text-align:			justify;
}

.preview {
	padding: 8pt;
	vertical-align:		middle;
	text-align:			center;
}

.thumb_inner 	{	border:	solid 2px black;
					background-color:	black;	}
.thumb_outer	{	border:	solid 3px white;	}
.preview_inner 	{	border:	solid 3px black;
					background-color:	black;	}
.preview_outer	{	border:	solid 9px white;	}

.links {
	font-family:		Courier New, Courier, monospace;
	background:			#aaaaaa;
	color:				black;
	font-size:			85%;
}

.admin {
	background:			#FF8 url('leftdark.png') repeat-y left;
	color:				black;
	font-size:			85%;
	padding:			2px;
	border:				solid 2px black;
}

form {
	margin:				0;
}

select {
	font-size:			75%;
}

input {
	font-size:			75%;
}

textarea {
	font-size:			85%;
}

.array {
	font-size:			85%;
}
.array td {
	vertical-align:		top;
}
.array td table {
	vertical-align:		top;
	border-left:	gray solid 2px;
}
.array .key {
	color:				silver;
	font-size:			75%;
	padding-top:		3px;
	text-align:			right;
}
.array .value {
	text-align:			left;
}

.messages {
	font-style:			italic;
	font-weight:		bold;
	font-size:			75%;
	border:				solid 2px black;
	border-bottom:		1px;
	margin-bottom:		2px;
	color:				black;
	text-align:			center;
}

.messages div {
	padding:			2px;
	border-bottom:		solid 1px black;
}

.messages .ok {		background-color:	#aaffaa;	}
.messages .fail {	background-color:	#ffaaaa;	}
.messages .info {	background-color:	#aaaaff;	}
.messages .debug {	background-color:	#ffffff;	}