

body, table {
	font-size:10pt;
}

/* dynamic colours ///////////////////////////////////////////////////////// */

/* dark border */
select,
textarea,
.dark_border,
.listing_content, .listing_contentB,
.fields_labels input
{
	border: 1px solid #837870;
}

/* background colour dark */
.dark,
.listing_header, .listing_headerB
{
	background-color:#afa79f;
}

/* background colour light */
.light,
#nav a:hover
{
	background-color:#837870;
}

/* text colour dark */
h3,
h4,
h5,
p a:link,
p a:hover,
p a:active,
p a:visited,
th,
td a:link,
td a:hover,
td a:active,
td a:visited,
.required,
.numbers,
.darkLink:link,
.listingContent,
.listing_content a:link,
.listing_content a:hover,
.listing_content a:active,
.listing_content a:visited,
.listing_contentB a:link,
.listing_contentB a:hover,
.listing_contentB a:active,
.listing_contentB a:visited,
.form_label,
.form_container label,
.form_container a:link,
.form_container a:hover,
.form_container a:active,
.form_container a:visited,
#breadcrumbs,
#breadcrumbs a:link,
#breadcrumbs a:hover,
#breadcrumbs a:active,
#breadcrumbs a:visited,
#sub_nav,
#sub_nav a:link,
#sub_nav a:hover,
#sub_nav a:active,
#sub_nav a:visited,
#faq_questions_links a:link,
#faq_questions_links a:hover
#faq_questions_links a:active,
#faq_questions_links a:visited
{
	color:#afa79f;
}

/* end dynamic colors ///////////////////////////////////////////////////////// */

/* links */
p a:link,
p a:active,
p a:visited,
td a:link,
td a:active,
td a:visited,
.listing_content a:link,
.listing_content a:active,
.listing_content a:visited,
.form_container a:link,
.form_container a:active,
.form_container a:visited,
#breadcrumbs a:link,
#breadcrumbs a:active,
#breadcrumbs a:visited,
#sub_nav a:link,
#sub_nav a:active,
#sub_nav a:visited,
#faq_questions_links a:link,
#faq_questions_links a:visited,
#faq_questions_links a:active
{
	text-decoration:underline;
}

/* hovers */
p a:hover,
td a:hover,
.listing_content a:hover,
.form_container a:hover,
#breadcrumbs a:hover,
#sub_nav a:hover,
#faq_questions_links a:hover
{
	text-decoration:none;
}

.dark {
	color:#FFFFFF;
}


/* white links */
.listing_header a:link, .listing_headerB a:link{
	color:#FFFFFF;
	text-decoration:underline;
}

.listing_header a:visited, .listing_headerB a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

.listing_header a:hover, .listing_headerB a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.listing_header a:active, .listing_headerB a:active{
	color:#FFFFFF;
	text-decoration:underline;
}


/* use to hide all pngs until they are loaded */
.hide {

	visibility: hidden;

}

#main{
	width:745px;
	margin:0px auto;
	/*hide until page loaded */
	/*
	visibility:hidden;
	*/
}

#top_shadow{
	width:745px;
	height:14px;
}

#left_shadow{
	float:left;
	width:10px;
}

#center{
	float:left;
	background-color:#FFFFFF;
	width:723px;
	height:520px;
}

#header{
	width:705px;
	height:30px;
	margin:10px 9px 0px 9px;
}

#nav{
	width:705px;
	height:22px;
	font-size:25px;
	margin:0px 9px 0px 9px;
}

#nav a:hover{
	font-size:25px;
}

#content{
	width:705px;
	height:442px;
	margin:5px 9px 10px 9px;
	text-align:left;
}
#catalogueHolder
{
text-align:center;
height:432px;
padding-top:10px;
background-color:#afa79f;
}
#pop_up{

	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;


	/*
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	*/

	text-align:left;
	background-color:#FFFFFF;

	width: 375px;

	overflow:auto;
}

h3{
	font-size:10pt;
	font-weight:100;

	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h4{
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:10pt;
	font-weight:100;
}

h5{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:10pt;
	font-weight:100;
}

p{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.numbers{
	font-size:10pt;
	font-weight:100;
}


#html_content{
	width:705px;
	height:442px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	/*
	background-image:url(../images/tracing_images/recruitment_tracing.jpg);
	*/
	background-repeat:no-repeat;
	/*
	background-color:#FF0000;
	*/
}

li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#scroll_container{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*width: 415px;*/
	width: 432px;
	height: 442px;
	float:left;
	overflow-x:hidden;
	overflow-y:auto;
	}

