
div.reduceWidth
{
	width : 650px;
	text-align : justify;
	margin : 0px auto;
}

div.highlight
{
	clear : both;
	background-color : #FFFFCC;
	border : 1px solid #CCCCCC;
	margin-left : 20px; 
	margin-right : 20px; 
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
}
div.highlight p
{
	margin-top : 10px;
}

#recruit img.rightImage
{
	padding-top : 0px;
}

/* recruitLocation */

#recruitLocation div.reduceWidth
{
	width : 550px;
}
#recruitLocation #pageContent ul
{
	margin-top : 40px;
}
#recruitLocation #pageContent img
{
	margin-top : -60px;
	margin-bottom : 28px;
}


/* recruitFacts */

#recruitFacts #pageContent li
{
	line-height: 22px;
}


/* recruitPopular */

#recruitPopular span.soldNumber
{
	font-size : large;
	color: #9C0D43;
}

#recruitPopular p.smallPrint
{
	font-size : smaller; 
	font-style : oblique;
}


#recruitPopular table
{
	width : 100%;
	border-left : 1px solid black;
	border-top : 1px solid black;
}

#recruitPopular table th, #recruitPopular table td
{
	padding : 3px 8px 3px 8px;
	border-right : 1px solid black;
	border-bottom : 1px solid black;
}

#recruitPopular table th
{
	background-color : #800000;
	color : white;
}
#recruitPopular table td.nr
{
	text-align : center;
	font-weight : bold;
}
#recruitPopular table tr.cgp td
{
	background-color : #FFCC00;
}

/* recruitVacancies */

#recruitVacancies #pageContent ul
{
	margin-top : 30px;
	margin-bottom : 30px;
}
#recruitVacancies #pageContent li
{
	font-weight : bold;
	margin : 4px;
}

#recruitVacancies #pageContent p.address
{
	margin-left : 50px;
}

/* recruitRescue */
#recruitRescue #pageContent 
{
	text-align : center;
	
}
#recruitRescue #pageContent img
{
	margin : 20px;
}
#recruitRescue div.intro
{
	text-align : left;
	width : 628px;
	margin : 0px auto;
}
#recruitRescue div.highlight
{
	margin-bottom : 100px;
	width : 628px;
	margin : 0px auto;
	text-align : left;
	line-height : 20px;
	margin-bottom : 20px;
}

#recruitRescue div.highlight h2
{
	color : black;
	margin : 0px;
}
#recruitRescue div.highlight ul.listYes
{
	list-style-image : url(../../assets/images/content/tick_yes.gif);
}
#recruitRescue div.highlight ul.listNo
{
	list-style-image : url(../../assets/images/content/tick_no.gif);
}
#recruitRescue div.highlight p.address
{
	margin-top : 20px;
	margin-left : 50px;
}



