/*-----------------  tables --------------------*/
#content  table#cv
{
	width: auto;
	padding-left: 20px;
	margin: 0;
	border-width: 0;
	background-color: transparent;
	color: black;
}

#content table#cv caption
{
	padding-bottom: 0;
	margin-bottom: 2em;
	text-align: center;
	font-weight: bold;
	line-height: 1.2em;
}

#content table#cv tbody
{
	vertical-align: top;
	padding-bottom: 0;
	margin-top: 20px;
	background-color: transparent;
}

#content table#cv tr { margin-top: 2em; }

#content table#cv td
{
	text-align: left;
	vertical-align: top;
	padding: 3px;
}

#content table#cv td p
{
	line-height: normal;
	margin: 0 .5em 1em 0;
	padding: 0;
}

#content table#cv td.head { font-weight: bold; }
#content table#cv td.date, table#cv td.head { white-space: nowrap; }

