/*
	Agate Construction CSS
	copyright 2005, all rights reserved
*/

/*** projects table ***/
table .projects
{
	font-family: "Arial", sans;
	font-size: 13px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	width: 760px;
}

table tr .header
{
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: top;
	background-color: #E5E5E5;
	font-family: "Arial", sans;
	font-size: 13px;
}

table tr .white
{
	background-color: #FFF;
}

table .projects td
{
	line-height: 15px;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #999;
}

td .description
{
	font-weight: bold;
	width: 180px;
	font-family: "Arial", sans;
}

td .location
{

}

td .date
{
	width: 130px;
}

td .value
{
	width: 120px;
}
