.acronym
{
	color: #FFF;
	float: left;
	font-size: 1.5em;
	padding: 2px 25px;
}

.project_summary
{
	color: #FFF;
	font-weight: bold;
}

.project_summary td
{
	padding: 5px 0;
}

.projectimage
{
	background-position: center;
	background-repeat: no-repeat;
}

.projectthemes
{
	background-color: #5BD1C5;
	border-style: none !important;
	border-width: 0 !important;
	color: #FFF;
	padding: 5px 10px;
}

.projectthemes a
{
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

.projectthemes a:hover,
.projectthemes a:active
{
	text-decoration: underline;
}

a.projectpagebutton
{
	background-image: url(../images/project/projectpagebutton.gif);
	background-repeat: no-repeat;
	color: #FFF !important;
	float: left; 
	font-weight: normal !important;
	height: 44px;
	line-height: 31px;
	margin: 0 1px;
	text-align: center;
	text-decoration: none !important;
	width: 89px;
}

a.projectpagebutton_selected
{
	background-image: url(../images/project/projectpagebutton_selected.gif) !important;
}

a.projectpagebutton:hover,
a.projectpagebutton:active
{
	text-decoration: underline !important;
}

.projectpage
{
}

@media print
{
	a.projectpagebutton
	{
		display: none;
	}
	
	.projectpage
	{
		display: block !important;
	}
}
