/*Provides a "Normal" Paragraph because the margin of the 
<P> tag has been overwritten*/
P.normal 
{
	margin-bottom:10px; 
}

/*The margin of the <P> and <DIV> needs to
be set to 0px because the contenteditable section of the WYSIWYGEditControl
uses these for new lines which creates the effect of double line spacing
Setting the margin to 0px creates the effect of single line spacing*/
p {margin:0px;}
div {margin:0px;}
body
{
	margin-left: 20px;
	margin-top: 0px;
	background-color:#ffffff;
	/*font-family: verdana, arial, helvetica, sans-serif;*/
	font-size: 8pt;
	padding:0px;
}
input
{
	background-color: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
}
.homeNews
{
	padding:4px;
}
.vacancy_alert
{
	color: #6A5ACD;
	background-color:transparent
}
h2
{
	background-color:transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	padding:0px;
	font-weight:700;
	margin:0px;
}
.standAloneTitleLabel
{
	background-color:transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	padding:0px;
	font-weight:700;
	margin:0px;
}
a:link.vacancyTitleLinkClass, a:visited.vacancyTitleLinkClass  
{
	background-color:transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	padding:0px;
	font-weight:700;
	margin:0px;
}
a:hover.vacancyTitleLinkClass, a:active.vacancyTitleLinkClass  
{
	background-color:transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	padding:0px;
	font-weight:700;
	margin:0px;
	color:#ff0000;
}
.vacancyTitleClass  
{
	background-color:transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	padding:0px;
	font-weight:700;
	margin:0px; 
}

.vacancyTitleBox
{
	background-image: url(../images/spacer-lightlightblue.gif);  
	background-repeat:repeat;     
	width:100%;
	overflow:visible;   
}

/*Having trouble getting the tables that are inserted into
the WYSIWYG editor to pick up the pages style. Just done this for the moment
but need to fix - MB*/
td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;	
	color: Black;
	line-height: 1.5;
}

.text_black
{
	background-color:transparent;
	font-family: verdana, arial, helvetica, sans-serif;

	font-size: 8pt;
	padding:0px;
	line-height: 1.5;
}
.text_black_menu
{
	background-color:#dcdcdc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	padding:0px;
	line-height: 1.5;
	border: 1px solid #dcdcdc;
	height:280px;
}
/*
img
{
	display:block;
}*/
.banner
{
	background-image: url(../images/spacer-blue.gif);
}
table.lightlightblue
{
	background-image: url(../images/spacer-lightlightblue.gif);
}

.tableheadercell
{
	background-image: url(../images/spacer-lightlightblue.gif);
}

.links_top
{
	background-color: transparent;
	padding:5px;
}
.links_top a:link
{
	font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration:none;
}
.links_top a:visited
{
	font-family: verdana, arial, helvetica, sans-serif;
   	color: #000000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration:none;
}
.links_top a:active, .links_top a:hover
{
	font-family: verdana, arial, helvetica, sans-serif;
   	color: #ff0000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration: underline;
}
.news_title
{
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(../images/spacer-cyan.gif);
	padding:4px;
	font-size: 8pt;
}

.newDateText
{
	margin-top:8px; 
	margin-bottom:5px;
}

.col_center
{
	background-image: url(../images/spacer-aqua.gif);
}
/*.col_center_text //removed CS 7th Jan 2003
{
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:transparent;
	color: #666666;
	font-size: 8pt;
	line-height: 1.5;
}*/
.col_right
{
	background-image: url(../images/spacer-lightblue.gif);
}
.col_right_text
{
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:transparent;
	font-size: 7pt;
	font-weight: 500;
}
.col_left
{
	background-image: url(../images/spacer-dark-cyan.gif);
}

.col_right .contentwysiwygeditoff a:link
{
	font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration:none;
}
.col_right .contentwysiwygeditoff a:visited
{
	font-family: verdana, arial, helvetica, sans-serif;
   	color: #000000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration:none;
}
.col_right .contentwysiwygeditoff a:active, .links_top a:hover
{
	font-family: verdana, arial, helvetica, sans-serif;
   	color: #ff0000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration: underline;
}

