body {
	color		: 	#000;
	background-color: 	#9cf;
	background-image: 	url(images/simple-bg.gif);
	font-family	: 	"Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size	:	0.9em;
}

.menuTable {
	background-image:	url(images/simple-table-bg.gif);
}

/* .menu = submenu links */
A:visited, A:link, A:active {
	text-decoration	:	none;
	color		:	black;
	background	:	transparent;
         padding		:	2px;
	font-size	:	0.8em;
}
A:hover {
	text-decoration	:	none;
	background	:	#ff9900;
	color		:	black;
         padding		:	2px;
	font-size	:	0.8em;
}
/* normal links and paging links */
A.link:visited, A.link:link, A.link:active, A.page:visited, A.page:link, A.page.active {
	text-decoration	:	none;
	color		:	black;
	background	:	#FFCC66;
         padding		:	2px;
	font-size	:	0.8em;
}
A.link:hover, A.page:hover {
	text-decoration	:	none;
	background	:	#ff9900;
	color		:	black;
	border		:	none;
	font-size	:	0.8em;
}
/* resource links for resource URLs - i.e. URLs that are part of a bibliographic entry */
A.rLink:visited, A.rLink:link, A.rLink:active {
	text-decoration	:	none;
	background	:	transparent;
	font-size	:	0.8em;
}
A.rLink:hover {
	text-decoration	:	none;
/*	background	:	#ff9900; */
	color		:	#FFFFCC;
	border		:	none;
	font-size	:	0.8em;
}
/* image links */
A.imgLink:visited, A.imgLink:link, A.imgLink:active {
	text-decoration	:	none;
	background	:	transparent;
}
A.imgLink:hover {
	text-decoration	:	none;
	background	:	transparent;
}
/* normal links and paging links */
A.footer-link:visited, A.footer-link:link, A.footer-link:active {
	text-decoration	:	none;
	color		:	black;
	background	:	transparent;
         padding		:	2px;
	font-size	:	0.8em;
}
A.footer-link:hover {
	text-decoration	:	none;
	background	:	transparent;
	color		:	black;
	border		:	none;
	font-size	:	0.8em;
}
/* hyperlinking for browsing creators, collections, publishers, categories and keywords.   Colour and size are defined in-line so should not appear here */
A.browseLink:visited, A.browseLink:link, A.browseLink:active{
	text-decoration	:	none;
	background	:	transparent;
}
A.browseLink:hover{
	background	:	aqua;
}
/* The enclosing paragraph for the browsing above. */
.browseParagraph{
	background	:	#ADD7FF;
	color	:	black;
}
/* When viewing lists of resources, display a hyperlink to a pop-up window to generate a CMS (Content Management System) 'replacement tag' for each resource */
A.cmsLink:visited, A.cmsLink:link, A.cmsLink:active{
	text-decoration	:	none;
	font-size: 0.7em;
	color		:	black;
	background	:	#FFCC66;
}
A.cmsLink:hover{
	background	:	#ff9900;
	color		:	black;
	font-size: 0.7em;
}
/*****
*  redefine HTML headings - see /core/html/MISC.php
*****/
h1, h2, h3, h4	{
	color		:	black;
	margin		:	0 0 1em 0;
}
/*****
*  .footerFooter:  footer information at end of script - part of a table
*****/
.footerTable  {
        font-size	:	0.6em;
	color		:	gray;
	width		:	90%;
}
/*****
* .error: <p>error messages</p>
*****/
.error {
	background	:	red;
	color		:	black;
}
/*****
* .success: <p>success messages</p>
*****/
.success {
	background	:	#33ff00;
	color		:	black;
}
/*****
*	.small: small text
*****/
.small, .hint {
	font-size	:	0.8em;
}
/*****
*	.hint: text hints given to provide further information usually on form input.  Often used in conjunction
*		with .small and usually the class of <span>....</span>
*****/
.hint	{
	color		:	white;
}
/*****
*	alternate background colours and font sizes for <td>resources</td> in a bibliographic list
*****/
.alternate1 {
	background	:	#f8e8cc;
/*	background	:	#f8efdf; */
	font-size	:	0.9em;
         padding		:	3px;
}
.alternate2 {
/*	background	:	#ede5d8; */
	background	:	#ead9be;
	font-size	:	0.9em;
         padding		:	3px;
}
/*****
*	when searching/selecting metadata, the resource details are displayed above the metadata in a table cell with these properties
*****/
.metaResourceDetails {
	background	:	#ffd9be;
	font-size	:	0.9em;
	font-weight	:	100;
	padding		: 	0 0 0 5em;
	border-top-width	:	3px;
	border-top-color	:	#ffd900;
	border-top-style	:	solid;
}
/*****
*	.highlight:	highlight <span>search terms</span> in text
*****/
.highlight {
	background	:	yellow;
}
/*****
*	.required:	highlighting for <span>required</span> form input elements.
*****/
.required {
	color		:	red;
}
/*****
*	.linkCite:	style for the Cite link. Often used in conjuction with .link, and can be used to override those styles
*		This style is dynamically assigned to appropriate links on page load if the user agent supports JavaScript.
*****/
.linkCite {
 display:inline; /* used to show to JavaScript supporting user agents */
}
/*****
*	.linkCiteHidden:	style for the Cite link. Often used in conjuction with .link, and can be used to override those styles
*		This is the default style applied to Cite links.
*****/
.linkCiteHidden {
display:none; /* used to hide from non-JavaScript user agents */
}

#menu_iframe {
    z-index: 10;
    position: absolute;
    display: none;
}

/**
* Javascript Format Bar for the SUWP (Single-User Word Processor)
*/
.imageButton {
	background-color: #ffc848;
	border: outset 2px #c0c0c0;
	width: 24px;
	height: 24px;
	padding: 0;
/*	margin: 1px;	*/
	text-align: center;
	vertical-align: middle;
}

.formatSelect {
  height: 24px;
  width: 56px;
  font-size: 9px;
  font-weight: bold;
  background: #ffc848;
  color : #000000;
}

.formatSelectOptgroup {
  height: 24px;
  width: 56px;
  font-size: 9px;
  font-weight: bold;
  background: #ffc848;
  color : #000000;
}

#formatBar {
  border-width: 3px;
  border-style: ridge;
  background: url("images/formatBarBackground.png");
/*  opacity: 0.80; */
}

#formatBarDiv {
  position: absolute; top: 0px; right: 0px; left: 1.4%;
  width: 98%;
	height: 1%;
}

#pageContents {
  clear: left;
	width: 99%;
	height: 90%;
	overflow: auto;
	position: absolute; bottom: 0;
}

/* End Javascript Format Bar */

/* iFrame for the WYSIWYG word processor 
Not all settings are handled by IE 
Height and width of suwpOuter are set in the code
*/
.suwpOuter {
	padding : 2px;
	background : rgb(255,200,72);
	border 	: 0;
}
.suwpInner {
	padding : 0px;
	background : white;
	border 	: 0; /* curses on Bill Gates */
	width : 98%;
	margin : 1%;
	color : black;
}
