.netscape6problem			{font-family: Verdana,Arial,Helvetica; font-size: 10px;}		/* leave this at stylesheet top for netscape browser fix */

/**
* ----------------------------------------------------------------------------------------------------
* stylesheet.css
* Parodia Recruitment Job Board Software, Cactusoft Ltd - www.cactusoft.com
* Copyright (c) 1998 - 2005. All rights reserved.
* ----------------------------------------------------------------------------------------------------
**/

/* ===
PRINT AREA
This controls the print display
=== */

body		{background-color: #FFFFFF; }
img		{border: 0px;}

#printarea
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	padding: 20px;
	text-align: left;
	margin: 0 auto;
	}

/* ===
VIEW JOB RECORDTEMPLATE
=== */

h1
	{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-top: 3px;
	}

.joblocationview
	{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: black;
	margin-top: 3px;
	}

.jobrefnoview
	{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: black;
	margin-top: 3px;
	}

.jobtitleview
	{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	margin-top: 6px;
	}

.salaryview
	{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: black;
	margin-top: 3px;
	}

p
	{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: black;
	margin-top: 10px;
	}
