A:link {
	COLOR: #005177; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
A:visited {
	COLOR: #005177; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
A:hover {
	COLOR: #cc3333; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline
}
.nav {
	COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
.nav:link {
	COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
.nav:visited {
	COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
.nav:hover {
	FONT-WEIGHT: bold; COLOR: #cc3333; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline
}
BODY {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana, arial, helvetica, serif
}
TABLE {
	empty-cells: show
}
TD {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, arial, helvetica, serif
}
INPUT {
	FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: Verdana,arial, helvetica, serif; BACKGROUND-COLOR: #eeeeee
}
TEXTAREA {
	FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: Verdana,arial, helvetica, serif; BACKGROUND-COLOR: #eeeeee
}
SELECT {
	FONT-SIZE: 7pt; COLOR: #000000; FONT-FAMILY: Verdana,arial, helvetica, serif; BACKGROUND-COLOR: #eeeeee
}
.windowbg {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, arial, helvetica, serif; BACKGROUND-COLOR: #eeeeee
}
.windowbg2 {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, arial, helvetica, serif; BACKGROUND-COLOR: #f8f8f8
}
.windowbg3 {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, arial, helvetica, serif; BACKGROUND-COLOR: #ddeedd
}
.hr {
	COLOR: #6394bd; BACKGROUND-COLOR: transparent
}
.titlebg {
	COLOR: #000000; BACKGROUND-COLOR: #cccccc
}
.text1 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-STYLE: normal; BACKGROUND-COLOR: transparent
}
.catbg {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; BACKGROUND-COLOR: #cccccc; COLOR: #000000 
}
.bordercolor {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana, arial, helvetica, serif; BACKGROUND-COLOR: #886655; BORDER: 1px groove; 
}
.quote {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Arial, verdana, helvetica, serif; BACKGROUND-COLOR: #ffffee
}
.code {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Courier New, helvetica, Times New Roman, serif; BACKGROUND-COLOR: #ffffee
}
.help {
	CURSOR: help; BACKGROUND-COLOR: transparent
}
.meaction {
	COLOR: red; BACKGROUND-COLOR: transparent
}
.editor { 
	width : 100% 
}

U.remove {
	text-decoration: none; 
}

/* resource links for resource URLs */
A.rLink:visited, A.rLink:link, A.rLink:active {
	text-decoration	:	none;
	background	:	transparent;
}
A.rLink:hover {
	text-decoration	:	none;
	background	:	#ff9900;
	color		:	white;
	border		:	none;
}
/* image links */
A.imgLink:visited, A.imgLink:link, A.imgLink:active {
	text-decoration	:	none;
	background	:	transparent;
}
A.imgLink:hover {
	text-decoration	:	none;
	background	:	transparent;
}
/* 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{
	text-decoration	:	underline;
}
/* The enclosing paragraph for the browsing above. */
.browseParagraph{
	background	:	white;
	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;
	color	:	green;
	font-size: 0.8em;
	background	:	transparent;
}
A.cmsLink:hover{
	background	:	#ff9900;
	font-size: 0.8em;
	color	:	white;
}
/*****
*  .titleTable:  the table containing the title bar
*****/
.titleTable {
	width		:	90%;
}
/*****
*  .menuTable:  the table containing the drop-down menus
*****/
.menuTable {
	margin		:	0 0 0 5%;
}
/*****
*  .menuLi:  text-color in list items of the drop-down menus
*****/
.menuLi {
	color		:	black;
}
/*****
*  .mainTable:  the table containing the main content of WIKINDX
*****/
.mainTable {
	width		:	90%;
	padding		:	0.2em;
	clear		:	both;
}
/*****
*  .pluginTopTable:  the table containing any plug-in output that is printed above the mainTable of WIKINDX
*****/
.pluginTopTable {
	width		:	90%;
	padding		:	0.2em;
	clear		:	both;
}
/*****
*  .pluginBottomTable:  the table containing any plug-in output that is printed below the mainTable of WIKINDX
*****/
.pluginBottomTable {
	width		:	90%;
	padding		:	0.2em;
	clear		:	both;
}
/*****
*  redefine HTML headings - see /core/html/MISC.php
*****/
h1, h2, h3, h4	{
	color		:	#ff9900;
	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	:	#FF6666;
	color		:	black;
}
/*****
* .success: <p>success messages</p>
*****/
.success {
	background	:	#33ff00;
	color		:	black;
}
/*****
*	.small: small text
*****/
.small, .hint {
	font-size	:	0.9em;
}
/*****
*	.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		:	grey;
}
/*****
*	alternate background colours and font sizes for <td>resources</td> in a bibliographic list
*****/
.alternate1 {
	background	:	#FFCC99;
}
.alternate2 {
	background	:	#ffffff;
}
/*****
*	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.8em;
	font-weight	:	100;
	padding		: 	0 0 0 5em;
	border-top-width	:	3px;
	border-top-color	:	black;
	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: #ffffff;
	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: #ffffff;
  color : #005177;
}

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

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

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

#pageContents {
	width: 99%;
	top: 63px;
	overflow: auto;
	position: absolute; bottom: 0;
  clear: left;
}
/* 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 : gray;
	border 	: 0; /* curses on Bill Gates */
}
.suwpInner {
	padding : 0px;
	background : #f9f9f9;
	border 	: 0; /* curses on Bill Gates */
	width : 98%;
	margin : 1%;
	color : black;
}

