body {
	font:12px Lucida Grande,Trebuchet MS,Helvetica,Arial;
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color:#285c00;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;	
}

.border {
	border:1px solid;
}


.sidebar {
	background-color:cream;
}

.leftColumn {
	width:120px;
	float:left;
	padding:2px;
}

.mainColumn {
	width:780px;
	float:left;
	padding:2px;
}

.title {
	font-size:20px;
	height:1.2em;
	padding-bottom:5px;
}

.wrapper {
	width:100%;
	height:3.5em;
}

.searchbox {
	float:right;
	padding-right:5px;
}

.searchboxinput {
	color:grey;
}

.logo, .logo a {
	color:#97ba00;
	background-color:black;
	font-weight:bold;
	text-decoration:none;
	padding-left:3px;
}

.logo a:hover {
	text-decoration:underline;
}

.pagetitle {
	color:black;
	background-color:#97ba00;
	text-decoration:none;
	padding-left:5px;
}

h2 {
	font-weight:bold;
	font-size:14px;
}

table.image-stats {
	border:1px solid black;
	background-color:whitesmoke;
	border-collapse:collapse;
	width:160px;
}

table.image-stats td {
	border:1px solid black;
	padding:2px;
	margin:0;
	text-align:right;
}

.verticalgap {
	margin-top:18px;
}

.note {
	font-size:0.8em;
	color:grey;	
}

.hidden {
	display:none;
}

.hilite {
	background-color:#97ba00;
	color:white;
}

.debug {
	display:none;
}

.imagelist-outer {
	float:left;
	width:100px;
	height:100px;
	margin:3px;
	border:1px lightgrey solid;
	padding:10px;
	overflow:hidden;
}

.imagelist-inner {
	display:table-cell;
	width:100px;
	height:100px;
	text-align:center;
	vertical-align:middle;	
}

.imagelist-img {
	max-width:100px;
	max-height:100px;
}

.fave-star {
	color:lightgrey;	
}

.fave-star:hover {
	cursor:pointer;
}