.news
{
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(../images/spacer-dark-cyan.gif);
	padding:4px;
	font-size: 7pt;
}
.news a:link
{
	font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
    font-size: 7pt;
	font-weight: 500;
    background-color: transparent;
}
.news a:visited
{
	font-family: verdana, arial, helvetica, sans-serif;
   	color: #000000;
    font-size: 7pt;
	font-weight: 500;
    background-color: transparent;
}
.news a:hover
{
	font-family: verdana, arial, helvetica, sans-serif;
   	color: #ff0000;
    font-size: 7pt;
	font-weight: 500;
    background-color: transparent;
}
.bottom_row
{
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(../images/spacer-lightblue.gif);
	padding:4px;
	font-size: 7pt;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.75px;
}
.footer_cell
{
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(../images/spacer-blue.gif);
	padding:3px;
	font-size: 7pt;
	color: #ffffff;
}
.printer_friendly_footer_cell
{
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:White;
	padding:4px;
	font-size: 7pt;
	color: #ffffff;
	letter-spacing: 0.75px;
	border: solid 1px #000000;
}
.footer_input
{
	background-color: transparent;
	border: solid 1px white;
	color: White;
	width: 90%;
}
.footer_button
{
	background-color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
}
.text_blue
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #6699cc;
	background-color:transparent;
	font-size: 8pt;
	line-height: 1.5;
}
.textbox
{
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	height:18px;
	
	width: 100px;
	margin: 0px;
}
form
{
	padding:0px;
	margin:0px;
}
.small_black
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color:white;
	font-size: 7pt;
}

.copyright
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color:white;
	font-size: 7pt;
}

a:link
{
	font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration:none;
	margin:0px;
	border: 1px;
}
a:visited
{
	font-family: verdana, arial, helvetica, sans-serif;
   	color: #000000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration:none;
	margin:0px;
	border: 1px;
}
a:active, a:hover
{
   	color: #ff0000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration: underline;
	margin:0px;
	border: 1px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.small_link a:link
{
    color: #000000;
    font-size: 7pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration:none;
	margin:0px;
	border: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.small_link a:visited
{
   	color: #000000;
    font-size: 7pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration:none;
	margin:0px;
	border: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.small_link a:active, .small_link a:hover
{
   	color: #ff0000;
    font-size: 7pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration: underline;
	margin:0px;
	border: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}
ul
{
	list-style-type:none;
	margin-left:20px;
}
.contentwysiwygediton ul
{
	list-style-type:square;
}
.contentwysiwygeditoff ul
{
	list-style-type:square;
}
.contentwysiwygeditoff a:link
{
	font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration:underline;
	margin:0px;
	border: 1px;
}
.contentwysiwygeditoff a:visited
{
	font-family: verdana, arial, helvetica, sans-serif;
   	color: #000000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration:underline;
	margin:0px;
	border: 1px;
}
.contentwysiwygeditoff a:active, .contentwysiwygeditoff a:hover
{
   	color: #ff0000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration: underline;
	margin:0px;
	border: 1px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.latestUpdates ul
{
	list-style-type:square;
}
.latestUpdates a:link
{
	font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration:none;
	margin:0px;
	border: 1px;
}
.latestUpdates a:visited
{
	font-family: verdana, arial, helvetica, sans-serif;
   	color: #000000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration:none;
	margin:0px;
	border: 1px;
}
.latestUpdates a:active, .latestUpdates a:hover
{
   	color: #ff0000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration: none;
	margin:0px;
	border: 1px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.contentwysiwygediton a:link
{
	font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration:underline;
	margin:0px;
	border: 1px;
}
.contentwysiwygediton a:visited
{
	font-family: verdana, arial, helvetica, sans-serif;
   	color: #000000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration:underline;
	margin:0px;
	border: 1px;
}
.contentwysiwygediton a:active, .contentwysiwygediton a:hover
{
   	color: #ff0000;
    font-size: 8pt;
	font-weight: 500;
    background-color: transparent;
	text-decoration: underline;
	margin:0px;
	border: 1px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.orderChangeHistory
{
	padding-left: 7px;
}
.orderAtoZ
{
	padding-left: 7px;
}
.adminButtonsStandalone
{
	position:absolute;
	clip:auto;
	top:187px;
	left:480px;
	width:300px;	
}
.addButtonStandalone
{
	position:absolute;
	left:200px;
}
.adminButtonsNews
{
	position:absolute;
	clip:auto;
	top:194px;
	left:480px;
	width:300px;	
}
.addButtonNews
{
	position:absolute;
	left:200px;
}
.adminButtonsRecruitment
{
	position:absolute;
	clip:auto;
	top:140px;
	left:590px;
	width:300px;	
}
.addButtonRecruitment
{
	position:absolute;
	left:90px;
}

.editAbstractDocumentListCategory
{
	position:absolute;
	left:100px;
	top:770px;  	
}
.editFixedDataUpdateButton
{
	position:absolute;
	left:650px;
	top:140px; 
}
.editHomePageUpdateButton
{
	position:absolute;
	left:650px;
	top:120px; 
}

.printerFriendlyText
{
	font-family:arial, verdana, helvetica, sans-serif;  	
}

TD.informationResourcesTableCell
{
	background-color: White; 
}

TD.informationResourcesTableCellAlt
{
	background-color: #ECF2EC;
}