@charset "utf-8";
/* CSS Document */
#projectinfo {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: right;
	width: 220px;
	border-style: solid;
	border-color: #2E373D;
	border-width: 1px 2px 1px 1px;
	background-image:  url(../images/back_window_dark.png);
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 4px;
}
#projectthumbs {
	font-family: Georgia, "Times New Roman", Times, serif Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF; 
	border-style: solid;
	border-color: #2E373D;
	border-width: 1px 1px 1px 3px;
	background-image: url(../images/back_color.png);
	clear: both;
	padding: 1px;
}

#thumbimage {
	border: 1px solid #000000;
}
#thumbimage:visited {
	border: 1px solid #000000;
}
#thumbimage:active {
	border: 1px solid #000000;
}
#thumbimage:hover {
	border: 1px solid #2E373D;
}
#thumbnewwin {
	position: inherit;
	width: 15px;
	height: 15px;
	bottom: 15px;
	left: 75px;
	z-index: 50;
}
.projectcomment {
	display: none;
	position: relative;
	background-color: #131315;
	border: 1px solid #2E373D;
}
#infoname {
	font-weight: bold;
	color: #f0f0f0;
	font-size: 8pt;
	border-bottom: 1px solid #353740;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#infotools {
	color: #999999;
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:#15161C;
}
#infoyear {
	color: #999999;
	font-size: 8pt;
}
div#imageedit {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 19px;
	height: 19px;
}
