/* This stylesheet is used for the database connected Current Vacancies pages */

* { /* Global Reset */
	margin: 0;
	padding: 0;
}

body { /* Sets the default page styles */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333333;
}

#wrap { /* Containing divide */
	width: 500px;
	padding: 10px;
	background-color: #FFFFFF;
}

h1 { /* Header 1 tags - Main Job Titles */
	font-size: 1.1em;
	color: #1D73F4;
	font-weight: bold;
	padding-bottom: 5px;
}

p { /* Paragraph tags - General text paragraphs */
	font-size: 0.7em;
	padding-bottom: 5px;
	line-height: 18px;
}

.subTitle { /* Used for Location, Salary and Job Description */
	font-size: 1.0em;
	color: #1D73F4;
	font-weight: bold;
	padding-bottom: 5px;
}

.ref { /* Job Reference text */
	font-size: 1.0em;
	color: #1D73F4;
	font-weight: bold;
	padding-bottom: 5px;
}

a { /* Any links (normal state) */
	font-size: 1.0em;
	color: #1D73F4;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: underline;
}

a:hover { /* Any link (hover state) */
	font-size: 1.0em;
	color: #1D73F4;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: none;
}


