#projectmenu {
	display: table-cell;
	width: 164px;
	/* border-right: 1px dotted #e0e070; */
	vertical-align: top;
}

#projectmenu a {
	display: block !important;
	color: #04a;
	text-decoration: none;
	padding-left: 22px;
	background-repeat: no-repeat;
	height: 16px;
	margin-bottom: 1px;
}

#projectmenu a:hover {
	color: #08f;
}

#projectcontent {
	display: table-cell;
	padding-left: 12px;
}

a.screenshot {
	display: block;
	background-color: white;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	color: black;
	border: 1px solid #e1ddcf;
	-moz-border-radius: 8px;
	-moz-box-shadow: 0px 0px 4px #e6e3d6;
	cursor: pointer;
	padding: 8px;
	padding-left: 148px;
	margin-top: 12px;
}

a.screenshot:hover {
	text-decoration: none;
	background-color: #d6e3ff;
	color: #3d4d6c;
	text-decoration: none;
	border-color: #8595ac;
	-moz-box-shadow: 0px 0px 4px #839ec7;
}

a.screenshot ._sc_info {
	float: right;
	margin-right: 6px;
	font-size: 0.85em;
	color: #aaa;
}

a.screenshot ._sc_info span {
	color: #777;
}

