html
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
}

h1
{
	font-size:16pt;
	font-weight:bold;
}

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

acronym
{
	cursor:help;
}

img
{
	border:none;
}

.fileTypeIcon
{
	vertical-align:bottom;
}

.projectTab
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin-bottom:12pt;
	border:#000000 solid 1px;
	background-color:#E2E2E2;
}

.downloadTab
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}

.projectTab
{
	width:100%;
}

.projectTab th
{
	text-align:left;
	width:20%;
	background-color:#FFFFFF;
}

.projectTab td
{
	background-color:#FFFFFF;
}

.projectTab .downloadTab th
{
	text-align:left;
	width:auto;
}

.projectTab .downloadTab td
{
	vertical-align:text-bottom;
}

.screenshot
{
	border:#000000 solid 1px;
}

.completed
{
	color:green;
}

.stopped
{
	color:red;
}

.under_way
{
	color:blue;
}

.discontinued
{
	color:grey;
}