﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */


#recruiterDetail
{
	margin-top:20px;
	width:935px;
	padding:0px 20px;
}


.resumePart
{
	margin:0.5em 0px 1.5em 0px;padding:0px;clear:both;
}

.resumePart div.title
{
	margin:0em 0em 1em 0em;padding:4px 100px 0px 60px;
	height:24px;line-height:24px;
	background-color:#b9d7f3;
	background-image:url(images/fieldSetTitleBg.gif);
	background-position:2em -2px;
	background-repeat:no-repeat;
	font-size:14px;
	border:medium none;border-bottom:solid 2px #fdac3e;
}

.resumePart div.display
{
	margin: 0.5em 0em;
	padding:0px 0px 0px 2em;
	line-height:20px;
}

.resumePart div.display span.lbl
{
	display:inline-block;
	width:10em;
	text-align:right;
	vertical-align:top;
	padding-top:1px;
}

.resumePart div.display span.txt
{
	display:inline-block;
	width:760px;
}

.resumePart img
{
	float:right;
	padding-right:40px;
}


