/* 

All custom styles go in here.
Do not put custom styles in the template-styles.css 
file as this might be overwritten if the standard template
is used and a colour change is put in place.7478C1
*/


/* Text and Link Styles */
h1, h2, h3, h4 {
	line-height: normal;
	font-family: Verdana,Arial;
	font-weight: normal;
	color: #7478C1;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #003B8E;
}
h2 {
	font-size: 130%;
}
a , a strong {
	color: #003B8E;
	text-decoration: underline ;
}
a:hover,
a:active,
a:visited {
	color: #7478C1;
}

/* TEAM PROFILE STYLES */

.teamText {
	
}

.teamPosition {
	font-weight: bold;
	/* font-style: italic; */
}

.teamHeader {
	font-weight: bold;
	font-size: 125%;
	color: #7478C1;
	padding-top: 5px;
}

.teamLabel {
	font-weight: bold;
	color: #7478C1;
}

/* FORM STYLES */
.formLabel {
	font-size: 90%;
	font-weight: bold;
	color: #003B8E;	
}


.formFields , .formField {
	border: 1px solid #333;
}

.submitButtons {
	border: 1px solid #333;
	background-color: #003B8E;
	color: #FFFFFF;
}

/* WEB PAGE CUTOM STYLES */
#soughtTable {
	
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}

#soughtTable td {
	
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	
}

#highlightBox {
	border: 1px solid #7478C1 ;
	background-color: #F4F1FC;
	padding: 10px ;
}


/* EMPLOYMENT MODULE STYLES */

.employmentCategoryName {
	font-size: 120%;
	font-weight: bold;
}

.employmentLabel {
	font-weight: bold;
	color: #7478C1;
}



/* CUSTOM FORM STYLES */
.applicationForm {
	font-size: 90%;
}


.applicationForm h3 {
	font-size: 100%;
	color: #003B8E;
	font-weight: bold;
	border-bottom: 1px solid #333;
	margin-bottom: 5px;
}

.applicationForm h4 {
	font-size: 100%;
	color: #003B8E;
	font-weight: bold;
}

.applicationForm label {
	font-size: 90%;
}

.printFooter {
	display:none;
}