﻿/* Resume - Start */
TABLE.resume
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	font-size: .85em;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	border-collapse: separate;
	empty-cells: show;
	min-width: 520px;
	float: left;
}

TD.resumeCenter
{
	text-align: center;
	font-size: medium;
	min-width: 520px;
}

TD.resumeSection, TD.resumeContent
{
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width:1px;
	border-bottom-color: Black;
	border-bottom-style: inset;
	font-size: medium;
}

TD.resumeSection
{
	font-weight:bold;
	width: 150px;
	vertical-align:top;
	white-space:nowrap;
	font-size: small;

}

TD.resumeContent
{
	width:100%;
}

TD.resumeSkill, TD.resumeSkillBold
{
	width: 25%;
	font-size: small;

}

TD.resumeSkillBold
{
	font-weight: bold;
	white-space: normal;
	font-size: small;

}
/* Resume = END */