#scroll_content{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	
	width: 394px;
	
	/*width: 374px;*/
	float:left;
}
#page_heading{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
#page_heading_top{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

#breadcrumbs, #sub_nav{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
}

#sub_nav {
	font-size: 8pt;
}

.listing_container{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 394px;
	float:left;
}
.listing_containerB{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 370px;
	float:left;
}

.listing_header{
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	width: 392px;
	float: left;
	color:#FFFFFF;
}
.listing_headerB{
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	width: 370px;
	float: left;
	color:#FFFFFF;
}
.listing_header table{
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	background-image: url("../images/recuritment/lines.png");
	background-repeat:no-repeat;
}
.listing_headerB table{
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	background-image: url("../images/recuritment/lines.png");
	background-repeat:no-repeat;
}

.listing_content{
	margin: 2px 0px 0px 0px;
	padding: 5px 10px 0px 5px;
	width:380px;
	height:100px;
	float:left;
}
.listing_contentB{
	margin: 2px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	width:372px;
	/*height:72px;*/
	float:left;
}

.text_table{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.text_table td, .text_table th {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align:left;
	vertical-align:top;
}
.text_table a:active, .text_table a:link, .text_table a:visited{
text-decoration:none;
}
.text_table a:hover{
text-decoration:underline;
}
.featureLinks a:active, .featureLinks a:link, .featureLinks a:visited{
color:#afa79f;
text-decoration:underline;

}
th {
	text-align:left;
	vertical-align:top;
}

#faq_questions_links {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#faq_questions_links a {
	display: block;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* forms and form elements start /////////////////////////////////////////////////////////
*/ select{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.form_container {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 0px;
}

.fields_labels input{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

.form_container p{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 380px;
}

.form_label, .form_container label{
	margin: 5px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	width: 380px;
	clear:left;
	display:block;
}


.form_field, .form_container input, .form_container textarea, .form_container
select, .form_group_fields { margin: 5px 0px 5px 0px;
	padding: 2px 2px 2px 2px;
}

.form_group_fields input{
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
}

/* clear the background colors and borders around the radio boxes */
input.radio{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	width: auto;
	text-align:left;
	vertical-align:text-bottom;
	border: none;
}

textarea{
	margin: 5px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	width: 240px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
}

.required {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* forms and form elements end /////////////////////////////////////////////////////////
*/



/* sussan_history start */

#timeline_text {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	width: 540px;
	height: 380px;
	overflow: auto;
	float: left;
}

#time_line_numbers {
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	width: 150px;
	height: 380px;
	/*
	height: 300px;
	*/
	overflow: hidden;
	float: left;
}

.year_number {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

.horzontal_line {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 40px;
	height: 1px;
	background-color:#CCCCCC;
	overflow:hidden;
	line-height: 1px;
	font-size:1px;
	float: left;
}

.vertical_line {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 1px;
	height: 500px;
	background-color:#CCCCCC;
	float: left;
}

/* sussan_history end */


#right_shadow{
	float:left;
	width:10px;
}
#bottom_shadow{
	font-size:0px;
	clear:both;
}
#footer{
	text-align:right;
}

.coloredScroll{
padding: 0px 0px 0px 0px;
width:425px;
height:387px;
/*overflow-x:hidden;
overflow-y:auto;*/ overflow:auto;

scrollbar-base-color: #afa79f;
scrollbar-arrow-color: white;
scrollbar-track-color: #837870;

scrollbar-shadow-color: #837870;
scrollbar-lightshadow-color: #837870;
scrollbar-darkshadow-color: #837870;

scrollbar-highlight-color: #837870;
scrollbar-3dlight-color: #afa79f;
}

.compText{
color:#afa79f;
font-size:11px;
padding-left:33px;
}
.compText a:link, .compText a:active, .compText a:visited{
color:#afa79f;
font-size:13px;
font-weight:bold;
text-decoration:none;
}
.compText a:hover{
text-decoration:underline;
}
.terms a:link, .terms a:active, .terms a:visited{
color:#afa79f;
font-size:11px;
font-weight:normal;
text-decoration:none;

}