/*------------------------------------------------------------------------------*/
/* TROVETOOLBARAM1.CSS - Accessibility mode                                     */
/* Trove WebServer style sheet applied to the toolbar frame.                    */
/*------------------------------------------------------------------------------*/
@import "TroveCommonAM1.css";		/* Import common trove AM Settings. */

/*
 CLASS=DESCRIPTION the text at the start of the shelves / folders and titles / document heading displays
*/
DIV.DESCRIPTION
{
	font-size: 100%;
	background-color: lightgrey;
}

IMG.HIDDEN
{
	visibility: hidden;
}

IMG.NONE
{
	display: none;
}
/* SPAN.TOOLBARTEXT can be used to change setting for the toolbar as a whole.
   For example change the FONT-SIZE to 50% to decrease the toolbar size.
 */
SPAN.TOOLBARTEXT
{
	font-weight: bold;
	font-size: 100%;
	font-family: Arial;
	text-decoration: none;
}

/* | */
.bar
{
	font-size: 83%;
	color: black;
}

/* Inactive library toolbar item  */
.libraryI, .topLevelI, .upLevelI, .endSearchI, .firstI, .previousI, .nextI, .lastI, .helpI, .homeI
{
	font-size: 83%;
	cursor: default;
	color: gray;
}

/* Active library toolbar item	 */
.libraryA, .topLevelA, .upLevelA, .firstA, .previousA, .nextA, .lastA, .searchInputL, .helpA, .homeA
{
	font-size: 83%;
	color: blue;
}

/* Active endSearch Item. */
.endSearchA
{
	font-size: 83%;
	color: red;
}

/* Mouseover for active library toolbar item */
A:hover.libraryA, A:hover.topLevelA, A:hover.upLevelA, A:hover.firstA, A:hover.previousA, A:hover.nextA, A:hover.lastA, A:hover.helpA, A:hover.homeA
{
	font-size: 83%;
	color: white;
	background-color: blue;
}

/* Mouseover for active endSearch item */
A:hover.endSearchA
{
	font-size: 83%;
	color: white;
	background-color: red;
}

/* Search input box. */
.searchInputA
{
	font-weight: normal;
	font-size: 100%;
	width: 10em;
	position: relative;
	top: 0.2em;
	height: 1.5em;
}

/* go button */
.goA
{
	font-weight: normal;
	font-size: 83%;
	width: 2em;
	color: #05705e;
	position: relative;
	top: 0.3em;
	height: 2em;
	background-color: ivory;
	text-align: left;
}

