﻿.prjType, .prjTypeSelected
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: 600;
	background-repeat: no-repeat;
	background-position: center;
	width: 142px;
	height: 28px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.prjType1
{
	background-image: url('../images/prjButton_up.png');
}

.prjTypeSelected1
{
	background-image: url('../images/prjButton_push.png');
}

.tdPrjType
{
	font: normal normal 600 9pt tahoma;
	text-align:center; 
	vertical-align:middle; 
	height:20px; 
	width:50%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bkgprj
{
	background-image: url('../images/bkg_prj_01.gif');
}

.prjName
{
	height:25px; 
	text-align:center; 
	border:solid 1px violet; 
	font-family:tahoma; 
	font-size:9pt;
	font-weight: 600;
	color: #006600;
}

.prjPic
{
	padding: 5px; 
	border: solid 1px orange;
}